about summary refs log tree commit diff
path: root/streaming
AgeCommit message (Expand)Author
2023-03-06Disable anonymous access to the streaming API (#23989)Claire
2023-03-05Fix streaming API not being usable without `DATABASE_URL` (#23960)Eugen Rochko
2023-03-03Allow streaming to connect to postgress with self-signed certs (#21431)Ramūns Usovs
2023-02-11fix metrics format (#23520)emilweth
2023-02-11dot is not allowed (#23519)emilweth
2023-02-09Add information about database pool to metrics endpoint in streaming API (#23...Eugen Rochko
2023-02-09Add database pool configuration over `DB_POOL` to streaming API (#23470)Eugen Rochko
2023-02-03Add metrics endpoint to streaming API (#23388)Eugen Rochko
2022-12-19Enable eslint:recommended ruleset (#22433)Nick Schonning
2022-11-15Fix filters from other users being used in the streaming service (#20719)Claire
2022-11-13Fix public/local timeline posts not being properly filtered (#20567)Claire
2022-07-13Change how hashtags are normalized (#18795)Eugen Rochko
2022-06-28Revamp post filtering system (#18058)Claire
2022-04-19Fix parsing `TRUSTED_PROXY_IP` (#18051)Yamagishi Kazutoshi
2022-03-21Fix streaming server sometimes silently dropping subscriptions (#17841)Claire
2022-02-16Change streaming server error messages when failing to parse client input (#1...Claire
2022-01-07Fix timeline streaming stopping for multiple sessions instead of one (#17259)Claire
2021-12-25Finish update of node-redis (#17183)Lerk
2021-10-13fix(streaming): req.scopes can be nullable (#16823)Sasha Sorokin
2021-09-26Refactor notifications to go through a separate stream in streaming API (#16765)Eugen Rochko
2021-05-02Fix "cb is not a function" error in streaming API server (#16134)Eugen Rochko
2021-05-01Change log level of worker start/end to warn in streaming API (#16110)Eugen Rochko
2021-03-24Switch from deprecated ClusterWS/cws to ws package (#15932)Claire
2020-11-23Fixed ESLint error (#15214)abcang
2020-11-12Fix streaming API allowing connections to persist after access token invalida...Eugen Rochko
2020-09-22Fix crash streaming process when receive invalid json (#14859)fuyu
2020-08-12Fix destructuring error when unsubscribing without subscribing (#14566)Eugen Rochko
2020-08-11Add support for managing multiple stream subscriptions in a single connection...Eugen Rochko
2020-06-24Change streaming server to treat blank redis password as password-less auth (...ThibG
2020-06-02Add E2EE API (#13820)Eugen Rochko
2020-05-10Add remote only to public timeline (#13504)Takeshi Umeda
2020-01-24minor server-sent events fixes (#12945)Ben Lubar
2019-07-30Add whitelist mode (#11291)Eugen Rochko
2019-07-15Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302)Eugen Rochko
2019-05-24Improve streaming server security (#10818)ThibG
2019-05-22Migrate from uws to cws (#10805)abcang
2019-03-11Fix streaming API always attempting to use SSL with Postgres (#10231)Eugen Rochko
2019-03-10Fix SSL configuration regression in streaming API (#10225)Eugen Rochko
2019-03-08config: add DB_SSLMODE for managed/remote PG (#10210)Sascha
2018-10-21Fix crash when using UNIX socket (#9036)Gomasy
2018-10-20Check if port/socket is available before forking in Streaming API (#9023)Eugen Rochko
2018-10-11Add check for missing tag param in streaming API (#8955)Eugen Rochko
2018-10-07Add conversations API (#8832)Eugen Rochko
2018-08-26Add health endpoint to streaming API (#8441)Eugen Rochko
2018-08-24Support UNIX domain socket for streaming service without using PORT (#8217)MIYAGI Hikaru
2018-07-14Fix streaming API still using filtered instead of chosen languages (#8009)Eugen Rochko
2018-05-21Add media timeline (#6631)Yamagishi Kazutoshi
2018-04-18Direct messages column (#4514)Kaito Sinclaire
2018-04-17Perform processing that does not use the database before connecting to the da...abcang
2017-12-13Make sure call `done();` in the listener of public timeline for anonymous con...nullkal