lemmy/server/src/routes
Dessalines f300c67a4d Adding websocket notification system.
- HTTP and APUB clients can now send live updating messages to websocket
  clients
- Rate limiting now affects both HTTP and websockets
- Rate limiting / Websocket logic is now moved into the API Perform
  functions.
- TODO This broke getting current online users, but that will have to
  wait for the perform trait to be made async.
- Fixes #446
2020-04-19 18:08:25 -04:00
..
api.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
federation.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
feeds.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
index.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
mod.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
nodeinfo.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
webfinger.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
websocket.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00