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
*
Make PyNaCl optional
Hornwitser
2016-06-28
2
-1
/
+15
*
Make Message.channel_mentions unique.
Rapptz
2016-06-27
1
-4
/
+2
*
Ignore HEARTBEAT_ACK for now to disable the noisy logging.
Rapptz
2016-06-27
1
-0
/
+3
*
Guild Sharding support
cookie
2016-06-26
2
-0
/
+11
*
Document that bot users can't use Client.accept_invite
Rapptz
2016-06-26
1
-0
/
+2
*
[commands] Fix error where consume rest would not work.
Rapptz
2016-06-23
1
-1
/
+1
*
[commands] Fix bug that made functions stop working as converters.
Rapptz
2016-06-23
1
-1
/
+1
*
Fix bug with edit_profile for user accounts
Harmon758
2016-06-23
1
-1
/
+1
*
[commands] Port special cased discord converters to commands.Converter
Rapptz
2016-06-22
3
-116
/
+163
*
Fix bug with Client.server_voice_state not deafening.
Rapptz
2016-06-22
2
-8
/
+11
*
[commands] Add commands.Converter base for converts with context.
Rapptz
2016-06-22
1
-5
/
+38
*
Handle MESSAGE_DELETE_BULK.
Rapptz
2016-06-22
1
-0
/
+7
*
Support for v5 Gateway.
Rapptz
2016-06-22
6
-29
/
+81
*
Fix bug with deleting private messages.
Rapptz
2016-06-20
1
-3
/
+5
*
[commands] Add Command.ignore_extra attribute to ignore extra arguments
Rapptz
2016-06-20
2
-3
/
+20
*
Raise TypeError if "after" parameter is not a callable.
Rapptz
2016-06-20
1
-1
/
+4
*
[commands] Add the concept of global checks.
Rapptz
2016-06-19
2
-2
/
+90
*
[commands] Add `delete_after` keyword argument to utility functions.
Rapptz
2016-06-19
1
-4
/
+82
*
Clarify that Client.logs_from can take a PrivateChannel too.
Rapptz
2016-06-18
1
-1
/
+1
*
Add support for message pinning.
Rapptz
2016-06-18
3
-2
/
+86
*
Fix HTTPClient.recreate to actually work.
Rapptz
2016-06-18
1
-1
/
+1
*
Add Member.top_role property to get the highest role.
Rapptz
2016-06-18
1
-0
/
+13
*
Fix Colour.__str__ to actually pad zeroes.
Rapptz
2016-06-16
1
-1
/
+1
*
Attempt resume when we receive a 1001.
Rapptz
2016-06-16
1
-1
/
+1
*
[commands] Add Context.cog property.
Rapptz
2016-06-16
1
-0
/
+7
*
Don't assume that any shared fields are optional in Client.edit_channel.
Rapptz
2016-06-15
2
-3
/
+5
*
The name is required in Client.edit_channel so add it if it is missing.
Rapptz
2016-06-15
1
-0
/
+3
*
Make logging for HTTP requests more useful.
Rapptz
2016-06-15
1
-5
/
+4
*
Add Client.get_message
Rapptz
2016-06-15
2
-0
/
+37
*
Make sure the socket is closed when we call VoiceClient.disconnect
Rapptz
2016-06-14
1
-3
/
+5
*
Make Channel.overwrites_for return PermissionOverwrite
Rapptz
2016-06-14
1
-10
/
+11
*
Make Client.edit_channel_permissions use PermissionOverwrite.
Rapptz
2016-06-14
1
-19
/
+15
*
Add a way to set permission overwrites when creating a channel.
Rapptz
2016-06-14
3
-5
/
+73
*
Fix bug with editing messages over private messages.
Rapptz
2016-06-14
1
-2
/
+2
*
Add discord.PermissionOverwrite type for channel-specific overwrites.
Rapptz
2016-06-14
2
-1
/
+94
*
Fix bucket for change_nickname.
Rapptz
2016-06-14
1
-1
/
+1
*
Doc string typos
PapyrusThePlant
2016-06-14
1
-2
/
+2
*
Fix exception when handling login failure
Hornwitser
2016-06-14
1
-2
/
+2
*
[commands] Only show CommandNotFound on non-empty commands.
Rapptz
2016-06-14
1
-1
/
+1
*
Fix concurrently joining more than one voice server at a time
Jake
2016-06-13
1
-2
/
+3
*
Document Server.large
Rapptz
2016-06-12
1
-0
/
+4
*
Give Client.email a default value of None.
Rapptz
2016-06-12
1
-0
/
+1
*
Make the default filename a little bit prettier.
Rapptz
2016-06-12
1
-1
/
+2
*
Fix bug with login token not being properly written in cache.
Rapptz
2016-06-12
1
-3
/
+4
*
Fix bug with logs_from URL params not being correct.
Rapptz
2016-06-12
1
-0
/
+3
*
Fix bug with uploading file-like objects.
Rapptz
2016-06-12
2
-4
/
+3
*
Fix bug with logging in with email and password.
Rapptz
2016-06-12
1
-1
/
+1
*
Fix bug with edit_role and create_role not working.
Rapptz
2016-06-12
1
-1
/
+5
*
Fix sed error involved in creation of voice websocket.
Rapptz
2016-06-12
1
-1
/
+1
*
Support more close codes for RESUME.
Rapptz
2016-06-12
1
-1
/
+1
[next]