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

410 commits

Author SHA1 Message Date
Dragory
1b21634064 Save names using a queue to avoid race conditions 2020-06-02 01:40:02 +03:00
Dragory
3da3b4edae Don't save empty nicknames to nickname history if there's no previous entry 2020-06-02 01:36:42 +03:00
Dragory
ce1b214375 Fix error in updateNickname() 2020-06-02 01:04:42 +03:00
Dragory
1a3fd72c96 Increase messages CLEAN_PER_LOOP to 500 2020-06-02 00:58:17 +03:00
Dragory
1b083b82c0 Fix username history cleanup startup delay 2020-06-02 00:55:49 +03:00
Dragory
bbf4955f6c Add config retention period / cleanup 2020-06-02 00:47:37 +03:00
Dragory
7d9d853607 Remove debug log 2020-06-02 00:47:22 +03:00
Dragory
52600360f1 Add username/nickname history retention periods 2020-06-02 00:26:06 +03:00
Dragory
2e658338b5 DB optimizations 2020-06-01 22:21:42 +03:00
Dragory
f75395b8a9 Message cleanup tweaks 2020-06-01 21:28:07 +03:00
Dragory
1577c5273e Properly fix countdown() in tags 2020-06-01 19:44:28 +03:00
Dragory
7a79aff5d5 Bind tag functions to the tagFunctions object so it's easier to cross-reference tags 2020-06-01 19:41:05 +03:00
Dragory
3419ed1fa3 Tweaks to avoid deadlocks in GuildSavedMessages 2020-05-30 22:30:44 +03:00
Dragory
fb9b3664d9 Fix null values in supporter amounts 2020-05-30 03:54:03 +03:00
Dragory
18f2c4b662 mod_actions: add warn_notify_enabled option, false by default 2020-05-28 04:40:35 +03:00
Dragory
f86e08066c automod: fix match_attachment_type no longer matching on messages with no text content 2020-05-28 04:01:07 +03:00
Dragory
fd7007f356 automod: add guild info to matched invites 2020-05-28 03:28:25 +03:00
Dragory
01d5a483f0 RATELIMITED -> 429 2020-05-28 03:15:06 +03:00
Dragory
97259e1fa0 Push cleanup interval back to 5min 2020-05-28 03:13:34 +03:00
Dragory
327e0d4fd6 Fix deletion limit in message cleanup 2020-05-28 03:09:27 +03:00
Dragory
411d03b7c8 Run message cleanup more frequently with a lower limit 2020-05-28 02:52:51 +03:00
Dragory
98203be85d Retain bot messages for a shorter time, raise deletion limit 2020-05-28 02:50:07 +03:00
Dragory
eeaf0d663a Don'Ãt run message cleanup queries in the API process 2020-05-28 02:45:07 +03:00
Dragory
3e52aa61f4 Fix 3 2020-05-28 02:39:04 +03:00
Dragory
d9b6cffd8c Fix 2 2020-05-28 02:37:14 +03:00
Dragory
bd897e134b Fix 2020-05-28 02:34:26 +03:00
Dragory
4a75235b63 Small tweak to message cleanup 2020-05-28 02:30:03 +03:00
Dragory
e887c6bf60 Lower message retention period to 1 day 2020-05-28 01:54:38 +03:00
Dragory
013927ab35 Optimize !server by removing status counts 2020-05-28 01:50:26 +03:00
Dragory
18c2594671 Improvements to the bot control !guilds command 2020-05-28 01:45:18 +03:00
Dragory
78ae7b840c Store supporters in the database 2020-05-28 01:29:51 +03:00
Dragory
d9ada892a8 automod: add affects_bots 2020-05-28 00:55:09 +03:00
Dragory
ebef200f41 Add supported to !about 2020-05-23 19:45:55 +03:00
Dragory
c1f63fc5f4 dashboard: work on guild access page 2020-05-23 17:31:01 +03:00
Dragory
27f0046d50 dashboard: add staff vuex store 2020-05-23 16:28:05 +03:00
Dragory
76dc049332 dashboard/api: add support for Zeppelin staff members; add ViewGuild permission; code cleanup 2020-05-23 16:22:03 +03:00
Dragory
6f27e63d52 Update descriptions for Censor/Spam to point to Automod for more advanced functionality 2020-05-23 15:31:54 +03:00
roflmaoqwerty
477de5a15e refactored archive searcg into its own method. Updated ban and regular search to use these methods 2020-05-23 11:53:31 +10:00
Dragory
9948dc1185 Remove test code 2020-05-23 00:13:05 +03:00
Dragory
ed1f740aa2 tags: rename timeFormat() to formatTime() 2020-05-22 23:55:00 +03:00
Dragory
028178ea59 Fix over-eager matching for YouTube embeds 2020-05-22 23:44:21 +03:00
Dragory
b2b149b5cd automod.reply: allow embeds, add auto_delete option 2020-05-22 23:38:11 +03:00
Dragory
d2b65c03aa tags: add support for embeds 2020-05-22 23:21:57 +03:00
Dragory
affc241d7b tags: add support for cooldowns 2020-05-22 22:57:51 +03:00
Dragory
e6fe71db64 Add logs for !note 2020-05-22 22:21:56 +03:00
Dragory
8488cc2591 Add 'reason' variable to mod action logs 2020-05-22 22:18:54 +03:00
Dragory
2b4e58ea07 Add pagination to !mutes, show manual mutes separately with -manual 2020-05-22 22:11:08 +03:00
Dragory
992a19db4d Aliases for hidecase/unhidecase 2020-05-22 21:22:15 +03:00
Dragory
d42557169d Merge branch 'exportForMutesList' of git://github.com/DarkView/ZeppelinBot into DarkView-exportForMutesList 2020-05-22 21:20:46 +03:00
Dragory
c7ca79e14d Code style tweak 2020-05-22 21:19:14 +03:00