5383 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&
b17f3a3832 nix: cache builds 2026-03-13 02:00:13 +01:00
Rory&
2f1c0ba2d4 Gateway: include entity counts in trace names 2026-03-12 21:52:34 +01:00
Rory&
9462d50991 .idea: exclude cs bin dirs from analysis 2026-03-12 21:37: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&
4db83c7bb4 nix: add gateway sharding options 2026-03-12 00:41:06 +01:00
dependabot[bot]
16bfb925fb build(deps): update npm dependencies hash [dependabot skip] 2026-03-11 03:11:02 +01:00
dependabot[bot]
765419f6af build(deps): bump file-type in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [file-type](https://github.com/sindresorhus/file-type).


Updates `file-type` from 21.3.0 to 21.3.1
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v21.3.0...v21.3.1)

---
updated-dependencies:
- dependency-name: file-type
  dependency-version: 21.3.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-11 03:11:02 +01:00
Rory&
f21e6b9b1f nix: quieten dotnet output 2026-03-11 02:24:44 +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&
b40b5234f4 WIP cdn-cs stuff 2026-03-11 00:58:13 +01:00
Rory&
47b2460dce fix: fall back to undefined in message create 2026-03-07 02:09:32 +01:00
dependabot[bot]
26879a274f build(deps): update npm dependencies hash [dependabot skip] 2026-03-07 01:47:32 +01:00
dependabot[bot]
e434128f3f Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [multer](https://github.com/expressjs/multer) and [minimatch](https://github.com/isaacs/minimatch).


Updates `multer` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/expressjs/multer/releases)
- [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expressjs/multer/compare/v2.0.2...v2.1.0)

Updates `minimatch` from 3.1.3 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.3...v3.1.5)

---
updated-dependencies:
- dependency-name: multer
  dependency-version: 2.1.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-07 01:47: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
Rory&
829ada2607 nix/cdn work 2026-02-28 19:49:44 +01:00
dank074
0784add134 onVoiceStateUpdate: change to VoiceState.merge() for copying properties 2026-02-28 16:47:38 +01:00
Rory&
2ee3a0116e flake, move testvm to nixosconfigurations lkey 2026-02-28 15:16:55 +01:00
Rory&
c2734d1c65 Add UAPI changes 2026-02-28 14:02:29 +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&
98373234c4 Sync webstorm workspace 2026-02-27 11:10:10 +01:00