summary refs log tree commit diff
path: root/gateway/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2527-1684/+0
|
* Mostly working user guild settingsMadeline2022-09-251-1/+12
|
* Add mysql sentry integrationMadeline2022-09-232-4/+4
|
* Sentry gateway trackingMadeline2022-09-221-1/+15
|
* Remove webrtc from bundleMadeline2022-09-212-4/+4
|
* Probably broken merge from webrtcMadeline2022-09-162-1/+5
|
* Trash ip loggingMadeline2022-09-113-2/+7
|
* Bad 'fix' for socket not open?Madeline2022-09-101-1/+4
|
* fix typo properlyMadeline2022-09-091-1/+1
|
* Use UserSettings.status when presence is "offline"Madeline2022-09-091-2/+7
|
* Add lazyrequest sessions priorityMadeline2022-09-081-6/+18
|
* Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into ↵Madeline2022-09-071-8/+9
|\ | | | | | | slowcord
* | Added spotify keys to Activity schemaMadeline2022-09-071-0/+8
|/
* Fix typo that sent new/removed bans to those without BAN_MEMBERSMadeline2022-08-231-1/+1
|
* LazyRequest on mobile + socket not closed fixesMadeline2022-08-224-11/+14
|
* Prevent lazyrequest when sent with guild_id as numberMadeline2022-08-211-0/+3
|
* fosscord-server/pulls/858Madeline2022-08-217-15/+45
|
* Fix LazyRequest throwing when no offline group existsMadeline2022-08-021-18/+30
| | | | Wrap getRepository in try catch
* Respect invisible membersMadeline2022-08-011-10/+12
|
* Attempt to fix member list not showing some roles separatelyMadeline2022-08-011-0/+1
|
* Log IP addresses of gateway connectionsMadeline2022-07-311-1/+5
|
* Revert "Revert "Remove unnessesary async and close on error in gateway""Madeline2022-07-222-2/+2
| | | | This reverts commit 39f1a694c601fb7a7950b2bea765c61fc8f7cc83.
* Revert "Remove unnessesary async and close on error in gateway"Madeline2022-07-222-2/+2
| | | | This reverts commit c1cf07d7ce3cdb31961e872282fed6563cca6e1e.
* Remove unnessesary async and close on error in gatewayMadeline2022-07-222-2/+2
|
* the merge broke compile???Madeline2022-07-171-3/+0
|
* Merge branch 'fosscord:master' into slowcordMadeline2022-07-171-0/+2
|\
| * 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
* | Merge branch 'feat/offlineMembers' into slowcordMadeline2022-07-161-1/+1
|\ \
| * | Always display roles separately to online membersMadeline2022-07-161-0/+1
| | |
* | | Merge branch 'feat/offlineMembers' into slowcordMadeline2022-07-161-0/+1
|\ \ \
| * | | Always display roles separately to online membersMadeline2022-07-161-0/+1
| |/ /
* | | Remove a console log from the maddyrtc branchMadeline2022-07-131-2/+0
| | |
* | | Merge branch 'maddyrtc' into slowcordMadeline2022-07-111-0/+2
|\ \ \
| * \ \ Merge branch 'master' into maddyrtcMadeline2022-04-201-5/+5
| |\ \ \ | | | |/ | | |/|
| * | | changes from yonks ago that I forgot to commitMadeline2022-03-301-0/+2
| | | |
| * | | Merge branch 'master' into maddyrtcMadeline2022-03-091-2/+0
| |\ \ \
* | \ \ \ Merge branch 'feat/mobile' into slowcordMadeline2022-07-102-2/+4
|\ \ \ \ \
| * | | | | Set client_state.highest_last_message_id to String OR NumberMadeline2022-07-101-2/+2
| | | | | |
| * | | | | Add client_state.useruser_guild_settings_version to Identify schemaMadeline2022-07-101-0/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'feat/mobile' into slowcordMadeline2022-07-101-0/+2
|\ \ \ \ \
| * | | | | Add client_state.useruser_guild_settings_version to Identify schemaMadeline2022-07-101-0/+2
| |/ / / /
* | | | | Test fix for that voice state errorMadeline2022-07-091-1/+4
| | | | |
* | | | | Merge branch 'feat/offlineMembers' into slowcordMadeline2022-07-031-34/+15
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Better implementation of offline member group in lazy requestMadeline2022-07-031-32/+15
| | | | |
| * | | | Send offline member group in LazyRequestMadeline2022-07-031-0/+38
| |/ / /
* | | | Handle offline members group in LazyRequestMadeline2022-07-031-0/+40
| | | |
* | | | Merge branch 'master' into slowcordMadeline2022-04-191-5/+5
|\| | |
| * | | Update Identify.tsErkin Alp Güney2022-04-161-5/+5
| | |/ | |/|
* | | Merge branch 'maddyrtc' into slowcordMadeline2022-03-121-3/+5
|\ \ \ | |/ / |/| / | |/
| * Added preferred_region optional property of VoiceStateUpdateSchema to allow ↵Madeline2022-03-081-0/+2
| | | | | | | | electron client to connect to voice without crashing
| * Merge branch 'master' into maddyrtcMadeline2022-03-061-0/+2
| |\
| * | Discord.js gateway connection when connecting to voice will close 4002 ↵Madeline2022-02-171-3/+3
| | | | | | | | | | | | | | | | | | decode error due to not sending self_video field. temp solution: remove it from server. this commit will probably be reverted later; I'm just trying to see if a proper ( not self signed ) SSL cert on slowcord.maddy.k.vu will fix this SSL error I'm receiving.
* | | 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
|/
* Add erlpack warning (#587)TheArcaneBrony2022-01-131-1/+3
| | | | | * Add warning if erlpack is missing Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
* Fix game statussesTheArcaneBrony2021-12-311-6/+4
| | | Timestamps isn't an array.
* Update Identify.tsFeatyre2021-11-051-1/+1
|
* Support user_settings_versionFeatyre2021-11-051-0/+2
|
* :bug: fix event listenerFlam3rboy2021-10-241-2/+4
|
* prettier formatted /gatewaydevelopomp2021-10-201-1/+3
|
* :bug: fix types + prod envFlam3rboy2021-10-181-9/+2
|
* :bug: also receive events for newly added members/relationshipsFlam3rboy2021-10-171-2/+13
|
* :bug: fix typo in custom statusFlam3rboy2021-10-171-1/+1
|
* :bug: default session activitesFlam3rboy2021-10-171-0/+1
|
* :sparkles: User presence/statusFlam3rboy2021-10-176-44/+159
|
* :sparkles: added session + memberlist eventFlam3rboy2021-10-172-47/+3
|
* :zap: improve performance of identify + listenerFlam3rboy2021-10-172-79/+152
|
* :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-124-5/+1
|
* :zap: improve memory managmentFlam3rboy2021-10-122-3/+9
|
* :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
|
* Merge branch 'master' of http://github.com/fosscord/fosscord-serverFlam3rboy2021-10-101-1/+1
|\
| * :art: emoji db migrationFlam3rboy2021-10-101-1/+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-102-4/+9
|
* :sparkles: added read stateFlam3rboy2021-10-091-2/+9
|
* :bug: fix cdnFlam3rboy2021-10-091-1/+1
|
* :bug: fix importFlam3rboy2021-10-093-3/+6
|
* :art: fix imports with new build scriptFlam3rboy2021-10-097-29/+22
|
* :bug: fix user projectionFlam3rboy2021-10-051-0/+2
|
* :bug: fix lazy requestFlam3rboy2021-10-051-1/+12
|
* :art: restructure gatewayFlam3rboy2021-10-025-7/+18
|
* Merge branch 'master' into unittestsFlam3rboy2021-09-233-3/+3
|\
| * Use @yukikaze-bot/erlpackChris Chrome2021-09-233-3/+3
| | | | | | | | discord/erlpack doesnt seem to like installing under linux, this one however, doesnt even need to build :)
* | :art: rewrite importsFlam3rboy2021-09-2016-49/+34
|/
* Removed ChannelService, more fixesAlTech982021-09-181-1/+1
|
* Fix gateway not listening for new channels eventsAlTech982021-09-181-8/+3
|
* Implemented DMs and group DMsAlTech982021-09-162-19/+20
|
* Gateway permission check fixAlTech982021-09-161-3/+8
|
* :bug: fix fosscord.jsFlam3rboy2021-09-132-2/+4
|
* :bug: fix relationshipFlam3rboy2021-09-131-2/+5
|
* :bug: fix dm #321Flam3rboy2021-09-132-14/+31
|
* :bug: fix channel events + message sendFlam3rboy2021-09-131-12/+14
|
* :bug: fix gatewayFlam3rboy2021-09-123-3/+5
|
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-1217-59/+95
|
* :arrow_up: update test clientFlam3rboy2021-09-042-2/+4
|
* 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-032-6/+20
|\ | | | | Fix VoiceStateUpdate
| * :bug: only delete session id for authenticated connectionsFlam3rboy2021-09-031-1/+1
| |
| * 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-034-64/+88
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-09-027-22/+106
|\
| * :art: reformat filesFlam3rboy2021-09-025-28/+40
| |
| * VOICE_STATE_UPDATE implementation, fix #210AlTech982021-09-027-23/+95
| |
* | :sparkles: add user_id field to MemberFlam3rboy2021-09-023-2/+3
|/
* fix #295Flam3rboy2021-09-011-26/+27
|
* :sparkles: channel recipientsFlam3rboy2021-08-312-19/+33
|
* :bug: convert bigint -> stringFlam3rboy2021-08-292-3/+3
|
* :sparkles: typeorm gatewayFlam3rboy2021-08-294-33/+59
|
* :construction: typeormFlam3rboy2021-08-271-1/+1
|
* :construction: gatewayFlam3rboy2021-08-243-71/+52
|
* :loud_sound: opcode loggerFlam3rboy2021-08-181-3/+3
|
* :bug: fix typesFlam3rboy2021-08-153-1/+5
|
* move devDependencies to dependenciesFlam3rboy2021-08-141-41/+0
| | | | because bundle installs api/gateway/cdn as npm dep. and the dev packages don't get automatically installed
* :construction: fix server bundleFlam3rboy2021-08-132-6/+9
|
* :bug: fix bundle gateway listenFlam3rboy2021-08-131-1/+7
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-131-0/+2
|\
| * Add gateway support for Discord desktop clientsmugman2021-08-121-0/+2
| |
* | abstract Event emissionFlam3rboy2021-08-138-276/+61
|/
* :sparkles: gatewayFlam3rboy2021-08-1227-0/+1358