| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | | | Change `from-to` primary name to `between` | 2021-08-27 | -2/+2 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Correct logging comment | 2021-08-27 | -1/+1 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Move setting cleaning flag to correct line | 2021-08-27 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Between the concurrency check and setting the cleaning flag to True there was an await statement, which could potentially cause race conditions.The setting of the flag was moved to right below the concurrency check. | ||||
| | | * | | | | | | Move clean logging to a helper function | 2021-08-27 | -11/+11 | ||
| | | | | | | | | | |||||
| | | * | | | | | | Moved clean cog to moderation ext | 2021-08-27 | -0/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cog is moderation related and all commands are exclusive to moderators. | ||||
| | | * | | | | | | Merge branch 'main' into cleanrework | 2021-08-27 | -933/+1826 | ||
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Fix references to kwarg after renaming in clean command | 2021-07-28 | -2/+2 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Rely on error handler for sending input errors to user | 2021-07-28 | -45/+9 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | simplify range predicate for clean command | 2021-07-28 | -1/+1 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Return empty containers if clean is cancelled | 2021-07-28 | -2/+2 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Make is_older_than_14d a static method | 2021-07-26 | -11/+12 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Update _get_messages_from_channels return type | 2021-07-26 | -2/+2 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Merge branch 'main' into cleanrework | 2021-07-26 | -2344/+5485 | ||
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | document snowflake check better | 2021-04-16 | -4/+12 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Don't delete invocation in mod channel | 2021-04-16 | -7/+10 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Better response wording, added alias | 2021-04-16 | -2/+2 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | make predicate_range inclusive | 2021-04-16 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Naming changes for better self documentation | 2021-04-16 | -5/+5 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | simplify use_cache var | 2021-04-16 | -6/+2 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Use correct kwarg for channel.history | 2021-04-16 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | replace lambda with list in defaultdict | 2021-04-16 | -2/+2 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Merge branch 'main' into cleanrework | 2021-04-15 | -2379/+4200 | ||
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | swap predicate save order for correct deletion | 2021-04-15 | -4/+4 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Change typing, remove `range` alias | 2021-03-04 | -3/+3 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into cleanrework | 2021-03-04 | -170/+249 | ||
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into cleanrework | 2021-03-02 | -2961/+4031 | ||
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | set `self.cleaning` to False once done cleaning | 2021-02-24 | -0/+2 | ||
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Implement range clean command | 2021-02-23 | -6/+57 | ||
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Introduce cache to cleaning as well as fix cancel | 2021-02-23 | -36/+89 | ||
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | rename command `messages` to `until` | 2020-11-22 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new name should be more selfexplanatory | ||||
| | | * | | | | | | | | | | | rework clean to fully use `delete_messages` instead of `purge` | 2020-11-22 | -26/+60 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | Unify infraction embed title | 2021-11-10 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Embed for `!infractions by` no longer has the author in codeblock. | ||||
| | | | | | | | | | * | | | | Add missing newline after region comment | 2021-11-08 | -0/+1 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | Improve ordering logic in API request | 2021-11-03 | -1/+6 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | * | | | | Address Review | 2021-11-02 | -16/+28 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add `format_infraction_count` and migrate - Improve logic for `actor` being `"m"`/`"me"` - Rename `search_by_user` to `search_by_actor` - Better Ordering Logic (thanks @ChrisLovering) - Make embed title consistent with other search embeds | ||||
| | | | | | | | | | * | | | | Add support for `!infractions by <m|me|uid>` | 2021-11-01 | -0/+38 | ||
| | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #1897 from python-discord/modlog/correct-color-names | 2021-10-20 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | Modlog: correct color names | 2021-10-19 | -4/+4 | ||
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Solves https://github.com/python-discord/bot/issues/1896 | ||||
| * | | | | | | | | | | | | Merge pull request #1894 from python-discord/modlog-soft-colors | 2021-10-19 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Mod-log thread: use soft colors | ||||
| | * | | | | | | | | | | | | Mod-log thread: use soft colors | 2021-10-19 | -4/+4 | ||
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Seems like we have been using the wrong colors in mod-log. | ||||
| * | | | | | | | | | | | | Merge pull request #1845 from python-discord/fix-sentry-BOT-1N6 | 2021-10-19 | -6/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle edge case of `message.author` being a `discord.User` when claiming a help channel. | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into fix-sentry-BOT-1N6 | 2021-10-19 | -981/+1567 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Update log message for when author isn't `discord.Member` | 2021-10-19 | -2/+1 | ||
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Invert `isinstance` check as per review | 2021-10-19 | -3/+6 | ||
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Add handling for when `message.author` is a `discord.User` | 2021-09-24 | -6/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NB: Will give a sentry warning when this happens. | ||||
| | | | | | | | | | | | * | | Correct typo in logline | 2021-12-08 | -1/+1 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | Make 'parse' imported function name explicit | 2021-11-01 | -2/+2 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | Use discord timestamps for showing worktime | 2021-10-19 | -4/+5 | ||
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | * | | Merge remote-tracking branch 'upstream/main' into modpings-schedule | 2021-10-19 | -2584/+5369 | ||
| | | | | | | | | | | | |\ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #1890 from python-discord/Migrate-to-socket_event_type | 2021-10-18 | -4/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate to on_socket_event_type event | ||||