| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-10-17 | Use modlog ignore function for voice events too | -1/+2 | ||
| 2021-10-17 | Refactor: Update modlog ignore function name | -3/+3 | ||
| This new name better describes what this function actually does | ||||
| 2021-10-17 | Ignore channels mod team can't view in modlog | -8/+19 | ||
| The main purpose of this is so that we don't need to keep adding to the modlog_blacklist for every new channel we want to ignore, since it now implicitly ignores channels mods don't have read perms to. This is done by making use of Discord.py 2.0's updated behaviour of Channel.permissions_for() where it can now accept a role and determines the permissions of users in that role for a given channel. This takes into account default permissions as well as channel overrides. Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-10-17 | Modlog: remove tzinfo from member_join (#1877) | -1/+1 | ||
| 2021-10-16 | Do not try to calculate expiry if infraction is permanent on reapply | -5/+9 | ||
| 2021-10-15 | Voice gate: set tzinfo to None in author.joined_at | -1/+1 | ||
| 2021-10-15 | Defcon: remove tzinfo from member.created_at | -1/+1 | ||
| 2021-10-15 | Isort: set atomic to true | -0/+1 | ||
| 2021-10-15 | Actions: do not check licenses of dev packages | -2/+4 | ||
| 2021-10-14 | Update `isinstance` check | -1/+1 | ||
| 2021-10-14 | Fix newlines after imports and address review | -6/+2 | ||
| There's now always one blank line (no more, no less) after an import | ||||
| 2021-10-14 | Migrate to `bot.log.get_logger` function | -206/+199 | ||
| 2021-10-14 | Add `CustomLogger` to bot/log.py | -18/+33 | ||
