index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
Make post_user take default values for payload from `getattr`
Manuel Ignacio Pérez Alcolea
2019-12-20
-20
/
+12
*
Make `FetchedUser` return a `discord.Object` if user *may* exist
Manuel Ignacio Pérez Alcolea
2019-12-20
-7
/
+35
*
Give `post_user` default values for `payload` if absent in `user`
Manuel Ignacio Pérez Alcolea
2019-12-20
-19
/
+26
*
Refactor minor details in `post_infraction`
Manuel Ignacio Pérez Alcolea
2019-12-20
-5
/
+4
*
Make post_infraction try to `post_user` if user doesn't exist
Manuel Ignacio Pérez Alcolea
2019-12-16
-20
/
+17
*
Add `post_user` function to POST a new user to the DB
Manuel Ignacio Pérez Alcolea
2019-12-16
-0
/
+33
*
Remove pointless comma after last argument
Manuel Ignacio Pérez Alcolea
2019-12-16
-1
/
+1
*
Add FetchedUser to convert ids of absent users to `discord.User`
Manuel Ignacio Pérez Alcolea
2019-12-16
-0
/
+22
*
Use OAuth to be Reddit API compliant (#696)
scragly
2019-12-13
-11
/
+88
|
\
|
*
Merge branch 'master' into revert-695-revert-510-reddit-api-oauth
scragly
2019-12-13
-27
/
+233
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #694 from python-discord/enh/mod/534/no-ping-dm-fail
Mark
2019-12-12
-3
/
+6
|
\
\
|
*
\
Merge branch 'master' into enh/mod/534/no-ping-dm-fail
Mark
2019-12-12
-258
/
+604
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #692 from python-discord/enh/verification/688/allow-mods-cmds
Mark
2019-12-12
-5
/
+11
|
\
\
\
|
*
\
\
Merge branch 'master' into enh/verification/688/allow-mods-cmds
Mark
2019-12-12
-253
/
+593
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Clean command improvements (#691)
scragly
2019-12-13
-16
/
+46
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into enhancement/690-clean-cmd
scragly
2019-12-13
-46
/
+297
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #680 from python-discord/Write-unit-tests-for-`bot/utils/t...
scragly
2019-12-13
-3
/
+170
|
\
\
\
\
\
|
*
|
|
|
|
Fixed a typo ( due to poor copy pasta and eyeballing skills )
Shirayuki Nekomata
2019-12-13
-1
/
+1
|
*
|
|
|
|
Added tests for `until_expiration`
Shirayuki Nekomata
2019-12-13
-0
/
+45
|
*
|
|
|
|
Adding an optional argument for `until_expiration`, update typehints for `for...
Shirayuki Nekomata
2019-12-13
-3
/
+8
|
*
|
|
|
|
Merge branch 'master' into Write-unit-tests-for-`bot/utils/time.py`
scragly
2019-12-12
-1
/
+32
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' into Write-unit-tests-for-`bot/utils/time.py`
scragly
2019-12-12
-240
/
+358
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Removed `setUp()` from `TimeTests` since it is not being used for anything.
Shirayuki Nekomata
2019-12-05
-3
/
+0
|
*
|
|
|
|
|
|
Moved all individual test cases into iterables and test with `self.subTest` c...
Shirayuki Nekomata
2019-12-05
-14
/
+18
|
*
|
|
|
|
|
|
Added `self.subTest` for tests with multiple test cases & simplified single t...
Shirayuki Nekomata
2019-12-05
-19
/
+11
|
*
|
|
|
|
|
|
Introduced test for `test_format_infraction`, refactored `test_parse_rfc1123`...
Shirayuki Nekomata
2019-12-05
-5
/
+7
|
*
|
|
|
|
|
|
Splitting test cases for `format_infraction_with_duration` into proper, indep...
Shirayuki Nekomata
2019-12-05
-7
/
+27
|
*
|
|
|
|
|
|
Changed `assert` to `self.assertIs` for `test_wait_until`
Shirayuki Nekomata
2019-12-05
-1
/
+1
|
*
|
|
|
|
|
|
Added missing docstring for `test_humanize_delta_raises_for_invalid_max_units`
Shirayuki Nekomata
2019-12-05
-0
/
+1
|
*
|
|
|
|
|
|
Splitting test cases for `humanize_delta` into proper, independent tests.
Shirayuki Nekomata
2019-12-05
-7
/
+21
|
*
|
|
|
|
|
|
Added `unittest` for `bot.utils.time`
Shirayuki Nekomata
2019-12-04
-0
/
+87
|
|
|
|
*
|
|
|
Merge remote-tracking branch 'origin/master' into enhancement/690-clean-cmd
MarkKoz
2019-12-12
-191
/
+250
|
|
|
|
|
\
\
\
\
|
|
|
|
*
|
|
|
|
Clean: reformat arguments
MarkKoz
2019-12-11
-8
/
+33
|
|
|
|
*
|
|
|
|
Clean: allow amount argument to be skipped
Mark
2019-12-11
-4
/
+4
|
|
|
|
*
|
|
|
|
Clean: support specifying a channel different than the context's
MarkKoz
2019-12-11
-13
/
+18
|
|
|
|
*
|
|
|
|
Clean: un-hide from help and add purge alias
MarkKoz
2019-12-11
-1
/
+1
|
|
|
|
|
|
*
|
|
Verification: check channel before checking for bot messages
MarkKoz
2019-12-12
-3
/
+3
|
|
|
|
|
|
*
|
|
Verification: delete bots' messages (#689)
MarkKoz
2019-12-11
-1
/
+6
|
|
|
|
|
|
*
|
|
Verification: allow mods+ to use commands in checkpoint (#688)
MarkKoz
2019-12-11
-2
/
+3
|
|
|
|
|
|
/
/
/
|
|
|
|
|
/
|
|
|
|
|
|
|
|
|
*
|
Moderation: show emoji for DM failure instead of mentioning actor (#534)
MarkKoz
2019-12-11
-3
/
+6
|
|
|
|
|
|
/
/
|
|
|
|
|
/
|
|
|
|
|
|
|
|
*
Revert "Revert "Use OAuth to be Reddit API compliant""
Joseph
2019-12-13
-11
/
+88
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Revert "Use OAuth to be Reddit API compliant" (#695)
Joseph
2019-12-13
-88
/
+11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Revert "Use OAuth to be Reddit API compliant"
Joseph
2019-12-13
-88
/
+11
|
/
/
/
/
/
/
*
|
|
|
|
|
Use OAuth to be Reddit API compliant (#510)
scragly
2019-12-13
-11
/
+88
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'master' into reddit-api-oauth
scragly
2019-12-13
-237
/
+383
|
|
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Display time left until expiration of infraction (#679)
scragly
2019-12-12
-1
/
+32
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'master' into Display-time-left-until-expiration-of-infraction
scragly
2019-12-12
-240
/
+358
|
|
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #693 from python-discord/enh/mod/624/edit-recent-infraction
Mark
2019-12-12
-19
/
+49
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' into enh/mod/624/edit-recent-infraction
Mark
2019-12-12
-26
/
+49
|
|
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Token and bad code (#500)
scragly
2019-12-12
-26
/
+49
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
[next]