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
*
Change second run_until_complete to not be empty.
Rapptz
2016-05-10
1
-1
/
+4
*
Force encoding of text retrieval functions to use utf-8.
Rapptz
2016-05-10
1
-16
/
+16
*
Fix issue with Client.purge_from not deleting the 101st message.
Rapptz
2016-05-10
1
-7
/
+5
*
Add Client.purge_from as a high level interface around bulk delete.
Rapptz
2016-05-10
1
-1
/
+76
*
Add Client.delete_messages for bulk delete.
Rapptz
2016-05-10
1
-0
/
+42
*
Add a TimeoutError if VoiceClient.connect fails.
Rapptz
2016-05-06
1
-1
/
+10
*
Working multi-server voice support.
Rapptz
2016-05-01
1
-25
/
+48
*
Fix changing own nickname without manage_nicknames
Khazhismel Kumykov
2016-04-30
1
-1
/
+6
*
Add ability to change nicknames via Client.change_nickname
Rapptz
2016-04-29
1
-0
/
+39
*
Refactor voice websocket into gateway.py
Rapptz
2016-04-27
1
-90
/
+18
*
Begin working on gateway v4 support.
Rapptz
2016-04-27
1
-143
/
+18
*
Properly close session if client failed to start
Daniel
2016-04-22
1
-2
/
+4
*
Fix deadlock issue when joining large guilds.
Rapptz
2016-04-15
1
-2
/
+0
*
Add a None check when setting status in Client.change_status.
Rapptz
2016-04-14
1
-2
/
+6
*
Retry if send_message or edit_message encounter a 502.
Rapptz
2016-04-14
1
-2
/
+9
*
Yield from parser coroutine instead of making it a task.
Rapptz
2016-04-12
1
-1
/
+1
*
Fix Client.login documentation to showcase email/password login.
Rapptz
2016-04-11
1
-1
/
+1
*
Check the right status code for improper token being passed.
Rapptz
2016-04-11
1
-1
/
+1
*
Allow Client.edit_profile to work with bot accounts.
Rapptz
2016-04-09
1
-10
/
+26
*
Change all email/password pair examples to use token.
Rapptz
2016-04-08
1
-1
/
+1
*
Change login, start and run to be variadic.
Rapptz
2016-04-08
1
-43
/
+59
*
Fix unclosed response and document token login a bit better.
Rapptz
2016-04-08
1
-3
/
+4
*
Add support for token login (for bots)
Max Gurela
2016-04-08
1
-0
/
+18
*
Clarify that Client.close is a coroutine.
Rapptz
2016-03-29
1
-2
/
+2
*
Add support for aiohttp connectors.
Rapptz
2016-03-07
1
-1
/
+7
*
Fix crashing when an unhandled event occurs.
Rapptz
2016-03-06
1
-4
/
+4
*
Move chunking logic back into ConnectionState.
Rapptz
2016-03-06
1
-28
/
+5
*
Ensure the auth cache file is not world readable.
Nelson Minar
2016-03-02
1
-1
/
+1
*
Switch URLs from Client.delete_server and Client.leave_server.
Rapptz
2016-02-23
1
-2
/
+2
*
Add Client.delete_server.
Rapptz
2016-02-23
1
-2
/
+29
*
Client.send_file can now send content along with the message.
Rapptz
2016-02-18
1
-6
/
+16
*
Fix NameError issue in Client.send_file.
Rapptz
2016-02-17
1
-4
/
+2
*
Switch to using ClientSession objects for aiohttp v0.21
Rapptz
2016-02-15
1
-42
/
+42
*
Fix case when no chunks are necessary.
Rapptz
2016-02-14
1
-1
/
+4
*
Remove request_offline option.
Rapptz
2016-02-14
1
-12
/
+3
*
Offline members are now added by default automatically.
Rapptz
2016-02-14
1
-7
/
+80
*
Update member references when status changes.
Rapptz
2016-01-30
1
-3
/
+7
*
Force content-type for file uploads.
Rapptz
2016-01-29
1
-2
/
+2
*
Add and remove some of the on_socket_* events.
Rapptz
2016-01-25
1
-5
/
+12
*
Support changing owners in Client.edit_server.
Rapptz
2016-01-22
1
-1
/
+11
*
Change docstring for Client.send_message to point to a valid property.
Rapptz
2016-01-18
1
-1
/
+1
*
Update voice channel if we move to different channels.
Rapptz
2016-01-17
1
-0
/
+4
*
Fix IndexError in Client.move_member.
Rapptz
2016-01-15
1
-1
/
+1
*
Client.invites_from now returns a list instead of a generator.
Rapptz
2016-01-14
1
-13
/
+12
*
Add support for `async for` in Client.logs_from.
Rapptz
2016-01-14
1
-33
/
+47
*
Fix Client.remove_roles to actually remove roles.
Rapptz
2016-01-10
1
-2
/
+5
*
Change order of documentation by source declaration.
Rapptz
2016-01-08
1
-178
/
+178
*
Document the breaking change with the new dictionary storage change.
Rapptz
2016-01-08
1
-2
/
+2
*
Document how Client.run should be the last function to call.
Rapptz
2016-01-08
1
-0
/
+7
*
document public get_ methods and make others private
Steven Berler
2016-01-08
1
-3
/
+7
[next]