| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | | | | | | | | | Merge branch 'master' into logging-tests | 2020-05-17 | -786/+1195 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | Created tests for `bot.cogs.logging` connected message. | 2020-04-14 | -0/+42 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | Sync: fix guild ID check | 2020-06-17 | -22/+25 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Need to compare the IDs against each other rather than the Guild object against the ID. | ||||
| | | | * | | | | | | | | | | | | | Sync: ignore 404s in on_user_update | 2020-06-14 | -13/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 404s probably mean the user is from another guild. | ||||
| | | | * | | | | | | | | | | | | | Sync tests: test listeners ignore events from other guilds | 2020-06-14 | -10/+54 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | Sync: ignore events from other guilds | 2020-06-14 | -0/+18 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | In LinePaginator, truncate words that exceed scale_to_size | 2020-06-26 | -12/+11 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | Correctly pass scale_to_size in LinePaginator.paginate() | 2020-06-26 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | Update LinePaginator.add_line() tests | 2020-06-26 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | Simplify LinePaginator continuation header | 2020-06-26 | -4/+7 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | Fix LinePaginator new page creation | 2020-06-26 | -8/+14 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | Account for spaces in LinePaginator._split_remaining_lines() | 2020-06-26 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | Merge branch 'master' into issue926-paginate-long-lines | 2020-06-04 | -1108/+2534 | ||
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | | | | | | Fix _split_remaining_words() docstring summary | 2020-06-04 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | Fix docstring for _split_remaing_words() | 2020-06-04 | -3/+7 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | Improve LinePaginator to support long lines | 2020-06-04 | -17/+98 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | * | | | | Change tests to work with the new file layout. | 2020-07-15 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 326beebe9b097731a39ecc9868e5e1f2bd762aae | ||||
| | | | | | | | | | | | | | * | | | | Move `find_nth_occurrence` to utils helpers | 2020-07-15 | -13/+14 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | * | | | | Move `send_to_paste_service` to services submodule | 2020-07-15 | -54/+55 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | * | | | | Move general helper functions to submodule. | 2020-07-15 | -15/+14 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | * | | | | Merge branch 'master' into truncate-internal-eval | 2020-06-21 | -492/+1374 | ||
| | | | | | | | | | | | | | |\ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # bot/utils/__init__.py | ||||
| * | | | | | | | | | | | | | | | | | Merge pull request #1009 from python-discord/bug/mod/bot-2a/webhook-clyde | 2020-06-20 | -8/+57 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 400 when "clyde" is in any webhook username | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into bug/mod/bot-2a/webhook-clyde | 2020-06-20 | -100/+285 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #1015 from python-discord/kwzrd/pipenv-html-script | 2020-06-19 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Pipenv script for html coverage report | ||||
| | * | | | | | | | | | | | | | | | | | | Pipenv: add script for html coverage report | 2020-06-19 | -0/+1 | ||
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similarly to the `report` script, this removes the need to invoke coverage when generating the html report. | ||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #1003 from ↵ | 2020-06-19 | -16/+47 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/bug/filters/bot-58/removers-ignore-dms Ignore DMs in token and webhook removers | ||||
| | * | | | | | | | | | | | | | | | | | Merge branch 'master' into bug/filters/bot-58/removers-ignore-dms | 2020-06-19 | -85/+238 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #892 from Akarys42/#364-offensive-msg-autodeletion | 2020-06-17 | -9/+80 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #364 offensive msg autodeletion | ||||
| | * | | | | | | | | | | | | | | | | | | Update deletion scheduler to use latest watchlist configuration | 2020-06-17 | -17/+5 | ||
| | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | Merge branch 'master' into #364-offensive-msg-autodeletion | 2020-06-17 | -2517/+7259 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #991 from crazygmr101/feature/cooldown-tag | 2020-06-17 | -0/+20 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create cooldown.md | ||||
| | * | | | | | | | | | | | | | | | | | | | Update bot/resources/tags/customcooldown.md | 2020-06-15 | -3/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/cooldown-tag | 2020-06-12 | -76/+179 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Add scheme to URL | 2020-06-12 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Update customcooldown.md | 2020-06-12 | -0/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Make title more specific | 2020-06-12 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | | | | | | | | | | | | | | | | | | | Update bot/resources/tags/customcooldown.md | 2020-06-10 | -3/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joseph Banks <[email protected]> | ||||
| | * | | | | | | | | | | | | | | | | | | | change _cd to message_cooldown | 2020-06-10 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply suggestions from code review Co-authored-by: Joseph Banks <[email protected]> | ||||
| | * | | | | | | | | | | | | | | | | | | | Move the not rate-limited message into else | 2020-06-10 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Update example to not be in a cog | 2020-06-10 | -12/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Rename to customcooldown.md | 2020-06-10 | -0/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Update cooldown.md | 2020-06-07 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | Create cooldown.md | 2020-06-07 | -0/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #1001 from python-discord/bug/mod/bot-68/ban-strips-none | 2020-06-17 | -22/+38 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check infraction reason isn't None before shortening it | ||||
| | * | | | | | | | | | | | | | | | | | | | | Format parameters with a more consistent style | 2020-06-16 | -19/+19 | ||
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | Add optional type annotations to reason in pardon funcs | 2020-06-16 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | Revise inaccurate typehint for Optional reason | 2020-06-16 | -18/+31 | ||
| | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | Fix check for bot actor in infractions | 2020-06-14 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason None check should be nested to avoid affecting the else/elif statements that follow. | ||||
| | * | | | | | | | | | | | | | | | | | | | | Check infraction reason isn't None before shortening it | 2020-06-14 | -5/+8 | ||
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | | | | | Add LMGTFY to domain blacklist | 2020-06-17 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | |||||