summary refs log tree commit diff
path: root/src/util/interfaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Emit presence on identify, support deduped gw eventsRory&2026-04-132-1/+11
|
* MessageCreate/UpdateEvent: use PublicMessageRory&2026-03-201-2/+3
|
* Migrate Thread*Event to satisfies, part of #1577Rory&2026-03-201-6/+7
|
* Migrate Member#addToGuild GuildCreateEvent to satisfies, part of #1577Rory&2026-03-201-0/+2
|
* Migrate GuildMember*Event to satisfies, part of #1577Rory&2026-03-201-2/+2
|
* Migrate GuildBan*Event to satisfies, part of #1577Rory&2026-03-201-2/+2
|
* Migrate ChannelRecipient*Event to satisfies, part of #1577Rory&2026-03-201-2/+2
|
* Fix typing for activity metadataRory&2026-03-181-2/+4
|
* give remove the same treatmentMathMan052026-03-151-0/+1
|
* Fix adding reactionsMathMan052026-03-151-1/+5
|
* Shorten importsRory&2026-03-141-18/+0
|
* Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE eventsRory&2026-03-131-1/+2
|
* Gateway: allow addressing dispatch events to specific sessionsRory&2026-03-131-1/+2
|
* [rel/1518] Interaction failure reason enum, add missing copyright headersRory&2026-03-071-2/+12
|
* some thread fixesMathMan052026-02-031-1/+1
|
* Gateway event types ported from #876Rory&2026-01-291-1/+60
|
* thread API startMathMan052026-01-281-0/+1
|
* friend nicknamesMathMan052025-12-171-0/+9
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-177-649/+649
|
* Prettier 4Rory&2025-12-171-2/+2
|
* Update session infoRory&2025-12-171-9/+16
|
* Gateway token frefreshRory&2025-12-161-0/+1
|
* Fix IP tracking for bansRory&2025-12-121-0/+1
|
* fix: send presences array (empty for now) in READY event dataCyberL12025-12-041-0/+1
|
* Trace origin for addToGuild call, warn if sending null rolesRory&2025-12-021-0/+1
|
* fix: interaction callbackCyberL12025-10-191-1/+3
|
* feat: interactions (incomplete)CyberL12025-10-171-5/+31
|
* More schema work, moved most stuff from entities to schemas, though messyRory&2025-10-152-7/+2
|
* Reorganise schemas a little bitRory&2025-10-152-4/+2
|
* Send user settings proto in gateway ready, if one existsRory&2025-09-301-0/+3
|
* Emit USER_SETTINGS_PROTO_UPDATERory&2025-09-291-0/+1
|
* Add tracing to IDENTIFYRory&2025-09-291-1/+13
|
* add webrtc support (#1284)dank0742025-06-221-3/+35
| | | | Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
* Trying to fix guild response schemasTomatoCake2024-08-171-2/+2
|
* Fix issues with requesting presencesTomatoCake2024-08-111-4/+5
|
* opcode 8TomatoCake2024-08-091-5/+5
|
* add `notification_settings` object to readyPuyodead12024-05-261-0/+3
|
* send empty READY_SUPPLEMENTAL for client compatibilityMadeline2023-07-311-0/+1
|
* Merge branch 'master' into feat/refactorIdentifyMadeline2023-07-283-1/+12
|\
| * oapi: bug fixesPuyodead12023-04-131-1/+1
| |
| * guildsPuyodead12023-04-132-0/+11
| |
* | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-133-2/+45
|\|
| * License informationMadeline2023-04-021-0/+18
| |
| * Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-026-13/+13
| |\
| * | Add Twitch, error handling, revokation changes, etcPuyodead12023-03-181-0/+1
| | |
| * | Refreshable connections, refactoring, access-token endpointPuyodead12023-03-182-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | - 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)
| * | add connectionsPuyodead12023-03-181-0/+7
| | |
* | | Respect CLIENT_STATE_V2 capabilityMadeline2023-04-031-1/+2
| | |
* | | allow all role props through readyMadeline2023-04-011-0/+1
| | |
* | | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-016-14/+13
|\ \ \ | | |/ | |/|
| * | Remove ALL fosscord mentionsMadeline2023-03-311-1/+1
| | |
| * | SPACEBARMadeline2023-03-316-6/+6
| | |
| * | SPACEBARMadeline2023-03-316-6/+6
| |/
* / Initial identify rewriteMadeline2023-03-131-15/+16
|/
* Add ESLint (#941)Madeline2023-01-202-6/+8
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-186-0/+108
| | | | | | | | | * 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
* Add /users/:id/delete (#926)Erkin Alp Güney2023-01-141-0/+10
|
* PrettierMadeline2023-01-051-5/+5
|
* Client: update to canary 165341Puyodead12022-12-201-2/+3
|
* commentsMadeline2022-12-191-0/+1
|
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-181-1/+1
| | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Move src-slowcord to own repo ↵Madeline2022-10-281-21/+28
| | | | https://github.com/MaddyUnderStars/slowcord-services
* Fix client crash on GUILD_CREATEMadeline2022-09-281-0/+1
|
* PrettierMadeline2022-09-262-2/+3
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-256-0/+752