lemmy/server/src/api
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
..
comment.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
community.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
post.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
site.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00
user.rs Adding websocket notification system. 2020-04-19 18:08:25 -04:00