summary refs log tree commit diff
path: root/server.code-workspace (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-29fix some issues with discord bot libsPuyodead15-385/+2514
2023-11-29Proper error messages for invalid configMadeline1-4/+35
2023-10-04fucking postgresMadeline7-24/+27
2023-10-04fucking prettierMadeline1-1/+1
2023-10-04refactor channel positions in guildMadeline9-71/+320
2023-09-30Generate schemaCyberL11-0/+6
2023-09-30Add `mobile_network_type` to message create schemaCyberL11-0/+1
2023-09-16Embeds: handle og:sitenameMadeline1-0/+7
2023-09-16Fix regression where generic embed handler wouldn't properly send image resultsMadeline1-5/+4
2023-09-13Add simple about and clients to readme #1098Madeline1-1/+11
2023-09-05* allow limit=1Madeline1-7/+25
2023-09-03[fb] remove provider obj, add colorPuyodead11-3/+1
2023-09-03add facebook, and add steam fieldsPuyodead12-528/+451
2023-09-03Rewrite thumbnail/image generation for embedsMadeline1-83/+65
2023-09-03Fix bug in embed handler where getMeta would not return undefinedMadeline1-3/+5
2023-09-02xkcd embed handler and improved generic handlerMadeline1-20/+53
2023-09-02Fix identify throwing on invalid token instead of closing with auth failed cl...Madeline1-1/+9
2023-09-02sentry db instrumentation for gateway eventsMadeline1-30/+25
2023-09-02update sentryMadeline3-63/+81
2023-09-02typeorm inverse relations of guild relationsMadeline7-10/+12
2023-09-02DB_LOGGING env varMadeline1-6/+6
2023-08-27make guild voice a text based channelPuyodead11-1/+1
2023-08-27prevent put /guilds/id/members/id for others until we have oauth2 scopes impledMadeline1-1/+4
2023-08-25Update style.ymlMadeline1-3/+3
2023-08-25Update build.ymlMadeline1-3/+3
2023-08-21what the fuck is session_id: "all"???Madeline1-2/+1
2023-08-21Close #1091Madeline1-26/+26
2023-08-13remove INVALID_PASSWORD error response. close #1090Madeline2-5/+12
2023-08-12Fix OOM on large guild joinMadeline1-10/+10
2023-08-12update jsonwebtoken and bcryptMadeline2-542/+528
2023-08-12Refactor email sending + remove email verification if mail sending is not set upMadeline7-281/+174
2023-08-12