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

1041 commits

Author SHA1 Message Date
Miikka
d6647c1bd5 Merge pull request #47 from Dragory/dependabot/npm_and_yarn/dashboard/acorn-6.4.1
Bump acorn from 6.3.0 to 6.4.1 in /dashboard
2020-07-21 18:22:20 +03:00
Miikka
28374c40e6 Merge pull request #59 from Dragory/dependabot/npm_and_yarn/dashboard/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4 in /dashboard
2020-07-21 18:22:10 +03:00
Miikka
b9d6bf3299 Merge pull request #73 from Dragory/dependabot/npm_and_yarn/backend/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /backend
2020-07-21 18:21:53 +03:00
Miikka
3cdb3293cd Merge pull request #72 from Dragory/dependabot/npm_and_yarn/shared/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /shared
2020-07-21 18:21:40 +03:00
Miikka
6cdc3fd30c Merge pull request #71 from Dragory/dependabot/npm_and_yarn/dashboard/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /dashboard
2020-07-21 18:21:28 +03:00
dependabot[bot]
7f808c1487 Bump lodash from 4.17.15 to 4.17.19 in /backend
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 17:01:12 +00:00
dependabot[bot]
d0db529b56 Bump lodash from 4.17.15 to 4.17.19 in /shared
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 16:58:49 +00:00
dependabot[bot]
ceb983943f Bump lodash from 4.17.15 to 4.17.19 in /dashboard
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 09:56:17 +00:00
Miikka
359faa5db4 tags: fix config-defined tags not accepting arguments 2020-07-04 22:17:21 +03:00
Dragory
a0af3f0764 Mutes: Add locks to prevent multiple simultaneous attempts to mute a user 2020-06-14 23:59:51 +03:00
Dragory
d8d5665e93 Fix missing error code handling when posting case logs 2020-06-14 23:58:11 +03:00
Dragory
16d788fde0 Logs: Fix error in excluded_channels checks 2020-06-14 23:51:19 +03:00
Dragory
1e900a620d Support embed fields/title in Starboard via copy_full_embed 2020-06-13 09:36:55 +03:00
dependabot[bot]
8eaae466c3 Bump websocket-extensions from 0.1.3 to 0.1.4 in /dashboard
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-07 09:20:15 +00:00
Dragory
f4735571b9 ReactionRoles: apply roles in a queue to avoid hitting rate limits on e.g. member REST endpoints 2020-06-04 21:50:08 +03:00
Dragory
4a707fcf05 ReactionRoles: only clear pendingRoleChanges for a member after their roles have been applied 2020-06-04 21:41:35 +03:00
Dragory
c6a633f3a6 Add debug logging for null user IDs in mutes 2020-06-04 03:55:54 +03:00
Dragory
80402d8e70 ZeppelinPlugin: read null options as { enabled: false } 2020-06-04 03:46:33 +03:00
Dragory
557b31a6d3 automod: clear old message spam data when re-evaluating an edited message 2020-06-04 03:20:31 +03:00
Dragory
3fd3933567 logs: fix bulk deletes not being logged 2020-06-04 02:51:15 +03:00
Dragory
9ff544079a Merge branch 'roflmaoqwerty-ban-search' 2020-06-04 02:50:15 +03:00
Dragory
9789773c9e Merge branch 'ban-search' of git://github.com/roflmaoqwerty/ZeppelinBot into roflmaoqwerty-ban-search 2020-06-04 02:46:13 +03:00
Dragory
5d26ce21af roles: mention role and user in success messages 2020-06-04 02:45:05 +03:00
Dragory
efced7cc9f cases: add safeguard check for existing cases with the same audit log id 2020-06-04 02:37:13 +03:00
Dragory
97b26b63d0 mutes: fix error when member to unmute cannot be found 2020-06-04 02:32:27 +03:00
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