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
*
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
2
-0
/
+21
*
Change all email/password pair examples to use token.
Rapptz
2016-04-08
11
-13
/
+13
*
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
*
Skip member_update event when a member is not in a guild.
Rapptz
2016-04-02
1
-1
/
+1
*
[commands] Fix pagination logic a little inside HelpFormatter.
Rapptz
2016-04-02
1
-10
/
+10
*
[commands] Refactor special cased discord.py converters.
Rapptz
2016-04-01
1
-40
/
+77
*
Add Server.get_member_named to help with name + discriminator lookups.
Rapptz
2016-04-01
1
-0
/
+38
*
User.__str__ now includes the discriminator.
Rapptz
2016-04-01
1
-12
/
+12
*
Clarify that linux users need libffi for PyNaCl.
Rapptz
2016-04-01
1
-0
/
+3
*
Drop voice packets when it can be potentially blocking.
Rapptz
2016-03-31
1
-1
/
+5
*
Add PyNaCl to the list of requirements.
Rapptz
2016-03-31
1
-0
/
+1
*
Encrypted audio working with PyNacl
izy521
2016-03-31
1
-12
/
+20
*
[commands] Don't yield from inside bot utility functions.
Rapptz
2016-03-31
1
-14
/
+5
*
Add default avatar property to User.
Khazhismel Kumykov
2016-03-31
2
-0
/
+28
*
[commands] Fix infinite recursion on subgroups without a command.
Will Tekulve
2016-03-31
1
-1
/
+1
*
Clarify that Client.close is a coroutine.
Rapptz
2016-03-29
1
-2
/
+2
*
Add Member.colour property to get rendered role colour of a member.
Rapptz
2016-03-27
1
-1
/
+20
*
Clarify Channel.position documentation.
Rapptz
2016-03-25
1
-1
/
+4
*
Server.icon_url uses API url instead of the CDN.
Rapptz
2016-03-25
1
-1
/
+1
*
Add boolean option to specify if VoiceClient.play_audio should encode.
Rapptz
2016-03-25
1
-6
/
+11
*
Add a way to set ffmpeg options before the -i flag.
Rapptz
2016-03-25
1
-7
/
+13
*
Move ffmpeg process cleanup to player thread
Khazhismel Kumykov
2016-03-25
1
-3
/
+5
*
Add missing created_at properties for other objects.
Rapptz
2016-03-25
3
-0
/
+23
*
[commands] Add bot decorators into __all__.
Rapptz
2016-03-11
1
-1
/
+2
*
Support ytsearch and playlists in youtube_dl_player
Khazhismel
2016-03-09
1
-0
/
+3
*
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
*
Change parsing of READY to be eager again.
Rapptz
2016-03-06
1
-12
/
+14
*
Fix bug where large servers in GUILD_CREATE did not get chunked.
Rapptz
2016-03-06
1
-3
/
+14
*
Move chunking logic back into ConnectionState.
Rapptz
2016-03-06
2
-31
/
+26
*
Add created_at properties for Server and User.
Rapptz
2016-03-06
2
-0
/
+14
[next]