3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 22:01:50 +00:00
Commit graph

801 commits

Author SHA1 Message Date
Dragory
f190e73c28 Fix merge conflicts, remove PluginRuntimeError changes 2019-07-11 12:52:02 +03:00
Dragory
f58c4c2ace Update knub to 20.2.1 2019-07-11 12:48:26 +03:00
Dragory
b66a091799 Update Knub to 20.2.0 2019-07-11 12:42:00 +03:00
Dragory
9e1240856a Mutes: only post 'all mutes posted' confirmation if there are more than a couple chunks 2019-07-11 12:38:50 +03:00
Dragory
d1a9cf6dc9 Mutes: don't crash if the loading message for !mutes was already deleted 2019-07-11 12:37:49 +03:00
Miikka
633da55ccf
Merge pull request #12 from DarkView/MutesListLoadingMessage
Implemented loading and finished message for the mutes command
2019-07-11 12:37:04 +03:00
Miikka
b4ea5525c6
Merge pull request #10 from DarkView/FixMutingTheBot
Include or check to see if the acted on member is the bot
2019-07-11 12:36:17 +03:00
Dragory
9d197e2082 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2019-07-11 12:30:23 +03:00
Dragory
88057e2796 Merge branch 'DarkView-CompanionChannels' 2019-07-11 12:30:10 +03:00
Dragory
2d8713d54e Fix unload clear() call in CompanionChannelPlugin 2019-07-11 12:29:50 +03:00
Dragory
ac9a040673 Fix merge conflict 2019-07-11 12:28:39 +03:00
Miikka
57528d80d0
Merge pull request #2 from DarkView/patch-1
Fix leading white-space resulting in no results
2019-07-11 12:25:51 +03:00
Dragory
c6e8ee954a Merge branch 'master' of github.com:Dragory/ZeppelinBot 2019-07-11 12:24:05 +03:00
Dragory
da114c0e60 Switch from ajv to io-ts for config validation; validate configs on save in the API/dashboard; start work on creating io-ts schemas for all plugins 2019-07-11 12:23:57 +03:00
Miikka Virtanen
1aa04b1cf6 Add concatArr template fn 2019-07-04 13:39:53 +03:00
Miikka Virtanen
2179a78c9f Re-enable LogServer for now 2019-07-04 13:35:01 +03:00
Miikka Virtanen
91363dbc97 Tags: allow access to the tag user's user/member data 2019-07-04 13:23:28 +03:00
Miikka Virtanen
e0f85ec0ee Add seed param to rand() template fn 2019-07-04 13:13:10 +03:00
Nils Blömeke
d4e76a0fd7 Delete all vcalerts when a user gets banned
Since they are unnecessary either way, they cannot be triggered anymore and would just idle in the DB
2019-06-28 23:53:10 +02:00
Nils Blömeke
3174425083 Made it possible to list all alerts and delete them
Might be needed since you can potentially set reminders for far far in the future
2019-06-28 23:26:24 +02:00
Nils Blömeke
913120a1fe Fully functional LocatePlugin with alerts in DB and reminders 2019-06-26 01:04:11 +02:00
Dragory
b230a73a6f Dashboard work and related 2019-06-23 19:18:41 +03:00
Dragory
7bda2b1763 dashboard: auth fixes, guild listing, config editing 2019-06-23 03:40:53 +03:00
Dragory
1dae3019c4 Merge branch 'dashboard' 2019-06-22 18:52:54 +03:00
Dragory
6111ecebe1 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2019-06-22 18:52:49 +03:00
Dragory
2adc5af8d7 Dashboard work. Move configs to DB. Some script reorganization. Add nodemon configs. 2019-06-22 18:52:24 +03:00
Dragory
168d82a966 Add CustomEvents plugin 2019-06-22 18:50:43 +03:00
Dragory
9b43101e5d Clarify default mute message wording 2019-06-22 18:50:09 +03:00
Dragory
f5a9ac6508 Fix bug in templateFormatter variable evaluation 2019-06-22 18:49:45 +03:00
Nils Blömeke
59a7e51b63 Implemented loading and finished message 2019-06-18 23:43:01 +02:00
Nils Blömeke
468cab72ff Include or check to see if the acted on member is the bot 2019-06-17 19:08:15 +02:00
Miikka
c576d9a37c
Fix perms in MessageSaver 2019-06-11 10:26:50 +03:00
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
5a91d36953 Initial dashboard work (auth flow) 2019-05-26 00:13:42 +03: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
1aa549e391 Don't run migrations on start (must be run explicitly) 2019-05-25 21:23:09 +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
02a4cbda25 Update Knub to 20.1.0 2019-05-11 06:23:30 +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
51b104a096 Load NVM in update script 2019-05-07 22:27:50 +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
4cb890de6b Add some extra comments 2019-05-07 19:54:16 +03:00