You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
config Automatic instance setup based on config variables (fixes #404) 5 years ago
migrations Iframely and pictshare backend mostly done. 5 years ago
migrations_testing/2020-01-13-025151_create_materialized_views A first pass at using materialized views. 5 years ago
query_testing Merge branch 'dev' into nutomic-api-benchmark 5 years ago
src Adding websocket notification system. 5 years ago
.gitignore A first pass at using materialized views. 5 years ago
.rustfmt.toml Squashed commit of the following: 5 years ago
Cargo.lock Adding websocket notification system. 5 years ago
Cargo.toml Changing markdown parser to comrak. Moving crate imports to lib.rs. 5 years ago
clean.sh Adding cargo outdated to clean script. 5 years ago
db-init.sh changed permissions from db-init.sh to be able to run 5 years ago
diesel.toml Starting to work on Rust Diesel Schema. #5 6 years ago