Miikka
8af4598b99
Fix crash on unknown channel when applying reaction roles
2019-06-11 10:24:50 +03:00
Nils Blömeke
5fde37e784
Added companion channel functionality
...
Channels are configured in the servers config gile
2019-05-26 04:14:45 +02:00
Dragory
d54897acdd
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
0f1ee84c46
Move available plugins to a separate file from index.ts
2019-05-25 14:40:00 +03:00
Dragory
8467e9703a
Make plugin schema & validation static
2019-05-25 14:39:26 +03:00
Miikka
a2a7dd5b4b
Fix permission names
2019-05-14 14:49:30 +03:00
Nils
cc1c6afc72
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
c4ae36c745
Check if the user is already banned in !forceban
2019-05-13 00:34:12 +03:00
Dragory
1066c3ef3d
Allow at-everyone/here when using --enable-mentions in !post
2019-05-13 00:31:59 +03:00
Dragory
f63ae2f4cc
Some fixes for slowmodes not being removed properly
2019-05-11 06:22:26 +03:00
Dragory
930296973a
Fix stacking scheduled post loop when reloading
2019-05-08 08:27:52 +03:00
Dragory
3ec35b4ebb
!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
4a020ed735
search: add reaction pagination; add --export
2019-05-07 22:13:02 +03:00
Dragory
8a3097f63e
Add a generic bot alert log type. Use this in several places.
2019-05-04 19:18:16 +03:00
Dragory
e18193c1a2
Add post scheduling. Add cleaner post_embed syntax.
2019-05-04 18:41:50 +03:00
Dragory
f80d141c82
Require can_use perm for !role help in self grantable roles
2019-05-04 10:48:23 +03:00
Dragory
ce80d3d521
Bandaid for a crash in username saver
2019-05-04 10:47:59 +03:00
Dragory
900f77aa14
Include message id in censored message logs
2019-05-04 01:46:27 +03:00
Dragory
23eb057780
Add WelcomeMessage plugin
2019-05-03 23:56:38 +03:00
Dragory
1fef4128cf
Only log username changes for users on the current server
2019-05-03 23:40:34 +03:00
Dragory
13a38a2f64
Actual fix for said crash
2019-05-03 23:35:09 +03:00
Dragory
a4919523c1
Hotfix for crash
2019-05-03 23:34:44 +03:00
Dragory
e231faf51f
Fix username change logging and saving. Re-enable migrations.
2019-05-03 23:31:38 +03:00
Dragory
56f746787f
Prepare to migrate usernames to a new table
2019-05-03 22:25:23 +03:00
Miikka
8d73e1160f
Fix code block escape in embed edit logs
2019-05-03 14:36:55 +03:00
Dragory
b8e0f26bf0
Fix missing pings/mentions in logs
2019-05-03 08:08:21 +03:00
Dragory
f7ecdfe896
Clarify when a user is not on the server in !info
2019-05-02 18:53:32 +03:00
Dragory
6f0e8bb76e
Properly clear expired mutes even if the user has left the server
2019-05-02 18:41:34 +03:00
Dragory
6ed8aba35f
Optimizations + debug logging
2019-05-02 18:34:15 +03:00
Dragory
ac7f6e728b
User resolving optimizations + debug logging
2019-05-02 18:14:36 +03:00
Dragory
fffb791a2e
Merge branch 'master' of github.com:Dragory/ZeppelinBot
2019-05-02 17:47:30 +03:00
Dragory
f4a545c94d
Fix api error check when applying slowmode
2019-05-02 17:47:18 +03:00
Miikka
6a3d5a6ed0
Fix lots of undefined user mentions in logs
2019-05-02 10:33:49 +03:00
Miikka
baaaded545
Add some debug logging
2019-05-02 10:30:31 +03:00
Dragory
5e8d098661
Temp fix for AFK channel move on mute
2019-05-02 08:51:48 +03:00
Dragory
43939021ff
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
4338bcd839
Add debug logging for failed slowmodes due to permissions
2019-05-02 08:47:44 +03:00
Dragory
2d0f4ead20
Remove deprecated expand/hidden opts from !cases, use --expand/--hidden instead
2019-05-02 08:28:49 +03:00
Dragory
e259574bcc
Hotfix
2019-05-02 08:25:14 +03:00
Dragory
e7223cde08
Merge branch 'master' of github.com:Dragory/ZeppelinBot
2019-05-02 08:22:54 +03:00
Dragory
bef5f75c87
Add some extra logging for failed role removals on unmute
2019-05-02 08:22:39 +03:00
Dragory
1e2b68119c
Fix member fetching in a few places
2019-05-02 08:21:11 +03:00
Dragory
78790627ad
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
Miikka
69988d7ba5
Ignore video embed descriptions in word filter
...
The description field is present in the embed details,
but is not actually shown on the embed itself
2019-04-30 10:50:38 +03:00
Dragory
301959f8fc
Handle reaction roles for an unknown message gracefully
2019-04-30 06:58:38 +03:00
Dragory
32782d0bfa
Ignore embed thumbnail/image width/height updates in edit logs
2019-04-30 06:56:02 +03:00
Dragory
5b6941a1f6
Allow using !remind without a reminder text (the bot uses a message link then instead)
2019-04-30 06:28:10 +03:00
Dragory
d31de8db11
Fix unknown users in logs in several places
2019-04-30 06:20:55 +03:00
Dragory
e5092c98fa
Tags: return an empty string for invalid inputs to mention()
2019-04-30 06:10:36 +03:00
Dragory
7de57cc814
Also log self-deletions from the bot user
2019-04-30 06:08:47 +03:00