summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/stream (follow)
Commit message (Expand)AuthorAgeFilesLines
* increase limits on WS note subscriptions and cached notesHazelnoot2025-03-281-2/+2
* avoid duplicate channels in WS connectionHazelnoot2025-03-281-10/+18
* avoid leaking cached notes in WS connectionHazelnoot2025-03-281-11/+11
* make sure that note subscriptions can't stay above limitHazelnoot2025-03-281-5/+3
* clear subscriptions when connection closesHazelnoot2025-03-281-0/+7
* limit the number of note subscriptions per connectionHazelnoot2025-03-281-6/+19
* close websocket when rate limit exceededHazelnoot2025-03-281-22/+7
* small change to commentLhc_fl2025-03-031-4/+3
* fix: always clone the note before hideNoteLhc_fl2025-03-031-5/+7
* call NoteEntityService.hideNote from streaming APIHazelnoot2025-02-2510-1/+22
* use assignMyReaction in channel, hashtag, role-timeline, and user-list channelsHazelnoot2025-02-254-27/+14
* pass NoteEntityService through Channel constructor instead of method argsHazelnoot2025-02-2518-37/+60
* check mutes and blocks of renote target in streaming APIHazelnoot2025-02-251-1/+4
* fix lint errors in stream/channel/bubble-timeline.tsHazelnoot2025-02-041-3/+1
* fix import order in stream/channel.tsHazelnoot2025-02-041-1/+1
* fix lint errors in Connection.tsHazelnoot2025-02-041-4/+4
* comment :3piuvas2025-01-121-2/+5
* requested changespiuvas2025-01-101-3/+2
* comment codepiuvas2025-01-081-0/+2
* small refactorpiuvas2025-01-081-8/+8
* shallow clonepiuvas2025-01-086-85/+47
* requested change.piuvas2024-12-265-5/+10
* improvementpiuvas2024-12-261-2/+1
* turn task into a functionpiuvas2024-12-256-72/+50
* improvements.piuvas2024-12-235-10/+40
* populate myreaction on replies for streams.piuvas2024-12-235-0/+35
* thank you lintersdakkar2024-10-111-5/+4
* fix some DI mistakes after the mergedakkar2024-10-101-1/+1
* fix imports in channels bubble-timelinedakkar2024-10-091-0/+1
* fix type in channel.tsdakkar2024-10-091-1/+1
* use injected meta in stream bubble-timelinedakkar2024-10-091-5/+6
* remove duplicate linedakkar2024-08-301-2/+0
* Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8dakkar2024-08-304-18/+30
|\
| * fix(backend): 無制限にストリーミングのチャンネルに接続で...syuilo2024-08-171-0/+6
| * fix(backend): リバーシの設定変更が反映されないのを修正 (#...かっこかり2024-08-161-3/+5
| * fix: readAllNotifications message not working (#14374)anatawa122024-08-094-16/+24
* | merge: misskey 2024.7 (!583)dakkar2024-08-1819-85/+150
|\ \
| * \ Merge branch 'develop' into feature/misskey-2024.07dakkar2024-08-181-0/+39
| |\ \
| * \ \ Merge branch 'develop' into feature/misskey-2024.07dakkar2024-08-061-0/+12
| |\ \ \
| * | | | copy from global-timeline to bubble-timelinedakkar2024-08-021-4/+5
| * | | | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-0218-80/+144
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 自分のフォロワー限定投稿に対するリプライがホームタ...anatawa122024-07-302-4/+12
| | * | | kill any from streaming API Implementation (#14251)anatawa122024-07-1818-72/+128
* | | | | make the cap of `activeRateLimitRequests` match the rate limitdakkar2024-08-181-1/+3
| |_|_|/ |/| | |
* | | | Add IP and user ID to connection close messageJulia Johannesen2024-08-171-1/+5
* | | | Fix logging stuffJulia Johannesen2024-08-171-1/+1
* | | | fix(backend): 無制限にストリーミングのチャンネルに接続で...syuilo2024-08-171-0/+6
* | | | Limit number of rate limit requestsJulia Johannesen2024-08-161-2/+24
* | | | rough rate limiting for websocketsdakkar2024-08-151-0/+7
| |_|/ |/| |
* | | don't send real-time updates of replies to blocked usersdakkar2024-07-061-0/+12
|/ /