index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
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
path:
root
/
tests
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2019-12-20
Make `FetchedUser` return a `discord.Object` if user *may* exist
Manuel Ignacio Pérez Alcolea
-7
/
+35
2019-12-20
Give `post_user` default values for `payload` if absent in `user`
Manuel Ignacio Pérez Alcolea
-19
/
+26
2019-12-20
Refactor minor details in `post_infraction`
Manuel Ignacio Pérez Alcolea
-5
/
+4
2019-12-16
Make post_infraction try to `post_user` if user doesn't exist
Manuel Ignacio Pérez Alcolea
-20
/
+17
2019-12-16
Add `post_user` function to POST a new user to the DB
Manuel Ignacio Pérez Alcolea
-0
/
+33
2019-12-16
Remove pointless comma after last argument
Manuel Ignacio Pérez Alcolea
-1
/
+1
2019-12-16
Add FetchedUser to convert ids of absent users to `discord.User`
Manuel Ignacio Pérez Alcolea
-0
/
+22
2019-12-12
Verification: check channel before checking for bot messages
MarkKoz
-3
/
+3
2019-12-13
Fixed a typo ( due to poor copy pasta and eyeballing skills )
Shirayuki Nekomata
-1
/
+1
2019-12-13
Added tests for `until_expiration`
Shirayuki Nekomata
-0
/
+45
2019-12-13
Adding an optional argument for `until_expiration`, update typehints for `for...
Shirayuki Nekomata
-3
/
+8
2019-12-13
Revert "Revert "Use OAuth to be Reddit API compliant""
Joseph
-11
/
+88
2019-12-13
Revert "Use OAuth to be Reddit API compliant"
Joseph
-88
/
+11
2019-12-11
Clean: reformat arguments
MarkKoz
-8
/
+33
2019-12-11
Clean: allow amount argument to be skipped
Mark
-4
/
+4
2019-12-11
Converters: rename string to allowed_strings
MarkKoz
-5
/
+5
2019-12-11
ModManagement: add more aliases for "special" params of infraction edit
MarkKoz
-8
/
+8
2019-12-11
Moderation: show emoji for DM failure instead of mentioning actor (#534)
MarkKoz
-3
/
+6
2019-12-11
ModManagement: display ID of edited infraction in confirmation message
MarkKoz
-1
/
+2
2019-12-11
ModManagement: allow "recent" as ID to edit infraction (#624)
MarkKoz
-2
/
+21
2019-12-11
Add a generic converter for only allowing certain string values
MarkKoz
-13
/
+23
2019-12-11
Verification: delete bots' messages (#689)
MarkKoz
-1
/
+6
2019-12-11
Verification: allow mods+ to use commands in checkpoint (#688)
MarkKoz
-2
/
+3
2019-12-11
Clean: support specifying a channel different than the context's
MarkKoz
-13
/
+18
2019-12-11
Clean: un-hide from help and add purge alias
MarkKoz
-1
/
+1
2019-12-11
Reddit: raise ClientError when the token can't be retrieved
MarkKoz
-4
/
+3
2019-12-11
Reddit: log retries when getting the access token
MarkKoz
-1
/
+9
2019-12-11
Reddit: create a dict constant for the User-Agent header
MarkKoz
-27
/
+12
2019-12-11
Reddit: revise docstrings
MarkKoz
-9
/
+17
2019-12-11
Reddit: define AccessToken type at the module level
MarkKoz
-1
/
+2
2019-12-11
Reddit: use expires_in from the response to calculate token expiration
MarkKoz
-2
/
+3
2019-12-11
Reddit: use qualified_name attribute when removing the cog
MarkKoz
-1
/
+1
2019-12-11
Reddit: move BasicAuth instantiation to __init__
MarkKoz
-4
/
+3
2019-12-11
Reddit: move token renewal inside fetch_posts
MarkKoz
-17
/
+4
2019-12-11
ErrorHandler: fix #650 tag fallback not respecting checks
MarkKoz
-0
/
+10
2019-12-09
Infractions: kick user from voice after muting (#644)
MarkKoz
-2
/
+7
2019-12-09
Moderation: catch HTTPException when applying an infraction
MarkKoz
-3
/
+7
2019-12-09
Moderation: show HTTP status code in the log for deactivation failures
MarkKoz
-1
/
+1
2019-12-08
Use the AsyncResolver for APIClient and discord.py sessions too
MarkKoz
-11
/
+11
2019-12-09
Ensure hidden_channels and bypass_roles use a list when not passed.
Manuel Ignacio Pérez Alcolea
-0
/
+3
2019-12-08
Fix test failures for setup log messages
MarkKoz
-24
/
+7
2019-12-08
Properly create and close aiohttp sessions
MarkKoz
-10
/
+65
2019-12-08
Fix name conflict with the Bot cog
MarkKoz
-3
/
+3
2019-12-08
Override add_cog to log loading of cogs
MarkKoz
-80
/
+34
2019-12-07
Change all Bot imports to use the subclass
MarkKoz
-52
/
+92
2019-12-07
Subclass Bot
MarkKoz
-24
/
+32
2019-12-05
Keeps access token alive, only revokes it on extension unload.
Jens
-20
/
+32
2019-12-05
Requested change
kraktus
-1
/
+2
2019-12-05
Added optional channel parameter to !echo:
Daniel Brown
-4
/
+7
2019-12-05
Removed `setUp()` from `TimeTests` since it is not being used for anything.
Shirayuki Nekomata
-3
/
+0
[next]