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

35 commits

Author SHA1 Message Date
Tulir Asokan
59eaa36415 chatsync: stop syncing if client is logged out
Closes #645
2026-04-09 14:13:01 +03:00
Tulir Asokan
9257116792 client: ensure connection is cancelled when bridge is stopped 2026-04-09 13:58:06 +03:00
Nick Mills-Barrett
7fc0b062ee
client: exit sleep during connect retry if context canceled 2025-12-17 10:16:32 +00:00
Tulir Asokan
b2dbdb684c signalmeow: store whitelisted flag and use it for message requests 2025-12-12 13:36:28 +02:00
Tulir Asokan
1d43ea8c00 client: add connecting bridge state 2025-12-09 12:41:39 +02:00
Tulir Asokan
edacab163c client: unlink before disconnecting websocket 2025-11-24 18:22:20 +02:00
Tulir Asokan
bd9b96e3a0 signalmeow: move all normal authed requests to websocket 2025-11-24 17:20:53 +02:00
Tulir Asokan
08d70602e1 signalmeow/web: split non-retrying errors into different type 2025-10-20 11:52:14 +03:00
Tulir Asokan
11e0e97067 client: use transient disconnect for all network errors 2025-10-20 11:51:56 +03:00
Tulir Asokan
8ee190a1e7 all: enable mautrix-go's new disappearing message features 2025-08-26 17:23:55 +03:00
Tulir Asokan
23b2496ac9 handlematrix: move viewing chat handler to correct file 2025-07-07 15:36:06 +03:00
Nick Mills-Barrett
cca55180cf
client: immediately sync DM ghosts when viewed 2025-06-04 18:12:45 +01:00
Tulir Asokan
c4797ab292 dependencies: update mautrix-go 2025-03-20 16:52:56 +02:00
Tulir Asokan
074a2a9bef client: consume unauth websocket status in ConnectBackground 2025-03-13 17:38:14 +02:00
Tulir Asokan
d7c598dbf4 client: enable registering apns pushers 2025-03-07 17:20:20 +02:00
Tulir Asokan
9e7a24a7ba client: don't propagate background timeouts if connection was successful 2025-03-04 14:49:17 +02:00
Tulir Asokan
870f0d152e signalmeow: fix propagating errors when disconnected 2025-02-26 19:10:01 +02:00
Tulir Asokan
3d5f873cfc connector: connect unauthed websocket in background mode 2025-02-12 18:44:21 +02:00
Tulir Asokan
f5c818b360 client: update ConnectBackground function signature 2025-01-23 15:08:09 +02:00
Tulir Asokan
0b4d63a62b login: only sync storage after chats 2025-01-20 20:09:06 +02:00
Tulir Asokan
3db54fd574 client: unlink device when logging out 2025-01-19 20:47:07 +02:00
Tulir Asokan
1e622b7bc6 login: remove duplicate sync chats call 2025-01-19 19:16:21 +02:00
Tulir Asokan
dd0f10ab70 connector: implement chat list sync and backfill
Fixes #1
2025-01-19 14:13:11 +02:00
Tulir Asokan
aca0ee20e8 client: add support for connect-once background resync interface 2025-01-16 16:29:51 +02:00
Tulir Asokan
f986c8ec63 capabilities: update to new format 2025-01-10 16:57:54 +02:00
Tulir Asokan
fdbae90368 dependencies: update mautrix-go 2024-12-02 18:44:53 +02:00
Tulir Asokan
b1bd303b0e client: register capabilities on connect 2024-09-03 20:12:28 +03:00
Tulir Asokan
0c9f2c19d2 all: delete legacy bridge 2024-08-07 15:14:13 +03:00
Tulir Asokan
219b3bec1d v2: store remote profile info in UserLogin 2024-08-05 17:36:36 +03:00
Tulir Asokan
fd3ef2ebc3 v2: fix edit time limits 2024-07-17 11:58:58 +03:00
Tulir Asokan
5883ade9d8 v2: add support for changing group name/avatar/topic from Matrix 2024-06-28 23:13:52 +03:00
Tulir Asokan
be21dac6cf v2: improve handling of logins in bad credentials 2024-06-27 11:34:48 +03:00
Tulir Asokan
32401e37f1 v2: update mautrix-go and fix bug in login 2024-06-21 20:13:52 +03:00
Tulir Asokan
5e4ddb93ba v2: add contact listing method 2024-06-20 17:29:55 +03:00
Tulir Asokan
d06f4b5aa4 v2: split connector into multiple files 2024-06-19 23:21:52 +03:00