| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-10-04 | Make AsyncCache key tuple instead string | -1/+1 | ||
| 2020-10-04 | Move PEP URLs to class constants | -7/+6 | ||
| 2020-10-04 | Rename async cache instances | -7/+5 | ||
| 2020-09-26 | Fix linting | -3/+2 | ||
| 2020-09-26 | PEP: Split get_pep_embed to smaller parts | -22/+34 | ||
| 2020-09-26 | Async Cache: Create class-based async cache | -24/+37 | ||
| 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 | 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 | 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 | ||