aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a task instead of a thread for heartbeats.task-heartbeatRapptz2017-08-051-4/+23
* Hide constructor for objects that shouldn't be created by users.Datmellow2017-07-051-13/+13
* Change yield from to await in some docstrings.Rapptz2017-07-042-2/+2
* Fix afk_channel being None in Client.edit_serverRapptz2017-06-191-3/+11
* Documentation fix.Rapptz2017-05-211-2/+2
* Version bump to v0.16.8v0.16.8Rapptz2017-05-211-2/+2
* Add timeouts for websocket initial connections.khazhyk2017-05-211-5/+44
* Add Permissions.view_audit_logsRapptz2017-04-301-3/+12
* Revert "Add timeouts for websocket initial connections."Rapptz2017-04-231-34/+5
* Fix RESUME handling and make sure to wait 5 seconds before attempting.Rapptz2017-04-221-2/+4
* Add timeouts for websocket initial connections.khazhyk2017-04-221-5/+34
* Use an asyncio.Event instead of an asyncio.Lock for global rate limits.Rapptz2017-04-081-6/+8
* Don't reconnect in sharding related codes.Rapptz2017-03-151-1/+1
* Better timeout handling in join_voice_channelcookkkie2017-03-131-2/+2
* Add rollback strategy to Client.join_voice_channelcookkkie2017-03-131-2/+7
* Version bump to v0.16.7v0.16.7Rapptz2017-02-271-2/+2
* Remove nonce when sending messages.Rapptz2017-02-271-4/+1
* Version bump to v0.16.6v0.16.6Rapptz2017-02-142-2/+16
* Handle HEARTBEAT_ACKRapptz2017-02-141-1/+21
* Ensure after is called inside the daemon thread for players.Rapptz2017-02-141-2/+6
* [commands] Make Command a descriptor for #426.Rapptz2017-02-112-2/+5
* Removed unused variables in routes.Rapptz2017-02-091-1/+0
* Remove unused constants in HTTPClientRapptz2017-02-081-12/+0
* Add missing continue statement in gateway futures.Rapptz2017-02-081-0/+1
* Only defer the lock if we're pre-emptively rate limiting.Rapptz2017-02-081-1/+1
* [commands] Better support for retrieving children commands.Rapptz2017-02-061-2/+25
* Fix potential chunking woe.Rapptz2017-01-231-1/+1
* Fix Client.create_server.khazhyk2017-01-221-2/+5
* Version bump to v0.16.5v0.16.5Rapptz2017-01-211-2/+2
* Allow unique invites to be created in Client.create_invite.Rapptz2017-01-212-3/+6
* Fix issue with chunking on userbots when a guild is unavailable.Rapptz2017-01-211-1/+1
* Fix bug with Client.move_channel and Client.move_role.v0.16.4Rapptz2017-01-163-9/+12
* Fix case where on_reaction_add returned None in PMs with users.Rapptz2017-01-131-0/+2
* Fix 404s with Client.pins_from and Client.create_role.v0.16.3Rapptz2017-01-122-4/+4
* Fix HTTPClient errors from the backport.v0.16.2Rapptz2017-01-092-4/+4
* Version bump to v0.16.1v0.16.1Rapptz2017-01-092-2/+18
* Allow falsey values in Client.send_message and Client.send_file.Rapptz2017-01-091-1/+2
* Use CDN URL for assets.Rapptz2017-01-093-15/+9
* Backport rate limit header implementation from rewrite.Rapptz2017-01-091-133/+204
* Add ability to set opus encoder input signal type.Kyle Repinski2017-01-031-0/+19
* [commands] Bugfix on the teardown function call.PapyrusThePlant2017-01-011-1/+1
* Chunk every guild if it's a user bot.Rapptz2016-12-241-3/+4
* Support animated avatars in User.avatar_url.Rapptz2016-12-231-1/+6
* Properly propagate loop. Fixes #420.Rapptz2016-12-214-9/+12
* Version bump to v0.16.0.v0.16.0Rapptz2016-12-192-2/+27
* [commands] Shield against dictionary resize in Bot.closeRapptz2016-12-171-2/+2
* [commands] Unload all cogs when gracefully exiting bot.Rapptz2016-12-171-0/+6
* [commands] Properly propagate CommandError derived exceptions.Rapptz2016-12-171-0/+2
* [commands] Add special extension function 'teardown' for clean-up.Rapptz2016-12-171-4/+14
* [commands] Unload all extensions when gracefully closing bot.Rapptz2016-12-171-0/+10