|
fccf98f1e5
|
patch
|
2025-05-16 14:05:20 +03:00 |
|
dank074
|
b826061e96
|
also clear guild_id from voicestate on disconnect
|
2025-05-13 15:18:19 -05:00 |
|
dank074
|
f04526d94e
|
clear voice state on disconnect
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
bf8a88d07b
|
hide private voice state tokens from whole guild
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
bbcd690620
|
update event types + schema
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
2d4f3b0c6a
|
send voice states on connect
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
1b526e20d3
|
can now watch golive streams
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
54f6685082
|
add schemas for stream gateway messages
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
1ff38287a6
|
change
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
5bae44faf0
|
changes
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
77b8d45543
|
a lot of changes
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
96e457323b
|
more stuff
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
e2b9924d6e
|
start adding some abstraction
|
2025-05-06 19:38:09 -05:00 |
|
dank074
|
3bf3adfa82
|
fix op 8 handler for some discord libraries
|
2025-04-12 16:25:40 -05:00 |
|
Madeline
|
3ccf33950f
|
Merge pull request #1269 from dank074/patch/fix-missing-guildcreate-properties
|
2025-04-12 22:12:53 +10:00 |
|
dank074
|
0ed7a8af77
|
add ophandler for GuildSubscriptionsBulk message
|
2025-04-12 05:01:37 -05:00 |
|
dank074
|
fd33d58af8
|
revert back to original schema, but add missing members
|
2025-04-11 18:39:45 -05:00 |
|
dank074
|
f41164945e
|
add type to make sure payload is consistent with other GUILD_CREATE event
|
2025-04-09 16:16:40 -05:00 |
|
dank074
|
64d5dcd53f
|
fix missing properties in GUILD_CREATE for bots
|
2025-04-09 15:39:17 -05:00 |
|
dank074
|
f5d6394c38
|
run prettier
|
2024-11-19 14:19:40 -06:00 |
|
Madeline
|
841b36112f
|
Merge pull request #1232 from dank074/patch/eslintConfig
|
2024-11-14 16:02:00 +11:00 |
|
dank074
|
bcbd8234e5
|
fix op 8
|
2024-11-13 19:59:57 -06:00 |
|
dank074
|
f499507698
|
turn off eslint rules causing issues
|
2024-11-13 19:05:54 -06:00 |
|
Madeline
|
c51595a6da
|
Merge pull request #1214 from MathMan05/patch-2
Fix op 8
|
2024-11-05 09:06:40 +11:00 |
|
Emma [it/its]@Rory&
|
e018b3ab1b
|
Log rabbitmq channel allocations 2
|
2024-11-02 21:14:32 +01:00 |
|
Emma [it/its]@Rory&
|
b2769812fa
|
Log rabbitmq channel allocations
|
2024-11-02 21:06:18 +01:00 |
|
Emma [it/its]@Rory&
|
e0d0022675
|
Update sentry to latest
|
2024-10-30 00:32:59 +01:00 |
|
Emma [it/its]@Rory&
|
25b0a221e1
|
Remove imports of erlpack in favor of @yukikaze-bot/erlpack due to the former not working on modern node
|
2024-10-30 00:32:59 +01:00 |
|
Emma [it/its]@Rory&
|
2feb90475e
|
Fix module resolution when $CWD != .
|
2024-10-28 00:32:18 +01:00 |
|
Emma [it/its]@Rory&
|
3585e9316e
|
Fall back to @yukikaze-bot/erlpack if erlpack cant be found or loaded
|
2024-10-09 05:08:37 +02:00 |
|
MathMan05
|
8d41348871
|
Fix op 8
Unless someone says this is wrong for some reason, this should fix op 8
|
2024-09-09 15:55:40 -05:00 |
|
TomatoCake
|
78ff85737f
|
Merge branch 'spacebarchat:master' into fix/lazy-request-filter
|
2024-08-24 19:11:02 +02:00 |
|
TomatoCake
|
e0b6dd0581
|
Fix bug & handle 75k/large_threshold in opcode 8
Also fixes a bug that only allowed "guild_id" and "user_ids" to be an Array instead of also a String
Co-Authored-By: Puyodead1 <puyodead@proton.me>
|
2024-08-18 06:45:11 +02:00 |
|
Cyber
|
af36ea0bb5
|
fix: allow array in op 8
|
2024-08-17 11:22:37 +02:00 |
|
TomatoCake
|
b0d46de170
|
Order by status & invisible/no session users
|
2024-08-17 07:10:40 +02:00 |
|
greysilly7
|
d028a785fe
|
Fix: Logins Failing due to null client_status
|
2024-08-17 00:59:57 -04:00 |
|
TomatoCake
|
6196227ed8
|
Fix typo in Request Guild Members relation
|
2024-08-14 16:46:43 +02:00 |
|
TomatoCake
|
ea3047890b
|
Fix issues with requesting presences
|
2024-08-11 06:40:42 +02:00 |
|
TomatoCake
|
f8a21eff0c
|
Fix chunk_count & not_found
|
2024-08-10 20:59:05 +02:00 |
|
TomatoCake
|
2aa7f5bfe0
|
opcode 8
|
2024-08-09 08:08:55 +02:00 |
|
Puyodead1
|
939d1bd8d5
|
add notification_settings object to ready
|
2024-05-26 16:01:35 -04:00 |
|
Puyodead1
|
105b3de19e
|
Revert "fix merged_members roles having everyone id"
This reverts commit ae5c71f39bf61da5c1d7fb9d9c75f11d6ce11d85.
|
2023-12-23 22:55:37 -05:00 |
|
Puyodead1
|
ae5c71f39b
|
fix merged_members roles having everyone id
|
2023-12-23 22:16:34 -05:00 |
|
Puyodead1
|
9c8a80693d
|
handle possibly null activities in session sort
|
2023-12-05 16:52:30 -05:00 |
|
Madeline
|
6bf4637a03
|
fucking postgres
|
2023-10-04 23:48:00 +11:00 |
|
Madeline
|
7795f1b36b
|
refactor channel positions in guild
|
2023-10-04 23:40:05 +11:00 |
|
Madeline
|
09f5b4f0bb
|
Fix identify throwing on invalid token instead of closing with auth failed close code
|
2023-09-02 21:05:27 +10:00 |
|
Madeline
|
2fc3c5dbd4
|
sentry db instrumentation for gateway events
|
2023-09-02 20:18:38 +10:00 |
|
Madeline
|
8a7ee8c8a9
|
what the fuck is session_id: "all"???
|
2023-08-21 23:57:44 +10:00 |
|
Madeline
|
ccc774168a
|
Close #1091
|
2023-08-21 23:28:36 +10:00 |
|