summaryrefslogtreecommitdiff
path: root/packages/gateway/src
Commit message (Collapse)AuthorAgeFilesLines
* feat(gateway:messageStatistics): Increase log rateFuwn2025-10-071-1/+1
|
* feat(gateway:listeners): Add botMentionAutoDelete moduleFuwn2025-10-072-0/+30
|
* fix(gateway:messageDeletion): Remove "Deleted By" field from embedFuwn2025-10-061-21/+6
|
* feat(gateway:listeners): Add message statistics moduleFuwn2025-10-063-0/+262
|
* style(gateway:roleProtection): Clean and lintFuwn2025-10-061-1/+5
|
* refactor(gateway:roleProtection): Use colour role IDs global constantFuwn2025-10-062-30/+2
|
* feat(gateway:messageDeletion): Log message deleter when differing from authorFuwn2025-10-061-6/+21
|
* feat(gateway:listeners): Fix messageDeletion and messageEdit user-gatingFuwn2025-10-063-6/+28
|
* feat(gateway:randomEyesReaction): Decrease oddsFuwn2025-10-061-1/+1
|
* fix(gateway): Clean and lintFuwn2025-10-0612-22/+81
|
* refactor(gateway): Replace uses of old GUILD_ID constantFuwn2025-10-067-15/+14
|
* refactor(gateway): Move magic IDs to shared constantsFuwn2025-10-066-15/+33
|
* refactor(gateway): Move most channel IDs to shared constantsFuwn2025-10-0610-25/+39
|
* refactor(gateway): Move all guild IDs to shared constantsFuwn2025-10-066-11/+16
|
* feat(gateway:listeners): Add roleplayThumbsUpReaction moduleFuwn2025-10-062-0/+17
|
* feat(gateway): Better gate messageDeletion and messageEdit to performing authorFuwn2025-10-062-25/+38
|
* feat(gateway:react): Cross-guild supportFuwn2025-10-061-8/+57
|
* feat(gateway:randomEyesReaction): Decrease oddsFuwn2025-10-061-1/+1
|
* feat(gateway:randomEyesReaction): Decrease oddsFuwn2025-10-051-1/+1
|
* feat(gateway:randomEyesReaction): Decrease oddsFuwn2025-10-051-1/+1
|
* fix(gateway): Clean and lintFuwn2025-10-055-28/+58
|
* feat(gateway:randomEyesReaction): Log reactionsFuwn2025-10-051-0/+4
|
* feat(gateway:listeners): Add random reaction listenerFuwn2025-10-052-0/+23
|
* feat(gateway:voiceConnection): Remove info logsFuwn2025-10-051-6/+0
|
* feat(gateway:pin): Add variadic message supportFuwn2025-10-051-50/+74
|
* feat(gateway:pin): Unpin if pinnedFuwn2025-10-051-2/+26
|
* fix(gateway:voiceConnection): Improve error handlingFuwn2025-10-041-41/+39
|
* feat(gateway): Add multi-guild support to roleplayUmagram and umagramCatchupFuwn2025-10-043-78/+88
|
* feat(gateway): Clean and lintFuwn2025-10-044-22/+41
|
* feat(gateway:voiceConnection): Support multiple guildsFuwn2025-10-041-15/+22
|
* feat(gateway:listeners): Multi-guild support for messageCreate and ↵Fuwn2025-10-042-59/+62
| | | | umagramCatchup
* feat(gateway:listeners): Multi-guild support for messageDeletion and ↵Fuwn2025-10-042-9/+16
| | | | messageEdit listeners
* refactor(gateway:aiCommandHandler): Use OpenAI packageFuwn2025-10-031-41/+25
|
* feat(gateway): Clean and lintFuwn2025-10-034-37/+51
|
* feat(gateway:aiCommandHandler): Add purge commandFuwn2025-10-033-49/+267
|
* feat(gateway:moderationAgent): Delete agentFuwn2025-10-034-758/+0
|
* feat(gateway:commands): Add role commandFuwn2025-10-032-0/+140
|
* fix(gateway:moderationAgent): Update model structure and handling guidelinesFuwn2025-10-033-287/+61
|
* fix(gateway:aiCommandHandler): Change modelFuwn2025-10-031-1/+1
|
* feat(listeners:moderationAgent): Enable and change modelFuwn2025-10-032-3/+3
|
* feat(gateway:listeners): Disable role protectionFuwn2025-10-031-1/+1
|
* fix(gateway:aiCommandHandler): Update prompt strengthFuwn2025-10-031-3/+8
|
* refactor(gateway:clientReady): Organise clientReady submodulesFuwn2025-10-037-152/+159
|
* feat(gateway:listeners): Disable moderation agentFuwn2025-10-031-1/+1
|
* refactor(listeners): Move clientReady listeners to clientReady moduleFuwn2025-10-015-5/+5
|
* refactor(listeners): Move messageCreate listeners to messageCreate moduleFuwn2025-10-0113-27/+29
|
* feat: Update additional content formatting for audit logsFuwn2025-10-012-21/+13
|
* feat(listeners:moderationAgent): Change modelFuwn2025-10-011-1/+1
|
* feat(listeners:messageCreate): Disable artMediaModerationFuwn2025-10-011-1/+1
|
* feat(listeners:moderationAgent): Remove unnecessary contextFuwn2025-10-011-10/+0
|