3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00
Commit graph

419 commits

Author SHA1 Message Date
Dragory
0a1cd81035 Merge branch 'dashboard' 2019-06-22 18:52:54 +03:00
Dragory
5d664fbe00 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2019-06-22 18:52:49 +03:00
Dragory
38c65b9618 Add CustomEvents plugin 2019-06-22 18:50:43 +03:00
Dragory
96488c4761 Clarify default mute message wording 2019-06-22 18:50:09 +03:00
Nils Blömeke
f35206e3f2 Implemented loading and finished message 2019-06-18 23:43:01 +02:00
Nils Blömeke
3ca55bbbf5 Include or check to see if the acted on member is the bot 2019-06-17 19:08:15 +02:00
Miikka
1a8b600479 Fix perms in MessageSaver 2019-06-11 10:26:50 +03:00
Miikka
81bfae3c33 Fix crash on unknown channel when applying reaction roles 2019-06-11 10:24:50 +03:00
Nils Blömeke
4a54e7a283 Added companion channel functionality
Channels are configured in the servers config gile
2019-05-26 04:14:45 +02:00
Dragory
9109e9a2c3 Split BaseRepository into non-guild and guild
BaseRepository includes all the non-guild-specific functionality,
such as with() and getRelations().
BaseGuildRepository includes guild-specific functionality, such as
getInstance().
2019-05-25 21:25:34 +03:00
Dragory
876dd88b69 Move available plugins to a separate file from index.ts 2019-05-25 14:40:00 +03:00
Dragory
cf81152f2f Make plugin schema & validation static 2019-05-25 14:39:26 +03:00
Miikka
5866c4a7ee Fix permission names 2019-05-14 14:49:30 +03:00
Nils
db06abc5b2 Fix leading white-space resulting in no results
This should in theory make !search ignore leading white spaces that cause no results to be found since it is taken into the equation.
I might have missed a spot but i am pretty sure this is the only place where we work with the search query
2019-05-13 22:59:44 +02:00
Dragory
5dadceee97 Check if the user is already banned in !forceban 2019-05-13 00:34:12 +03:00
Dragory
1d1a793f65 Allow at-everyone/here when using --enable-mentions in !post 2019-05-13 00:31:59 +03:00
Dragory
ae780bfc90 Some fixes for slowmodes not being removed properly 2019-05-11 06:22:26 +03:00
Dragory
67b0b8f6f0 Fix stacking scheduled post loop when reloading 2019-05-08 08:27:52 +03:00
Dragory
e892d432c6 !slowmode with only the channel argument now shows that channel's current slowmode; show error if the bot was unable to apply a native slowmode 2019-05-07 22:24:59 +03:00
Dragory
15f9320eab search: add reaction pagination; add --export 2019-05-07 22:13:02 +03:00
Dragory
c7fc789c1e Add a generic bot alert log type. Use this in several places. 2019-05-04 19:18:16 +03:00
Dragory
718029e9a5 Add post scheduling. Add cleaner post_embed syntax. 2019-05-04 18:41:50 +03:00
Dragory
7a695a71cd Require can_use perm for !role help in self grantable roles 2019-05-04 10:48:23 +03:00
Dragory
febd0f8e18 Bandaid for a crash in username saver 2019-05-04 10:47:59 +03:00
Dragory
100b338288 Include message id in censored message logs 2019-05-04 01:46:27 +03:00
Dragory
641df98065 Add WelcomeMessage plugin 2019-05-03 23:56:38 +03:00
Dragory
33d65867d0 Only log username changes for users on the current server 2019-05-03 23:40:34 +03:00
Dragory
d4a3859c56 Actual fix for said crash 2019-05-03 23:35:09 +03:00
Dragory
55af41cfc4 Hotfix for crash 2019-05-03 23:34:44 +03:00
Dragory
f33b3c37ff Fix username change logging and saving. Re-enable migrations. 2019-05-03 23:31:38 +03:00
Dragory
133eb0ddad Prepare to migrate usernames to a new table 2019-05-03 22:25:23 +03:00
Miikka
1c9fa49ca3 Fix code block escape in embed edit logs 2019-05-03 14:36:55 +03:00
Dragory
5ed953eeb6 Fix missing pings/mentions in logs 2019-05-03 08:08:21 +03:00
Dragory
24d7b1ae19 Clarify when a user is not on the server in !info 2019-05-02 18:53:32 +03:00
Dragory
d0ed8fd4e9 Properly clear expired mutes even if the user has left the server 2019-05-02 18:41:34 +03:00
Dragory
2e74b2de72 Optimizations + debug logging 2019-05-02 18:34:15 +03:00
Dragory
f8b2c71fef User resolving optimizations + debug logging 2019-05-02 18:14:36 +03:00
Dragory
2fe52ab342 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2019-05-02 17:47:30 +03:00
Dragory
70c0d11c5b Fix api error check when applying slowmode 2019-05-02 17:47:18 +03:00
Miikka
7b197357c8 Fix lots of undefined user mentions in logs 2019-05-02 10:33:49 +03:00
Miikka
04e582be63 Add some debug logging 2019-05-02 10:30:31 +03:00
Dragory
6caa12c84d Temp fix for AFK channel move on mute 2019-05-02 08:51:48 +03:00
Dragory
d4e96f5be3 Don't fetch members on demand in logs only to check the 'ping_user' config value 2019-05-02 08:48:13 +03:00
Dragory
97f937fc6f Add debug logging for failed slowmodes due to permissions 2019-05-02 08:47:44 +03:00
Dragory
e9360f5fe5 Remove deprecated expand/hidden opts from !cases, use --expand/--hidden instead 2019-05-02 08:28:49 +03:00
Dragory
f79c3a6e6f Hotfix 2019-05-02 08:25:14 +03:00
Dragory
c303b95b40 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2019-05-02 08:22:54 +03:00
Dragory
7f73e10007 Add some extra logging for failed role removals on unmute 2019-05-02 08:22:39 +03:00
Dragory
ef9afee8b4 Fix member fetching in a few places 2019-05-02 08:21:11 +03:00
Dragory
d6ffa06e2c spam: fix failing auto-mute + invalid logs
Was caused by outdated way of fetching guild members on demand.
2019-05-02 08:14:17 +03:00