Signal-iOS/SignalServiceKit
Max Radermacher 88bc6e43d8 Refactor encodeE164s
- Remove duplicate check for a `+` at the beginning of each value.

- Don’t return a big-endian UInt64 from a method. The type information
  (unfortunately) doesn’t include endianness, which makes that approach
  somewhat more error-prone.

- Add a type that tracks validated input/output pairs. Future changes
  will want to perform the validation and then use both input & output.
2022-09-21 12:47:29 -07:00
..
protobuf Use "modern" proto fields instead of presentation for incoming group changes 2022-09-20 10:44:42 -07:00
Resources Sync when contacts become unregistered 2022-09-15 14:09:03 -07:00
src Refactor encodeE164s 2022-09-21 12:47:29 -07:00
tests Refactor encodeE164s 2022-09-21 12:47:29 -07:00
.clang-format Update clang-format with AllowShortEnumsOnASingleLine: false 2022-03-14 11:20:20 -07:00
.gitignore
.travis.yml
SignalServiceKit-Prefix.pch SignalServiceKit: no longer a separate pod 2022-08-05 16:14:15 -05:00
SignalServiceKit.h Move message padding to Data 2022-09-15 12:50:20 -05:00