Signal-iOS/SignalServiceKit
Evan Hahn 4a0141be41
Omit E164 from outgoing envelopes
[Android][0] and [Desktop][1] have already removed this field. This
follows suit.

The highlights:

- `SignalService.proto` removes some fields by making them `reserved`
- `ProtoWrappers.py` updates our code generation to support addresses
  that only have a UUID (previously, you needed both a UUID and E164
  field)
- Most everything else is removing E164s

[0]: 9c266e7995
[1]: 2b0d3cab40
2022-10-03 23:55:39 +00:00
..
protobuf Omit E164 from outgoing envelopes 2022-10-03 23:55:39 +00:00
Resources Add lastReceivedStoryTimestamp to schema.sql 2022-09-22 17:05:06 -07:00
src Omit E164 from outgoing envelopes 2022-10-03 23:55:39 +00:00
tests Omit E164 from outgoing envelopes 2022-10-03 23:55:39 +00: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