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
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print to stderr in on_error
Hornwitser
2015-10-22
1
-1
/
+5
*
Add note for edit_role about custom RGB colours.
Rapptz
2015-10-21
1
-0
/
+7
*
Better detection for the everyone role. Fixes #23.
Rapptz
2015-10-21
1
-3
/
+6
*
Add Client.replace_roles
Rapptz
2015-10-21
1
-2
/
+33
*
Add Client.add_roles and Client.remove_roles
Rapptz
2015-10-21
1
-0
/
+59
*
Log to root logger by default in on_error
Hornwitser
2015-10-21
1
-2
/
+1
*
Fix Client.create_invite invalid method call issue.
Rapptz
2015-10-20
1
-1
/
+1
*
Change default limit for Client.logs_from to 100.
Rapptz
2015-10-19
1
-1
/
+1
*
Add Client.create_role to create a server-wide role.
Rapptz
2015-10-17
1
-0
/
+22
*
Change Client.edit_role to be less stateful.
Rapptz
2015-10-17
1
-18
/
+23
*
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
1
-0
/
+5
*
Separate colour tuple into its own class.
Rapptz
2015-10-16
1
-1
/
+2
*
Handle VOICE_STATE_UPDATE websocket events.
Rapptz
2015-10-15
1
-1
/
+18
*
Handle GUILD_ROLE_UPDATE websocket events.
Rapptz
2015-10-15
1
-2
/
+11
*
Handle GUILD_ROLE_DELETE websocket events.
Rapptz
2015-10-15
1
-1
/
+9
*
Handle GUILD_ROLE_CREATE websocket events.
Rapptz
2015-10-15
1
-1
/
+8
*
Check if the server is valid during GUILD_MEMBER_REMOVE.
Rapptz
2015-10-15
1
-4
/
+5
*
Add Client.change_status.
Rapptz
2015-10-14
1
-0
/
+30
*
Client.send_file now properly closes the file-object.
Rapptz
2015-10-13
1
-39
/
+33
*
Add role colour and hoisting to edit_role.
Rapptz
2015-10-13
1
-1
/
+3
*
Client.send_message can now accept a string ID as the destination.
Rapptz
2015-10-13
1
-2
/
+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
*
Make event based handlers first class
Hornwitser
2015-10-06
1
-33
/
+1
*
Change behaviour of on_error
Hornwitser
2015-10-06
1
-3
/
+2
*
Add client register API
Hornwitser
2015-10-06
1
-0
/
+37
*
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
*
Fix bug with mentions not working.
v0.6.3
Rapptz
2015-10-02
1
-1
/
+1
*
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
1
-1
/
+1
*
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
1
-1
/
+1
*
Refactor websocket creation to its own function.
Rapptz
2015-09-25
1
-34
/
+36
*
Add edit_channel.
Rapptz
2015-09-25
1
-0
/
+31
*
Listen to CHANNEL_UPDATE events and add on_channel_update
Rapptz
2015-09-25
1
-0
/
+8
*
Move permission overwrite construction to the Channel constructor.
Rapptz
2015-09-25
1
-27
/
+0
*
PRESENCE_UPDATE now updates the user as well.
Rapptz
2015-09-25
1
-1
/
+6
*
Most functions should now return something more meaningful.
Rapptz
2015-09-24
1
-4
/
+21
*
Add TTS support for messages.
Rapptz
2015-09-20
1
-1
/
+5
*
accept_invite now works on some invite URLs.
Rapptz
2015-09-19
1
-3
/
+17
*
Remove duplicated create_channel function.
Rapptz
2015-09-19
1
-24
/
+0
*
Fix keep_alive running after logout()
Hornwitser
2015-09-19
1
-15
/
+19
[next]