summary refs log tree commit diff
path: root/gateway/src/opcodes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Display offline members in member list (#788)Madeline2022-07-161-3/+24
| | | | | * Send offline member group in LazyRequest * Better implementation of offline member group in lazy request
* Revert "Send offline group in LazyRequest (#778)" (#787)Erkin Alp Güney2022-07-161-25/+3
| | | This reverts commit 614cfdc85cfa8903bf7432e770bd4aba41c51b5f.
* Send offline group in LazyRequest (#778)Madeline2022-07-161-3/+25
| | | | | | | * Send offline member group in LazyRequest * Better implementation of offline member group in lazy request * Always display roles separately to online members
* Update Identify.tsErkin Alp Güney2022-04-161-5/+5
|
* refactor(gateway): delete hardcoded guild boostsNobody2022-03-081-2/+0
| | | | Since you can set `premium_subscription_count` and `premium_tier` by editing the database (and it works fine), this should not be hardcoded.
* changed user.premium_since to also load from the database.Iratu2022-02-181-0/+2
|
* :bug: fix types + prod envFlam3rboy2021-10-181-9/+2
|
* :bug: default session activitesFlam3rboy2021-10-171-0/+1
|
* :sparkles: User presence/statusFlam3rboy2021-10-172-38/+118
|
* :zap: improve performance of identify + listenerFlam3rboy2021-10-171-40/+76
|
* :sparkles: lazy loading of guilds for bots closes #451Flam3rboy2021-10-161-7/+27
|
* :bug: fix #450 (only if user is a bot application)Flam3rboy2021-10-161-1/+2
|
* :bug: fix sticker packsFlam3rboy2021-10-151-0/+2
|
* :pencil: improve loggingFlam3rboy2021-10-121-2/+0
|
* :bug: fix IdentifyFlam3rboy2021-10-101-3/+1
|
* :bug: fix null user in identifyFlam3rboy2021-10-101-1/+1
|
* :bug: fix Emoji missing in identifyFlam3rboy2021-10-101-0/+1
|
* :bug: fix Identify ready payload missing usersFlam3rboy2021-10-101-1/+3
|
* :bug: convert bigint literal to objectFlam3rboy2021-10-101-1/+1
|
* :art: clean up imports + classesFlam3rboy2021-10-101-2/+8
|
* :sparkles: added read stateFlam3rboy2021-10-091-2/+9
|
* :bug: fix importFlam3rboy2021-10-093-3/+6
|
* :art: fix imports with new build scriptFlam3rboy2021-10-093-15/+10
|
* :bug: fix user projectionFlam3rboy2021-10-051-0/+2
|
* :bug: fix lazy requestFlam3rboy2021-10-051-1/+12
|
* :art: rewrite importsFlam3rboy2021-09-209-29/+19
|
* Implemented DMs and group DMsAlTech982021-09-162-19/+20
|
* :bug: fix fosscord.jsFlam3rboy2021-09-131-2/+3
|
* :bug: fix relationshipFlam3rboy2021-09-131-2/+5
|
* :bug: fix dm #321Flam3rboy2021-09-131-13/+30
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-129-36/+56
|
* :arrow_up: update test clientFlam3rboy2021-09-041-1/+3
|
* VOICE_SERVER_UPDATE now has the endpoint of the guild's regionAlTech982021-09-041-3/+10
|
* :bug: fix ready members payloadFlam3rboy2021-09-041-3/+12
|
* Merge pull request #314 from AlTech98/masterFlam3rboy2021-09-031-5/+19
|\ | | | | Fix VoiceStateUpdate
| * Fix to send the voice leave event only to the right sessionAlTech982021-09-031-1/+1
| |
| * Make the user leave the current channel before joining one in another guildAlTech982021-09-031-0/+9
| |
| * Merge remote-tracking branch 'origin/master'AlTech982021-09-031-2/+2
| |\
| * | VoiceState fix for db updateAlTech982021-09-031-5/+10
| | |
* | | :bug: fix #311Flam3rboy2021-09-031-6/+1
| |/ |/|
* | :bug: fix member roles + listFlam3rboy2021-09-031-2/+2
|/
* :bug: fix member + member listFlam3rboy2021-09-032-55/+52
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-022-18/+85
|\
| * :art: reformat filesFlam3rboy2021-09-022-19/+31
| |
| * VOICE_STATE_UPDATE implementation, fix #210AlTech982021-09-022-19/+74
| |
* | :sparkles: add user_id field to MemberFlam3rboy2021-09-022-1/+2
|/
* :sparkles: channel recipientsFlam3rboy2021-08-311-14/+28
|
* :bug: convert bigint -> stringFlam3rboy2021-08-291-1/+1
|
* :sparkles: typeorm gatewayFlam3rboy2021-08-291-9/+6
|
* :construction: typeormFlam3rboy2021-08-271-1/+1
|
* :construction: gatewayFlam3rboy2021-08-242-66/+47
|
* abstract Event emissionFlam3rboy2021-08-132-10/+2
|
* :sparkles: gatewayFlam3rboy2021-08-1210-0/+463