Commit Graph

57 Commits

Author SHA1 Message Date
MathMan05 a408fdfdf1 give remove the same treatment 2026-03-15 14:46:54 +01:00
MathMan05 1a82e8f385 Fix adding reactions 2026-03-15 14:46:54 +01:00
Rory& 8bb0b84b5e Shorten imports 2026-03-14 05:43:42 +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& 91a9029046 [rel/1518] Interaction failure reason enum, add missing copyright headers 2026-03-07 00:13:03 +01:00
MathMan05 049f7620d3 some thread fixes 2026-02-03 14:52:10 -06:00
Rory& f9b6f2e959 Gateway event types ported from #876 2026-01-29 20:33:11 +01:00
MathMan05 00b591abf0 thread API start 2026-01-28 21:46:24 +01:00
MathMan05 2f12a58c00 friend nicknames 2025-12-17 12:27:59 -06:00
Rory& 491c0de845 lintstagedrc: regenerate schemas/openapi if schemas changed 2025-12-17 11:01:27 +01:00
Rory& e8cced95ef Prettier 4 2025-12-17 07:45:49 +01:00
Rory& e7a6e7c35f Update session info 2025-12-17 01:44:48 +01:00
Rory& 79e72b0753 Gateway token frefresh 2025-12-16 08:38:41 +01:00
Rory& bdbf6d06b2 Fix IP tracking for bans 2025-12-12 22:56:02 +01:00
CyberL1 863f31fa35 fix: send presences array (empty for now) in READY event data 2025-12-04 16:56:39 +01:00
Rory& 6c9325d16c Trace origin for addToGuild call, warn if sending null roles 2025-12-02 20:50:26 +01:00
CyberL1 bbd0617d53 fix: interaction callback 2025-10-19 20:15:47 +02:00
CyberL1 81d4f1f310 feat: interactions (incomplete) 2025-10-17 14:32:22 +02:00
Rory& 1632642b0d More schema work, moved most stuff from entities to schemas, though messy 2025-10-15 10:07:33 +02:00
Rory& e52c237326 Reorganise schemas a little bit 2025-10-15 08:04:23 +02:00
Rory& 5f0e5a9d1f Send user settings proto in gateway ready, if one exists 2025-09-30 20:13:23 +02:00
Rory& 5466de1c02 Emit USER_SETTINGS_PROTO_UPDATE 2025-09-29 18:38:06 +02:00
Rory& 230248d6f4 Add tracing to IDENTIFY 2025-09-29 18:38:06 +02:00
dank074 526a8da8f5 add webrtc support (#1284)
Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
2025-06-22 12:41:13 +10:00
TomatoCake ff48d078e4 Trying to fix guild response schemas 2024-08-17 19:15:32 +02:00
TomatoCake ea3047890b Fix issues with requesting presences 2024-08-11 06:40:42 +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
Madeline 4c0b1391b1 send empty READY_SUPPLEMENTAL for client compatibility 2023-07-31 19:42:27 +10:00
Madeline 8a3989c297 Merge branch 'master' into feat/refactorIdentify 2023-07-28 08:24:15 +10:00
Puyodead1 0d666732c6 oapi: bug fixes 2023-04-13 15:41:23 -04:00
Puyodead1 c2ce88dee7 guilds 2023-04-13 15:28:41 -04:00
Madeline 5a6cb33f5e Merge branch 'master' into feat/refactorIdentify 2023-04-13 19:45:44 +10:00
Madeline 6ee26082ef Respect CLIENT_STATE_V2 capability 2023-04-03 23:50:48 +10:00
Madeline 844f1de6aa License information 2023-04-02 11:32:40 +10:00
Madeline 218f71b82c Merge branch 'master' into refactor/dev/connections 2023-04-02 10:55:17 +10:00
Madeline d944dd4ef4 allow all role props through ready 2023-04-01 19:49:54 +11:00
Madeline 13dedb6d25 Merge branch 'master' into feat/refactorIdentify 2023-04-01 19:04:22 +11:00
Madeline 095cbf7b20 Remove ALL fosscord mentions 2023-03-31 15:52:33 +11:00
Madeline 8b2faf0b18 SPACEBAR 2023-03-31 02:15:42 +11:00
Madeline 64e747a4d2 SPACEBAR 2023-03-31 02:05:02 +11:00
Puyodead1 6d6944cfee Add Twitch, error handling, revokation changes, etc 2023-03-18 19:28:45 -04:00
Puyodead1 0db1fa5f0b Refreshable connections, refactoring, access-token endpoint
- Aded /users/@me/connections/:connection_name/:connection_id/access-token
- Replaced `access_token` property on ConnectedAccount with `token_data` object for refreshing tokens
- Made a common interface for connection things like ComonOAuthTokenResponse
- Added `RefreshableConnection` class
- Added token refresh to Spotify connection (disabled)
2023-03-18 19:27:39 -04:00
Puyodead1 21bfda32e4 add connections 2023-03-18 19:09:51 -04:00
Madeline f228561f4c Initial identify rewrite 2023-03-13 19:02:52 +11:00
Madeline 084dc0be08 Add ESLint (#941)
* Add eslint, switch to lint-staged for precommit

* Fix all ESLint errors

* Update GH workflow to check prettier and eslint
2023-01-20 18:10:47 +11:00
Madeline 0e7f127ece Script to add license preamble to each file. Also, does that. (#935)
* Add script to automatically add license to each file

* Add license preamble to each file.

* Fix existing preamble detection breaking due to line endings. Git :(

* Prevent license from being added to code with other licenses
2023-01-18 13:05:49 +11:00
Erkin Alp Güney 876c15b1a9 Add /users/:id/delete (#926) 2023-01-14 19:15:35 +11:00
Madeline df449169bd Prettier 2023-01-05 17:16:55 +11:00