summary refs log tree commit diff
path: root/gateway (follow)
Commit message (Expand)AuthorAgeFilesLines
* :bug: fix typo in custom statusFlam3rboy2021-10-171-1/+1
* :bug: default session activitesFlam3rboy2021-10-171-0/+1
* :sparkles: User presence/statusFlam3rboy2021-10-177-45/+160
* :sparkles: added session + memberlist eventFlam3rboy2021-10-172-47/+3
* :zap: improve performance of identify + listenerFlam3rboy2021-10-172-79/+152
* :arrow_up: update mnjsfFlam3rboy2021-10-162-8/+8
* :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
* :lock: update modulesFlam3rboy2021-10-151-912/+230
* :bug: fix sticker packsFlam3rboy2021-10-151-0/+2
* :art: restructureFlam3rboy2021-10-141-1/+1
* :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
* :art: clean up dependenciesFlam3rboy2021-10-102-1386/+79
* :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 buildFlam3rboy2021-10-093-7/+4
* :sparkles: bundle build scriptFlam3rboy2021-10-082-45/+99
* Merge branch 'compiler-change' of https://github.com/thearcanebrony/fosscord-...Flam3rboy2021-10-071-0/+3
|\
| * :bug: fix types + swcrc configsFlam3rboy2021-10-073-1/+9
| * :bug: fix swcrc config: rewrite import -> requireFlam3rboy2021-10-071-8/+11
* | :bug: fix swc configFlam3rboy2021-10-073-9/+17
|/
* Compiler testThe Arcane Brony2021-10-064-35/+662
* :arrow_up: update packagesFlam3rboy2021-10-061-2/+2
* :arrow_up: lambert-server@1.2.11Flam3rboy2021-10-052-6/+8
* :bug: fix user projectionFlam3rboy2021-10-051-0/+2
* :arrow_up: update mnjsfFlam3rboy2021-10-052-10/+10
* :bug: fix lazy requestFlam3rboy2021-10-051-1/+12
* :sparkles: generalize primary column to work with mongodb object idFlam3rboy2021-10-042-6/+8
* :arrow_up: update dependenciesFlam3rboy2021-10-041-0/+2
* :art: restructure gatewayFlam3rboy2021-10-027-10/+20
* :art: remove start from setup scriptFlam3rboy2021-09-231-292/+1229
* Merge branch 'master' into unittestsFlam3rboy2021-09-235-902/+12077
|\
| * Ok, so it DOES buildChris Chrome2021-09-232-3/+5
| * Use @yukikaze-bot/erlpackChris Chrome2021-09-235-11/+832
* | :bug: fix (pre) install scriptsFlam3rboy2021-09-232-1/+2
* | :art: rewrite importsFlam3rboy2021-09-2019-49/+83
* | Merge branch 'master' into unittestsFlam3rboy2021-09-203-21/+22
|\|
| * :truck: move file handle to utilityFlam3rboy2021-09-191-0/+1
| * 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
* | :art: use typescript plugin that converts to relative pathsFlam3rboy2021-09-184-12/+192
|/
* :arrow_up: fix + update dependenciesFlam3rboy2021-09-161-117/+205
* :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-1221-97/+1133
* :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
* :arrow_up: update mpath because of a security vulnerabilityFlam3rboy2021-09-041-4/+4
* Merge pull request #314 from AlTech98/masterFlam3rboy2021-09-032-6/+20
|\
| * :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
|/
* :arrow_up: update dependenciesFlam3rboy2021-09-032-10/+10
* :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-313-21/+35
* :bug: convert bigint -> stringFlam3rboy2021-08-292-3/+3
* :sparkles: typeorm gatewayFlam3rboy2021-08-295-50/+84
* :construction: typeormFlam3rboy2021-08-271-1/+1
* :construction: gatewayFlam3rboy2021-08-243-71/+52
* revert 2cff55fFlam3rboy2021-08-181-1/+1
* :bug: update build scriptFlam3rboy2021-08-181-1/+1
* :loud_sound: opcode loggerFlam3rboy2021-08-181-3/+3
* :bug: fix findOneAndUpdateFlam3rboy2021-08-181-1/+2
* :bug: build bundleFlam3rboy2021-08-151-1/+0
* :bug: fix bundle postinstallFlam3rboy2021-08-151-1/+1
* :arrow_up: update mongoose typesFlam3rboy2021-08-152-73/+74
* :bug: fix server bundleFlam3rboy2021-08-152-339/+326
* :bug: fix typesFlam3rboy2021-08-153-1/+5
* update packagesFlam3rboy2021-08-151-4/+10
* :bug: fix tsc missingFlam3rboy2021-08-151-1/+1
* :sparkles: start.bat and start.sh scriptFlam3rboy2021-08-152-209/+69
* move devDependencies to dependenciesFlam3rboy2021-08-142-44/+1
* :sparkles: server bundleFlam3rboy2021-08-142-65/+0
* :construction: fix server bundleFlam3rboy2021-08-132-6/+9
* Merge branch 'master' of https://github.com/fosscord/fosscord-apiFlam3rboy2021-08-132-2/+3633
|\
| * :bug: fix dependencies and build for bundleFlam3rboy2021-08-131-0/+3633
| * :bug: fix types + packagesFlam3rboy2021-08-131-2/+0
* | :bug: fix bundle gateway listenFlam3rboy2021-08-131-1/+7
|/
* Merge branch 'pr/darkhpp/261-2'Flam3rboy2021-08-132-4253/+0
|\
| * Merge branch 'master' into pr/darkhpp/261-2Flam3rboy2021-08-1310-325/+65
| |\
| * | Fix namingdarkhpp2021-08-131-1/+1
| * | [ProjectManagement] Add root project and dev getting started guides.darkhpp2021-08-132-4204/+2
* | | 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-1310-277/+115
* | :sparkles: server bundleFlam3rboy2021-08-131-47/+0
|/
* :sparkles: gatewayFlam3rboy2021-08-1239-0/+5967