1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 05:36:53 -04:00
Commit graph

228 commits

Author SHA1 Message Date
Scott Weber
60d2f1cfdb Improve response sending 2023-05-09 17:39:47 -04:00
Scott Weber
5c8ad458d4 Add capabilities that Signal Desktop is sending 2023-05-09 17:09:15 -04:00
Scott Weber
67c558853f Receiving unencrypted messages, but not in real time 2023-05-09 16:34:16 -04:00
Scott Weber
f91b2e4d0a Successfully open message receiving WS, but nothing comes down it 2023-05-08 14:47:00 -04:00
Scott Weber
e44fb2d95a Tidy up URLs 2023-05-08 13:47:01 -04:00
Scott Weber
8a651c8000 Tidy up URLs 2023-05-08 09:29:17 -04:00
Scott Weber
ce691eed84 Better error handling during provisioning (was getting rate limited) 2023-05-07 22:15:46 -04:00
Scott Weber
d3b811b197 Store prekeys in sqlite, and refactor storage layer some more 2023-05-07 17:40:36 -04:00
Scott Weber
241eaa68fe Store refactoring 2023-05-07 14:01:01 -04:00
Scott Weber
3680c45f47 Register prekeys as part of PerformProvisioning 2023-05-07 11:40:46 -04:00
Scott Weber
cecf4dbd69 Hook up "meowstore" to signalgo bridge 2023-05-07 10:41:30 -04:00
Scott Weber
9a7d13c2c8 Add an SQL store, and store device data in stub.go 2023-05-07 10:07:48 -04:00
Scott Weber
fb97fdfcf5 Improve bot response to login 2023-05-05 10:26:34 -04:00
Scott Weber
d36fc20826 Very rough first pass of QR code in bridge bot, no persistance 2023-05-04 23:11:50 -04:00
Scott Weber
feed418a31 Generate and register ACI and PNI prekeys with Signal servers 2023-05-04 12:29:29 -04:00
Scott Weber
0c1158e4d9 Small refactor and tidy 2023-05-02 17:52:42 -04:00
Scott Weber
859936ac0d Successfully confirm device on new authed websocket at /v1/devices/ 2023-05-02 17:14:12 -04:00
Scott Weber
730f0ef049 Successuflly verify and unmarshall ProvisioningMessage!!! 2023-04-26 17:06:51 -04:00
Scott Weber
a5e06910da Print a QR code and have Signal Android scan it!
But the ProvisioningEnvelope it returns isn't parsed correctly yet
2023-04-26 14:40:52 -04:00
Scott Weber
a229905341 Tidy up 2023-04-25 12:18:01 -04:00
Scott Weber
585d79f167 Implement provisioning_cipher and receive 2nd WS message (not working atm) 2023-04-24 19:33:48 -04:00
Scott Weber
a563190d4e goimports -w 2023-04-24 14:06:39 -04:00
Scott Weber
1887081f88 Unmarshal provisioning message and send a response 2023-04-24 10:33:53 -04:00
Scott Weber
88ebbd1d97 go.work.sum and remove old commented-out code 2023-04-21 10:51:03 -04:00
Scott Weber
ca16a8e1c4 WIP: can read from Signal provisioning WS and unmarshall into PB 2023-04-21 10:49:54 -04:00
Scott Weber
7abfae2ad5 WIP: Still incomplete, but it compiles! 2023-04-06 15:02:56 -04:00
Scott Weber
d692cc051b VERY WIP: Added lots of broken files! 2023-03-29 04:57:31 -04:00
Tulir Asokan
0c7162502c Add another pkg 2023-03-22 18:26:58 +02:00