aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Clean command improvements (#691)Gravatar scragly2019-12-13-16/+46
|\
| * Merge branch 'master' into enhancement/690-clean-cmdGravatar scragly2019-12-13-46/+297
| |\ | |/ |/|
* | Merge pull request #680 from python-discord/Write-unit-tests-for-`bot/utils/t...Gravatar scragly2019-12-13-3/+170
|\ \
| * | Fixed a typo ( due to poor copy pasta and eyeballing skills )Gravatar Shirayuki Nekomata2019-12-13-1/+1
| * | Added tests for `until_expiration`Gravatar Shirayuki Nekomata2019-12-13-0/+45
| * | Adding an optional argument for `until_expiration`, update typehints for `for...Gravatar Shirayuki Nekomata2019-12-13-3/+8
| * | Merge branch 'master' into Write-unit-tests-for-`bot/utils/time.py`Gravatar scragly2019-12-12-1/+32
| |\ \
| * \ \ Merge branch 'master' into Write-unit-tests-for-`bot/utils/time.py`Gravatar scragly2019-12-12-240/+358
| |\ \ \
| * | | | Removed `setUp()` from `TimeTests` since it is not being used for anything.Gravatar Shirayuki Nekomata2019-12-05-3/+0
| * | | | Moved all individual test cases into iterables and test with `self.subTest` c...Gravatar Shirayuki Nekomata2019-12-05-14/+18
| * | | | Added `self.subTest` for tests with multiple test cases & simplified single t...Gravatar Shirayuki Nekomata2019-12-05-19/+11
| * | | | Introduced test for `test_format_infraction`, refactored `test_parse_rfc1123`...Gravatar Shirayuki Nekomata2019-12-05-5/+7
| * | | | Splitting test cases for `format_infraction_with_duration` into proper, indep...Gravatar Shirayuki Nekomata2019-12-05-7/+27
| * | | | Changed `assert` to `self.assertIs` for `test_wait_until`Gravatar Shirayuki Nekomata2019-12-05-1/+1
| * | | | Added missing docstring for `test_humanize_delta_raises_for_invalid_max_units`Gravatar Shirayuki Nekomata2019-12-05-0/+1
| * | | | Splitting test cases for `humanize_delta` into proper, independent tests.Gravatar Shirayuki Nekomata2019-12-05-7/+21
| * | | | Added `unittest` for `bot.utils.time`Gravatar Shirayuki Nekomata2019-12-04-0/+87
* | | | | Revert "Use OAuth to be Reddit API compliant" (#695)Gravatar Joseph2019-12-13-88/+11
|\ \ \ \ \
| * | | | | Revert "Use OAuth to be Reddit API compliant"Gravatar Joseph2019-12-13-88/+11
|/ / / / /
* | | | | Use OAuth to be Reddit API compliant (#510)Gravatar scragly2019-12-13-11/+88
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'master' into reddit-api-oauthGravatar scragly2019-12-13-237/+383
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Display time left until expiration of infraction (#679)Gravatar scragly2019-12-12-1/+32
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'master' into Display-time-left-until-expiration-of-infractionGravatar scragly2019-12-12-240/+358
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #693 from python-discord/enh/mod/624/edit-recent-infractionGravatar Mark2019-12-12-19/+49
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into enh/mod/624/edit-recent-infractionGravatar Mark2019-12-12-26/+49
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Token and bad code (#500)Gravatar scragly2019-12-12-26/+49
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into token_and_bad_codeGravatar MarkKoz2019-12-12-1169/+2555
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Requested changeGravatar kraktus2019-12-05-1/+2
| * | | | | | Merge branch 'master' into token_and_bad_codeGravatar Daniel Brown2019-11-04-3476/+5522
| |\ \ \ \ \ \
| * | | | | | | Add check when a message is editedGravatar kraktus2019-10-20-23/+37
| * | | | | | | Use a `classmethod`Gravatar kraktus2019-10-12-1/+2
| * | | | | | | fix linting errorGravatar kraktus2019-10-07-1/+1
| * | | | | | | Another fixGravatar kraktus2019-10-07-1/+1
| * | | | | | | minor fixGravatar kraktus2019-10-07-1/+1
| * | | | | | | Make sure that poor code does not contains tokenGravatar kraktus2019-10-07-14/+21
| | | * | | | | Merge remote-tracking branch 'origin/master' into enh/mod/624/edit-recent-inf...Gravatar MarkKoz2019-12-12-191/+250
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| | | * | | | | Converters: rename string to allowed_stringsGravatar MarkKoz2019-12-11-5/+5
| | | * | | | | ModManagement: add more aliases for "special" params of infraction editGravatar MarkKoz2019-12-11-8/+8
| | | * | | | | ModManagement: display ID of edited infraction in confirmation messageGravatar MarkKoz2019-12-11-1/+2
| | | * | | | | ModManagement: allow "recent" as ID to edit infraction (#624)Gravatar MarkKoz2019-12-11-2/+21
| | | * | | | | Add a generic converter for only allowing certain string valuesGravatar MarkKoz2019-12-11-13/+23
| | | | * | | | Apply suggestions from Mark - removing `.` at the end and use double quote in...Gravatar Shirayuki Nekomata2019-12-04-2/+2
| | | | * | | | Implemented remaining time until expiration for infraction searching.Gravatar Shirayuki Nekomata2019-12-04-0/+7
| | | | * | | | Created `until_expiration` to get the remaining time until the infraction exp...Gravatar Shirayuki Nekomata2019-12-04-0/+20
| | | | * | | | Improved type hinting for `format_infraction_with_duration`Gravatar Shirayuki Nekomata2019-12-04-1/+5
| | | | | |/ / | | | | |/| |
| | | | | * | Reddit: raise ClientError when the token can't be retrievedGravatar MarkKoz2019-12-11-4/+3
| | | | | * | Reddit: log retries when getting the access tokenGravatar MarkKoz2019-12-11-1/+9
| | | | | * | Reddit: create a dict constant for the User-Agent headerGravatar MarkKoz2019-12-11-27/+12
| | | | | * | Reddit: revise docstringsGravatar MarkKoz2019-12-11-9/+17
| | | | | * | Reddit: define AccessToken type at the module levelGravatar MarkKoz2019-12-11-1/+2