Commit Graph

73 Commits

Author SHA1 Message Date
Flam3rboy afa30bd07a Merge pull request #65 from 9qz/main
Fix guild_id being undefined on MongoCacheStream
2021-05-11 15:11:27 +02:00
notsapinho 33200951fd Fix guild_id being undefined on MongoCacheStream 2021-05-11 09:41:20 -03:00
Flam3rboy e83b7cab75 Merge branch 'master' of https://github.com/discord-open-source/discord-gateway 2021-05-09 17:41:37 +02:00
Flam3rboy 82e5dc8661 Merge pull request #64 from DiegoMagdaleno/master
Docker: fix the syntax of the apk command
2021-05-09 17:26:13 +02:00
Diego Magdaleno f295c59a45 Docker: fix the syntax of the apk command 2021-05-09 10:25:27 -05:00
Flam3rboy 70e722924e Merge pull request #63 from DiegoMagdaleno/master
Docker: Fix an issue were native dependencies weren't able to build
2021-05-09 17:22:38 +02:00
Diego Magdaleno a78102b6cf Docker: Fix an issue were native dependencies werent able to build 2021-05-09 10:18:11 -05:00
Flam3rboy 2119de9ab7 Merge pull request #62 from DiegoMagdaleno/master
Begin dockerization
2021-05-09 00:58:17 +02:00
Diego Magdaleno 6f827ee9cd Docker: Remove .docker as it is not needed in this repository 2021-05-08 17:57:18 -05:00
Diego Magdaleno f21b39d32e Docker: Switch to node:lts-alpine 2021-05-08 17:51:02 -05:00
Diego Magdaleno ac594ba31d Setup: Add env file and delete docker-compose.yml 2021-05-08 17:48:19 -05:00
Diego Magdaleno 81f6539165 Docker: Basic dockerization of the gateway 2021-05-08 17:39:03 -05:00
Diego Magdaleno 1cab0eca72 Setup: Add Dockerfile 2021-05-08 16:53:15 -05:00
Flam3rboy 7fcb875e97 add opencollective 2021-05-08 23:05:12 +02:00
Flam3rboy 82f9e421aa 📄 GPL V3 license 2021-05-08 12:55:05 +02:00
Flam3rboy 372bfd9beb 🐛 fix identify schema 2021-05-07 22:52:40 +02:00
Flam3rboy 22e8e83ab9 🐛 fix identify 2021-05-07 20:04:18 +02:00
Flam3rboy 13cbf7bd88 Change default port:
Client = 3000
API = 3001
Gateway = 3002
2021-05-02 17:11:21 +02:00
Flam3rboy e35d972f41 Update README.md 2021-05-02 15:28:13 +02:00
Flam3rboy 0c9cd64b2a Update README.md 2021-05-02 14:41:13 +02:00
Flam3rboy 5f56ca2ef3 🐛 fix identify schema 2021-05-01 13:53:26 +02:00
Flam3rboy 6c62d72737 add dev script 2021-04-25 23:41:17 +02:00
Flam3rboy 3427672659 make erlpack optional 2021-04-25 21:18:21 +02:00
Flam3rboy 0da86386d0 ⬆️ update server-util version 2021-04-25 20:34:20 +02:00
Flam3rboy 38f8840a3f 🐛 remove postinstall 2021-04-23 22:33:49 +02:00
Flam3rboy a0bc6c649b npm i @fosscord/server-util 2021-04-22 23:37:03 +02:00
Flam3rboy 0e77160466 🎨 change default port to 2000 2021-04-19 22:00:23 +02:00
Flam3rboy 85ac6b4c63 remove lambert-db 2021-04-18 14:23:44 +02:00
Flam3rboy 801eee1cb3 🐛 use port from .env file 2021-04-16 18:03:10 +02:00
Flam3rboy 075d19607f 🐛 fix event listener 2021-04-09 14:20:18 +02:00
Flam3rboy 0e582bf71b 🐛 use ActivityBodySchema 2021-04-09 00:39:29 +02:00
Flam3rboy 19b1ca48ca Merge pull request #59 from notsapinho/main
MongooseCache resubscription
2021-04-08 18:53:25 +02:00
Flam3rboy f268e9c42f create getPipeline function + clean up 2021-04-08 18:52:57 +02:00
notsapinho 9d9a4c7e72 fix little errors and new method to get new guilds 2021-04-08 12:25:29 -03:00
notsapinho 774fcc9373 Update listener.ts 2021-04-08 11:59:00 -03:00
notsapinho 953d7bd3d2 MongooseCache resubscription 2021-04-08 11:40:57 -03:00
Flam3rboy f3f11adb38 📄 use Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License 2021-04-08 04:45:28 +02:00
Flam3rboy d3d733a975 use mongoose autopopulate 2021-04-07 20:26:09 +02:00
Flam3rboy 193e3f5a2c fix tsc missing 2021-04-07 15:54:21 +02:00
Flam3rboy e2078a3207 remove zlib-sync 2021-04-07 15:48:17 +02:00
Flam3rboy 61d85d04ae 🐛 fix identify default intent 2021-04-07 04:01:33 +02:00
Flam3rboy 12dbaf78de Merge pull request #58 from notsapinho/patch-1
🐛 fix pipeline
2021-04-07 03:03:07 +02:00
notsapinho d0d2084c78 🎨 2021-04-06 22:00:58 -03:00
notsapinho d8b23cace0 🐛 fix pipeline 2021-04-06 21:59:47 -03:00
Flam3rboy 8085be3b72 🎨 add util build script 2021-04-06 23:24:34 +02:00
Flam3rboy 7276724702 🎨 Convert id bigint to string 2021-04-06 18:02:00 +02:00
Flam3rboy 7279df5efb 🐛 fix hearbeat gateway 2021-04-06 14:15:13 +02:00
Flam3rboy 509394b592 add .lean to mongodb queries 2021-04-06 04:30:07 +02:00
Flam3rboy 6b61c86e3f 🎨 add opcodes 2021-04-06 04:07:32 +02:00
Flam3rboy 9c04313826 Ready event 2021-04-06 04:07:09 +02:00