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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
8
-152
/
+448
*
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
*
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
*
Yield from parser coroutine instead of making it a task.
Rapptz
2016-04-12
1
-1
/
+1
*
Add Channel.overwrites_for function to get allow/deny pairs.
Rapptz
2016-04-12
1
-0
/
+31
*
User JSON object has 'username' keys not 'name'.
Rapptz
2016-04-11
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
*
Better chunking behaviour and add members on PRESENCE_UPDATE.
Rapptz
2016-04-11
1
-23
/
+28
*
Fix chunk requests not actually being batched.
Khazhismel
2016-04-11
1
-3
/
+5
*
Proper chunking for unavailable guilds.
Rapptz
2016-04-10
1
-24
/
+66
*
Allow Client.edit_profile to work with bot accounts.
Rapptz
2016-04-09
1
-10
/
+26
*
Add User.bot attribute to check if a user is a bot account.
Rapptz
2016-04-09
1
-1
/
+4
*
Fix typo in Role.created_at
Khazhismel Kumykov
2016-04-09
1
-1
/
+1
*
Add utility function for generating OAuth2 urls.
Rapptz
2016-04-08
1
-0
/
+19
*
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
*
Guard against AttributeErrors when clearing cached slot cache.
Rapptz
2016-04-05
1
-3
/
+14
*
Make Message.clean_content a cached property again.
Rapptz
2016-04-05
1
-3
/
+8
*
Fix handling of message update in MESSAGE_UPDATE
Zeta
2016-04-05
2
-22
/
+24
*
Clarify channel-specific permissions documentation.
Khazhismel Kumykov
2016-04-05
1
-2
/
+6
*
Fix handling of unavailable servers in READY
Khazhismel Kumykov
2016-04-04
1
-1
/
+1
*
[commands] Add deterministic cog unloading.
Rapptz
2016-04-04
1
-0
/
+10
[next]