summaryrefslogtreecommitdiff
path: root/internal/processing/stream
AgeCommit message (Expand)AuthorFiles
2025-02-08[bug] Add missing `group` property to the Account model (#3746)Libravatar pnwmatt2
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim2
2024-10-21[feature] Add image descriptions for default avatar + header; don't allow edi...v0.17.1Libravatar tobi2
2024-10-12[bugfix] Account.last_status_at is a date, not datetime (#3419)Libravatar Markus Unterwaditzer2
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi1
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont1
2024-07-20[chore/frontend] Use smaller webp images for logo and default avatars (#3119)Libravatar tobi2
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim1
2024-07-17[feature] Allow users to set default interaction policies per status visibili...Libravatar tobi1
2024-06-07[feature] Implement filters_changed stream event (#2972)Libravatar Vyr Cossont1
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont1
2024-05-06feature: filters v2 server-side warning/hiding (#2793)Libravatar Vyr Cossont1
2024-02-20[bugfix] fix possible mutex lockup during streaming code (#2633)Libravatar kim8
2023-12-16[feature] Push status edit messages into open streams (#2418)Libravatar Sam Lade3
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-08-09[feature] List replies policy, refactor async workers (#2087)Libravatar tobi1
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi3
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney10
2023-03-11[feature] Support multiple subscriptions on single websocket connection (#1489)Libravatar darrinsmart2
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim3
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi10