summaryrefslogtreecommitdiffstats
path: root/server/src/routes/websocket.rs
AgeCommit message (Expand)Author
2020-06-09Merge branch 'master' into federationFelix Ableitner
2020-05-16Merge branch 'yerba_rework-imports' into federationDessalines
2020-05-16Rework importsFelix
2020-05-15Federated mentions. Fixes #681 (#717)Dessalines
2020-04-24Some fed fixes.Dessalines
2020-04-22Changing wait to spawn in websocket.Dessalines
2020-04-21Adding web::blocks to routes.Dessalines
2020-04-20Use get_ip in ratelimit middlewareasonix
2020-04-20Guard CreateCommunity, represent impossible error with Infallibleasonix
2020-04-20Add websockets into the api scopeasonix
2020-04-19Change RateLimit to act as a middlewareasonix
2020-04-19Adding websocket notification system.Dessalines
2020-03-13Adding full logging.Dessalines
2020-01-15Fix issue with adding multiple instances of chatserver.Dessalines
2020-01-13A first pass at using materialized views.Dessalines
2020-01-12Trying to add r2d2 connection pooling to websockets.Dessalines
2020-01-10Upgrade actix to 2.0 (fixes #392)Felix
2020-01-02Apply changes suggested by cargo clippy (fixes #395)Felix Ableitner
2019-12-31Use actix config to handle routes in seperate folders (#378)Felix Ableitner