Dragory
|
63c41f0278
|
feat: new username support vol 2
|
2023-06-24 12:07:58 +00:00 |
|
Dragory
|
16fa19d3e9
|
chore: prettier
|
2023-05-08 21:33:40 +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 a80af1e729 .
* 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 |
|
Dragory
|
8f17a835f9
|
refactor: debounce and batch simultaneous audit log requests
|
2021-10-27 00:09:29 +03:00 |
|
Dragory
|
bed6589d48
|
Typed log functions + more
|
2021-08-18 01:51:42 +03:00 |
|
almeidx
|
74a676913e
|
user.tag
|
2021-07-29 00:37:19 +01:00 |
|
almeidx
|
b4ba1daa76
|
simplify
|
2021-07-28 23:30:52 +01:00 |
|
Dark
|
c932269b7d
|
DJS Update, Full Import Cleanup
|
2021-07-25 14:32:08 +02:00 |
|
Dark
|
acb4913495
|
More fixes, change rest of stripObjectToScalars to configAccessibleObj
|
2021-07-21 22:14:09 +02:00 |
|
Dark
|
0822fc15e5
|
Type fixes for djs
|
2021-06-30 04:56:56 +02:00 |
|
Dark
|
5efdf5ce95
|
Formatting and initial ButtonRoles DB work
|
2021-06-08 02:23:30 +02:00 |
|
Dark
|
6ac9d2f2a2
|
Organise all imports, make Mutes depend on Logs
|
2021-06-06 23:51:32 +02:00 |
|
Dark
|
d0a1beb809
|
Finish preliminary rework, ready to test
|
2021-06-02 04:07:50 +02:00 |
|
Dark
|
52839cc9f3
|
More rework progress, remove all eris imports
|
2021-06-01 02:05:55 +02:00 |
|
Dragory
|
f6be4f4af6
|
Update to Knub30.0.0-beta.37 and Eris 0.15, first pass
|
2021-05-23 14:35:16 +03:00 |
|
Dragory
|
d3d51a5308
|
Add eager permission check in PostAlertOnMemberJoinEvt
|
2021-04-29 02:40:29 +03:00 |
|
Dragory
|
f5504724b1
|
Fix missing reason in log entries for manual kicks
|
2021-04-02 21:26:54 +03:00 |
|
Dragory
|
93912541b4
|
automod: add triggers for mod actions
|
2021-02-14 16:58:02 +02:00 |
|
Dragory
|
0f9c67a1c1
|
Fix members leaving being logged as kicks
|
2020-12-23 06:00:45 +02:00 |
|
Dragory
|
1484f6b9a7
|
mod_actions: add create_cases_for_manual_actions option
This can also be used with a user override.
The override user is the audit log entry's author, i.e. the user who
did the kick/ban/unban.
|
2020-12-23 04:44:46 +02:00 |
|
Dragory
|
a60cb92b74
|
Fix logic error in case creation for manual kicks
|
2020-12-19 02:59:41 +02:00 |
|
Dragory
|
629002b8d9
|
Turn on strict TS compilation. Fix up and tweak types accordingly.
|
2020-11-09 20:03:57 +02:00 |
|
Dragory
|
2f470dc37a
|
Update to new Knub 30 beta. Code clean-up.
|
2020-10-01 01:43:38 +03:00 |
|
Dragory
|
bf4c6cc25c
|
Fix error in mod actions alert_on_rejoin
|
2020-08-28 22:57:11 +03:00 |
|
Dragory
|
6730e51552
|
Fix error with unknown mod_actions alert_channel
|
2020-08-21 03:51:03 +03:00 |
|
Dragory
|
f27050a44c
|
Fix merge conflict
|
2020-08-05 02:39:03 +03:00 |
|
Dragory
|
5ea0f7eb46
|
Improve audit log error handling, show BOT_ALERT in more cases
|
2020-08-05 02:25:13 +03:00 |
|
Dark
|
e131c77e20
|
Allow for caseNumber in Logs, showing the case number - repalce log evts
|
2020-08-02 02:30:01 +02:00 |
|
Dark
|
fd56664984
|
Migrate ModActions to new Plugin structure !!mutes dont work!!
|
2020-07-24 02:25:33 +02:00 |
|
Dragory
|
ebcb28261b
|
WIP ModActions
|
2020-07-23 00:37:33 +03:00 |
|