conduit/src
timokoesters 16576d19cd
improvement: only remove to-device events when sure the client received them
To make this work, I had to remove the recommended limit of 100
to-device events per /sync
(https://matrix.org/docs/spec/client_server/latest#id72)
2020-07-26 13:59:19 +02:00
..
database improvement: only remove to-device events when sure the client received them 2020-07-26 13:59:19 +02:00
client_server.rs improvement: only remove to-device events when sure the client received them 2020-07-26 13:59:19 +02:00
database.rs Resolve stying review issues 2020-07-18 08:21:25 -04:00
error.rs Return correct Errors and replace panic, fix misc review issues 2020-07-17 16:03:36 -04:00
main.rs Implement get_joined_rooms (#155) 2020-07-25 18:35:22 +02:00
pdu.rs Use sync ephemeral events in sync Resposne (remove room_id) 2020-07-21 14:04:39 -04:00
push_rules.rs Update to latest ruma/master rev 2020-07-25 14:25:24 -04:00
ruma_wrapper.rs Update to latest ruma/master rev 2020-07-25 14:25:24 -04:00
server_server.rs Switch to the ruma meta-crate 2020-06-05 18:42:45 +02:00
stateres.rs work 2020-04-29 10:27:31 +02:00
utils.rs refactor: better error handling 2020-06-11 13:14:35 +02:00