zappyzep/src/plugins
Dragory f77e70d4d2 fix: percentage signs in mod action reasons causing crashes
This is an issue with audit log reasons that are sent as an HTML header.
Eris tries to decodeURI these before sending them, which throws an error
if you have an invalid percent encoding in the reason (e.g. "100%").

See eris/issues/276 and RequestHandler.js#L74
2018-08-01 00:52:44 +03:00
..
BotControl.ts Allow JSON TS imports, fix errors from enabling esModuleInterop (required for JSON imports) 2018-07-12 02:58:34 +03:00
Censor.ts Add spam plugin. Add clean commands. Update Knub to 9.6.0. 2018-07-31 02:42:45 +03:00
Logs.ts fix(logs): use log type strings for include/exclude 2018-07-31 20:23:33 +03:00
ModActions.ts fix: percentage signs in mod action reasons causing crashes 2018-08-01 00:52:44 +03:00
Persist.ts Add persist plugin 2018-07-30 23:35:44 +03:00
Post.ts Add post plugin for posting messages as the bot 2018-07-14 20:54:48 +03:00
ReactionRoles.ts Add ReactionRoles plugin 2018-07-29 15:18:26 +03:00
Spam.ts Add spam plugin. Add clean commands. Update Knub to 9.6.0. 2018-07-31 02:42:45 +03:00
Utility.ts General fixes. Update Knub to 9.6.1. Add info and server commands. 2018-07-31 04:02:45 +03:00