Dragory
1bc9915250
Merge branch 'master' of github.com:Dragory/ZeppelinBot
2019-10-11 22:31:59 +03:00
Dragory
166bd44069
templateFormatter: fix newlines within function calls resulting in weird behavious
2019-10-11 22:31:48 +03:00
Dragory
5c14cc32b9
Ignore some debug files
2019-10-11 22:30:31 +03:00
Miikka
08c5749859
Fix missing bot feedback on bans
2019-10-11 13:51:12 +03:00
Dragory
1e1e999fc6
Fix automod example in docs
2019-10-11 04:57:37 +03:00
Dragory
c7d24edc1d
Fix several flag options expecting a value
2019-10-11 04:54:05 +03:00
Dragory
f921548024
Fix 2 knub-command-manager dependencies with different TypeConversionError classes
2019-10-11 04:46:09 +03:00
Dragory
5fa02badb5
Tweak default warn/kick/ban messages
2019-10-11 04:45:37 +03:00
Dragory
12a41d7af3
Fix overly verbose warn cases
2019-10-11 04:44:58 +03:00
Dragory
8a9112c99d
Update to Knub 24.1.2
2019-10-11 04:07:15 +03:00
Dragory
a7efc99b7b
Update Knub to 24.1.1
2019-10-11 02:54:10 +03:00
Dragory
2a8ab45f10
Use Node.js 12
2019-10-11 02:45:11 +03:00
Dragory
89ef0e48e4
Add support for tag categories
2019-10-11 02:42:52 +03:00
Dragory
0bbe9433c1
Config schema and docs text changes. Fix clickable tab area in dashboard/docs.
2019-10-11 02:09:31 +03:00
Dragory
f41d280fab
Automod work. Add config examples to automod.
2019-10-11 01:59:56 +03:00
Dragory
5a9ad943a2
dashboard: ctrl+s/cmd+s to save config, style tweaks
2019-10-10 23:25:34 +03:00
Dragory
942f56ee76
webpack: append hash to filename instead of using only hash
2019-10-10 23:25:13 +03:00
Dragory
fa39851439
Fix alert icon in docs. Misc tweaks.
2019-10-10 23:15:03 +03:00
Dragory
fc43beee38
dashboard: sort guilds in guild list
2019-10-10 23:05:00 +03:00
Dragory
5de6bf9cfa
Dashboard tweaks
2019-10-10 23:03:18 +03:00
Dragory
3bd485e7e4
Update dashboard side to tailwindcss
2019-10-10 22:55:31 +03:00
Dragory
577500af92
dashboard: use webpack for builds; use tailwindcss instead of bulma; all sorts of tweaks
2019-10-10 21:58:00 +03:00
Dragory
028786d348
Docs updates
2019-10-05 14:46:00 +03:00
Dragory
f820a06bac
Switch from CodeMirror to Ace editor
2019-10-05 14:45:13 +03:00
Dragory
2f64cea03b
Remove obsolete doc components
2019-10-05 14:18:21 +03:00
Dragory
85136c11e3
automod: add alert action support
2019-09-30 00:47:19 +03:00
Dragory
6e67ff8292
Remove obsolete import in Plugin.vue
2019-09-29 15:58:39 +03:00
Dragory
490dc587a2
Fix error when getUrlsInString doesn't match any URLs
2019-09-29 15:57:08 +03:00
Dragory
a905e82492
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
86b1df0a6a
docs api: plugin options -> defaultOptions, tweak config schema formatting
2019-09-29 15:54:19 +03:00
Dragory
3ff3bfd5f0
dashboard: separate plugin usage/configuration, add usage guide + configuration guide
2019-09-29 15:53:14 +03:00
Dragory
1cf09ea997
Update Knub to 24.1.0 to restore support for async type conversion fns
2019-09-28 19:35:51 +03:00
Dragory
438694bc6e
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
4d7ab10fcf
Update to Knub 24. Update Node typings to fix error with [util.inspect.custom] property.
2019-09-22 17:06:22 +03:00
Dragory
1681a45069
More documentation work
2019-08-22 02:58:32 +03:00
Dragory
5bbc318c68
Continue work on new automod plugin
2019-08-22 01:23:19 +03:00
Dragory
ee6d622941
Auto-generate plugin docs (WIP)
2019-08-22 01:22:26 +03:00
Dragory
6bdb05e678
Make warn/kick/ban actions in ModActions available to other plugins via public methods
2019-08-22 01:18:36 +03:00
Dragory
404039e196
Add property/type for plugin info in ZeppelinPlugin
2019-08-21 22:07:13 +03:00
Dragory
357687654a
Move vuex dependency from root package.json to dashboard folder
2019-08-21 22:06:31 +03:00
Dragory
a05fcd7c06
Update Knub to v22.0.0
2019-08-21 22:05:27 +03:00
Dragory
ae43d890a1
Initial work on new automod
2019-08-18 16:40:15 +03:00
Miikka Virtanen
1e549ef2a3
Fix error if the bot attempts to save a message that was already saved
2019-08-14 10:57:39 +03:00
Miikka Virtanen
a48a58bd3c
Fix error when calling resolveUserId with null/missing user id
2019-08-14 10:55:34 +03:00
Miikka Virtanen
328ec379c5
Fix issues with long reasons in !ban/softban/kick. Display an error if a ban/softban/kick command fails.
2019-08-14 10:53:35 +03:00
Dragory
8d8343543d
Fix userid/channelid argument types; rename userid/userID to userId for consistency; misc code style fix
2019-08-10 01:48:02 +03:00
Dragory
afd677b270
ChannelArchiver: include message reactions in archive
2019-08-10 00:43:58 +03:00
Dragory
cd07a3e32e
ChannelArchiver: break out of the loop if there are no more messages to archive
2019-08-10 00:28:18 +03:00
Dragory
64f7b8cce4
ChannelArchiver: fix archiving of the wrong channel
2019-08-10 00:22:25 +03:00
Dragory
66ac85e300
Add ChannelArchiver plugin
2019-08-10 00:13:55 +03:00