lemmy/server
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
..
config Automatic instance setup based on config variables (fixes #404) 2020-03-29 00:13:13 +01:00
migrations
migrations_testing/2020-01-13-025151_create_materialized_views
query_testing
src Adding websocket notification system. 2020-04-19 18:08:25 -04:00
.gitignore
.rustfmt.toml
Cargo.lock Adding websocket notification system. 2020-04-19 18:08:25 -04:00
Cargo.toml Changing markdown parser to comrak. Moving crate imports to lib.rs. 2020-03-28 18:02:49 -04:00
clean.sh
db-init.sh
diesel.toml