| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-10-25 | Infrac: prioritize mod over bot feedback msg | -8/+8 | ||
| 2021-10-19 | Filtering: make autoban temp | -8/+4 | ||
| 2021-10-19 | Filtering: do not try to convert to a member | -2/+2 | ||
| 2021-10-19 | Filtering: update auto-ban message | -2/+2 | ||
| Co-authored-by: Boris Muratov <[email protected]> | ||||
| 2021-10-19 | Filtering: add autoban on specific reasons | -0/+28 | ||
| Due to the increase in typo-squatting based phishing, we want to automatically ban users sending specific domain names. For that, this commit will automatically ban any user that trigger a filter which has `[autoban]` in its reason. That's it! | ||||
| 2021-10-17 | Remove unneeded config entries | -4/+2 | ||
| Since channels that mods can't read are now implicitly ignored, there is no need to explicitly ignore them. | ||||
| 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 | ||