| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-09-27 | Help: Add handling of disabled commands to avoid DisabledCommand error | -1/+1 | ||
| 2020-09-26 | Sync: update sync() docstring | -3/+1 | ||
| 2020-09-25 | Remove redundant is_valid_userid function | -33/+27 | ||
| extract_user_id(id) is not None does the same job and is not worth the extra function | ||||
| 2020-09-24 | Change the mod alert message component for the user token detection | -46/+23 | ||
| Clean up mock usage, docstrings, unnecessarily split-lined function calls | ||||
| 2020-09-24 | Add BOT vs USER token detection, properly handling bot tokens for bots in ↵ | -13/+47 | ||
| the current server Also adjust the naming and purposes of the format messages to KNOWN and UNKNOWN token messages. | ||||
| 2020-09-24 | Implement review-suggested changes | -67/+91 | ||
| userid -> user ID maybevalid -> maybe_valid remove collections import and added a new function that handles the "format user ID log message" and should_ping_everyone feature | ||||
| 2020-09-23 | Sync: remove _asdict comment | -1/+1 | ||
| The comment doesn't contribute anything. | ||||
| 2020-09-23 | Fix use of expanded infraction response for username | -1/+1 | ||
| Fixes BOT-9A | ||||
| 2020-09-23 | Incidents: bump archive log to INFO level | -1/+1 | ||
| 2020-09-23 | Verification: reduce request dispatch log level | -1/+1 | ||
| Avoid information duplication in production logs. | ||||
| 2020-09-23 | Update format_user to remove username and add ID | -4/+2 | ||
| 2020-09-22 | Clean: fix mention in mod log message | -1/+1 | ||
| Fixes BOT-99 | ||||
| 2020-09-22 | Avoid using discord.Object's repr as the username for infraction search | -0/+7 | ||
| 2020-09-22 | Fix AttributeError for infraction user searches via the group | -1/+1 | ||
| 2020-09-22 | Fix future date check in snowflake converter | -1/+1 | ||
| 2020-09-22 | Filtering: add missing space to log msg | -1/+1 | ||
| 2020-09-22 | Fix type annotation for expanded infractions | -2/+1 | ||
| The `_utils.Infraction` alias does not cover nested data structures. Therefore, it's inappropriate for expanded infraction API responses. | ||||
| 2020-09-22 | Sync: refactor conditional for sending message | -1/+4 | ||
| The ternary is a bit confusing. Co-authored-by: Numerlor <[email protected]> | ||||
| 2020-09-22 | Updated dependencies to match with master and include aioping. | -6/+17 | ||
| 2020-09-22 | Whitelisted the bot_commands channel and all staff for other channels. | -1/+3 | ||
| 2020-09-21 | Replacing the round function with a format specifier. | -1/+1 | ||
| Co-authored-by: Dennis Pham <[email protected]> | ||||
| 2020-09-21 | Replacing the round function with a format specifier. | -1/+1 | ||
| Co-authored-by: Dennis Pham <[email protected]> | ||||
| 2020-09-21 | Replacing the round function with a format specifier. | -1/+1 | ||
| Co-authored-by: Dennis Pham <[email protected]> | ||||
| 2020-09-21 | Comment updated from "microseconds" to "seconds" | -1/+1 | ||
| Co-authored-by: Dennis Pham <[email protected]> | ||||
| 2020-09-21 | Use `has_any_role` decorator instead of old `with_role` decorator | -2/+2 | ||
| 2020-09-21 | Description renamed to avoid verbosity. | -1/+1 | ||
| 2020-09-21 | Added period to docstring. | -1/+1 | ||
