about summary refs log tree commit diff
path: root/streaming
AgeCommit message (Expand)Author
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
2017-12-13Fix the condition in streaming listener (#6008)nullkal
2017-12-12Improve error handling in streaming/index.js (#5968)erin
2017-12-12make it possible to stream public timelines without authorization (#5977)nullkal
2017-11-18Make it possible to bind streming service to 0.0.0.0 (#5744)Baptiste Gelez
2017-11-18Lists (#5703)Eugen Rochko
2017-10-17use-DB_NAME-in-development (#5430)masarakki
2017-09-24Fix streaming API double-JSON-encoding status IDs for deletes (#5069)Eugen Rochko
2017-09-04Fix streaming url to lowercase (#4804)voidSatisfaction
2017-07-07Gracefully stop streaming server (#4103)Nolan Lawson
2017-07-07Restore streaming API output format (#4100)Eugen Rochko
2017-06-26Stop using Babel with streaming server (#3950)Yamagishi Kazutoshi
2017-06-26Re-fix errorMiddleware (#3922)Takuya Yoshida
2017-06-26Ignore DB_NAME for development env on streaming as well as rails side (#3948)unarist
2017-06-25more free pgconfig by .env (#3909)amazedkoumei
2017-06-23Fix errorMiddleware to prevent "TypeError: res.writeHead is not a function" (...Takuya Yoshida
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-20Fix streaming server. Redis connection subscribe for each channel. (#3828)猫吸血鬼ディフリス / 猫ロキP
2017-06-09Fix issue with some Node.js versions not having Array.prototype.includes (#3667)Eugen Rochko
2017-06-03Execute PushUpdateWorker only for accounts who uses StreamingAPI just now. (...Clworld
2017-05-29[RFC] Return 401 for an authentication error on WebSockets (#3411)unarist
2017-05-29Don't stream toots from users who have blocked the recipient user (#3300)unarist
2017-05-28Re-add stream end log for WebSocket (#3397)Clworld
2017-05-28Improve streaming API cluster logging (#3370)Eugen Rochko
2017-05-27Reject revoked access_token on Streaming API. (#3367)Clworld