zappyzep/backend/src/utils
2020-09-16 22:33:24 +03:00
..
async.ts Fixes to RegExpRunner usage in !search and !bansearch, validate that input regex is valid 2020-08-10 01:31:32 +03:00
canAssignRole.ts More work on permission utils and eager permission checks 2020-08-07 01:21:31 +03:00
canReadChannel.ts More work on permission utils and eager permission checks 2020-08-07 01:21:31 +03:00
crypt.test.ts Encrypt message data at rest 2020-09-16 22:32:43 +03:00
crypt.ts Encrypt message data at rest 2020-09-16 22:32:43 +03:00
getChunkedEmbedFields.ts Use server timezone and date formats in case summaries. Link to cases in case log channel from case summaries. 2020-08-10 03:18:34 +03:00
getGuildPrefix.ts Use server timezone and date formats in case summaries. Link to cases in case log channel from case summaries. 2020-08-10 03:18:34 +03:00
getMissingChannelPermissions.ts More work on permission utils and eager permission checks 2020-08-07 01:21:31 +03:00
getMissingPermissions.ts More work on permission utils and eager permission checks 2020-08-07 01:21:31 +03:00
getPermissionNames.ts More work on permission utils and eager permission checks 2020-08-07 01:21:31 +03:00
hasDiscordPermissions.ts Improve permission utils, make them bigint-aware 2020-08-07 00:39:52 +03:00
intToRgb.ts Add case icons. Clean up !cases. Allow customizing case colors and icons. 2020-08-11 04:16:06 +03:00
isValidTimezone.ts Add time_and_date plugin. Use it for timezones and date formats around the bot. 2020-08-19 00:19:12 +03:00
missingPermissionError.ts More work on permission utils and eager permission checks 2020-08-07 01:21:31 +03:00
normalizeText.test.ts Replace transliteration package use with a custom normalizer function 2020-08-05 03:38:14 +03:00
normalizeText.ts automod: fix normalize not trimming whitespace in ascii-only messages 2020-09-16 22:33:24 +03:00
parseColor.ts Allow more color formats in !post_embed / !edit_embed -color 2020-08-09 20:21:01 +03:00
parseFuzzyTimezone.ts !timezone: add fuzzy matching for timezone name; add reset 2020-08-19 00:47:42 +03:00
readChannelPermissions.ts More work on permission utils and eager permission checks 2020-08-07 01:21:31 +03:00
resolveMessageTarget.ts Add new multi-use !info command 2020-08-06 01:10:40 +03:00
rgbToInt.ts Allow more color formats in !post_embed / !edit_embed -color 2020-08-09 20:21:01 +03:00
safeFindRelevantAuditLogEntry.ts Improve audit log error handling, show BOT_ALERT in more cases 2020-08-05 02:25:13 +03:00
sendDM.ts Centralize DM logic, don't attempt DMs for an hour after a 20026 error 2020-08-21 03:44:38 +03:00
snowflakeToTimestamp.ts Add !slowmode command 2020-08-09 17:28:21 +03:00
stripMarkdown.ts Include stripMarkdown.ts 2020-09-15 01:35:59 +03:00
tColor.ts Add case icons. Clean up !cases. Allow customizing case colors and icons. 2020-08-11 04:16:06 +03:00
tValidTimezone.ts Add time_and_date plugin. Use it for timezones and date formats around the bot. 2020-08-19 00:19:12 +03:00
typeUtils.ts Add time_and_date plugin. Use it for timezones and date formats around the bot. 2020-08-19 00:19:12 +03:00