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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Client.edit_role to be less stateful.
Rapptz
2015-10-17
1
-18
/
+23
*
Document Permissions constants and set default permissions to 0.
Rapptz
2015-10-17
1
-1
/
+29
*
Add Channel.permissions_for and PrivateChannel.permissions_for.
Rapptz
2015-10-17
2
-14
/
+128
*
Fix bug with member voice state update.
Rapptz
2015-10-17
1
-3
/
+4
*
Better detection for the @everyone role.
Rapptz
2015-10-17
2
-3
/
+8
*
Add Role.managed property.
Rapptz
2015-10-16
1
-0
/
+5
*
Only remove if the user is actually in the voice channel.
Rapptz
2015-10-16
1
-1
/
+1
*
on_socket_response now handles non-op 0 websocket messages.
Rapptz
2015-10-16
1
-5
/
+8
*
Use compact encoding for json on websocket
Hornwitser
2015-10-16
1
-2
/
+2
*
Add events for sniffing the WebSocket data
Hornwitser
2015-10-16
2
-0
/
+42
*
Add Channel.voice_members
Rapptz
2015-10-16
2
-0
/
+14
*
Separate colour tuple into its own class.
Rapptz
2015-10-16
5
-53
/
+220
*
Handle VOICE_STATE_UPDATE websocket events.
Rapptz
2015-10-15
3
-3
/
+54
*
Handle GUILD_ROLE_UPDATE websocket events.
Rapptz
2015-10-15
3
-2
/
+20
*
Handle GUILD_ROLE_DELETE websocket events.
Rapptz
2015-10-15
2
-4
/
+13
*
Handle GUILD_ROLE_CREATE websocket events.
Rapptz
2015-10-15
2
-1
/
+15
*
Check if the server is valid during GUILD_MEMBER_REMOVE.
Rapptz
2015-10-15
1
-4
/
+5
*
Fixed get_default_role in Server attempting to access the wrong roles.
Rasmus Karlsson
2015-10-15
1
-1
/
+1
*
Add Client.change_status.
Rapptz
2015-10-14
1
-0
/
+30
*
Message.author is now either Member or User.
Rapptz
2015-10-14
1
-4
/
+15
*
Version bump to v0.7.0
v0.7.0
Rapptz
2015-10-13
1
-2
/
+2
*
Client.send_file now properly closes the file-object.
Rapptz
2015-10-13
1
-39
/
+33
*
Documentation cleanup.
Rapptz
2015-10-13
2
-10
/
+38
*
Add role colour and hoisting to edit_role.
Rapptz
2015-10-13
1
-1
/
+3
*
Parse role colour and other new role attributes.
Rapptz
2015-10-13
1
-0
/
+26
*
Client.send_message can now accept a string ID as the destination.
Rapptz
2015-10-13
1
-2
/
+5
*
Pass kwargs to all constructors for future proofing.
Rapptz
2015-10-13
2
-5
/
+5
*
Added send_file method.
littleyoshi4
2015-10-11
1
-0
/
+40
*
Client.register now takes an invite URL or class.
Rapptz
2015-10-11
1
-10
/
+13
*
edit_profile now returns True or False depending on success.
Rapptz
2015-10-11
1
-0
/
+3
*
Remove get_channel from __getattr__ in Client.
Rapptz
2015-10-11
1
-2
/
+1
*
Use v3 of the Discord API.
Rapptz
2015-10-11
1
-1
/
+1
*
Clarify logging and on_error documentation
Hornwitser
2015-10-06
2
-17
/
+47
*
Set up logging module in examples
Hornwitser
2015-10-06
4
-0
/
+16
*
Add handling of login failure in examples
Hornwitser
2015-10-06
4
-0
/
+16
*
Make event based handlers first class
Hornwitser
2015-10-06
1
-33
/
+1
*
Change behaviour of on_error
Hornwitser
2015-10-06
2
-15
/
+24
*
Add client register API
Hornwitser
2015-10-06
2
-0
/
+38
*
Reconnect when WebSocket dies
Hornwitser
2015-10-06
1
-0
/
+15
*
Make dispatch multithreading safe
Hornwitser
2015-10-06
1
-12
/
+14
*
Move socket and connection state out of Client
Hornwitser
2015-10-06
1
-215
/
+278
*
Add new event system
Hornwitser
2015-10-06
1
-16
/
+34
*
Make reply example a bit more meaningful.
Rapptz
2015-10-05
1
-1
/
+1
*
Fix echo example to not infinitely loop.
Rapptz
2015-10-05
1
-1
/
+2
*
Fix bug with mentions not working.
v0.6.3
Rapptz
2015-10-02
2
-3
/
+3
*
Check for 2xx range instead of specific status codes.
Rapptz
2015-10-02
1
-20
/
+25
*
Fix server attribute not being set in GUILD_MEMBER_ADD.
v0.6.2
Rapptz
2015-10-02
2
-3
/
+3
*
Fix another logging error
Rapptz
2015-10-02
1
-1
/
+1
*
Fix an error with logging in the login method.
v0.6.1
Rapptz
2015-09-27
2
-3
/
+3
*
Bump to version v0.6.0
v0.6.0
Rapptz
2015-09-25
1
-2
/
+2
[next]