Skip to content

Tags: botlabs-gg/yagpdb

Tags

v2.52.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
limit string response type in cc evalCall (#1849)

Co-authored-by: Ashish <ashishjh-bst@users.noreply.github.com>

v2.52.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set max string size in templates (#1848)

Co-authored-by: Ashish <ashishjh-bst@users.noreply.github.com>

v2.52.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactored code to prevent ratelimits (#1844)

* refactored code to prevent ratelimits

* fixed issue with spammy modlog

---------

Co-authored-by: Ashish <ashishjh-bst@users.noreply.github.com>

v2.52.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
moderation: ignore non-moderation audit log events (#1843)

* moderation: ignore non-timeout audit log member update events

Explicitly check for AuditLogChangeKeyCommunicationDisabledUntil to
differentiate between audit log member update events that change a
member's timeout and others
AuditLogActionMemberUpdate fires for any member update event, including
things like role and nickname changes

Signed-off-by: Galen CC <galen8183@gmail.com>

* moderation: slices.ContainsFunc over manual iteration for timeout check

Prefer slices.ContainsFunc over manual iteration to check audit log
member update event changes for new timeouts
Fix non-timeout changes immediately returning regardless of other
changes possibly being a new timeout

Signed-off-by: Galen CC <galen8183@gmail.com>

* moderation: ignore audit log events without a target user

All moderation related audit log events will have a target user, make
sure we ignore any events without a TargetID or a non-user target.

Signed-off-by: Galen CC <galen8183@gmail.com>

---------

Signed-off-by: Galen CC <galen8183@gmail.com>

v2.52.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adding -raw flag (#1842)

v2.51.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
reminders: fix target channel flag (#1831)

Signed-off-by: Galen CC <galen8183@gmail.com>

v2.51.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed reputation regex (#1827)

Co-authored-by: Ashish <ashishjh-bst@users.noreply.github.com>

v2.51.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
modified perms for threads to ensure commands run in threads despite …

…the bot missing send message perms in the parent channel (#1826)

Co-authored-by: Ashish <ashishjh-bst@users.noreply.github.com>

v2.51.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improved disabling logic for custom commands on premium cancellation (#…

…1825)

* improve CC disabling logic on premium cancellation

* fix typo

---------

Co-authored-by: Ashish <ashishjh-bst@users.noreply.github.com>

v2.50.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
make punishDM execute as a go routine to keep it independent of failu…

…res (#1821)

Co-authored-by: Ashish <ashishjh-bst@users.noreply.github.com>