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
*
Make Player threads into daemon threads.
Rapptz
2016-05-12
1
-0
/
+1
*
Add a way to change the player volume.
Rapptz
2016-05-12
1
-0
/
+18
*
Add VoiceClient.move_to for quick switching of voice channels.
Rapptz
2016-05-12
1
-0
/
+26
*
Add clarification for purge_from and delete_messages
Twentysix
2016-05-11
1
-2
/
+8
*
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
3
-19
/
+19
*
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
2
-5
/
+84
*
Add Client.delete_messages for bulk delete.
Rapptz
2016-05-10
1
-0
/
+42
*
Fix issue with Member.joined_at being None.
Rapptz
2016-05-10
1
-1
/
+2
*
Add Game.type and Game.url attributes to change streaming status.
Rapptz
2016-05-06
2
-2
/
+17
*
Add a TimeoutError if VoiceClient.connect fails.
Rapptz
2016-05-06
2
-2
/
+11
*
Suppress ConnectionClosed on sending in the main websocket.
Rapptz
2016-05-06
1
-2
/
+9
*
Add libopus DLLs for ease of use.
Rapptz
2016-05-06
5
-6
/
+14
*
Enable FEC/PLR
Jake
2016-05-03
1
-0
/
+18
*
Working multi-server voice support.
Rapptz
2016-05-01
4
-65
/
+97
*
Fix typo in Message.role_mentions documentation.
Rapptz
2016-05-01
1
-1
/
+1
*
Make Permissions an iterable class.
Rapptz
2016-05-01
1
-0
/
+15
*
[commands] Fix when_mentioned when handling nicknames.
Rapptz
2016-05-01
1
-1
/
+4
*
Make Permissions partially-ordered.
Milo Mirate
2016-04-30
1
-0
/
+39
*
Fix changing own nickname without manage_nicknames
Khazhismel Kumykov
2016-04-30
1
-1
/
+6
*
Attempt to consistently sort of all Member.roles
Rapptz
2016-04-29
1
-4
/
+3
*
Remove setting read-only __doc__ in Member overrides.
Rapptz
2016-04-29
1
-4
/
+0
*
Sort member.roles by ID but keep the default role in index 0.
Rapptz
2016-04-29
1
-1
/
+4
*
Add User.mentioned_in helper to check if a message mentions you.
Rapptz
2016-04-29
2
-2
/
+32
*
Member.mention now uses nickname hint if needed.
Rapptz
2016-04-29
1
-0
/
+8
*
Add Role.mentionable attribute.
Rapptz
2016-04-29
1
-1
/
+4
*
Fix Member.display_name returning None
Khazhismel Kumykov
2016-04-29
1
-1
/
+1
*
[commands] Allow role mentions to work with discord.Role params.
Rapptz
2016-04-29
1
-2
/
+6
*
Simplify User.display_name a bit.
Rapptz
2016-04-29
1
-2
/
+1
*
Handle nicknames in Server.get_member_named
Rapptz
2016-04-29
1
-1
/
+9
*
Add Message.role_mentions and handle them in Message.clean_content
Rapptz
2016-04-29
1
-24
/
+45
*
Add Role.mention property
Rapptz
2016-04-29
1
-0
/
+5
*
Add ability to change nicknames via Client.change_nickname
Rapptz
2016-04-29
1
-0
/
+39
*
Add support for server specific nicknames.
Rapptz
2016-04-29
3
-2
/
+21
*
Add permissions for changing or managing nicknames.
Rapptz
2016-04-29
1
-3
/
+21
*
Refactor voice websocket into gateway.py
Rapptz
2016-04-27
3
-211
/
+211
*
Begin working on gateway v4 support.
Rapptz
2016-04-27
10
-153
/
+451
*
Add compatibility layer for `run_coroutine_threadsafe`.
Rapptz
2016-04-25
2
-4
/
+131
*
[commands] Make sure that mentions are the entire string.
Rapptz
2016-04-23
1
-2
/
+2
*
Message.clean_content now takes into consideration @here mentions.
Rapptz
2016-04-23
1
-1
/
+11
*
Properly close session if client failed to start
Daniel
2016-04-22
1
-2
/
+4
*
Add optional redirect_uri parameter to utils.oauth_url
cookie
2016-04-18
1
-1
/
+6
*
Fix deadlock issue when joining large guilds.
Rapptz
2016-04-15
2
-7
/
+13
*
Typo fix
Matt Gardner
2016-04-15
1
-1
/
+1
*
Add optional server parameter to utils.oauth_url
Khazhismel Kumykov
2016-04-15
1
-2
/
+6
*
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
*
[commands] CommandError derived exceptions in checks don't crash help.
Rapptz
2016-04-13
1
-1
/
+5
*
Handle bot tag updates in GUILD_MEMBER_UPDATE.
Rapptz
2016-04-12
1
-0
/
+2
[next]