conduit/src/client_server
Devin Ragotzy 2d69e81699 WIP: send out push notification, impl pusher routes
It seems in order to test this I may also have to impl the email 3pid
route? I need to call the set_pusher route somehow.
2021-01-29 21:48:09 -05:00
..
account.rs WIP: send out push notification, impl pusher routes 2021-01-29 21:48:09 -05:00
alias.rs Convert uses of Box<ServerName> to a ref 2021-01-14 15:11:55 -05:00
backup.rs Cleanup removing debug printing and logging, append non state events 2020-12-05 17:37:13 +01:00
capabilities.rs Update ruma to latest, fix unstable origin feature in ruma 2020-12-05 17:37:07 +01:00
config.rs Update ruma to latest, renamed server keys and removed PduStub 2020-12-05 17:44:54 +01:00
context.rs improvement: flush after every request that manipulates the db 2020-10-23 14:38:07 +02:00
device.rs improvement: flush after every request that manipulates the db 2020-10-23 14:38:07 +02:00
directory.rs Convert uses of Box<ServerName> to a ref 2021-01-14 15:11:55 -05:00
filter.rs Update ruma to latest, fix unstable origin feature in ruma 2020-12-05 17:37:07 +01:00
keys.rs Update ruma to latest, fix unstable origin feature in ruma 2020-12-05 17:37:07 +01:00
media.rs Convert uses of Box<ServerName> to a ref 2021-01-14 15:11:55 -05:00
membership.rs Add ability to update room leaves with multiple eventIds 2021-01-18 19:41:38 -05:00
message.rs Fix ALL clippy warnings 2021-01-15 11:05:57 -05:00
mod.rs improvement: flush after every request that manipulates the db 2020-10-23 14:38:07 +02:00
presence.rs Update ruma to latest, renamed server keys and removed PduStub 2020-12-05 17:44:54 +01:00
profile.rs Fix ALL clippy warnings 2021-01-15 11:05:57 -05:00
push.rs WIP: send out push notification, impl pusher routes 2021-01-29 21:48:09 -05:00
read_marker.rs Run cargo fmt using nightly 2021-01-29 21:48:09 -05:00
redact.rs Fix ALL clippy warnings 2021-01-15 11:05:57 -05:00
room.rs feature: push rule settings 2021-01-24 16:07:49 +01:00
search.rs improvement: better config, better logs 2020-12-31 21:07:55 +01:00
session.rs improvement: more logging 2020-12-05 17:35:00 +01:00
state.rs Fix ALL clippy warnings 2021-01-15 11:05:57 -05:00
sync.rs Append state event that pass resolution to DB, update to tokio 1.1 2021-01-29 11:20:33 -05:00
tag.rs improvement: flush after every request that manipulates the db 2020-10-23 14:38:07 +02:00
thirdparty.rs improvement: flush after every request that manipulates the db 2020-10-23 14:38:07 +02:00
to_device.rs feat: implement appservices 2020-12-08 12:59:20 +01:00
typing.rs fix: use device_id when registering 2020-10-18 21:51:28 +02:00
unversioned.rs improvement: flush after every request that manipulates the db 2020-10-23 14:38:07 +02:00
user_directory.rs improvement: flush after every request that manipulates the db 2020-10-23 14:38:07 +02:00
voip.rs improvement: send 200 response for turn server info 2021-01-11 17:26:47 +01:00