3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00
Commit graph

741 commits

Author SHA1 Message Date
Dragory
d1f2e4f146 Remove messages with !massban 2019-10-13 00:06:30 +03:00
Dragory
36bfe673cd Fix double logs from warnings 2019-10-12 19:22:07 +03:00
Dragory
1196b40923 excluded_message_regex -> _regexes 2019-10-11 23:44:03 +03:00
Dragory
980f1c7807 Add TODO 2019-10-11 23:40:02 +03:00
Dragory
b8a14eacb1 Only allow specific flags in TSafeRegex 2019-10-11 23:39:54 +03:00
Dragory
985c4f3f66 logs: add excluded_message_regex option 2019-10-11 23:39:36 +03:00
Dragory
08dbfaef5b automod: don't use log system for alert actions, require channel id directly instead; allow disabling logging from specific rules 2019-10-11 23:16:15 +03:00
Dragory
98908e8a9f Automod logging improvements 2019-10-11 22:56:34 +03:00
Dragory
323cfc671e Fix error reporting in WelcomeMessage 2019-10-11 22:39:49 +03:00
Dragory
92edfc2155 dashboard: guild list style tweaks 2019-10-11 22:38:55 +03:00
Dragory
689df77e25 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2019-10-11 22:31:59 +03:00
Dragory
84387ccc1c templateFormatter: fix newlines within function calls resulting in weird behavious 2019-10-11 22:31:48 +03:00
Dragory
38e7951374 Ignore some debug files 2019-10-11 22:30:31 +03:00
Miikka
bb00142031 Fix missing bot feedback on bans 2019-10-11 13:51:12 +03:00
Dragory
f0399b5562 Fix automod example in docs 2019-10-11 04:57:37 +03:00
Dragory
4acbde8314 Fix several flag options expecting a value 2019-10-11 04:54:05 +03:00
Dragory
1d5db71df4 Fix 2 knub-command-manager dependencies with different TypeConversionError classes 2019-10-11 04:46:09 +03:00
Dragory
4af3185993 Tweak default warn/kick/ban messages 2019-10-11 04:45:37 +03:00
Dragory
64462d6d25 Fix overly verbose warn cases 2019-10-11 04:44:58 +03:00
Dragory
7adad72ee8 Update to Knub 24.1.2 2019-10-11 04:07:15 +03:00
Dragory
6326e52afc Update Knub to 24.1.1 2019-10-11 02:54:10 +03:00
Dragory
97bec4ace1 Use Node.js 12 2019-10-11 02:45:11 +03:00
Dragory
c552ef80cb Add support for tag categories 2019-10-11 02:42:52 +03:00
Dragory
3a876fe1f0 Config schema and docs text changes. Fix clickable tab area in dashboard/docs. 2019-10-11 02:09:31 +03:00
Dragory
def46941c9 Automod work. Add config examples to automod. 2019-10-11 01:59:56 +03:00
Dragory
a6cc1d646e dashboard: ctrl+s/cmd+s to save config, style tweaks 2019-10-10 23:25:34 +03:00
Dragory
6b1fe159b6 webpack: append hash to filename instead of using only hash 2019-10-10 23:25:13 +03:00
Dragory
92dc59994f Fix alert icon in docs. Misc tweaks. 2019-10-10 23:15:03 +03:00
Dragory
f76af8c129 dashboard: sort guilds in guild list 2019-10-10 23:05:00 +03:00
Dragory
6bc748a275 Dashboard tweaks 2019-10-10 23:03:18 +03:00
Dragory
36e8d5b3fe Update dashboard side to tailwindcss 2019-10-10 22:55:31 +03:00
Dragory
89615a10c3 dashboard: use webpack for builds; use tailwindcss instead of bulma; all sorts of tweaks 2019-10-10 21:58:00 +03:00
Dragory
804223489d Docs updates 2019-10-05 14:46:00 +03:00
Dragory
da044294d2 Switch from CodeMirror to Ace editor 2019-10-05 14:45:13 +03:00
Dragory
d0eb939b86 Remove obsolete doc components 2019-10-05 14:18:21 +03:00
Dragory
40d909fa39 automod: add alert action support 2019-09-30 00:47:19 +03:00
Dragory
46f3932700 Remove obsolete import in Plugin.vue 2019-09-29 15:58:39 +03:00
Dragory
0a8383ef42 Fix error when getUrlsInString doesn't match any URLs 2019-09-29 15:57:08 +03:00
Dragory
b603edb7d7 Add usageGuide/configurationGuide to PluginInfo, make trimPluginDescription dynamic
Previously trimPluginDescription was hardcoded to trim 6 spaces from
the beginning of every line. Now the function looks at the last non-
empty line and uses its indentation to determine how many spaces to
trim from the other lines.
2019-09-29 15:55:17 +03:00
Dragory
e5204d844b docs api: plugin options -> defaultOptions, tweak config schema formatting 2019-09-29 15:54:19 +03:00
Dragory
5006ae4962 dashboard: separate plugin usage/configuration, add usage guide + configuration guide 2019-09-29 15:53:14 +03:00
Dragory
616b3be2fd Update Knub to 24.1.0 to restore support for async type conversion fns 2019-09-28 19:35:51 +03:00
Dragory
3ed6bfa3ed Use ts-node/register with node CLI instead of ts-node CLI
See https://www.npmjs.com/package/ts-node#programmatic
Allows us to use advanced node CLI options (if needed)
for our start scripts
2019-09-28 19:34:36 +03:00
Dragory
c4ba494904 Update to Knub 24. Update Node typings to fix error with [util.inspect.custom] property. 2019-09-22 17:06:22 +03:00
Dragory
12f25346ec More documentation work 2019-08-22 02:58:32 +03:00
Dragory
e5b8409428 Continue work on new automod plugin 2019-08-22 01:23:19 +03:00
Dragory
9e69b3bf5b Auto-generate plugin docs (WIP) 2019-08-22 01:22:26 +03:00
Dragory
7468e5348d Make warn/kick/ban actions in ModActions available to other plugins via public methods 2019-08-22 01:18:36 +03:00
Dragory
9dc0b9613a Add property/type for plugin info in ZeppelinPlugin 2019-08-21 22:07:13 +03:00
Dragory
8d4f19e28b Move vuex dependency from root package.json to dashboard folder 2019-08-21 22:06:31 +03:00