summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [Channels] get messagesFlam3rboy2021-03-042-48/+85
| | |
| | * :sparkles: [Channels] messages bulk deleteFlam3rboy2021-03-041-0/+35
| | |
| | * :bug: fix login + registerFlam3rboy2021-03-042-5/+11
| | |
| | * :construction: /channels/messagesFlam3rboy2021-03-042-3/+27
| | |
| | * :zap: benchmarkFlam3rboy2021-03-035-34/+4256
| | |
| | * Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-03-036-13/+40
| | |\
| | | * get specific banFlam3rboy2021-02-232-0/+13
| | | |
| | | * :pencil: typoFlam3rboy2021-02-234-13/+27
| | | |
| | * | :construction: messages routeFlam3rboy2021-03-0310-5/+28
| | |/
| | * :bug: [Member] list fix to also return userFlam3rboy2021-02-234-11/+17
| | |
| | * :bug: fix addMember to respect max guild sizeFlam3rboy2021-02-224-4/+28
| | |
| | * :construction: [Member] listFlam3rboy2021-02-221-3/+17
| | |
| | * :sparkles: [Member] paginationFlam3rboy2021-02-224-17/+43
| | |
| | * :art: restructed guildsFlam3rboy2021-02-223-66/+74
| | |
| | * :bug: add webhooks to whitelist authFlam3rboy2021-02-221-2/+2
| | |
| | * :art: restructure + add/remove Member() functionFlam3rboy2021-02-2211-22/+147
| | |
| | * :art: [Ban] use removeMember() + move ban in seperate fileFlam3rboy2021-02-222-235/+113
| | |
| | * :pencil: #CHANNELID -> #channelidFlam3rboy2021-02-229-23/+23
| | |
| | * :bug: fix Event EmitterFlam3rboy2021-02-225-17/+22
| | |
| | * :bug: fix @everyone Role on guild createFlam3rboy2021-02-221-1/+1
| | |
| | * channel/:id/invites create #79xnacly2021-02-211-1/+45
| | |
| | * invite code genxnacly2021-02-211-0/+12
| | |
| | * Invite schemexnacly2021-02-211-0/+16
| | |
| | * Update index.tsIntevel ツ2021-02-211-0/+11
| | |
| | * Update index.tsIntevel ツ2021-02-211-0/+40
| | |
| | * Update index.tsIntevel ツ2021-02-211-2/+2
| | |
| | * Created Ban RoutesIntevel ツ2021-02-212-6/+109
| | | | | | | | | | | | Ban members works now
| | * Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-02-191-0/+53
| | |\
| | | * Update guilds.tsIntevel ツ2021-02-191-0/+1
| | | |
| | | * Create guilds.tsIntevel ツ2021-02-191-0/+52
| | | |
| | * | :art: [Guild] check if user is allowed to created a guildFlam3rboy2021-02-192-10/+15
| | |/
| | * :bug: update user model on guild creationFlam3rboy2021-02-172-2/+8
| | |
| | * fix req.userid -> convert to bigintFlam3rboy2021-02-171-1/+1
| | |
| | * :art: show proper auth errorFlam3rboy2021-02-171-1/+1
| | |
| | * :bug: fix token checkingFlam3rboy2021-02-173-4/+10
| | |
| | * :bug: fix dbFlam3rboy2021-02-162-4/+3
| | |
| | * :bug: fix db connectFlam3rboy2021-02-164-5/+5
| | |
| | * :bug: fix error handlerFlam3rboy2021-02-164-3/+3150
| | |
| | * :bug: fix startup errorFlam3rboy2021-02-163-8/+9
| | |
| | * :sparkles: load .env fileFlam3rboy2021-02-163-0/+17
| | |
| | * :fire: disable rate limit for now -> wait till mongoose model existsFlam3rboy2021-02-164-3/+6
| | |
| | * :bug: fix /guilds/ route typeFlam3rboy2021-02-142-23/+24
| | |
| | * added requested changes from #3xnacly2021-02-141-11/+100
| | |
| | * switch to mongooseFlam3rboy2021-02-1411-99/+121
| | |
| | * util function to emit eventFlam3rboy2021-02-101-0/+26
| | |
| | * move Schema from util to apiFlam3rboy2021-02-104-114/+156
| | |
| | * Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-02-1011-36/+210
| | |\
| | | * update imports for fosscord-server-utilFlam3rboy2021-02-107-6/+7
| | | |
| | | * :bug: update package import to fosscord-server-utilFlam3rboy2021-02-093-13/+2359
| | | |
| | | * [guild] finished POSTxnacly2021-02-091-61/+62
| | | |
| | | * made requested changesxnacly2021-02-091-2/+2
| | | |
| | | * added guild routesxnacly2021-02-093-2360/+186
| | | |
| | * | :bug: fix error handlerFlam3rboy2021-02-104-25/+33
| | |/
| | * Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-02-091-4/+4
| | |\
| | | * Update README.mdFlam3rboy2021-02-091-4/+4
| | | |
| | * | :arrow_up: bump lambert-db to version 1.1.6Flam3rboy2021-02-074-9/+10
| | |/
| | * :bug: prevent @googlemail.com trickFlam3rboy2021-02-071-1/+2
| | |
| | * :bug: update importsFlam3rboy2021-02-065-20/+16
| | |
| | * moved utils to server-utilFlam3rboy2021-02-066-364/+1
| | |
| | * moved models to server-utilFlam3rboy2021-02-068-238/+0
| | |
| | * update missing-native-js-functions versionFlam3rboy2021-02-062-20/+2356
| | |
| | * use discord-server-utilFlam3rboy2021-02-053-3/+4
| | |
| | * Merge branch 'master' of https://github.com/discord-open-source/discord-api ↵xnacly2021-02-057-185/+175
| | |\ | | | | | | | | | | | | into master
| | | * :art: use discord-server-utilFlam3rboy2021-02-057-185/+175
| | | |
| | * | added Member model & updated Guild modelxnacly2021-02-053-27/+94
| | |/
| | * Merge branch 'master' of https://github.com/discord-open-source/discord-serverFlam3rboy2021-02-049-216/+184732
| | |\
| | | * invite interfacemafineeek.dev2021-02-031-0/+31
| | | |
| | | * added blockInsecureCommonPasswords config flagxnacly2021-02-032-13/+27
| | | |
| | | * added password listxnacly2021-02-031-0/+184389
| | | |
| | | * Merge branch 'master' of ↵xnacly2021-02-032-8/+23
| | | |\ | | | | | | | | | | | | | | | https://github.com/discord-open-source/discord-server into master
| | | | * Update issue templatesKamil G2021-02-031-0/+20
| | | | |
| | | | * Update README.mdFlam3rboy2021-02-031-8/+3
| | | | |
| | | * | added passwordStrength estimatorxnacly2021-02-033-1/+73
| | | |/
| | | * removed unused dependencysxnacly2021-02-032-206/+201
| | | |
| | * | :art: typoFlam3rboy2021-02-042-5/+5
| | |/
| | * Merge branch 'master' of https://github.com/discord-open-source/discord-serverFlam3rboy2021-02-033-19/+65
| | |\
| | | * Update package.jsonFlam3rboy2021-02-031-1/+3
| | | |
| | | * Update README.mdFlam3rboy2021-02-031-1/+45
| | | |
| | | * changed wordingxnacly2021-02-021-17/+17
| | | |
| | * | :lock: prevent passwort denial of serverFlam3rboy2021-02-0313-36/+62
| | |/
| | * :bug: fix register date of birthFlam3rboy2021-02-022-3/+3
| | |
| | * :art: Body Parser errorFlam3rboy2021-02-0214-36/+143
| | |
| | * :sparkles: [Route] RegisterFlam3rboy2021-02-021-3/+7
| | |
| | * :sparkles: [Router] RegisterFlam3rboy2021-02-021-22/+47
| | |
| | * :sparkles: added defaults to configFlam3rboy2021-02-0114-639/+124743
| | |
| | * :globe_with_meridians: localizationFlam3rboy2021-02-014-0/+66
| | |
| | * :sparkles: modelsFlam3rboy2021-02-015-4/+129
| | |
| | * :sparkles: added Date + Email Body TypeFlam3rboy2021-02-012-21/+79
| | |
| | * :sparkles: [Route] LoginFlam3rboy2021-02-011-4/+80
| | |
| | * :sparkles: [Route] RegisterFlam3rboy2021-02-011-1/+221
| | |
| | * :bug: fix Snowflake return bigint instead of stringFlam3rboy2021-02-011-2/+2
| | |
| | * :zap: Snowflake generate improve performance with BigIntFlam3rboy2021-01-311-34/+10
| | |
| | * :zap: Convert BitField to BigIntFlam3rboy2021-01-306-71/+78
| | |
| | * Merge branch 'master' of https://github.com/discord-open-source/discord-serverFlam3rboy2021-01-301-0/+0
| | |\
| | | * rename 'client' -> 'client_test'xnacly2021-01-251-0/+0
| | | |
| | * | :sparkles: UtilFlam3rboy2021-01-3039-2002/+2084
| | | |
| | * | :sparkles: DatabaseFlam3rboy2021-01-302-0/+5
| | | |
| | * | :sparkles: RateLimitFlam3rboy2021-01-302-0/+83
| | | |
| | * | :sparkles: AuthenticationFlam3rboy2021-01-301-0/+30
| | |/
| | * :tada: initFlam3rboy2021-01-044-6/+12
| | |
| | * :sparkles: update to use new lambert-serverFlam3rboy2021-01-0411-67/+201
| | |
| | * Merge branch 'master' of https://github.com/Trenite/discord-server-opensourceFlam3rboy2021-01-0312-0/+187
| | |\
| | | * routes + util + snowflakexnacly2021-01-0313-734/+189
| | | |
| | * | :sparkles: rethinkdbFlam3rboy2021-01-033-2/+24
| | | |
| | * | :bug: fixFlam3rboy2021-01-019-1273/+3035
| | |/
| | * :tada: standard client finishedFlam3rboy2020-11-2810-0/+1592
| | |
| | * Initial commitFlam3rboy2020-11-283-0/+779
| |
| * :bug: fix rabbit mq -> fanout instead of work queueFlam3rboy2021-08-122-10/+24
| |
| * :sparkles: rabbitmqFlam3rboy2021-08-129-46/+403
| |
| * :bug: fix voicestateFlam3rboy2021-08-102-3/+3
| |
| * :sparkles: ping routeFlam3rboy2021-08-081-1/+4
| |
| * npm i @fosscord/server-util@1.3.43Flam3rboy2021-08-082-8/+8
| |
| * :bug: fix channel subscription + ready payloadFlam3rboy2021-08-082-6/+29
| |
| * npm i @fosscord/server-util@1.3.42Flam3rboy2021-08-082-8/+8
| |
| * npm i @fosscord/server-util@1.3.39Flam3rboy2021-08-072-8/+8
| |
| * :bug: fix identifyFlam3rboy2021-08-073-9/+2273
| |
| * Merge pull request #76 from luth31/masterFlam3rboy2021-07-291-1/+2
| |\ | | | | | | [Dockerfile] Copy package-lock.json
| | * [Dockerfile] Copy package-lock.jsonPaul Munteanu2021-07-291-1/+2
| |/
| * Merge pull request #75 from luth31/masterFlam3rboy2021-07-291-0/+47
| |\ | | | | | | Migrate docker builds to GitHub Actions
| | * Merge branch 'master' of github.com:luth31/fosscord-gatewayPaul Munteanu2021-07-280-0/+0
| | |\ | | |/ | |/|
| * | Merge pull request #74 from luth31/masterFlam3rboy2021-07-241-0/+2
| |\ \
| | | * [Actions] Build and publish to Docker HubPaul Munteanu2021-07-281-0/+47
| | |/
| | * Add thread_member_lists to LazyRequestPaul Munteanu2021-07-241-0/+2
| |/
| * :loud_sound: fix logFlam3rboy2021-07-183-2222/+69
| |
| * :bug: fix server optionsFlam3rboy2021-07-162-4/+9
| |
| * Update tsconfig.jsonFlam3rboy2021-07-161-2/+2
| |
| * :truck: rename listen() -> start() for a consistent naming schemaFlam3rboy2021-07-153-9/+9
| |
| * :arrow_up: update @fosscord/server-utilFlam3rboy2021-07-131-1/+1
| |
| * :arrow_up: update checkToken usageFlam3rboy2021-06-303-9/+9
| |
| * :bug: fix identify structFlam3rboy2021-06-094-120/+242
| |
| * :bug: make server options optionalFlam3rboy2021-05-313-9/+9
| |
| * :sparkles: start.ts fileFlam3rboy2021-05-313-17/+37
| |
| * :art: create start.tsFlam3rboy2021-05-315-14/+15
| |
| * :sparkles: relationshipsFlam3rboy2021-05-301-1/+1
| |
| * npm i @fosscord/server-util@1.3.14Flam3rboy2021-05-302-10/+10
| |
| * :arrow_up: npm i @fosscord/server-util@1.3.13Flam3rboy2021-05-302-8/+8
| |
| * :arrow_up: npm i @fosscord/server-util@1.3.12Flam3rboy2021-05-302-8/+8
| |
| * :arrow_up: npm i @fosscord/server-util@1.3.11Flam3rboy2021-05-302-5/+2084
| |
| * Merge pull request #71 from luth31/masterFlam3rboy2021-05-291-1/+2
| |\ | | | | | | Move TS compilation to docker image build
| | * Dockerfile: run app instead of recompilingPaul Munteanu2021-05-291-1/+1
| | |
| | * Build on start for the CONTRIBUTORSPaul Munteanu2021-05-291-1/+1
| | |
| | * Compile TS during Docker image buildPaul Munteanu2021-05-292-1/+2
| | |
| | * Merge branch 'fosscord:master' into masterPaul Munteanu2021-05-288-2208/+149
| | |\ | | |/ | |/|
| * | Merge pull request #70 from 9qz/masterFlam3rboy2021-05-273-2267/+38
| |\ \ | | | | | | | | ✨ GUILD_MEMBER_LIST_UPDATE
| | * | Update LazyRequest.tsnotsapinho2021-05-271-67/+77
| | | |
| | * | ✨ GUILD_MEMBER_LIST_UPDATEhoneytequila2021-05-273-2343/+104
| |/ /
| * | Merge pull request #68 from luth31/upstreamFlam3rboy2021-05-252-3/+2
| |\ \ | | | | | | | | Remove redundant Dockerfile commands and remove .DS_Store file
| | * | Undo mistake in DockerfilePaul Munteanu2021-05-231-1/+2
| | | |
| * | | npm i @fosscord/server-util@1.3.3Flam3rboy2021-05-254-9/+14
| | | |
| * | | npm i @fosscord/server-util@1.3.2Flam3rboy2021-05-242-10/+10
| | | |
| * | | :sparkles: use new configFlam3rboy2021-05-242-11/+16
| | | |
| * | | Merge pull request #69 from DiegoMagdaleno/masterFlam3rboy2021-05-239-45/+205
| |\ \ \ | | | | | | | | | | Config updates and StrictNullChecks
| | * | | Fix: No more typecasting requiredDiego Magdaleno2021-05-234-11/+11
| | | | |
| | * | | Update: update server-util to latestDiego Magdaleno2021-05-232-22/+22
| | | | |
| | * | | Config: Implement new configuration optionsDiego Magdaleno2021-05-225-26/+185
| | | | |
| | * | | Merge branch 'master' of github.com:DiegoMagdaleno/fosscord-gatewayDiego Magdaleno2021-05-223-4/+5
| | |\ \ \
| | | * | | Merge pull request #1 from luth31/fix-strictcheckDiego Magdaleno2021-05-224-5/+6
| | |/| | | | |/| | | | | | | | | | Fix compilation with strictNullChecks: true
| | | * | | Fix compilation with strictNullChecks: truePaul Munteanu2021-05-234-5/+6
| | |/ / / | |/| | |
| | * | | Meta: Enable strictNullChecksDiego Magdaleno2021-05-221-1/+1
| |/ / /
| | | * Fix compilation with strictNullChecks: truePaul Munteanu2021-05-234-5/+6
| | |/
| | * Remove redundant Dockerfile commandsPaul Munteanu2021-05-231-3/+1
| | |
| | * Remove .DS_Store filePaul Munteanu2021-05-231-0/+0
| |/
| * :arrow_up: update dependencyFlam3rboy2021-05-222-8/+8
| |
| * :arrow_up: update dependencyFlam3rboy2021-05-222-8/+8
| |
| * :bug: fix member sidebarFlam3rboy2021-05-222-2/+3
| |
| * :sparkles: Member ListFlam3rboy2021-05-218-61/+110
| |
| * Merge branch 'master' of https://github.com/fosscord/fosscord-gatewayFlam3rboy2021-05-181-1/+1
| |\
| | * Merge pull request #65 from 9qz/mainFlam3rboy2021-05-111-1/+1
| | |\ | | | | | | | | Fix guild_id being undefined on MongoCacheStream
| | | * Fix guild_id being undefined on MongoCacheStreamnotsapinho2021-05-111-1/+1
| | |/
| * / :construction: WIP member list + voiceFlam3rboy2021-05-187-12/+94
| |/
| * Merge branch 'master' of https://github.com/discord-open-source/discord-gatewayFlam3rboy2021-05-092-1/+16
| |\
| | * Merge pull request #64 from DiegoMagdaleno/masterFlam3rboy2021-05-091-1/+1
| | |\ | | | | | | | | Docker: fix the syntax of the apk command
| | | * Docker: fix the syntax of the apk commandDiego Magdaleno2021-05-091-1/+1
| | | |
| | * | Merge pull request #63 from DiegoMagdaleno/masterFlam3rboy2021-05-091-0/+5
| | |\| | | | | | | | | Docker: Fix an issue were native dependencies weren't able to build
| | | * Docker: Fix an issue were native dependencies werent able to buildDiego Magdaleno2021-05-091-0/+5
| | | |
| | * | Merge pull request #62 from DiegoMagdaleno/masterFlam3rboy2021-05-092-1/+11
| | |\| | | | | | | | | Begin dockerization
| | | * Docker: Remove .docker as it is not needed in this repositoryDiego Magdaleno2021-05-083-3/+1
| | | |
| | | * Docker: Switch to node:lts-alpineDiego Magdaleno2021-05-081-1/+1
| | | |
| | | * Setup: Add env file and delete docker-compose.ymlDiego Magdaleno2021-05-083-21/+1
| | | |
| | | * Docker: Basic dockerization of the gatewayDiego Magdaleno2021-05-083-1/+25
| | | |
| | | * Setup: Add DockerfileDiego Magdaleno2021-05-081-0/+8
| | |/
| * / add opencollectiveFlam3rboy2021-05-082-3/+3
| |/
| * :page_facing_up: GPL V3 licenseFlam3rboy2021-05-081-95/+11
| |
| * :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
| * Update README.mdFlam3rboy2021-05-021-1/+30
| |
| * Update README.mdFlam3rboy2021-05-021-3/+13
| |
| * :bug: fix identify schemaFlam3rboy2021-05-013-2/+8
| |
| * :zap: add dev scriptFlam3rboy2021-04-252-15/+1754
| |
| * :sparkles: make erlpack optionalFlam3rboy2021-04-254-7/+18
| |
| * :arrow_up: update server-util versionFlam3rboy2021-04-253-10/+9
| |
| * :bug: remove postinstallFlam3rboy2021-04-232-9/+9
| |
| * npm i @fosscord/server-utilFlam3rboy2021-04-228-1220/+64
| |
| * :art: change default port to 2000Flam3rboy2021-04-191-1/+1
| |
| * :heavy_minus_sign: remove lambert-dbFlam3rboy2021-04-183-29/+57
| |
| * :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
| |
| * Merge pull request #59 from notsapinho/mainFlam3rboy2021-04-082-18/+35
| |\ | | | | | | MongooseCache resubscription
| | * 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-082-159/+175
| |/
| * :page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike ↵Flam3rboy2021-04-086-27/+137
| | | | | | | | 4.0 International Public License
| * :zap: use mongoose autopopulateFlam3rboy2021-04-072-38/+50
| |
| * fix tsc missingFlam3rboy2021-04-072-2/+21
| |
| * :heavy_minus_sign: remove zlib-syncFlam3rboy2021-04-072-21/+2
| |
| * :bug: fix identify default intentFlam3rboy2021-04-073-14/+20
| |
| * Merge pull request #58 from notsapinho/patch-1Flam3rboy2021-04-071-1/+1
| |\ | | | | | | 🐛 fix pipeline
| | * 🎨notsapinho2021-04-061-1/+1
| | |
| | * 🐛 fix pipelinenotsapinho2021-04-061-1/+1
| |/
| * :art: add util build scriptFlam3rboy2021-04-062-3/+4
| |
| * :art: Convert id bigint to stringFlam3rboy2021-04-064-6/+6
| |
| * :bug: fix hearbeat gatewayFlam3rboy2021-04-066-21/+21
| |
| * add .lean to mongodb queriesFlam3rboy2021-04-069-63/+106
| |
| * :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-227-10/+14
| |
| * :sparkles: load .env fileFlam3rboy2021-02-163-0/+17
| |
| * :bug: fix permission dispatchFlam3rboy2021-02-152-3/+3
| |
| * switch to mongooseFlam3rboy2021-02-141-2/+3
| |
| * :sparkles: Event dispatchingFlam3rboy2021-02-144-20/+167
| |
| * setup listenersFlam3rboy2021-02-107-11/+13
| |
| * move Schema from util to gatewayFlam3rboy2021-02-104-1/+127
| |
| * update import to fosscord-server-utilFlam3rboy2021-02-107-49/+59
| |
| * Merge branch 'main' of ↵Flam3rboy2021-02-091-3/+3
| |\ | | | | | | | | | https://github.com/discord-open-source/discord-gateway into main
| | * Update README.mdFlam3rboy2021-02-091-3/+3
| | |
| * | :arrow_up: bump lambert-db to version 1.1.6Flam3rboy2021-02-072-24/+24
| |/
| * :construction: db listenerFlam3rboy2021-02-064-14/+41
| |
| * :sparkles: opcodesFlam3rboy2021-02-068-0/+79
| |
| * :sparkles: Base ServerFlam3rboy2021-02-0612-266/+598
| |
| * untrack DS_StoreFlam3rboy2021-02-061-0/+0
| |
| * update missing-native-js-functions versionFlam3rboy2021-02-062-900/+2954
| |
| * :art: restructureFlam3rboy2021-02-055-67/+170
| |
| * :art: use discord-server-utilFlam3rboy2021-02-053-5/+56
| |
| * Merge branch 'master' of ↵Flam3rboy2021-02-0411-1/+963
| | | | | | | | https://github.com/discord-open-source/discord-gateway into main
| * Update README.mdFlam3rboy2021-02-031-0/+2
| |
| * Initial commitFlam3rboy2021-02-033-0/+127
|
* 1.3.52Flam3rboy2021-08-122-3/+3
|
* :sparkles: config add rate limitFlam3rboy2021-08-121-13/+47
|
* 1.3.51Flam3rboy2021-08-122-3/+3
|
* :pencil: improve error messageFlam3rboy2021-08-121-1/+4
|
* :bug: fix templateFlam3rboy2021-08-121-21/+9
|
* fix rabbitmq exportFlam3rboy2021-08-121-11/+15
|
* Merge branch 'master' of https://github.com/fosscord/fosscord-server-utilFlam3rboy2021-08-121-2/+2
|\
| * Update README.mdFlam3rboy2021-08-121-2/+2
| |
* | 1.3.50Flam3rboy2021-08-122-3/+3
| |