Tulir Asokan
|
f9d004a09d
|
Increase ping timeout to 30 seconds
|
2023-08-08 19:05:08 +03:00 |
|
Tulir Asokan
|
0411c6eeac
|
Update version identifier
|
2023-08-08 17:10:41 +03:00 |
|
Tulir Asokan
|
b958401b73
|
Don't resync if session ID doesn't change
|
2023-08-02 15:07:02 +03:00 |
|
Tulir Asokan
|
107f164180
|
Fix field type
|
2023-07-31 19:57:31 +03:00 |
|
Tulir Asokan
|
8b8ac305bb
|
Add better logs for decode errors
|
2023-07-31 19:57:31 +03:00 |
|
Tulir Asokan
|
57dfe0fc72
|
Log conversation status when syncing
|
2023-07-24 16:48:22 +03:00 |
|
Tulir Asokan
|
c742a1fe66
|
Change log level
|
2023-07-20 02:03:50 +03:00 |
|
Tulir Asokan
|
8e814bd05b
|
Send correct bridge state if phone isn't responding
|
2023-07-20 01:11:59 +03:00 |
|
Tulir Asokan
|
7981a11bd9
|
Make initial chat sync count configurable
|
2023-07-19 23:34:25 +03:00 |
|
Tulir Asokan
|
498f210e10
|
Move fetching initial conversations to bridge code
|
2023-07-19 23:30:27 +03:00 |
|
Tulir Asokan
|
ecae11f6b2
|
Fix deduplicating updates that flip back and forth
|
2023-07-19 22:29:30 +03:00 |
|
Tulir Asokan
|
d367469000
|
Sync read only and RCS status as power levels
|
2023-07-19 21:40:39 +03:00 |
|
Tulir Asokan
|
907e6af77b
|
Store all own participant IDs for proper multi-sim support
|
2023-07-19 20:55:52 +03:00 |
|
Tulir Asokan
|
bf277e197f
|
Always close response body in uploads
|
2023-07-19 14:19:09 +03:00 |
|
Tulir Asokan
|
a4639eb668
|
Rename long poll file and functions to be more accurate
|
2023-07-19 14:13:02 +03:00 |
|
Tulir Asokan
|
01464c5cc2
|
Unnest long polling handler
|
2023-07-19 14:12:23 +03:00 |
|
Tulir Asokan
|
d99da61869
|
Refactor all protobuf HTTP request sending into shared functions
|
2023-07-19 13:59:11 +03:00 |
|
Tulir Asokan
|
3e2348447a
|
Merge response waiting methods with sending
|
2023-07-19 01:20:32 +03:00 |
|
Tulir Asokan
|
6caf7e89fb
|
Move start login methods to pair.go
|
2023-07-19 01:19:04 +03:00 |
|
Tulir Asokan
|
b46885ad58
|
Move download method to same file as upload
|
2023-07-19 01:18:06 +03:00 |
|
Tulir Asokan
|
afae081429
|
Merge all RPC call methods into one file
|
2023-07-19 01:17:12 +03:00 |
|
Tulir Asokan
|
1ef5b56259
|
Merge pairing-related code into one file
|
2023-07-19 01:08:13 +03:00 |
|
Tulir Asokan
|
1d32fd14da
|
Remove unnecessary route definitions
|
2023-07-19 01:06:09 +03:00 |
|
Tulir Asokan
|
e7a6c3f7af
|
Fix panic when logging in
|
2023-07-18 15:13:53 +03:00 |
|
Tulir Asokan
|
30bfa14141
|
Don't send listen events in the non-authed poller
|
2023-07-18 14:51:18 +03:00 |
|
Tulir Asokan
|
78d0bcd56d
|
Remove RPC message builder
|
2023-07-18 03:08:01 +03:00 |
|
Tulir Asokan
|
9680040ea1
|
Reorganize protobuf schemas
|
2023-07-18 02:57:20 +03:00 |
|
Tulir Asokan
|
8e5d76b1d3
|
Add get conversation method
|
2023-07-18 02:19:25 +03:00 |
|
Tulir Asokan
|
a6b91da574
|
Use generics for casting responses
|
2023-07-18 02:11:43 +03:00 |
|
Tulir Asokan
|
4599f3f0e5
|
Refactor incoming RPC data parsing to remove useless structs
|
2023-07-18 02:01:06 +03:00 |
|
Tulir Asokan
|
5f450f3294
|
Make attachment decryption less hacky
|
2023-07-17 17:58:11 +03:00 |
|
Tulir Asokan
|
37a6c09dc3
|
Remove unused request functions
|
2023-07-17 16:57:28 +03:00 |
|
Tulir Asokan
|
13124562b7
|
Rename crypto files
|
2023-07-17 16:57:21 +03:00 |
|
Tulir Asokan
|
4d6233d94b
|
Rename binary package to gmproto
|
2023-07-17 16:51:31 +03:00 |
|
Tulir Asokan
|
7008a9ca60
|
Move proto files to binary directory
|
2023-07-17 16:49:49 +03:00 |
|
Tulir Asokan
|
b5bc6bfd61
|
Clean up logs and move some functions
|
2023-07-17 16:43:34 +03:00 |
|
Tulir Asokan
|
84276a631a
|
Use embed package for raw proto descriptions
|
2023-07-17 02:06:35 +03:00 |
|
Tulir Asokan
|
db53aaf3e7
|
Implement start new chat API
|
2023-07-17 01:52:13 +03:00 |
|
Tulir Asokan
|
6786c10fda
|
Add methods for getting contacts and starting chats
|
2023-07-17 01:10:01 +03:00 |
|
Tulir Asokan
|
019f237be1
|
Fix field name casing
|
2023-07-16 16:19:33 +03:00 |
|
Tulir Asokan
|
fa5928e405
|
Remove some panics
|
2023-07-16 16:18:45 +03:00 |
|
Tulir Asokan
|
6225b83d2f
|
Refactor login flow
|
2023-07-16 16:13:11 +03:00 |
|
Tulir Asokan
|
7fe4f0b047
|
Unnest device pair info in AuthData
|
2023-07-16 14:40:28 +03:00 |
|
Tulir Asokan
|
3fefda3a96
|
Refactor more things
|
2023-07-16 14:36:13 +03:00 |
|
Tulir Asokan
|
e6cec49353
|
Move JWK base64 decoding to JSON parsing step
|
2023-07-16 13:35:28 +03:00 |
|
Tulir Asokan
|
360fe208a8
|
Remove more unused utility functions
|
2023-07-16 13:23:44 +03:00 |
|
Tulir Asokan
|
014b257ff5
|
Allow configuring device details shown on phone
|
2023-07-16 02:51:26 +03:00 |
|
Tulir Asokan
|
511e85c242
|
Handle pair revoke events
|
2023-07-16 02:41:34 +03:00 |
|
Tulir Asokan
|
9f189d913b
|
Remove manual X.509 public key encoding
|
2023-07-16 02:35:35 +03:00 |
|
Tulir Asokan
|
2d69a3c42f
|
Remove some unnecessary event wrappers
|
2023-07-16 02:24:39 +03:00 |
|