| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 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 | 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 | ||||
| 2019-01-10 | Update error handler docstring to be more accurate | -4/+2 | ||
| 2019-01-10 | Put extra sentence in docstring clarifying arg usage | -0/+1 | ||
| 2019-01-10 | Add cooldown constants to config | -1/+7 | ||
| 2019-01-10 | Add 2nd space to inline comment to obey allmighty linter | -1/+1 | ||
| 2019-01-10 | Update error handler to log errors instead of ignore them | -1/+4 | ||
| 2019-01-10 | Removing default argument for the alias <prefix>watch to require a reason ↵ | -1/+1 | ||
| via the alias as well | ||||
| 2019-01-10 | Adding type annotations | -2/+2 | ||
| 2019-01-10 | Adding watch reason to the big-brother header embeds | -9/+57 | ||
| 2019-01-09 | Change activity timeout to 10 minutes | -1/+1 | ||
| 2019-01-09 | Add all the block comments! | -0/+10 | ||