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 Iframely and pictshare backend mostly done. 2020-03-07 18:31:13 -05:00
migrations_testing/2020-01-13-025151_create_materialized_views A first pass at using materialized views. 2020-01-13 20:02:02 -05:00
query_testing Merge branch 'dev' into nutomic-api-benchmark 2020-01-31 22:53:55 -05:00
src Adding websocket notification system. 2020-04-19 18:08:25 -04:00
.gitignore A first pass at using materialized views. 2020-01-13 20:02:02 -05:00
.rustfmt.toml Squashed commit of the following: 2020-01-23 19:39:59 -05:00
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 Adding cargo outdated to clean script. 2020-01-03 23:39:31 -05:00
db-init.sh changed permissions from db-init.sh to be able to run 2020-02-14 21:30:06 +01:00
diesel.toml Starting to work on Rust Diesel Schema. #5 2019-02-27 22:02:55 -08:00