Commit Graph

1581 Commits

Author SHA1 Message Date
Rory& 0e6b704af1 Remove unused autoupdater code 2026-03-14 03:39:14 +01:00
Rory& c882be5267 Use plain assignment for permissions in message handler 2026-03-14 03:31:39 +01:00
Rory& b5e63c06b6 Qodana: fix async warnings 2026-03-14 03:26:26 +01:00
CyberL1 004b11c55c fix: around parameter returning invalid sort 2026-03-13 18:59:27 +01:00
Rory& 1e07c1eaa2 gateway offload work 2026-03-13 10:14:29 +01:00
Rory& fc5716ea77 identify: use proto toVoiceState 2026-03-13 09:34:21 +01:00
Rory& 1e82f2f1f8 gateway: util function to do gateway offload stuff 2026-03-13 06:09:27 +01:00
Rory& f9f1d8776b API: fire SB_SESSION_REMOVE upon logging out a session 2026-03-13 03:50:39 +01:00
Rory& 3fdc6a54aa Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE events 2026-03-13 03:45:26 +01:00
Rory& bf778e5133 Gateway: allow addressing dispatch events to specific sessions 2026-03-13 03:24:12 +01:00
Rory& 2f1c0ba2d4 Gateway: include entity counts in trace names 2026-03-12 21:52:34 +01:00
Rory& 6ed97ea2d1 Factor out getMostRelevantSession 2026-03-12 21:34:27 +01:00
Rory& ba78ed8e6a fix op43 2026-03-12 03:25:03 +01:00
Rory& 7341d1f66f Gateway: implement op43 2026-03-12 02:34:16 +01:00
Rory& d5dd74fc91 requestguildmembers: immediately send data instead of buffering 2026-03-11 02:23:32 +01:00
Rory& 2536201ca5 requestguildmembers: dont forget user relation, lol 2026-03-11 02:10:05 +01:00
Rory& 2ae4842bd1 requestguildmembers: assign presence list directly without for loop 2026-03-11 02:05:14 +01:00
Rory& c76e1cebd7 requestguildmembers: select only relevant data 2026-03-11 01:55:39 +01:00
Rory& afebcde105 requestguildmembers: track member count properly 2026-03-11 01:51:31 +01:00
Rory& ed315b028b requestguildmembers: log chunks 2026-03-11 01:51:31 +01:00
Rory& 2b981c83ea requestguildmembers: bulk query sessions 2026-03-11 01:51:31 +01:00
Rory& 47b2460dce fix: fall back to undefined in message create 2026-03-07 02:09:32 +01:00
MathMan05 a8ba2d6553 sticker impl 2026-03-07 01:42:27 +01:00
dank074 43f2b8de58 when guild region is misconfigured, fallback to default region 2026-03-07 01:40:12 +01:00
dank074 e843d499ec gateway should not crash for clients that send Op 37 with missing channel ranges, instead ignore 2026-03-07 01:38:45 +01:00
Rory& 3d7aa63681 Fix guild settings not using .save, nor beign awaited 2026-03-07 00:57:55 +01:00
Rory& 06feec236e Fix indents in interactions copyright notice 2026-03-07 00:52:26 +01:00
Rory& 2aaca5e4a1 Dont serialise guild parents 2026-03-07 00:44:59 +01:00
Rory& aee0ec965a Dont serialize discovery weight/exclusion status 2026-03-07 00:37:13 +01:00
Rory& 8274bf9d76 [rel/1518] Allowed mentions + message reference: allow nulls 2026-03-07 00:34:50 +01:00
Rory& eaf697eb19 [rel/1518] Member flags 2026-03-07 00:30:19 +01:00
Rory& c0e757408a [rel/1518] make PartialEmoji accept id-only 2026-03-07 00:23:22 +01:00
Rory& 91a9029046 [rel/1518] Interaction failure reason enum, add missing copyright headers 2026-03-07 00:13:03 +01:00
Rory& 7001a4c382 [cherry/1518] Webhooks: respect thread_id parameter 2026-03-06 22:50:26 +01:00
Rory& f5ecdd7fd2 temp hack: ...and dont forget to save it 2026-03-06 02:32:46 +01:00
Rory& 848f060452 temp hack: maybe set the right did 2026-03-06 02:31:46 +01:00
Rory& 9533760077 temp hack: re-create sessiosn that went missing 2026-03-06 02:31:00 +01:00
Rory& f8124dc2f4 oooops 2026-03-06 02:27:23 +01:00
Rory& 378f907dce actually backpropagate session id in identify to ws object 2026-03-06 00:59:24 +01:00
Rory& 3f756629e6 Log creation of new sessions, fix some comments 2026-03-06 00:25:59 +01:00
Rory& b5c376881d Inline pointless const for session_id 2026-03-06 00:19:02 +01:00
dank074 0784add134 onVoiceStateUpdate: change to VoiceState.merge() for copying properties 2026-02-28 16:47:38 +01:00
Rory& f65f11720e Rip out CDN migrations 2026-02-28 11:38:04 +01:00
Rory& d126319b5b Add sticker migration 2026-02-28 10:51:02 +01:00
Rory& ab4a8a31ec IPC: unix socket reinit + backlog system 2026-02-27 15:39:55 +01:00
Rory& 9abff83378 IPC: more unix socket logging 2026-02-27 11:10:10 +01:00
Rory& 7f5351d05e IPC: eagerly init unix sockets on startup 2026-02-27 11:10:10 +01:00
Rory& 5b47b66a19 IPC: factor out imports 2026-02-27 11:10:10 +01:00
Rory& 7fefb35458 Option to disable logging route registrations 2026-02-27 11:10:10 +01:00
dank074 6090f414ce move mediaServer.start() into try catch 2026-02-27 09:37:22 +01:00