Timo Kösters
f12fbca3c5
fix: send state in /sync, element displays wrong membership changes
5 years ago
Timo Kösters
6606e41dde
feat: improved state store
5 years ago
Devin Ragotzy
164b1633d8
Update ruma to latest, renamed server keys and removed PduStub
5 years ago
Timo Kösters
0762196963
fix: don't send new events from left rooms
5 years ago
Timo Kösters
f0a21b6165
fix: use device_id when registering
...
TIL body.device_id != (*body).device_id, which is pretty bad, so I
renamed body.device_id to body.sender_device
5 years ago
Timo Kösters
12b0efac8b
fix: random timeline reloads
5 years ago
Timo Kösters
304c53c4f5
style: make clippy happier
5 years ago
Timo Kösters
e08dfd982b
improvement: look at SRV record when sending requests
5 years ago
Timo Kösters
267c721616
fix: encryption and sync spam
5 years ago
Timo Kösters
ea3aaa6b5c
improvement: more efficient /sync with gaps
5 years ago
Timo Kösters
506c2a3146
fix: can't find count from event in db
5 years ago
Timo Kösters
1e8fbd8d50
Update ruma version
5 years ago
Devin Ragotzy
f46c2d1eec
Fix review issues, move state-res to spec-comp branch
5 years ago
Timo
33215d6099
fix: send notification count updates when private read receipts change
5 years ago
Devin Ragotzy
27ffe77823
Use helper instead of route for get_public_rooms_filtered
5 years ago
Timo
3c26166fb5
improvement: device list works better
...
The only situation that isn't working yet is sending `left` events for
users when the sender leaves the room
5 years ago
Devin Ragotzy
c4f5a0a631
Keep track of State at event for state resolution
...
feat: first steps towards joining rooms over federation
Add state-res as a dependency of conduit
Add reverse_topological_power_sort before append_pdu
Implement statehashstatid_pduid tree for keeping track of state
Clean up implementation of state_hash as key for tracking state
5 years ago
Timo
c092f06068
docs: /sync
5 years ago
Timo
64789537f5
fix: device list when leaving rooms
5 years ago
Timo
4323cf5fec
improvement: device list works better
...
The only situation that isn't working yet is sending `left` events for
users when the sender leaves the room
5 years ago
Timo
f23fb32e95
fix: set limited to true when skipping messages in /sync
5 years ago
Timo
3ff17f69ad
fmt
5 years ago
Guillem Nieto
b575593647
Do not ignore db errors
5 years ago
Guillem Nieto
47abe6686e
Send invites only if invited during the sync request
...
Fixes: https://git.koesters.xyz/timo/conduit/issues/175
5 years ago
timokoesters
c1c62b7eb4
refactor: put endpoints into modules
5 years ago