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

604 commits

Author SHA1 Message Date
Dragory
9f7970efba Fix kick logs with !kick 2018-12-22 12:26:54 +02:00
Dragory
022fcc537e Fix error when editing non-saved messages 2018-12-15 23:07:19 +02:00
Dragory
fecd9d96a9 Add !nick alias for !nickname 2018-12-15 23:02:57 +02:00
Dragory
0c8efedb8c Add Starboard plugin 2018-12-15 23:01:45 +02:00
Dragory
33d2026556 Fix removing event listeners in LogsPlugin 2018-12-15 23:01:26 +02:00
Dragory
a6b2fe5fed Update emoji-regex to 7.0.1 2018-12-15 21:16:17 +02:00
Dragory
daa264357b Update Knub to 13.1.0 and Eris to 0.9.0 2018-12-15 21:07:05 +02:00
Dragory
9513f4f0c7 migrations: only drop tables if they exist 2018-12-15 17:38:34 +02:00
Dragory
2d2145eda3 Add !nickname command 2018-12-15 17:28:36 +02:00
Dragory
52c2bfa0b2 Move canActOn to ZeppelinPlugin base class 2018-12-15 17:24:09 +02:00
Dragory
2af174ba1f cleanup: use utils.noop instead of empty fn 2018-12-15 17:21:51 +02:00
Dragory
8d311590ad Don't log deletions/edits from the bot user 2018-12-15 17:19:23 +02:00
Dragory
62afd8e8e6 Show attachments in message deletion logs 2018-12-15 17:15:32 +02:00
Dragory
0431b3c225 Add Slowmode plugin 2018-12-15 17:04:04 +02:00
Dragory
b02dae2890 Update Knub to 13.0.1 2018-12-15 16:50:00 +02:00
Dragory
f70a6f0669 tslint: allow bitwise operators 2018-12-15 16:31:50 +02:00
Dragory
66d1afbb81 ormconfig: fix slow cli commands; add db timeout
For some reason, absolute paths to migrations and/or entities caused
the cli to freeze/load indefinitely when trying to create migrations.
2018-12-15 16:29:38 +02:00
Dragory
c5aea510e7 Update Knub to 13.0.0 2018-12-15 16:29:16 +02:00
Dragory
a0e8c37701 Don't censor bot messages 2018-12-14 09:14:13 +02:00
Dragory
d94f06dba8 Don't persist 'false' voice mute state 2018-12-14 09:09:54 +02:00
Dragory
6e7338e5ec Fix error in restore plugin when saving is_voice_muted false 2018-12-14 09:08:18 +02:00
Dragory
8c83b7d684 Fix for error when persisting voice state 2018-12-14 09:01:32 +02:00
Dragory
7154c006dc Fix error in unban 2018-12-14 08:54:15 +02:00
Dragory
e7b8c0d64d Add build process for prod 2018-12-14 06:47:58 +02:00
Dragory
1c27390b87 Move migrations under src 2018-12-14 06:45:50 +02:00
Dragory
1e45a2a7db Update package name in package.json and set it to private 2018-12-14 06:32:17 +02:00
Dragory
3f703d2b4b Update Typescript package to 3.2.2 2018-12-14 06:30:26 +02:00
Dragory
42f45af499 Verify required Node.js version 2018-12-14 06:27:41 +02:00
Dragory
2e30a3b9e7 Use actions/events for plugin interoperability. Move base case and mute functionality to their own plugins. 2018-11-25 17:04:26 +02:00
Dragory
22c515be38 Allow mentions in "!clean user"; fix some clean command bugs 2018-11-24 19:42:51 +02:00
Dragory
9687359105 Fix bulk message deletion logging. Remove !clean command and response after a short delay. 2018-11-24 19:33:29 +02:00
Dragory
a93f25d638 Update Knub to 12.2.2 2018-11-24 19:30:42 +02:00
Dragory
40a20f94c1 ModActions: fix errors when listing too many cases 2018-11-24 19:14:12 +02:00
Dragory
2bce771c59 Create archives from bulk deletes and cleans. Use GuildSavedMessages for cleans. 2018-11-24 18:39:17 +02:00
Dragory
f7b62429c6 Update Knub to 12.2.1 2018-11-24 17:59:17 +02:00
Dragory
2c8603ca70 Use GuildSavedMessages events in logs. Fix code blocks in edit logs. 2018-11-24 17:59:05 +02:00
Dragory
1a6e680d81 Port Censor and Spam plugins to use GuildSavedMessages events 2018-11-24 17:12:36 +02:00
Dragory
fbb1ee4719 Update Knub to 12.2.0 2018-11-24 15:07:53 +02:00
Dragory
effaff5dc8 Add QueuedEventEmitter, use it for GuildSavedMessages events 2018-11-24 14:58:54 +02:00
Dragory
01d73565b6 GuildSavedMessages: save messages in a more compact way 2018-11-24 14:53:55 +02:00
Dragory
cfc36be127 PostPlugin: don't require channel id for !edit 2018-11-24 14:34:05 +02:00
Dragory
2f341d97d8 GuildSavedMessages: only return non-deleted messages with find 2018-11-24 14:33:43 +02:00
Dragory
68fa25fbc4 GuildSavedMessages: remove guild_id override 2018-11-24 14:23:10 +02:00
Dragory
07b9ca843b Add missing is_permanent column to SavedMessage entity 2018-11-24 14:22:44 +02:00
Dragory
7dd452f7dd PostPlugin: save bot-posted messages 2018-11-24 14:19:47 +02:00
Dragory
b692c06b4f Some code reorganisation 2018-11-24 14:18:48 +02:00
Dragory
ba2ad8a528 Add MessageSaver plugin. Fix some buggy queries. 2018-11-24 14:01:06 +02:00
Dragory
50fb696d62 Merge branch 'master' of github.com:Dragory/ZeppelinBot 2018-10-26 06:41:53 +03:00
Dragory
f9c16263ae Switch from Knex to TypeORM. Update Knub. 2018-10-26 06:41:20 +03:00
Miikka
6720a9a70e
plugins.censor: make token filter case-insensitive 2018-10-05 20:22:19 +03:00