Dragory
acdde9b3d7
debug: add clinic.js for debugging
2023-04-04 20:44:13 +03:00
Dragory
fcf30fbc00
chore: update Knub to v32.0.0-next.10
2023-04-02 23:57:02 +03:00
Dragory
1ff476581d
chore: update Knub
2023-04-02 23:02:38 +03:00
Dragory
23e42c9217
chore: update to Knub v32.0.0-next.8 and discord.js v14.9.0
2023-04-02 03:23:12 +03:00
Dragory
9d4e9cf364
fix: broken config regex parsing
2023-04-02 03:18:55 +03:00
Dragory
d231c72a5b
chore: update to Knub v32.0.0-next.7
2023-04-02 03:17:00 +03:00
Dragory
c3e07c1607
fix: error on dashboard plugin usage page
2023-04-02 00:02:22 +03:00
Dragory
e43500abba
fix: additional checks for findTagByName
2023-04-01 23:51:29 +03:00
Dragory
b490302cd4
fix: config validation error formatting
2023-04-01 23:13:19 +03:00
Dragory
0e58301dc8
fix: timeout mutes always being applied for 28d
...
They were still being removed by the bot after the real mute time,
but the native timeout was always set to 28d.
2023-04-01 23:04:30 +03:00
Dragory
c136c117d2
fix: log PluginLoadError guild id correctly
2023-04-01 22:57:30 +03:00
Dragory
bd6c73891d
fix: api crash with certain config errors
2023-04-01 22:56:42 +03:00
Dragory
ef36ea6999
fix: additional checks for tag set/get
2023-04-01 22:13:48 +03:00
Dragory
c1a91d4dec
fix: check for too many permission overwrites in companion channels
2023-04-01 21:53:12 +03:00
Dragory
dd1afc4dab
fix: don't attempt to message users off-server
...
Co-authored-by: metal0 <metal@i0.tf>
2023-04-01 21:45:12 +03:00
Dragory
dd2eebd4a5
fix: occasional crash in context menus
...
Co-authored-by: metal <metal@i0.tf>
2023-04-01 21:40:27 +03:00
Dragory
3064a05b4d
fix: extra checks for tag get() function
2023-04-01 21:34:14 +03:00
Dragory
ab54dc215f
fix: missing data in template safe objects
2023-04-01 21:33:40 +03:00
Dragory
d4292205b9
fix: remove deprecated success_emoji/error_emoji properties
2023-04-01 20:39:13 +03:00
Dragory
c21aa7fbbf
chore: update dependencies
2023-04-01 20:31:44 +03:00
Dragory
a6750da5da
fix: reapply timeout on join for forcemutes
2023-04-01 20:19:17 +03:00
Dragory
017ef5674a
fix: isCommunicationDisabled()
2023-04-01 20:15:03 +03:00
Dragory
7c8573c6d5
chore: to appease our robot overlords
2023-04-01 20:12:26 +03:00
Dragory
600ff6e4a4
docs: timestamp of the
2023-04-01 20:11:40 +03:00
Dragory
0ee5f0a863
fix: additional checks for unmuting without an active mute
2023-04-01 20:09:09 +03:00
Dragory
39e0dfa27f
feat: timeout support
2023-04-01 20:05:11 +03:00
Tiago R
06877e90cc
Update djs & knub ( #395 )
...
* update pkgs
Signed-off-by: GitHub <noreply@github.com>
* new knub typings
Signed-off-by: GitHub <noreply@github.com>
* more pkg updates
Signed-off-by: GitHub <noreply@github.com>
* more fixes
Signed-off-by: GitHub <noreply@github.com>
* channel typings
Signed-off-by: GitHub <noreply@github.com>
* more message utils typings fixes
Signed-off-by: GitHub <noreply@github.com>
* migrate permissions
Signed-off-by: GitHub <noreply@github.com>
* fix: InternalPoster webhookables
Signed-off-by: GitHub <noreply@github.com>
* djs typings: Attachment & Util
Signed-off-by: GitHub <noreply@github.com>
* more typings
Signed-off-by: GitHub <noreply@github.com>
* fix: rename permissionNames
Signed-off-by: GitHub <noreply@github.com>
* more fixes
Signed-off-by: GitHub <noreply@github.com>
* half the number of errors
* knub commands => messageCommands
Signed-off-by: GitHub <noreply@github.com>
* configPreprocessor => configParser
Signed-off-by: GitHub <noreply@github.com>
* fix channel.messages
Signed-off-by: GitHub <noreply@github.com>
* revert automod any typing
Signed-off-by: GitHub <noreply@github.com>
* more configParser typings
Signed-off-by: GitHub <noreply@github.com>
* revert
Signed-off-by: GitHub <noreply@github.com>
* remove knub type params
Signed-off-by: GitHub <noreply@github.com>
* fix more MessageEmbed / MessageOptions
Signed-off-by: GitHub <noreply@github.com>
* dumb commit for @almeidx to see why this is stupid
Signed-off-by: GitHub <noreply@github.com>
* temp disable custom_events
Signed-off-by: GitHub <noreply@github.com>
* more minor typings fixes - 23 err left
Signed-off-by: GitHub <noreply@github.com>
* update djs dep
* +debug build method (revert this)
Signed-off-by: GitHub <noreply@github.com>
* Revert "+debug build method (revert this)"
This reverts commit a80af1e729b742d1aad1097df538d224fbd32ce7.
* Redo +debug build (Revert this)
Signed-off-by: GitHub <noreply@github.com>
* uniform before/after Load shorthands
Signed-off-by: GitHub <noreply@github.com>
* remove unused imports & add prettier plugin
Signed-off-by: GitHub <noreply@github.com>
* env fixes for web platform hosting
Signed-off-by: GitHub <noreply@github.com>
* feat: knub v32-next; related fixes
* fix: allow legacy keys in change_perms action
* fix: request Message Content intent
* fix: use Knub's config validation logic in API
* fix(dashboard): fix error when there are no message and/or slash commands in a plugin
* fix(automod): start_thread action thread options
* fix(CustomEvents): message command types
* chore: remove unneeded type annotation
* feat: add forum channel icon; use thread icon for news threads
* chore: make tslint happy
* chore: fix formatting
---------
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: almeidx <almeidx@pm.me>
Co-authored-by: Dragory <2606411+Dragory@users.noreply.github.com>
2023-04-01 14:58:17 +03:00
rubyowo
9386696f4b
fix: crash when the arr argument for concatArr isn't specified
...
fix: formatting
Co-authored-by: Almeida <almeidx@pm.me>
2023-03-31 19:28:09 +04:00
Dragory
293115af22
fix: crash on older discord.js version
2023-03-30 00:19:32 +03:00
Dragory
801cd2630b
fix: fix crash when decay period is 0
2022-12-15 00:38:24 +02:00
zay
0dafc7756b
Update Repo URL on Privacy Policy
2022-10-28 18:06:42 +01:00
Dragory
ccd1d3d69e
fix: fix error if automod unloads after beforeLoad() but without running afterLoad()
2022-08-15 19:07:55 +03:00
Miikka
128700929e
Merge pull request #345 from almeidx/cases-user
...
fix: no response if user only has hidden cases in `!cases @user`
2022-08-14 00:22:42 +03:00
Dragory
a15b2f02a9
feat: small tweaks to tag list search
2022-08-14 00:21:21 +03:00
Miikka
e9fe0e03b9
Merge pull request #348 from DenverCoderOne/tag-list-search
...
feat: Tag list search and improved readability
2022-08-14 00:12:43 +03:00
Dragory
94802a665c
fix: fix expired api permissions not being deleted
2022-08-14 00:06:20 +03:00
metal
d846231855
Fix automod alert in news channels ( #290 )
...
* yeah yeah
* my prettier was f'ed up
Co-authored-by: metal <admin@metalruller.com>
2022-08-13 23:47:47 +03:00
metal
00591510ff
Automod add changeperms action ( #309 )
...
* initial
* fix typings UwU
* check no perms for overrides
* cleanup & add template rendering
* remove defaults
Co-authored-by: Almeida <almeidx@pm.me>
* Update backend/src/plugins/Automod/actions/changePerms.ts
Co-authored-by: Almeida <almeidx@pm.me>
* Update backend/src/plugins/Automod/actions/changePerms.ts
Co-authored-by: Almeida <almeidx@pm.me>
* Update backend/src/plugins/Automod/actions/changePerms.ts
Co-authored-by: Almeida <almeidx@pm.me>
* .resolve instead of .fetch
Co-authored-by: Almeida <almeidx@pm.me>
* fix
* add more template variables
* rename msg to message
* .edit instead of .create
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: metal <admin@metalruller.com>
Co-authored-by: Almeida <almeidx@pm.me>
2022-08-13 23:47:24 +03:00
Miikka
fdb81e37ed
Merge pull request #339 from metal0/fix-codeblocks-case-history
...
Fix codeblocks case history quote markdown
2022-08-13 23:31:21 +03:00
Miikka
e52d88e262
Merge pull request #358 from k200-1/fix_flag_order
...
Change order of flags in command
2022-08-13 23:29:37 +03:00
Dragory
3f16214ae0
chore: update .clabot contributors list
2022-08-13 23:29:15 +03:00
Dragory
ec8523ce75
fix(docker): add mysql container health check
...
This makes the prepare_backend container (which runs migrations) wait
until the mysql server is actually running, not just the container.
Thanks to Skyz on Discord for the implementation.
2022-08-13 23:24:23 +03:00
Dragory
d472fd4fa6
fix(logs): fix inconsistent thread/channel/category exclusions; add excluded_threads log channel option
2022-08-13 23:19:06 +03:00
k200
265764866e
Change order of flags in command
...
Fixes the order of the flags so that the command works
2022-08-13 13:38:11 +01:00
Dragory
218c31231e
Merge branch '220601_docker_wip'
2022-08-07 14:02:44 +03:00
Dragory
7d47f36d99
docs: documentation updates
2022-08-07 13:58:47 +03:00
Dragory
c01a4027bd
chore: remove files that are no longer needed with the docker environment
2022-08-07 13:55:07 +03:00
Dragory
030da51da1
chore: remove deprecated .env.example from /dashboard
2022-08-07 13:53:02 +03:00
Dragory
1308054d69
fix: use docker compose v2 syntax in update.sh; only stop/start the containers rather than recreating them
2022-08-07 13:52:41 +03:00
Dragory
561f91949d
docs: fixes/tweaks to docker docs
2022-08-07 13:52:04 +03:00