continuwuity/src
Timo Kösters 1c25492a7e
fix: stuck messages
Conduit did not send the event in /sync because of a race condition.
There is a brief moment in time where Conduit accepted the event, but
did not store it yet. So when the client /syncs it updates the since
token without sending the event. I hope I fixed it by significantly
shortening the race-condition period.
2021-07-14 13:19:24 +02:00
..
client_server fix: stuck messages 2021-07-14 13:19:24 +02:00
database fix: stuck messages 2021-07-14 13:19:24 +02:00
appservice_server.rs Clean up reqwest::Response to http::Response conversion 2021-04-29 21:28:00 +02:00
database.rs improvement: more efficient state res 2021-07-14 13:10:49 +02:00
error.rs Sqlite 2021-07-14 07:07:08 +00:00
lib.rs Export conduits Config struct and fix clipp warningsy 2021-06-29 16:02:12 -04:00
main.rs Sqlite 2021-07-14 07:07:08 +00:00
pdu.rs Fix redacted_because field being sent as a string 2021-05-26 17:38:30 +02:00
ruma_wrapper.rs fix: stuck messages 2021-07-14 13:19:24 +02:00
server_server.rs fix: stuck messages 2021-07-14 13:19:24 +02:00
utils.rs apply lint suggestions and version bump 2021-07-14 12:31:38 +02:00