3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00
Commit graph

633 commits

Author SHA1 Message Date
Dragory
9be7208fed Extra fix 2020-09-23 20:23:19 +03:00
Dragory
27477099e6 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2020-09-23 20:19:31 +03:00
Dragory
1661b419e5 Fix 2020-09-23 20:19:21 +03:00
Miikka
bacb9cc35e Merge pull request #112 from almeidx/nickname-alias
added 'nick' aliases to the nickname commands
2020-09-21 19:15:45 +03:00
Dark
fbd7041172 Allow companion_channels to take category ID 2020-09-21 18:11:18 +02:00
Dragory
46ade30efb automod: treat unknown users as bots
Primarily because of webhooks that don't have a real user
associated with them.
2020-09-17 22:17:39 +03:00
Dragory
788ef9954c Encrypt archives at rest 2020-09-16 22:42:25 +03:00
Dragory
c2538063d5 automod: fix normalize not trimming whitespace in ascii-only messages 2020-09-16 22:33:24 +03:00
Dragory
5f28d3513e Encrypt message data at rest 2020-09-16 22:32:43 +03:00
almeidx
35456d47d5 added 'nick' aliases to the nickname commands 2020-09-16 09:24:26 +01:00
Dragory
cf13a5e32b tags: fix error on empty tag result 2020-09-15 23:31:41 +03:00
Dragory
fe0187de44 tags: fix missing member/user variables 2020-09-15 17:22:29 +03:00
Dragory
c984e09c7a Add name/description for TimeAndDate plugin for the docs 2020-09-15 02:13:46 +03:00
Dragory
c49deb2b71 Show TimeAndDate plugin in docs 2020-09-15 02:12:30 +03:00
Dragory
74d5fa1acc Add missing triggers to automod AvailableTriggers type 2020-09-15 02:12:17 +03:00
Dragory
aafb245b48 Disable match_embeds by default in other triggers as well. Add strip_markdown option to match_regex as well. 2020-09-15 02:02:24 +03:00
Dragory
e521fa6ec3 automod: allow alert action to send messages >2000 chars long 2020-09-15 01:57:46 +03:00
Dragory
eeb661791c tags: expose findTagByName() as a public function 2020-09-15 01:55:32 +03:00
Dragory
6e84278856 tags: support hardcoded tags with tag() tag function 2020-09-15 01:54:34 +03:00
Dragory
b91f299f6e tags: expose renderTagBody() as a public function 2020-09-15 01:39:03 +03:00
Dragory
22013bf934 Reorganize/clean up TagsPlugin code 2020-09-15 01:37:32 +03:00
Dragory
fd6a9cae84 Include stripMarkdown.ts
Was originally supposed to be part of
commit cb5723db7c
2020-09-15 01:35:59 +03:00
Dragory
2c765c2250 automod: disable match_embeds by default 2020-09-15 01:07:59 +03:00
Dragory
52a9a980b8 automod: add strip_markdown option to match_words trigger 2020-09-15 01:07:28 +03:00
Dragory
91d891ae4a automod: make match_attachment_type case-insensitive 2020-09-15 01:02:28 +03:00
Dragory
3e710dfb82 Fix antiraid level upsert for MySQL 2020-09-15 00:59:46 +03:00
Dragory
03fe66e9a0 Fixes to prod error handler 2020-09-13 22:46:59 +03:00
Dragory
64137bb4fa Improve error handling with mutes 2020-09-13 22:45:02 +03:00
Dragory
17b4c3dc84 Error handling improvements for reaction roles 2020-09-13 22:21:25 +03:00
Dragory
85480f45ac Fix logic error in reaction role error handling 2020-09-13 21:41:43 +03:00
Dragory
f9d907a02c Fix possible error in error handling 2020-09-13 21:39:56 +03:00
Dragory
112c65122b Add graceful error handling for welcome message template parsing 2020-09-01 01:11:02 +03:00
Dragory
a5b798afbf +FIXME 2020-08-30 00:54:16 +03:00
Dragory
85dcb93d27 reaction_roles: don't act on own reactions 2020-08-30 00:51:47 +03:00
Dragory
9dc5b45f52 reaction_roles: add remove_user_reactions option 2020-08-30 00:49:44 +03:00
Dragory
ba9c5db9ef Fix error in mod actions alert_on_rejoin 2020-08-28 22:57:11 +03:00
Dragory
d62c6e17d7 Fix 2020-08-28 02:01:35 +03:00
Dragory
2d87108939 Better reaction role errors (2) 2020-08-28 01:36:59 +03:00
Dragory
b9f0949508 Better errors for reaction roles 2020-08-28 01:30:25 +03:00
Dragory
cee3afbef8 Include whitespace in containsOnlyNormalChars() 2020-08-28 00:25:45 +03:00
Dragory
a0af0bbdb0 Simplify containsOnlyNormalChars() test 2020-08-28 00:25:24 +03:00
Dragory
204f36835b Fix messages with only numbers and ascii characters not being normalized (vol 2) 2020-08-28 00:13:47 +03:00
Dragory
0f70da3753 Fix messages with only numbers and ascii characters not being normalized 2020-08-27 23:13:08 +03:00
Dragory
156e886689 Fix dash not being matched in invite codes 2020-08-27 23:11:39 +03:00
Dragory
21f44118f8 Eager-check permissions in persist plugin 2020-08-21 03:58:49 +03:00
Dragory
da9f74347e Fix error with unknown mod_actions alert_channel 2020-08-21 03:51:03 +03:00
Dragory
faee98c4e6 Only send welcome messages once per user, until plugin reload 2020-08-21 03:48:16 +03:00
Dragory
b6e99f6c02 Centralize DM logic, don't attempt DMs for an hour after a 20026 error 2020-08-21 03:44:38 +03:00
Dragory
7b2d23ddc4 DM debug 2 2020-08-20 10:19:43 +03:00
Dragory
53ce975b7f DM debug 2020-08-20 10:15:17 +03:00