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
*
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
*
Add support for logging.
Rapptz
2015-09-16
1
-20
/
+54
*
Add ability to edit or delete roles from a sever.
Rapptz
2015-09-13
1
-0
/
+44
*
Add utils.find helper function.
Rapptz
2015-09-13
1
-13
/
+14
*
Fix KeyError with events.
v0.5.1
Rapptz
2015-09-05
1
-2
/
+2
*
Documentation fixes and version bump.
v0.5.0
Rapptz
2015-09-05
1
-1
/
+1
*
Add the ability to accept invites.
Rapptz
2015-09-05
1
-0
/
+11
*
Add on_error event for doing something about uncaught exceptions.
Rapptz
2015-09-05
1
-3
/
+4
*
Remove owner_id from Server and use owner instead.
Rapptz
2015-09-04
1
-1
/
+6
*
Add on_member_update event.
Rapptz
2015-09-04
1
-0
/
+17
*
Add support for creating invites.
Rapptz
2015-09-04
1
-0
/
+31
*
Refactor parse_time into its own utils file.
Rapptz
2015-09-04
1
-7
/
+9
*
Use kwargs if the number of arguments needed is too many.
Rapptz
2015-09-04
1
-0
/
+9
*
Add ability to delete channels.
Rapptz
2015-09-04
1
-0
/
+11
*
Add the ability to create channels.
Rapptz
2015-09-04
1
-0
/
+25
*
Add support for editing your profile.
Rapptz
2015-09-04
1
-0
/
+30
*
Store email in the client as an attribute.
Rapptz
2015-09-03
1
-0
/
+6
*
Add the ability to kick, ban and unban users from a server.
Rapptz
2015-09-03
1
-0
/
+35
*
Add on_server_create and on_server_delete events.
Rapptz
2015-09-03
1
-54
/
+66
*
WebSocket gateway now properly uses the auth headers.
Rapptz
2015-09-03
1
-21
/
+21
*
Sandbox some events that didn't get sandboxed.
Rapptz
2015-09-03
1
-2
/
+2
*
Fix issue with author changing type
megamit
2015-09-02
1
-1
/
+1
*
Remove unnecessary comment.
Rapptz
2015-08-28
1
-1
/
+0
*
Python3 import fixes.
Rapptz
2015-08-28
1
-6
/
+6
*
Handle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events.
Rapptz
2015-08-27
1
-6
/
+19
*
Remove no_offline_members option
Rapptz
2015-08-27
1
-21
/
+5
*
on_status now takes only a member.
Rapptz
2015-08-27
1
-7
/
+11
*
Give members their server as an attribute.
Rapptz
2015-08-27
1
-1
/
+6
*
Members now have status info.
Rapptz
2015-08-27
1
-0
/
+16
*
Move websocket hub to the new gateway.
Rapptz
2015-08-26
1
-2
/
+10
*
Parse roles in the member building.
Rapptz
2015-08-26
1
-1
/
+9
[next]