3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Commit graph

  • 9202a717e3 Mutes: add move_to_voice_channel option Dragory 2019-03-20 00:24:32 +02:00
  • fb952bf725 Fix tag character limit Dragory 2019-03-16 18:54:09 +02:00
  • 39b7b35cbf Fix tag character limit Dragory 2019-03-16 18:54:09 +02:00
  • c293c8c856 templateFormatter: add choose() as a shortcut for cases() with a preset index that picks from the cases randomly Dragory 2019-03-16 18:52:45 +02:00
  • 15408b04d7 templateFormatter: add choose() as a shortcut for cases() with a preset index that picks from the cases randomly Dragory 2019-03-16 18:52:45 +02:00
  • b8588d43b3 Add !tag eval for testing tag formatting before creating a tag Dragory 2019-03-16 18:37:42 +02:00
  • 656fb1baf3 Add !tag eval for testing tag formatting before creating a tag Dragory 2019-03-16 18:37:42 +02:00
  • ad007a36ef Tags: add tag() function to call other tags (with infinite loop protection 👀) Dragory 2019-03-16 18:16:59 +02:00
  • e61fe722c5 Tags: add tag() function to call other tags (with infinite loop protection 👀) Dragory 2019-03-16 18:16:59 +02:00
  • 21ba6b15cc Logs: fix double member IDs in voice channel logs Dragory 2019-03-16 17:54:26 +02:00
  • 45b06ece20 Logs: fix double member IDs in voice channel logs Dragory 2019-03-16 17:54:26 +02:00
  • af073904a7 templateFormatter: add cases() template function; Tags: add set/get tag functions to store/retrieve variables within tags Dragory 2019-03-16 17:54:05 +02:00
  • 96b2d33423 templateFormatter: add cases() template function; Tags: add set/get tag functions to store/retrieve variables within tags Dragory 2019-03-16 17:54:05 +02:00
  • 23b083e3ae Tags: don't attempt to send empty messages Dragory 2019-03-16 17:32:32 +02:00
  • a8d274c054 Tags: don't attempt to send empty messages Dragory 2019-03-16 17:32:32 +02:00
  • d54a2c468c templateFormatter: support negative numbers for numeric arguments; add more base functions Dragory 2019-03-16 17:28:43 +02:00
  • 3491f3e0a2 templateFormatter: support negative numbers for numeric arguments; add more base functions Dragory 2019-03-16 17:28:43 +02:00
  • b58b4bd4e6 Tags: don't crash when using tags with invalid format, but log it to console instead Dragory 2019-03-16 17:00:57 +02:00
  • 8711f86193 Tags: don't crash when using tags with invalid format, but log it to console instead Dragory 2019-03-16 17:00:57 +02:00
  • f29f1ddb69 templateFormatter: return empty string for null/undefined variables; Tags: catch template syntax errors on tag creation; add mention() tag function Dragory 2019-03-16 16:59:01 +02:00
  • f27da2c56f templateFormatter: return empty string for null/undefined variables; Tags: catch template syntax errors on tag creation; add mention() tag function Dragory 2019-03-16 16:59:01 +02:00
  • 657487ede7 Logs: fix crash in userMention/channelMention if the user/channel doesn't exist Dragory 2019-03-16 16:39:32 +02:00
  • db5d93b5c2 Logs: fix crash in userMention/channelMention if the user/channel doesn't exist Dragory 2019-03-16 16:39:32 +02:00
  • dd31486054 templateFormatter: fix empty string args not getting counted as arguments; add concat base template function Dragory 2019-03-16 16:39:07 +02:00
  • 8f898ed972 templateFormatter: fix empty string args not getting counted as arguments; add concat base template function Dragory 2019-03-16 16:39:07 +02:00
  • 97eb58aece Tags: show tag source when doing just !tag shortcut Dragory 2019-03-16 16:23:51 +02:00
  • f7f08ffd3b Tags: show tag source when doing just !tag shortcut Dragory 2019-03-16 16:23:51 +02:00
  • 4af588948d Tags: switch from %arg syntax to regular template variable format with indexes, e.g. {args.0} Dragory 2019-03-16 16:18:28 +02:00
  • d914e8a717 Tags: switch from %arg syntax to regular template variable format with indexes, e.g. {args.0} Dragory 2019-03-16 16:18:28 +02:00
  • 69bcf9619e Logs: add permission for whether a user is pinged in logs or not (mainly to not ping mods); templateFormatter: fix error when following a plain value variable with a function variable Dragory 2019-03-16 16:10:30 +02:00
  • 11558df665 Logs: add permission for whether a user is pinged in logs or not (mainly to not ping mods); templateFormatter: fix error when following a plain value variable with a function variable Dragory 2019-03-16 16:10:30 +02:00
  • 693aee8214 ModActions: log sent DMs Dragory 2019-03-16 15:44:20 +02:00
  • d5a902bcdd ModActions: log sent DMs Dragory 2019-03-16 15:44:20 +02:00
  • f8ae8a3003 Add templateFormatter; migrate from formatTemplateString to templateFormatter Dragory 2019-03-16 15:42:55 +02:00
  • ba3af1cb63 Add templateFormatter; migrate from formatTemplateString to templateFormatter Dragory 2019-03-16 15:42:55 +02:00
  • 19605ea6af Add jest Dragory 2019-03-16 15:40:48 +02:00
  • 5a29068bf1 Add jest Dragory 2019-03-16 15:40:48 +02:00
  • ff8ac31f7b Add user mention to message deletion log Dragory 2019-03-16 12:37:45 +02:00
  • ea3fde49a6 Add user mention to message deletion log Dragory 2019-03-16 12:37:45 +02:00
  • 8c54385d9f Slowmode: don't act on messages with interrupted locks (e.g. censored messages); add !slowmode list Dragory 2019-03-16 12:32:25 +02:00
  • 0be819462b Slowmode: don't act on messages with interrupted locks (e.g. censored messages); add !slowmode list Dragory 2019-03-16 12:32:25 +02:00
  • 2b1868a172 Censor: hold a lock for the evaluated message and interrupt said lock if the message is deleted Dragory 2019-03-16 12:31:37 +02:00
  • e1eb110ecd Censor: hold a lock for the evaluated message and interrupt said lock if the message is deleted Dragory 2019-03-16 12:31:37 +02:00
  • 20e6a6bdaa Logs: make default log message for censored messages clearer Dragory 2019-03-16 12:31:05 +02:00
  • 515c91d2c2 Logs: make default log message for censored messages clearer Dragory 2019-03-16 12:31:05 +02:00
  • 36bc023ddb Update Knub to 18.0.7 Dragory 2019-03-16 12:30:40 +02:00
  • ff11ee4c40 Update Knub to 18.0.7 Dragory 2019-03-16 12:30:40 +02:00
  • 0f21f5010a Improve mentions in default log messages. Add !vcmove logging. Don't attempt to !vcmove to the same channel the user is already in. Dragory 2019-03-16 11:45:30 +02:00
  • e755784483 Improve mentions in default log messages. Add !vcmove logging. Don't attempt to !vcmove to the same channel the user is already in. Dragory 2019-03-16 11:45:30 +02:00
  • 6b5206bc11 Cleanup Dragory 2019-03-16 11:42:28 +02:00
  • cdd977c131 Cleanup Dragory 2019-03-16 11:42:28 +02:00
  • c129341e61 Slowmode: add support for native slowmode Dragory 2019-03-16 11:26:50 +02:00
  • cabccf5bd3 Slowmode: add support for native slowmode Dragory 2019-03-16 11:26:50 +02:00
  • 79fd79d754 Update to dev version of Eris Dragory 2019-03-16 11:24:41 +02:00
  • be44634a00 Update to dev version of Eris Dragory 2019-03-16 11:24:41 +02:00
  • 8b429d9977
    Simpler™️ Nils Blömeke 2019-03-14 22:31:24 +01:00
  • 37d59c8d96
    Allow "e" to act as expand as well Nils Blömeke 2019-03-09 18:06:12 +01:00
  • ff6812cc4e
    Allow "e" to act as expand as well Nils Blömeke 2019-03-09 18:02:27 +01:00
  • d047928166 Fix error in !info when the API tells us a user has a role that doesn't exist Dragory 2019-03-09 18:16:42 +02:00
  • 7e9de889d4 Fix error in !info when the API tells us a user has a role that doesn't exist Dragory 2019-03-09 18:16:42 +02:00
  • 8213a45a75 Self grantable role tweaks Dragory 2019-03-08 00:48:52 +02:00
  • 4b8e771d26 Self grantable role tweaks Dragory 2019-03-08 00:48:52 +02:00
  • bf0813886e Include durations in mute and unmute case notes, clarify bot responses when updating an active mute Dragory 2019-03-07 22:35:33 +02:00
  • 374e79e2dc Include durations in mute and unmute case notes, clarify bot responses when updating an active mute Dragory 2019-03-07 22:35:33 +02:00
  • 1b8ba58330 ModActions: make the text that tells how the user was notified more descriptive Dragory 2019-03-07 22:09:14 +02:00
  • 18f16f6bad ModActions: make the text that tells how the user was notified more descriptive Dragory 2019-03-07 22:09:14 +02:00
  • b9897d0218 Update Knub to 18.0.6 Dragory 2019-03-07 21:57:38 +02:00
  • a9cb6fe5d3 Update Knub to 18.0.6 Dragory 2019-03-07 21:57:38 +02:00
  • 4e60be3ec1 BotControl: cleanup and type tweak Dragory 2019-03-07 20:50:53 +02:00
  • f4a11b2105 BotControl: cleanup and type tweak Dragory 2019-03-07 20:50:53 +02:00
  • 748e8afd36 Update to Knub 18.0.5 Dragory 2019-03-07 20:50:35 +02:00
  • f9504d120a Update to Knub 18.0.5 Dragory 2019-03-07 20:50:35 +02:00
  • 1c77269643 Add types for all plugin configs and permissions. Update code to work with Knub 18. Dragory 2019-03-04 21:44:04 +02:00
  • b7b42705f9 Add types for all plugin configs and permissions. Update code to work with Knub 18. Dragory 2019-03-04 21:44:04 +02:00
  • 056cb9809f Update Knub to 18.0.3 Dragory 2019-03-04 21:13:58 +02:00
  • c96e98fcef Update Knub to 18.0.3 Dragory 2019-03-04 21:13:58 +02:00
  • be21d9d97c Update Knub to 18.0.2 Dragory 2019-03-04 21:02:25 +02:00
  • e5b2f2b378 Update Knub to 18.0.2 Dragory 2019-03-04 21:02:25 +02:00
  • 13c3751c70 Update Knub to 18.0.1 Dragory 2019-03-04 20:05:55 +02:00
  • afd3c95ed5 Update Knub to 18.0.1 Dragory 2019-03-04 20:05:55 +02:00
  • 6e105c58c0 Update Knub to 18.0.0. Update Typescript to 3.3. Some other small package upgrades. Dragory 2019-03-04 19:45:51 +02:00
  • 015e25beb9 Update Knub to 18.0.0. Update Typescript to 3.3. Some other small package upgrades. Dragory 2019-03-04 19:45:51 +02:00
  • 1f098593d4 ReactionRoles: some more rate limit tweaking Dragory 2019-02-24 01:06:40 +02:00
  • af060cbb72 ReactionRoles: some more rate limit tweaking Dragory 2019-02-24 01:06:40 +02:00
  • 4c7af0a7b5 ReactionRoles: slow down reaction removal to avoid rate limiting Dragory 2019-02-23 23:39:12 +02:00
  • cb76c47bf4 ReactionRoles: slow down reaction removal to avoid rate limiting Dragory 2019-02-23 23:39:12 +02:00
  • 5903eab05c ModActions: !cases without id now returns 5 most recent cases created by you, or the mod specified with --mod Dragory 2019-02-23 22:40:43 +02:00
  • ffafc765d8 ModActions: !cases without id now returns 5 most recent cases created by you, or the mod specified with --mod Dragory 2019-02-23 22:40:43 +02:00
  • 17ccab6d49 BotControl: don't crash on global reaction role refresh errors Dragory 2019-02-23 22:24:05 +02:00
  • 7ced26cd19 BotControl: don't crash on global reaction role refresh errors Dragory 2019-02-23 22:24:05 +02:00
  • d3e1ced0a6 BotControl: add several utility functions Dragory 2019-02-23 22:21:52 +02:00
  • 9bab943f45 BotControl: add several utility functions Dragory 2019-02-23 22:21:52 +02:00
  • 37fdae4027 ModActions: show if the user was messaged in bot response to actions Dragory 2019-02-23 22:05:54 +02:00
  • 152b86e587 ModActions: show if the user was messaged in bot response to actions Dragory 2019-02-23 22:05:54 +02:00
  • bc5ceeb35f ModActions: join reason attachments with spaces, not newlines Dragory 2019-02-23 21:54:22 +02:00
  • 09b3775247 ModActions: join reason attachments with spaces, not newlines Dragory 2019-02-23 21:54:22 +02:00
  • ba6c78f3d2 Cleanup Dragory 2019-02-23 21:53:41 +02:00
  • f7274225f9 Cleanup Dragory 2019-02-23 21:53:41 +02:00
  • 58dffd03c1 ModActions: fixes and tweaks to !addcase Dragory 2019-02-23 21:52:36 +02:00
  • 31331f67c5 ModActions: fixes and tweaks to !addcase Dragory 2019-02-23 21:52:36 +02:00