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
*
Use a task instead of a thread for heartbeats.
task-heartbeat
Rapptz
2017-08-05
1
-4
/
+23
*
Hide constructor for objects that shouldn't be created by users.
Datmellow
2017-07-05
1
-13
/
+13
*
Change yield from to await in some docstrings.
Rapptz
2017-07-04
2
-2
/
+2
*
Fix afk_channel being None in Client.edit_server
Rapptz
2017-06-19
1
-3
/
+11
*
Documentation fix.
Rapptz
2017-05-21
1
-2
/
+2
*
Version bump to v0.16.8
v0.16.8
Rapptz
2017-05-21
1
-2
/
+2
*
Add timeouts for websocket initial connections.
khazhyk
2017-05-21
1
-5
/
+44
*
Add Permissions.view_audit_logs
Rapptz
2017-04-30
1
-3
/
+12
*
Revert "Add timeouts for websocket initial connections."
Rapptz
2017-04-23
1
-34
/
+5
*
Fix RESUME handling and make sure to wait 5 seconds before attempting.
Rapptz
2017-04-22
1
-2
/
+4
*
Add timeouts for websocket initial connections.
khazhyk
2017-04-22
1
-5
/
+34
*
Use an asyncio.Event instead of an asyncio.Lock for global rate limits.
Rapptz
2017-04-08
1
-6
/
+8
*
Don't reconnect in sharding related codes.
Rapptz
2017-03-15
1
-1
/
+1
*
Better timeout handling in join_voice_channel
cookkkie
2017-03-13
1
-2
/
+2
*
Add rollback strategy to Client.join_voice_channel
cookkkie
2017-03-13
1
-2
/
+7
*
Version bump to v0.16.7
v0.16.7
Rapptz
2017-02-27
1
-2
/
+2
*
Remove nonce when sending messages.
Rapptz
2017-02-27
1
-4
/
+1
*
Version bump to v0.16.6
v0.16.6
Rapptz
2017-02-14
2
-2
/
+16
*
Handle HEARTBEAT_ACK
Rapptz
2017-02-14
1
-1
/
+21
*
Ensure after is called inside the daemon thread for players.
Rapptz
2017-02-14
1
-2
/
+6
*
[commands] Make Command a descriptor for #426.
Rapptz
2017-02-11
2
-2
/
+5
*
Removed unused variables in routes.
Rapptz
2017-02-09
1
-1
/
+0
*
Remove unused constants in HTTPClient
Rapptz
2017-02-08
1
-12
/
+0
*
Add missing continue statement in gateway futures.
Rapptz
2017-02-08
1
-0
/
+1
*
Only defer the lock if we're pre-emptively rate limiting.
Rapptz
2017-02-08
1
-1
/
+1
*
[commands] Better support for retrieving children commands.
Rapptz
2017-02-06
1
-2
/
+25
*
Fix potential chunking woe.
Rapptz
2017-01-23
1
-1
/
+1
*
Fix Client.create_server.
khazhyk
2017-01-22
1
-2
/
+5
*
Version bump to v0.16.5
v0.16.5
Rapptz
2017-01-21
1
-2
/
+2
*
Allow unique invites to be created in Client.create_invite.
Rapptz
2017-01-21
2
-3
/
+6
*
Fix issue with chunking on userbots when a guild is unavailable.
Rapptz
2017-01-21
1
-1
/
+1
*
Fix bug with Client.move_channel and Client.move_role.
v0.16.4
Rapptz
2017-01-16
3
-9
/
+12
*
Fix case where on_reaction_add returned None in PMs with users.
Rapptz
2017-01-13
1
-0
/
+2
*
Fix 404s with Client.pins_from and Client.create_role.
v0.16.3
Rapptz
2017-01-12
2
-4
/
+4
*
Fix HTTPClient errors from the backport.
v0.16.2
Rapptz
2017-01-09
2
-4
/
+4
*
Version bump to v0.16.1
v0.16.1
Rapptz
2017-01-09
2
-2
/
+18
*
Allow falsey values in Client.send_message and Client.send_file.
Rapptz
2017-01-09
1
-1
/
+2
*
Use CDN URL for assets.
Rapptz
2017-01-09
3
-15
/
+9
*
Backport rate limit header implementation from rewrite.
Rapptz
2017-01-09
1
-133
/
+204
*
Add ability to set opus encoder input signal type.
Kyle Repinski
2017-01-03
1
-0
/
+19
*
[commands] Bugfix on the teardown function call.
PapyrusThePlant
2017-01-01
1
-1
/
+1
*
Chunk every guild if it's a user bot.
Rapptz
2016-12-24
1
-3
/
+4
*
Support animated avatars in User.avatar_url.
Rapptz
2016-12-23
1
-1
/
+6
*
Properly propagate loop. Fixes #420.
Rapptz
2016-12-21
4
-9
/
+12
*
Version bump to v0.16.0.
v0.16.0
Rapptz
2016-12-19
2
-2
/
+27
*
[commands] Shield against dictionary resize in Bot.close
Rapptz
2016-12-17
1
-2
/
+2
*
[commands] Unload all cogs when gracefully exiting bot.
Rapptz
2016-12-17
1
-0
/
+6
*
[commands] Properly propagate CommandError derived exceptions.
Rapptz
2016-12-17
1
-0
/
+2
*
[commands] Add special extension function 'teardown' for clean-up.
Rapptz
2016-12-17
1
-4
/
+14
*
[commands] Unload all extensions when gracefully closing bot.
Rapptz
2016-12-17
1
-0
/
+10
[next]