.. |
api
|
Add support for server-specific timezone and date format settings
|
2020-08-10 00:24:06 +03:00 |
data
|
Centralize DM logic, don't attempt DMs for an hour after a 20026 error
|
2020-08-21 03:44:38 +03:00 |
migrations
|
Add time_and_date plugin. Use it for timezones and date formats around the bot.
|
2020-08-19 00:19:12 +03:00 |
plugins
|
Add graceful error handling for welcome message template parsing
|
2020-09-01 01:11:02 +03:00 |
utils
|
Include whitespace in containsOnlyNormalChars()
|
2020-08-28 00:25:45 +03:00 |
commandTypes.ts
|
Add time_and_date plugin. Use it for timezones and date formats around the bot.
|
2020-08-19 00:19:12 +03:00 |
configValidator.ts
|
validateGuildConfig: also catch StrictValidationError
|
2020-08-10 02:22:56 +03:00 |
globals.ts
|
Don'Ãt run message cleanup queries in the API process
|
2020-05-28 02:45:07 +03:00 |
humanizeDurationShort.ts
|
Add pagination to !mutes, show manual mutes separately with -manual
|
2020-05-22 22:11:08 +03:00 |
index.ts
|
Fix possible error in error handling
|
2020-09-13 21:39:56 +03:00 |
logger.ts
|
Add custom logger. Fix a bunch of errors. Optimize imports.
|
2020-07-22 22:56:21 +03:00 |
migrateConfigsToDB.ts
|
Add custom logger. Fix a bunch of errors. Optimize imports.
|
2020-07-22 22:56:21 +03:00 |
paths.ts
|
Fix last update/version in !about
|
2020-08-10 01:02:48 +03:00 |
pluginUtils.ts
|
Add time_and_date plugin. Use it for timezones and date formats around the bot.
|
2020-08-19 00:19:12 +03:00 |
Queue.ts
|
Automod work
|
2020-07-27 20:42:10 +03:00 |
QueuedEventEmitter.ts
|
Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests.
|
2019-11-02 22:11:26 +02:00 |
RecoverablePluginError.ts
|
resolveUser: return null if the passed value is not a valid id
|
2020-08-09 20:10:03 +03:00 |
RegExpRunner.ts
|
RegExpRunner: fix edge case error
|
2020-08-09 16:59:08 +03:00 |
regExpRunners.ts
|
Run user-supplied regexes in worker threads with a timeout
|
2020-08-05 01:15:36 +03:00 |
SimpleCache.ts
|
Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests.
|
2019-11-02 22:11:26 +02:00 |
SimpleError.ts
|
Fix SimpleError not logging properly
|
2020-05-11 04:02:22 +03:00 |
staff.ts
|
dashboard/api: add support for Zeppelin staff members; add ViewGuild permission; code cleanup
|
2020-05-23 16:22:03 +03:00 |
templateFormatter.test.ts
|
Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests.
|
2019-11-02 22:11:26 +02:00 |
templateFormatter.ts
|
Add custom logger. Fix a bunch of errors. Optimize imports.
|
2020-07-22 22:56:21 +03:00 |
types.ts
|
Add time_and_date plugin. Use it for timezones and date formats around the bot.
|
2020-08-19 00:19:12 +03:00 |
uptime.ts
|
Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests.
|
2019-11-02 22:11:26 +02:00 |
utils.test.ts
|
Initial work on stats
|
2019-12-01 15:57:35 +02:00 |
utils.ts
|
Fix dash not being matched in invite codes
|
2020-08-27 23:11:39 +03:00 |
validation.test.ts
|
Add custom logger. Fix a bunch of errors. Optimize imports.
|
2020-07-22 22:56:21 +03:00 |
validatorUtils.ts
|
Fixes to RegExpRunner usage in !search and !bansearch, validate that input regex is valid
|
2020-08-10 01:31:32 +03:00 |