index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused variables in routes.
Rapptz
2017-02-09
1
-3
/
+0
*
Fix more places where server is used instead of guild in docstrings.
Rapptz
2017-02-08
2
-3
/
+3
*
Fix support for instant invites.
Rapptz
2017-02-08
4
-96
/
+165
*
Remove unused constants in HTTPClient
Rapptz
2017-02-08
1
-12
/
+0
*
Add missing continue statement in gateway futures.
Rapptz
2017-02-08
1
-0
/
+1
*
Handle HEARTBEAT_ACK
Rapptz
2017-02-08
1
-2
/
+24
*
Rewrite RESUME logic to be more in line with what is requested.
Rapptz
2017-02-08
3
-24
/
+13
*
Only defer the lock if we're pre-emptively rate limiting.
Rapptz
2017-02-08
1
-1
/
+1
*
[commands] Better support for retrieving children commands.
Rapptz
2017-02-06
1
-2
/
+25
*
[commands] Fix converters returning the wrong types when an ID is passed
Rapptz
2017-01-31
1
-2
/
+2
*
Fix Member.permissions_in passing in the wrong self parameter.
Rapptz
2017-01-31
1
-0
/
+16
*
Fix parsing of Invite.user
Rapptz
2017-01-30
1
-2
/
+2
*
Faster implementation of Guild.default_channel.
Rapptz
2017-01-29
1
-4
/
+4
*
Change Role.is_everyone to Role.is_default.
Rapptz
2017-01-29
2
-9
/
+9
*
Make all public is_ functions into methods instead of properties.
Rapptz
2017-01-29
5
-15
/
+10
*
Remove unused Message._handle_upgrades function.
Rapptz
2017-01-29
1
-17
/
+0
*
Re-add Client.wait_until_ready
Rapptz
2017-01-29
1
-0
/
+22
*
Allow removing an embed in Message.edit
Rapptz
2017-01-29
2
-15
/
+22
*
Add missing int casts in many different events in the state.
Rapptz
2017-01-28
2
-14
/
+13
*
[commands] Implement before and after invoke command hooks.
Rapptz
2017-01-27
2
-2
/
+186
*
[commands] Add Context.command_failed attribute.
Rapptz
2017-01-27
2
-7
/
+12
*
Add ClientUser.friends and ClientUser.blocked
Rapptz
2017-01-27
1
-0
/
+10
*
[commands] Add cog local checks via __local_check
Rapptz
2017-01-26
1
-0
/
+10
*
[commands] Rename __check to __global_check for cogs.
Rapptz
2017-01-26
1
-3
/
+3
*
[commands] Allow customising the Context class in get_context.
Rapptz
2017-01-26
1
-3
/
+9
*
Replace wait_for_* with a generic Client.wait_for
Rapptz
2017-01-25
1
-288
/
+84
*
Add compatibility shim for asyncio.Future creation.
Rapptz
2017-01-25
4
-4
/
+13
*
Remove unused ChannelPermissions namedtuple.
Rapptz
2017-01-25
2
-4
/
+1
*
Remove Client.__getattr__ and Client.__setattr__ shims.
Rapptz
2017-01-25
1
-25
/
+28
*
Optimise attribute access when dispatching.
Rapptz
2017-01-25
2
-23
/
+18
*
Implement User.profile coroutine to get a user's profile.
Rapptz
2017-01-24
3
-2
/
+41
*
Add option to disable auto member chunking.
Rapptz
2017-01-23
3
-97
/
+142
*
Fix issue with user bots chunking unavailable guilds.
Rapptz
2017-01-21
1
-2
/
+2
*
Allow unique invites for Client.create_invite.
Rapptz
2017-01-21
2
-3
/
+6
*
Update copyright year to 2017.
Rapptz
2017-01-20
42
-47
/
+47
*
Add support for relationships.
Rapptz
2017-01-20
7
-5
/
+233
*
Add ClientUser.premium boolean.
Rapptz
2017-01-20
1
-1
/
+4
*
Make ClientUser separate from a regular User.
Rapptz
2017-01-19
5
-153
/
+214
*
Remove email/password based login.
Rapptz
2017-01-19
2
-113
/
+11
*
Reimplement Guild.me property without patching it in.
Rapptz
2017-01-18
2
-8
/
+8
*
Fix bug with GuildChannel.edit and Role.edit with positions.
Rapptz
2017-01-16
3
-5
/
+12
*
Fix AutoShardedClient docstring.
Rapptz
2017-01-16
1
-1
/
+1
*
[commands] Guarantee that local error handler is called before generic.
Rapptz
2017-01-15
2
-4
/
+4
*
[commands] Change UserConverter to actually work with User, not Member.
Rapptz
2017-01-14
1
-1
/
+27
*
Remove _get_guild_id from Messageable ABC.
Rapptz
2017-01-14
7
-39
/
+11
*
[commands] Split process_commands into lower level bits.
Rapptz
2017-01-14
2
-49
/
+98
*
Fix documentation to properly use Messageable.send
Rapptz
2017-01-13
2
-12
/
+12
*
[commands] Make Command a descriptor for #426.
Rapptz
2017-01-13
2
-2
/
+5
*
Use the improved role creation endpoint for making roles.
Rapptz
2017-01-13
2
-10
/
+49
*
Remove extraneous kwargs from Permissions constructor.
Rapptz
2017-01-13
1
-1
/
+1
[next]