Timo
33215d6099
fix: send notification count updates when private read receipts change
5 years ago
timokoesters
66bc25fcd3
feat: implement /keys/changes
5 years ago
timokoesters
d891bbb5dc
improve: presence
5 years ago
Jonas Platte
09561ccea3
Upgrade ruma
6 years ago
Devin R
33bc666859
Use sync ephemeral events in sync Resposne (remove room_id)
...
Bump ruma to latest master which also fixes some server name as String
to now being of type Box<ServerName>.
6 years ago
Devin R
75959cdc10
Resolve stying review issues
6 years ago
Devin R
d02685a4fd
Update to latest ruma/ruma commit
...
This will most likely be the API that is released to crates.io so it
should be fairly stable...
6 years ago
Devin R
63e23154f3
Rebase with key backups and cross signing
...
Moved back to a fork of ruma with timo's key-backup and cross-signing
branch. Ephemeral events in sync responses are EphemeralRoomEventStub
(they also have no room_id like all of sync responses events)
6 years ago
Devin R
84dcb885a7
Return correct Errors and replace panic, fix misc review issues
...
Remove EventJson todo comments, clean up Cargo.toml commented ruma deps.
6 years ago
Devin R
24b6702047
Add to_*_event_stub methods to pdu, filter for correct event kind
...
When creating some responses (sync) an AnyRoomEventStub is needed for this
PduEvent will deserialize the JSON as a Stub event and a non stub event
when needed. Ephemeral and account events are checked to be the correct
type and filtered out if not. This requires an extra `deserialize` call
which could/should be removed.
TODO: Possibly get rid of EventJson in some places.
6 years ago
Devin R
7c38e53839
Move to depend on ruma monorepo and ruma-events0.22
6 years ago
timokoesters
56d4742201
improvement: log bad database errors automatically
6 years ago
timokoesters
2368a90584
refactor: better error handling
6 years ago
timokoesters
8eedc12567
fix: edus will not be removed after timeout
6 years ago
Jonas Platte
7526fd8602
Switch to the ruma meta-crate
6 years ago
timokoesters
d404f902bf
fix: send presence too often
6 years ago
timokoesters
168f2281fd
improvement: bundle typing events and only send on changes
...
Fixes #67 and #49
6 years ago
timokoesters
ee0d6940bd
feat: presence updates
6 years ago
timokoesters
8f67c01efd
refactor: split database into multiple files, more error handling, cleaner code
6 years ago