Commit Graph

1573 Commits

Author SHA1 Message Date
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
whinis
3e7ecbc4a1 added clean_data to places after a member is created but not constructed to allow proper json creation. 2026-02-26 06:55:18 +01:00
Rory&
0a1e4e9d6b Add /_spacebar/api/version - resolves #1222 2026-02-25 10:49:05 +01:00
Rory&
1d0e9c3501 disable toJSON for read states? 2026-02-25 09:54:10 +01:00
Rory&
ddfae45ed0 Try to inherit permissions from everyoen role on creation (may be wrong) 2026-02-25 08:47:26 +01:00
Rory&
aaa65c32cb Create role for bots - fixes #1556 2026-02-25 08:23:31 +01:00
Rory&
1926e8cf34 Fix message embeds not being nullable 2026-02-25 08:15:37 +01:00
Rory&
7b04349878 Lower missing route to WARN, add empty route middlewares 2026-02-25 08:08:39 +01:00
Rory&
4bc313872e Merge remote-tracking branch 'mathium05/memberEditScrewUp' 2026-02-25 07:20:29 +01:00