summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add thread_member_lists to LazyRequestPaul Munteanu2021-07-241-0/+2
|
* :loud_sound: fix logFlam3rboy2021-07-181-1/+2
|
* :bug: fix server optionsFlam3rboy2021-07-161-3/+8
|
* :truck: rename listen() -> start() for a consistent naming schemaFlam3rboy2021-07-152-2/+2
|
* :arrow_up: update checkToken usageFlam3rboy2021-06-301-1/+1
|
* :bug: fix identify structFlam3rboy2021-06-093-2/+5
|
* :bug: make server options optionalFlam3rboy2021-05-311-1/+1
|
* :sparkles: start.ts fileFlam3rboy2021-05-313-17/+37
|
* :art: create start.tsFlam3rboy2021-05-313-10/+11
|
* :sparkles: relationshipsFlam3rboy2021-05-301-1/+1
|
* Update LazyRequest.tsnotsapinho2021-05-271-67/+77
|
* ✨ GUILD_MEMBER_LIST_UPDATEhoneytequila2021-05-271-86/+77
|
* Merge pull request #68 from luth31/upstreamFlam3rboy2021-05-251-0/+0
|\ | | | | Remove redundant Dockerfile commands and remove .DS_Store file
| * Remove .DS_Store filePaul Munteanu2021-05-231-0/+0
| |
* | npm i @fosscord/server-util@1.3.3Flam3rboy2021-05-251-1/+2
| |
* | :sparkles: use new configFlam3rboy2021-05-242-11/+16
| |
* | Fix: No more typecasting requiredDiego Magdaleno2021-05-232-3/+3
| |
* | Config: Implement new configuration optionsDiego Magdaleno2021-05-223-18/+33
| |
* | Fix compilation with strictNullChecks: truePaul Munteanu2021-05-233-4/+5
|/
* :bug: fix member sidebarFlam3rboy2021-05-222-2/+3
|
* :sparkles: Member ListFlam3rboy2021-05-216-51/+101
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-gatewayFlam3rboy2021-05-181-1/+1
|\
| * Fix guild_id being undefined on MongoCacheStreamnotsapinho2021-05-111-1/+1
| |
* | :construction: WIP member list + voiceFlam3rboy2021-05-186-7/+92
|/
* :bug: fix identify schemaFlam3rboy2021-05-072-1/+4
|
* :bug: fix identifyFlam3rboy2021-05-072-4/+7
|
* Change default port:Flam3rboy2021-05-021-1/+1
| | | | | | Client = 3000 API = 3001 Gateway = 3002
* :bug: fix identify schemaFlam3rboy2021-05-013-2/+8
|
* :sparkles: make erlpack optionalFlam3rboy2021-04-253-5/+16
|
* :arrow_up: update server-util versionFlam3rboy2021-04-251-1/+1
|
* npm i @fosscord/server-utilFlam3rboy2021-04-226-6/+6
|
* :art: change default port to 2000Flam3rboy2021-04-191-1/+1
|
* :heavy_minus_sign: remove lambert-dbFlam3rboy2021-04-181-1/+1
|
* :bug: use port from .env fileFlam3rboy2021-04-161-1/+4
|
* :bug: fix event listenerFlam3rboy2021-04-091-1/+1
|
* :bug: use ActivityBodySchemaFlam3rboy2021-04-091-2/+2
|
* create getPipeline function + clean upFlam3rboy2021-04-081-185/+180
|
* fix little errors and new method to get new guildsnotsapinho2021-04-081-10/+16
|
* Update listener.tsnotsapinho2021-04-081-12/+12
|
* MongooseCache resubscriptionnotsapinho2021-04-081-159/+173
|
* :page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike ↵Flam3rboy2021-04-085-6/+39
| | | | 4.0 International Public License
* :zap: use mongoose autopopulateFlam3rboy2021-04-071-4/+1
|
* :bug: fix identify default intentFlam3rboy2021-04-071-4/+5
|
* 🎨notsapinho2021-04-061-1/+1
|
* 🐛 fix pipelinenotsapinho2021-04-061-1/+1
|
* :art: Convert id bigint to stringFlam3rboy2021-04-064-6/+6
|
* :bug: fix hearbeat gatewayFlam3rboy2021-04-064-11/+11
|
* add .lean to mongodb queriesFlam3rboy2021-04-066-50/+73
|
* :art: add opcodesFlam3rboy2021-04-069-18/+144
|
* :sparkles: Ready eventFlam3rboy2021-04-061-11/+134
|
* :bug: fix heartbeat errorFlam3rboy2021-04-061-3/+8
|
* :zap: zlib compressionFlam3rboy2021-04-063-2/+18
|
* :art: rename userid -> user_idFlam3rboy2021-03-225-7/+10
|
* :sparkles: load .env fileFlam3rboy2021-02-161-0/+2
|
* :bug: fix permission dispatchFlam3rboy2021-02-151-1/+1
|
* switch to mongooseFlam3rboy2021-02-141-2/+3
|
* :sparkles: Event dispatchingFlam3rboy2021-02-143-16/+161
|
* setup listenersFlam3rboy2021-02-107-11/+13
|
* move Schema from util to gatewayFlam3rboy2021-02-104-1/+127
|
* update import to fosscord-server-utilFlam3rboy2021-02-105-20/+30
|
* :construction: db listenerFlam3rboy2021-02-062-2/+29
|
* :sparkles: opcodesFlam3rboy2021-02-068-0/+79
|
* :sparkles: Base ServerFlam3rboy2021-02-069-41/+155
|
* :art: restructureFlam3rboy2021-02-052-46/+0
|
* :art: use discord-server-utilFlam3rboy2021-02-053-5/+56
|
* Merge branch 'master' of ↵Flam3rboy2021-02-045-0/+94
https://github.com/discord-open-source/discord-gateway into main