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

305 commits

Author SHA1 Message Date
Dragory
dda3537353 Port Cases plugin 2020-07-22 22:08:49 +03:00
Dragory
67be7c79f8 Fix type inference for the public interface of plugins created with the zeppelinPlugin() helper 2020-07-22 22:08:20 +03:00
Miikka
3d50b8e144 Merge branch 'knub30' into k30_pingableRoles 2020-07-22 20:27:15 +03:00
Dark
18abf28400 Migrate PingableRoles to new Plugin structure 2020-07-21 23:11:05 +02:00
Dark
6bea205d76 Rename Events and files to prevent ambiguity and order availablePlugins 2020-07-21 17:55:25 +02:00
Miikka
df87253e6f Merge branch 'knub30' into k30_persist 2020-07-21 18:21:03 +03:00
Miikka
b5a3f80374 Merge branch 'knub30' into k30_nameHistory 2020-07-21 18:20:15 +03:00
Miikka
456ac36725 Merge branch 'knub30' into k30_messageSaver 2020-07-21 18:19:40 +03:00
Miikka
1b988094fd Merge branch 'knub30' into k30_autoReactions 2020-07-21 18:19:04 +03:00
Miikka
db1c12a7d2 Merge branch 'knub30' into k30_reminders 2020-07-21 18:18:26 +03:00
Miikka
0cf800b832 Merge pull request #69 from DarkView/k30_fixLocateUser
[K30] LocateUser: Change rest to catchAll
2020-07-21 18:17:57 +03:00
Miikka
5467b936d2 Merge branch 'knub30' into k30_usernameSaver 2020-07-21 18:17:23 +03:00
Dark
9efd57075c Migrate WelcomeMessage to new Plugin structure 2020-07-21 18:16:46 +03:00
Dark
b003f06da1 Migrated Persist to new Plugin structure 2020-07-21 01:02:42 +02:00
Dark
b8dfcda06d Migrate NameHistory to new Plugin structure 2020-07-21 00:10:09 +02:00
Dark
4ea6c61d75 Migrate MessageSaver to new Plugin structure 2020-07-20 23:22:42 +02:00
Dark
21645b419c Migrate AutoReactions to new Plugin structure 2020-07-20 00:23:47 +02:00
Dark
8a52d6907e Migrate Reminders to new Plugin structure 2020-07-16 22:54:02 +02:00
Nils
9c5ca09452 Change rest to catchAll 2020-07-16 22:35:10 +02:00
Dark
0e07b427b6 Migrate UsernameSaver to new Plugin structure 2020-07-16 21:41:50 +02:00
Dragory
e82dff4fa2 Tweaks to availablePlugins types 2020-07-10 21:03:40 +03:00
Dark
956a2aa23a Prettier: Ignore events in LocateUser 2020-07-08 03:01:14 +02:00
Dark
7b191093b3 Migrate LocateUser to new Plugin structure 2020-07-08 02:53:44 +02:00
Dragory
4fc0ce1de5 Use commandTypeHelpers instead of baseTypeHelpers 2020-07-06 03:05:40 +03:00
Dragory
b7042c1af4 Optimize imports 2020-07-06 02:57:21 +03:00
Dragory
1519b425eb Convert !clean 2020-07-06 02:56:54 +03:00
Dragory
f791a851ca Convert !avatar, !jumbo, and !reload_guild 2020-07-06 02:47:39 +03:00
Dragory
48ade3aa12 Run prettier on refreshMembers.ts 2020-07-06 02:17:51 +03:00
Dragory
f21f8e327f Add default options for UtilityPlugin 2020-07-06 02:10:22 +03:00
Dragory
08550f922a Various Knub 30 and type fixes 2020-07-06 02:08:11 +03:00
Dragory
0587b3b73b Add showInDocs property to ZeppelinPluginBlueprint 2020-07-06 02:01:01 +03:00
Dragory
77465e039f Remove unported plugins from the repository 2020-07-06 01:53:58 +03:00
Dragory
16ab3c36c4 Combine Knub's type helpers with Zeppelin's, continue Utility plugin port 2020-07-06 01:51:48 +03:00
Dragory
0d3567df88 Prevent prettier from inlining UtilityPlugin command list 2020-07-06 01:02:55 +03:00
Dragory
f2d4eb1cdf More work on porting Utility commands 2020-07-06 00:53:28 +03:00
Dragory
55f5509705 Don't export SearchError 2020-07-05 16:01:49 +03:00
Dragory
78d8617ed5 Port !search and !bansearch to Knub 30 2020-07-05 15:59:15 +03:00
Dragory
6cc7d91b4c Use blueprint directly for commands for clarity 2020-07-05 15:03:51 +03:00
Dragory
4653fc9bf7 Knub 30 conversion base work; Work on Utility plugin Knub 30 conversion 2020-07-05 05:00:54 +03:00
Dragory
89e584a6f2 Merge master 2020-07-02 23:45:46 +03:00
Miikka
b4757f3b52 WIP 2020-06-30 17:48:18 +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
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