3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 22:01:50 +00:00
Commit graph

1717 commits

Author SHA1 Message Date
Dragory
aa4ce00fa6
mutes: fix pluginData.state being initialized too late 2021-05-23 16:58:47 +03:00
Dragory
f19e365bf6
Temporarily disable guild auto-leaving 2021-05-23 16:51:55 +03:00
Dragory
f6be4f4af6
Update to Knub30.0.0-beta.37 and Eris 0.15, first pass 2021-05-23 14:35:16 +03:00
Dragory
84da543205
Add top margin to splash page error element 2021-05-22 21:34:15 +03:00
Dragory
8f5a9e607a
Detect expired dashboard logins and redirect to the splash page 2021-05-22 21:33:34 +03:00
Dragory
f3a90faaa7
Refresh dashboard authentication on every API call and every 15 minutes 2021-05-22 21:15:23 +03:00
Dragory
553fb57c46
Fix Ctrl+S in the config editor trying to save each config you've viewed in the tab 2021-05-22 20:44:15 +03:00
Dragory
64d6bb81fe
Round time values in !massban 2021-05-22 15:01:08 +03:00
Dragory
853394ecad
Show more information in !list_dashboard_perms 2021-05-22 14:32:34 +03:00
Dragory
6038996f10
Add excluded_roles to logs 2021-05-22 14:05:09 +03:00
Dragory
eed4fd586b
Fix unnecessary 'go to original case' links in case log channel 2021-05-22 14:01:00 +03:00
Dragory
b4fb6de86e
Show max wait time for massban queue in !massban 2021-05-22 13:58:19 +03:00
Dragory
13e2959ded
Add getter for Queue.timeout 2021-05-22 13:57:54 +03:00
Dragory
c30c9f6224
Add queue for massbans 2021-05-22 13:47:10 +03:00
Dragory
0ea1ab4b46
Add .length to Queue 2021-05-22 13:46:55 +03:00
Dragory
b254022db2
Update types for Queue 2021-05-22 13:34:25 +03:00
Dragory
772d13fd94
Add total time taken to !massban result message 2021-05-22 13:32:27 +03:00
Dragory
b6915671ca
Add progress indicator to !massban. Tweak log/event ignoring to be more reliable for massbans. 2021-05-22 13:27:45 +03:00
Dragory
e684d33b06
Merge branch 'master' of github.com:Dragory/ZeppelinBot 2021-05-19 11:31:46 +03:00
Dragory
d83acebb4c
Disable MIME type sniffing in archives 2021-05-19 11:31:26 +03:00
Nils
459020eab7
Allow target user to be mentioned in channels (#215) 2021-05-12 02:32:29 +03:00
Dragory
4160a3af71
Merge branch 'master' of github.com:Dragory/ZeppelinBot 2021-05-08 00:56:10 +03:00
Dragory
7f788b28f0
Remove conflicting !roleinfo alias 2021-05-08 00:55:56 +03:00
Dragory
b3cebb3c25
Add better error reporting to !reaction_roles clear 2021-05-08 00:47:41 +03:00
Shoaib Sajid
bdb5c92e79
Add Readme Banner! (#190) 2021-05-06 21:41:30 +03:00
Dragory
6427d9a5a9
Update STAGE_CHANNEL_ICON URL 2021-05-06 21:27:58 +03:00
Dragory
54b1ea8053
Add ucfirst as an alias for tag function upperFirst 2021-05-06 21:27:05 +03:00
Almeida
8846a016ab
added better support for stage channels on channelinfo (#197) 2021-05-06 21:25:17 +03:00
Almeida
a4a7eb41b0
refactor(*): remove unused exception variables (#193) 2021-05-06 21:23:47 +03:00
Usoka
38ab38645b
Add various new tag functions (#195) 2021-05-06 21:21:55 +03:00
Almeida
eab26a28df
Add missing duration format to docs (#196) 2021-05-06 21:20:37 +03:00
Almeida
519cb4ece2
Add !roleinfo and !emojiinfo (#198) 2021-05-06 21:19:57 +03:00
Almeida
fb4f70a29c
added can_unban permission for the unban command (#200) 2021-05-06 21:13:06 +03:00
Dragory
b60a4ce8fc
Use longer lock timeout in !counters reset_all 2021-05-03 20:52:42 +03:00
Dragory
578542e54e
Show loading message for !counters reset_all 2021-05-03 20:51:16 +03:00
Dragory
3072f29044
Fix alias precedence for !counters list 2021-05-03 20:47:03 +03:00
Dragory
724abc89b9
Tweak counter reset logic (v2) 2021-05-03 20:45:33 +03:00
Dragory
7fc86d34e9
Tweak counter reset logic 2021-05-03 20:42:43 +03:00
Dragory
647c2eb85a
Fix !counters reset_all not also removing triggers 2021-05-03 20:41:39 +03:00
Dragory
ddaf3c98ee
Fix hide_case being required 2021-05-03 19:40:59 +03:00
Dragory
9bae5eaea7
Fix error when adding counter without triggers 2021-05-03 19:33:59 +03:00
Dragory
a568e86d78
Add commands to list and reset counters 2021-05-03 19:33:30 +03:00
Dragory
25a3350196
Add hide_case option to automod mod actions 2021-05-03 18:49:52 +03:00
Dragory
31d7748bf4
Fix changeCounterValue() not considering initial value
If a counter was initialized via the INSERT in changeCounterValue(),
its value would be set to the change value rather than the specified
initial value. For example, a counter with an initial value of 1000
and a change of 5 would get initialized to 5, not 1005.
2021-05-03 18:37:09 +03:00
Dragory
49577e37ca
Improve invite detection
Only a-z, 0-9, and - are now considered valid invite code characters.
Fix some unnecessary case sensitivity in the invite regexes.
2021-05-03 18:34:50 +03:00
Dragory
9c501a8098
Fix crash caused by missing !invite code parameter 2021-05-03 18:29:33 +03:00
Dragory
edd78fc9c6
Tweak RegExpRunner timeouts 2021-04-29 02:43:04 +03:00
Dragory
d3d51a5308
Add eager permission check in PostAlertOnMemberJoinEvt 2021-04-29 02:40:29 +03:00
Dragory
37fa9c736d
Remove extraneous reaction removal
The reaction would already be removed at the end of the function
2021-04-29 02:34:58 +03:00
Dragory
abdf54e134
Add member to the Automod context for mod action triggers 2021-04-29 02:29:23 +03:00