Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #75 from luth31/master | Flam3rboy | 2021-07-29 | 1 | -0/+47 |
|\ | | | | | Migrate docker builds to GitHub Actions | ||||
| * | Merge branch 'master' of github.com:luth31/fosscord-gateway | Paul Munteanu | 2021-07-28 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #74 from luth31/master | Flam3rboy | 2021-07-24 | 1 | -0/+2 |
|\ \ | |||||
| | * | [Actions] Build and publish to Docker Hub | Paul Munteanu | 2021-07-28 | 1 | -0/+47 |
| |/ | |||||
| * | Add thread_member_lists to LazyRequest | Paul Munteanu | 2021-07-24 | 1 | -0/+2 |
|/ | |||||
* | :loud_sound: fix log | Flam3rboy | 2021-07-18 | 3 | -2222/+69 |
| | |||||
* | :bug: fix server options | Flam3rboy | 2021-07-16 | 2 | -4/+9 |
| | |||||
* | Update tsconfig.json | Flam3rboy | 2021-07-16 | 1 | -2/+2 |
| | |||||
* | :truck: rename listen() -> start() for a consistent naming schema | Flam3rboy | 2021-07-15 | 3 | -9/+9 |
| | |||||
* | :arrow_up: update @fosscord/server-util | Flam3rboy | 2021-07-13 | 1 | -1/+1 |
| | |||||
* | :arrow_up: update checkToken usage | Flam3rboy | 2021-06-30 | 3 | -9/+9 |
| | |||||
* | :bug: fix identify struct | Flam3rboy | 2021-06-09 | 4 | -120/+242 |
| | |||||
* | :bug: make server options optional | Flam3rboy | 2021-05-31 | 3 | -9/+9 |
| | |||||
* | :sparkles: start.ts file | Flam3rboy | 2021-05-31 | 3 | -17/+37 |
| | |||||
* | :art: create start.ts | Flam3rboy | 2021-05-31 | 5 | -14/+15 |
| | |||||
* | :sparkles: relationships | Flam3rboy | 2021-05-30 | 1 | -1/+1 |
| | |||||
* | npm i @fosscord/server-util@1.3.14 | Flam3rboy | 2021-05-30 | 2 | -10/+10 |
| | |||||
* | :arrow_up: npm i @fosscord/server-util@1.3.13 | Flam3rboy | 2021-05-30 | 2 | -8/+8 |
| | |||||
* | :arrow_up: npm i @fosscord/server-util@1.3.12 | Flam3rboy | 2021-05-30 | 2 | -8/+8 |
| | |||||
* | :arrow_up: npm i @fosscord/server-util@1.3.11 | Flam3rboy | 2021-05-30 | 2 | -5/+2084 |
| | |||||
* | Merge pull request #71 from luth31/master | Flam3rboy | 2021-05-29 | 1 | -1/+2 |
|\ | | | | | Move TS compilation to docker image build | ||||
| * | Dockerfile: run app instead of recompiling | Paul Munteanu | 2021-05-29 | 1 | -1/+1 |
| | | |||||
| * | Build on start for the CONTRIBUTORS | Paul Munteanu | 2021-05-29 | 1 | -1/+1 |
| | | |||||
| * | Compile TS during Docker image build | Paul Munteanu | 2021-05-29 | 2 | -1/+2 |
| | | |||||
| * | Merge branch 'fosscord:master' into master | Paul Munteanu | 2021-05-28 | 8 | -2208/+149 |
| |\ | |/ |/| | |||||
* | | Merge pull request #70 from 9qz/master | Flam3rboy | 2021-05-27 | 3 | -2267/+38 |
|\ \ | | | | | | | ✨ GUILD_MEMBER_LIST_UPDATE | ||||
| * | | Update LazyRequest.ts | notsapinho | 2021-05-27 | 1 | -67/+77 |
| | | | |||||
| * | | ✨ GUILD_MEMBER_LIST_UPDATE | honeytequila | 2021-05-27 | 3 | -2343/+104 |
|/ / | |||||
* | | Merge pull request #68 from luth31/upstream | Flam3rboy | 2021-05-25 | 2 | -3/+2 |
|\ \ | | | | | | | Remove redundant Dockerfile commands and remove .DS_Store file | ||||
| * | | Undo mistake in Dockerfile | Paul Munteanu | 2021-05-23 | 1 | -1/+2 |
| | | | |||||
* | | | npm i @fosscord/server-util@1.3.3 | Flam3rboy | 2021-05-25 | 4 | -9/+14 |
| | | | |||||
* | | | npm i @fosscord/server-util@1.3.2 | Flam3rboy | 2021-05-24 | 2 | -10/+10 |
| | | | |||||
* | | | :sparkles: use new config | Flam3rboy | 2021-05-24 | 2 | -11/+16 |
| | | | |||||
* | | | Merge pull request #69 from DiegoMagdaleno/master | Flam3rboy | 2021-05-23 | 9 | -45/+205 |
|\ \ \ | | | | | | | | | Config updates and StrictNullChecks | ||||
| * | | | Fix: No more typecasting required | Diego Magdaleno | 2021-05-23 | 4 | -11/+11 |
| | | | | |||||
| * | | | Update: update server-util to latest | Diego Magdaleno | 2021-05-23 | 2 | -22/+22 |
| | | | | |||||
| * | | | Config: Implement new configuration options | Diego Magdaleno | 2021-05-22 | 5 | -26/+185 |
| | | | | |||||
| * | | | Merge branch 'master' of github.com:DiegoMagdaleno/fosscord-gateway | Diego Magdaleno | 2021-05-22 | 3 | -4/+5 |
| |\ \ \ | |||||
| | * | | | Merge pull request #1 from luth31/fix-strictcheck | Diego Magdaleno | 2021-05-22 | 4 | -5/+6 |
| |/| | | |/| | | | | | | | | | Fix compilation with strictNullChecks: true | ||||
| | * | | | Fix compilation with strictNullChecks: true | Paul Munteanu | 2021-05-23 | 4 | -5/+6 |
| |/ / / |/| | | | |||||
| * | | | Meta: Enable strictNullChecks | Diego Magdaleno | 2021-05-22 | 1 | -1/+1 |
|/ / / | |||||
| | * | Fix compilation with strictNullChecks: true | Paul Munteanu | 2021-05-23 | 4 | -5/+6 |
| |/ | |||||
| * | Remove redundant Dockerfile commands | Paul Munteanu | 2021-05-23 | 1 | -3/+1 |
| | | |||||
| * | Remove .DS_Store file | Paul Munteanu | 2021-05-23 | 1 | -0/+0 |
|/ | |||||
* | :arrow_up: update dependency | Flam3rboy | 2021-05-22 | 2 | -8/+8 |
| | |||||
* | :arrow_up: update dependency | Flam3rboy | 2021-05-22 | 2 | -8/+8 |
| | |||||
* | :bug: fix member sidebar | Flam3rboy | 2021-05-22 | 2 | -2/+3 |
| | |||||
* | :sparkles: Member List | Flam3rboy | 2021-05-21 | 8 | -61/+110 |
| | |||||
* | Merge branch 'master' of https://github.com/fosscord/fosscord-gateway | Flam3rboy | 2021-05-18 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #65 from 9qz/main | Flam3rboy | 2021-05-11 | 1 | -1/+1 |
| |\ | | | | | | | Fix guild_id being undefined on MongoCacheStream | ||||
| | * | Fix guild_id being undefined on MongoCacheStream | notsapinho | 2021-05-11 | 1 | -1/+1 |
| |/ | |||||
* / | :construction: WIP member list + voice | Flam3rboy | 2021-05-18 | 7 | -12/+94 |
|/ | |||||
* | Merge branch 'master' of https://github.com/discord-open-source/discord-gateway | Flam3rboy | 2021-05-09 | 2 | -1/+16 |
|\ | |||||
| * | Merge pull request #64 from DiegoMagdaleno/master | Flam3rboy | 2021-05-09 | 1 | -1/+1 |
| |\ | | | | | | | Docker: fix the syntax of the apk command | ||||
| | * | Docker: fix the syntax of the apk command | Diego Magdaleno | 2021-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #63 from DiegoMagdaleno/master | Flam3rboy | 2021-05-09 | 1 | -0/+5 |
| |\| | | | | | | | Docker: Fix an issue were native dependencies weren't able to build | ||||
| | * | Docker: Fix an issue were native dependencies werent able to build | Diego Magdaleno | 2021-05-09 | 1 | -0/+5 |
| | | | |||||
| * | | Merge pull request #62 from DiegoMagdaleno/master | Flam3rboy | 2021-05-09 | 2 | -1/+11 |
| |\| | | | | | | | Begin dockerization | ||||
| | * | Docker: Remove .docker as it is not needed in this repository | Diego Magdaleno | 2021-05-08 | 3 | -3/+1 |
| | | | |||||
| | * | Docker: Switch to node:lts-alpine | Diego Magdaleno | 2021-05-08 | 1 | -1/+1 |
| | | | |||||
| | * | Setup: Add env file and delete docker-compose.yml | Diego Magdaleno | 2021-05-08 | 3 | -21/+1 |
| | | | |||||
| | * | Docker: Basic dockerization of the gateway | Diego Magdaleno | 2021-05-08 | 3 | -1/+25 |
| | | | |||||
| | * | Setup: Add Dockerfile | Diego Magdaleno | 2021-05-08 | 1 | -0/+8 |
| |/ | |||||
* / | add opencollective | Flam3rboy | 2021-05-08 | 2 | -3/+3 |
|/ | |||||
* | :page_facing_up: GPL V3 license | Flam3rboy | 2021-05-08 | 1 | -95/+11 |
| | |||||
* | :bug: fix identify schema | Flam3rboy | 2021-05-07 | 2 | -1/+4 |
| | |||||
* | :bug: fix identify | Flam3rboy | 2021-05-07 | 2 | -4/+7 |
| | |||||
* | Change default port: | Flam3rboy | 2021-05-02 | 1 | -1/+1 |
| | | | | | | Client = 3000 API = 3001 Gateway = 3002 | ||||
* | Update README.md | Flam3rboy | 2021-05-02 | 1 | -1/+30 |
| | |||||
* | Update README.md | Flam3rboy | 2021-05-02 | 1 | -3/+13 |
| | |||||
* | :bug: fix identify schema | Flam3rboy | 2021-05-01 | 3 | -2/+8 |
| | |||||
* | :zap: add dev script | Flam3rboy | 2021-04-25 | 2 | -15/+1754 |
| | |||||
* | :sparkles: make erlpack optional | Flam3rboy | 2021-04-25 | 4 | -7/+18 |
| | |||||
* | :arrow_up: update server-util version | Flam3rboy | 2021-04-25 | 3 | -10/+9 |
| | |||||
* | :bug: remove postinstall | Flam3rboy | 2021-04-23 | 2 | -9/+9 |
| | |||||
* | npm i @fosscord/server-util | Flam3rboy | 2021-04-22 | 8 | -1220/+64 |
| | |||||
* | :art: change default port to 2000 | Flam3rboy | 2021-04-19 | 1 | -1/+1 |
| | |||||
* | :heavy_minus_sign: remove lambert-db | Flam3rboy | 2021-04-18 | 3 | -29/+57 |
| | |||||
* | :bug: use port from .env file | Flam3rboy | 2021-04-16 | 1 | -1/+4 |
| | |||||
* | :bug: fix event listener | Flam3rboy | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | :bug: use ActivityBodySchema | Flam3rboy | 2021-04-09 | 1 | -2/+2 |
| | |||||
* | Merge pull request #59 from notsapinho/main | Flam3rboy | 2021-04-08 | 2 | -18/+35 |
|\ | | | | | MongooseCache resubscription | ||||
| * | create getPipeline function + clean up | Flam3rboy | 2021-04-08 | 1 | -185/+180 |
| | | |||||
| * | fix little errors and new method to get new guilds | notsapinho | 2021-04-08 | 1 | -10/+16 |
| | | |||||
| * | Update listener.ts | notsapinho | 2021-04-08 | 1 | -12/+12 |
| | | |||||
| * | MongooseCache resubscription | notsapinho | 2021-04-08 | 2 | -159/+175 |
|/ | |||||
* | :page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike ↵ | Flam3rboy | 2021-04-08 | 6 | -27/+137 |
| | | | | 4.0 International Public License | ||||
* | :zap: use mongoose autopopulate | Flam3rboy | 2021-04-07 | 2 | -38/+50 |
| | |||||
* | fix tsc missing | Flam3rboy | 2021-04-07 | 2 | -2/+21 |
| | |||||
* | :heavy_minus_sign: remove zlib-sync | Flam3rboy | 2021-04-07 | 2 | -21/+2 |
| | |||||
* | :bug: fix identify default intent | Flam3rboy | 2021-04-07 | 3 | -14/+20 |
| | |||||
* | Merge pull request #58 from notsapinho/patch-1 | Flam3rboy | 2021-04-07 | 1 | -1/+1 |
|\ | | | | | 🐛 fix pipeline | ||||
| * | 🎨 | notsapinho | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | 🐛 fix pipeline | notsapinho | 2021-04-06 | 1 | -1/+1 |
|/ | |||||
* | :art: add util build script | Flam3rboy | 2021-04-06 | 2 | -3/+4 |
| | |||||
* | :art: Convert id bigint to string | Flam3rboy | 2021-04-06 | 4 | -6/+6 |
| | |||||
* | :bug: fix hearbeat gateway | Flam3rboy | 2021-04-06 | 6 | -21/+21 |
| | |||||
* | add .lean to mongodb queries | Flam3rboy | 2021-04-06 | 9 | -63/+106 |
| | |||||
* | :art: add opcodes | Flam3rboy | 2021-04-06 | 9 | -18/+144 |
| | |||||
* | :sparkles: Ready event | Flam3rboy | 2021-04-06 | 1 | -11/+134 |
| | |||||
* | :bug: fix heartbeat error | Flam3rboy | 2021-04-06 | 1 | -3/+8 |
| | |||||
* | :zap: zlib compression | Flam3rboy | 2021-04-06 | 3 | -2/+18 |
| | |||||
* | :art: rename userid -> user_id | Flam3rboy | 2021-03-22 | 7 | -10/+14 |
| | |||||
* | :sparkles: load .env file | Flam3rboy | 2021-02-16 | 3 | -0/+17 |
| | |||||
* | :bug: fix permission dispatch | Flam3rboy | 2021-02-15 | 2 | -3/+3 |
| | |||||
* | switch to mongoose | Flam3rboy | 2021-02-14 | 1 | -2/+3 |
| | |||||
* | :sparkles: Event dispatching | Flam3rboy | 2021-02-14 | 4 | -20/+167 |
| | |||||
* | setup listeners | Flam3rboy | 2021-02-10 | 7 | -11/+13 |
| | |||||
* | move Schema from util to gateway | Flam3rboy | 2021-02-10 | 4 | -1/+127 |
| | |||||
* | update import to fosscord-server-util | Flam3rboy | 2021-02-10 | 7 | -49/+59 |
| | |||||
* | Merge branch 'main' of ↵ | Flam3rboy | 2021-02-09 | 1 | -3/+3 |
|\ | | | | | | | https://github.com/discord-open-source/discord-gateway into main | ||||
| * | Update README.md | Flam3rboy | 2021-02-09 | 1 | -3/+3 |
| | | |||||
* | | :arrow_up: bump lambert-db to version 1.1.6 | Flam3rboy | 2021-02-07 | 2 | -24/+24 |
|/ | |||||
* | :construction: db listener | Flam3rboy | 2021-02-06 | 4 | -14/+41 |
| | |||||
* | :sparkles: opcodes | Flam3rboy | 2021-02-06 | 8 | -0/+79 |
| | |||||
* | :sparkles: Base Server | Flam3rboy | 2021-02-06 | 12 | -266/+598 |
| | |||||
* | untrack DS_Store | Flam3rboy | 2021-02-06 | 1 | -0/+0 |
| | |||||
* | update missing-native-js-functions version | Flam3rboy | 2021-02-06 | 2 | -900/+2954 |
| | |||||
* | :art: restructure | Flam3rboy | 2021-02-05 | 5 | -67/+170 |
| | |||||
* | :art: use discord-server-util | Flam3rboy | 2021-02-05 | 3 | -5/+56 |
| | |||||
* | Merge branch 'master' of ↵ | Flam3rboy | 2021-02-04 | 11 | -1/+963 |
| | | | | https://github.com/discord-open-source/discord-gateway into main | ||||
* | Update README.md | Flam3rboy | 2021-02-03 | 1 | -0/+2 |
| | |||||
* | Initial commit | Flam3rboy | 2021-02-03 | 3 | -0/+127 |