| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-02-04 | Removing the 'more than likely' | -1/+1 | ||
| 2019-02-04 | Rewording token removal text to send a stronger message. | -3/+3 | ||
| 2019-01-30 | Suppressing NotFound exception when trying to delete messages | -2/+10 | ||
| 2019-01-29 | Redirecting free command to bot-commands for regular users; correcting typo ↵ | -29/+11 | ||
| in decorator log message; adding STAFF_ROLES constant | ||||
| 2019-01-26 | Fixes hierarchy check when target not a server member. | -23/+28 | ||
| - Defines the Union type of `discord.Member`, `discord.User` and the custom `proxy_user` function for cleaner converters. - Adds `isinstance` check for `target` to ensure it's a `discord.Member`. If it wasn't, it means the `Member` part of the Union converter failed so they're definitely not in the guild, so no need to check hierarchy; returns True when they're not a Member. - Removes now unnecessary `get_member`. - Adds missing punctuation and param docs to `respect_role_hierarchy` method docstring. | ||||
| 2019-01-22 | Empty commit for redeploy | -0/+1 | ||
| 2019-01-19 | Hiding 'hidden infractions' from regular users user information embed | -1/+4 | ||
| 2019-01-19 | Move comment checking to after code extraction, use try:finally block for ↵ | -13/+11 | ||
| removing job entry. | ||||
| 2019-01-18 | Adding log.trace messages to decorator | -7/+16 | ||
| 2019-01-18 | Adding redirection constants to contants.py and config-default.yml | -0/+10 | ||
| 2019-01-18 | Redirecting output of help of regular users to bot-commands | -1/+4 | ||
| 2019-01-18 | Adding 'redirect_output' decorator to bot/decorators.py | -1/+30 | ||
| 2019-01-17 | The codeblock is already stripped later | -1/+1 | ||
| Co-Authored-By: FrenchMasterSword <[email protected]> | ||||
| 2019-01-17 | Revert RMQ mod_log event name. | -16/+16 | ||
| 2019-01-17 | Move RMQ logs to devlog. | -18/+18 | ||
| 2019-01-16 | Simplify role check logic | -9/+8 | ||
| 2019-01-16 | Add developer wiki links | -0/+5 | ||
| 2019-01-17 | Revert modlog channel for unbanned notification | -1/+1 | ||
| Co-Authored-By: scragly <[email protected]> | ||||
| 2019-01-17 | Revert modlog channel for banned notification | -1/+1 | ||
| Co-Authored-By: scragly <[email protected]> | ||||
| 2019-01-17 | Add new userlog channel support. | -10/+18 | ||
| 2019-01-16 | Correct altered log_msg kwarg used. | -1/+1 | ||
| 2019-01-16 | Changing incorrect type hinting for _parse_infraction_time and updating its ↵ | -2/+6 | ||
| docstring | ||||
| 2019-01-14 | Fix number duplication | -2/+2 | ||
| 2019-01-14 | Change enumeration increment | -8/+8 | ||
| 2019-01-14 | Updating docstring for 'bigbrother nominate' command so it's equal to 'nominate' | -2/+2 | ||
| 2019-01-14 | Separating the potential helper watch and bb watch by adding a separate ↵ | -42/+128 | ||
| nominate-command | ||||
| 2019-01-13 | Changing the rich embed filter to a watchlist that ignores twitter embeds; ↵ | -21/+27 | ||
| adding time delta check to avoid the trigger-twice problem | ||||
| 2019-01-13 | Change MR to PR, reorder log levels | -4/+4 | ||
| 2019-01-13 | Enumerate items | -8/+8 | ||
| Markdown is made for humans to read and only coincidentally for computers to render. If it's supposed to be an unordered list, use - or *. If it's supposed to be ordered, enumerate it. | ||||
| 2019-01-13 | Using the exception message as the description in BadArgument error embeds. | -2/+2 | ||
| 2019-01-13 | fixing a bad conflict resolution pt2 | -1/+1 | ||
| 2019-01-13 | fixing a bad conflict resolution | -11/+0 | ||
| 2019-01-13 | reverting the lockfile, no changes needed | -196/+166 | ||
| 2019-01-13 | Adressing jchrists review comments | -113/+122 | ||
| 2019-01-12 | Change log.error to log.exception to avoid hiding traceback | -1/+1 | ||
| Co-Authored-By: fiskenslakt <[email protected]> | ||||
| 2019-01-12 | Change ctx.invoke to ctx.reinvoke to conserve passed arguments | -1/+1 | ||
| Co-Authored-By: fiskenslakt <[email protected]> | ||||
| 2019-01-12 | Clarify trace logging level as PyDis-implemented | -1/+1 | ||
| 2019-01-12 | Update sentence flow for clarity | -2/+2 | ||
| and to prevent dizziness Co-Authored-By: sco1 <[email protected]> | ||||
| 2019-01-12 | Condense logic | -5/+2 | ||
| 2019-01-12 | Add Optional type hints where appropriate | -6/+6 | ||
| 2019-01-12 | Changing check-specific exception to superclass exception so help doesn't ↵ | -2/+2 | ||
| break when new check exceptions are added | ||||
| 2019-01-11 | Remove debug print statement | -1/+0 | ||
| 2019-01-11 | Add edit delta to modlog for multi-edit messages | -8/+39 | ||
| To help with self-bot detection, if a message has been previously edited, generate a human-readable delta between the last edit and the new one Use message timestamp for modlog embeds generated during on_message event Visually separate send_log_message kwargs to make them easier to read | ||||
| 2019-01-11 | Proofreading pass on Contributor doc | -12/+12 | ||
| 2019-01-11 | Disable rich embed filter | -1/+1 | ||
| Discord adding the embeds is causing it to trigger. | ||||
| 2019-01-11 | Revert "Catching the superclass CheckFailure instead of the subclass" | -2/+2 | ||
| This reverts commit 8f30b52fd378bb3546c84d0fdb945a4b492236b8. Accidentally pushed to master when I thought I was at a branch | ||||
| 2019-01-11 | Catching the superclass CheckFailure instead of the subclass | -2/+2 | ||
| 2019-01-11 | Using stronger language in the message and emphazising the 'strongly ↵ | -2/+3 | ||
| recommend' with bold | ||||
| 2019-01-11 | Only retrieve/cache watch reason when user becomes active; restore ↵ | -9/+12 | ||
| update_cache to synchronous as it was before | ||||
| 2019-01-10 | Initial rework of Contributor guidelines (not yet proofread) | -29/+33 | ||
| Add guidance on commit scope & frequency Add guidance on commit messages Beat people over the head with flake8 & precommit hooks Add logging level definition Remove the random linebreaks Minor wordsmithing, formatting changes | ||||