summary refs log tree commit diff
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* :pencil: better error message if you upload iconFlam3rboy2021-08-071-1/+1
* :pencil2: typoFlam3rboy2021-08-071-1/+1
* :bug: fix handleFile()Flam3rboy2021-08-071-2/+3
* :art: add handleFile()Flam3rboy2021-08-071-0/+15
* [Channel] Implement type 4 channel and clean the codePaul Munteanu2021-08-011-10/+12
* :construction: message acknowledgeFlam3rboy2021-07-301-1/+1
* :construction: rate limitFlam3rboy2021-07-011-11/+4
* :bug: fix ip address lookupFlam3rboy2021-06-271-0/+1
* :bug: fix importFlam3rboy2021-06-271-1/+1
* :lock: register proxy ip checkFlam3rboy2021-06-271-0/+87
* :bug: fix empty message bug for attachmentsFlam3rboy2021-06-261-1/+1
* :sparkles: empty messages check + allowed mentionsFlam3rboy2021-06-231-4/+10
* :construction: dm channelsFlam3rboy2021-05-311-1/+1
* :bug: fix getPublicUserFlam3rboy2021-05-301-9/+3
* :sparkles: user avatarFlam3rboy2021-05-301-2/+1
* :sparkles: message attachmentsFlam3rboy2021-05-302-1/+25
* automatically embed links in messageFlam3rboy2021-05-281-2/+72
* :sparkles: use new configFlam3rboy2021-05-243-31/+27
* Fix: No more type casting required, rather take the gernicsDiego Magdaleno2021-05-233-3/+3
* Config: Final config additons, now everything should work as desiredDiego Magdaleno2021-05-223-150/+7
* Fix merge issues, update to reflect config changes and package.jsonDiego Magdaleno2021-05-224-32/+142
* Config: Refactor config to be be in separate classesDiego Magdaleno2021-05-221-67/+83
* Config: Dont suffix with nodejsDiego Magdaleno2021-05-211-1/+1
* Config: Refactor config method, so we have a new get all option, fix issues i...Diego Magdaleno2021-05-213-7/+17
* Meta: Clean up the format fileDiego Magdaleno2021-05-191-37/+37
* Config: First rewrite of config and working implementation of getting valuesDiego Magdaleno2021-05-193-78/+330
* Config: Start working on the config refactorDiego Magdaleno2021-05-171-92/+131
* Config: Redo config to be more straight to the pointDiego Magdaleno2021-05-151-6/+0
* Config: Be able to configure the target_urlDiego Magdaleno2021-05-151-0/+6
* Update Member.tshoneytequila2021-05-101-1/+1
* 🐛 Fix channels and joined_at not getting populatednotsapinho2021-05-101-8/+16
* :bug: fix addMember guild not populatingFlam3rboy2021-05-101-1/+2
* :bug: fix Guild vanity_urlFlam3rboy2021-05-091-1/+0
* :sparkles: add isMember check for get member routesFlam3rboy2021-05-081-24/+31
* Merge branch 'master' of https://github.com/discord-open-source/discord-apiFlam3rboy2021-05-081-0/+80
|\
| * Update Member.tsIntevel ツ2021-05-081-0/+23
| * Update Member.tsIntevel ツ2021-05-081-3/+3
| * Update Member.tsIntevel ツ2021-05-081-8/+2
| * Update Member.tsIntevel ツ2021-05-081-2/+2
| * Update Member.tsIntevel ツ2021-05-081-0/+8
| * Update Member.tsIntevel ツ2021-05-081-0/+29
| * Member FunctionIntevel ツ2021-05-081-8/+34
* | :bug: fix add/remove Member functionFlam3rboy2021-05-081-4/+7
|/
* :art: [Route] templates refactorFlam3rboy2021-05-072-0/+52
* :art: added optional captcha to login routeFlam3rboy2021-05-012-3/+9
* :construction: WebhookFlam3rboy2021-04-231-0/+3
* npm i @fosscord/server-utilFlam3rboy2021-04-224-4/+4
* prepare npm publishFlam3rboy2021-04-222-3/+4
* :zap: use mongoose autopopulateFlam3rboy2021-04-072-0/+2
* :bug: fix lean not working with virtualsFlam3rboy2021-04-071-5/+3
* :art: Convert id bigint to stringFlam3rboy2021-04-063-4/+4
* :bug: fix body parser empty error objectFlam3rboy2021-04-061-4/+15
* :bug: fix user guildsFlam3rboy2021-04-061-1/+3
* :sparkles: test clientFlam3rboy2021-04-061-2/+0
* :art: proper error message body parserFlam3rboy2021-04-061-2/+5
* :bug: fix body parserFlam3rboy2021-04-051-2/+2
* :construction: shorten relative paths with @shortcutFlam3rboy2021-03-221-1/+7
* rename req.userid -> req.user_idFlam3rboy2021-03-083-22/+11
* :sparkles: SchemaFlam3rboy2021-03-043-27/+24
* :construction: /channels/messagesFlam3rboy2021-03-041-1/+4
* :bug: [Member] list fix to also return userFlam3rboy2021-02-232-6/+10
* :bug: fix addMember to respect max guild sizeFlam3rboy2021-02-222-2/+24
* :sparkles: [Member] paginationFlam3rboy2021-02-221-1/+3
* :art: restructure + add/remove Member() functionFlam3rboy2021-02-224-4/+120
* :pencil: #CHANNELID -> #channelidFlam3rboy2021-02-222-2/+2
* :bug: fix Event EmitterFlam3rboy2021-02-221-1/+1
* invite code genxnacly2021-02-211-0/+12
* :art: [Guild] check if user is allowed to created a guildFlam3rboy2021-02-191-0/+10
* switch to mongooseFlam3rboy2021-02-141-20/+4
* util function to emit eventFlam3rboy2021-02-101-0/+26
* update imports for fosscord-server-utilFlam3rboy2021-02-101-1/+1
* moved utils to server-utilFlam3rboy2021-02-066-364/+1
* :art: use discord-server-utilFlam3rboy2021-02-053-178/+159
* added blockInsecureCommonPasswords config flagxnacly2021-02-032-13/+27
* added passwordStrength estimatorxnacly2021-02-032-1/+61
* :lock: prevent passwort denial of serverFlam3rboy2021-02-031-23/+47
* :art: Body Parser errorFlam3rboy2021-02-022-6/+20
* :sparkles: added defaults to configFlam3rboy2021-02-015-56/+124254
* :sparkles: added Date + Email Body TypeFlam3rboy2021-02-012-21/+79
* :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-304-70/+62
* :sparkles: UtilFlam3rboy2021-01-308-0/+1213
* :sparkles: DatabaseFlam3rboy2021-01-301-0/+5