aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
Commit message (Expand)AuthorAgeFilesLines
* Use X-Ratelimit-Reset-After header by default.Rapptz2019-08-271-1/+10
* Strip tokens before use.Rapptz2019-08-271-1/+1
* Allow disabling the message cache with max_messages=NoneRapptz2019-08-271-3/+5
* Disambiguate and normalize documentation for non-bot only methodsTyler2019-08-111-1/+5
* Document that the cache retrieval functions require an int ID.Rapptz2019-07-231-9/+40
* on_member_leave => on_member_removeTarek2019-07-181-1/+1
* Fix doc URL in Client.fetch_guildSteve C2019-07-181-1/+1
* Better knowledge on how guild_subscriptions work now.Rapptz2019-07-151-1/+6
* Add versionadded for guild_subscriptions option.Rapptz2019-07-101-14/+16
* Add support for guild subscriptions.Rapptz2019-07-101-0/+24
* Only return exception in Client.run when it's not cancelled.Rapptz2019-06-201-1/+2
* Propagate exception in Client.runRapptz2019-06-201-0/+2
* Rename error type for `X.fetch_channel(s)`.NCPlayz2019-06-121-1/+1
* docs: Fix minor typoReece Dunham2019-06-121-5/+5
* Improve documentationNCPlayz2019-06-071-70/+80
* Implementing GET '/channels/:id' & '/guilds/:id/channels'NCPlayz2019-06-071-0/+45
* Add asyncio.Task subclass for better __repr__ for events.Rapptz2019-05-191-1/+22
* Validate kwargs in Client.startNCPlayz2019-05-191-0/+9
* Add back signal handling to Client.runRapptz2019-05-111-2/+16
* Rewrite loop cleanup code (again...) and remove signal handling.Rapptz2019-04-261-66/+27
* Use a regular boolean instead of asyncio.Event for close status.Rapptz2019-04-251-5/+5
* Add note about overriding Client.close vs Client.logoutRapptz2019-04-181-0/+6
* add read-only cached_messages property to Clientkhazhyk2019-04-171-0/+8
* Internal consistency with message related HTTPClient methodsRapptz2019-04-141-1/+1
* [commands] Fix references in Bot to actually link.Rapptz2019-04-101-65/+62
* Add notes warning that fetch_ methods are api callsVexs2019-04-101-0/+12
* Fix cleanup code on Linux not working properly.Rapptz2019-04-091-9/+17
* Stop the event loop if it's running during cleanup.Rapptz2019-04-091-1/+8
* Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returnsNCPlayz2019-04-081-2/+12
* Fix oversight where on_disconnect did not get called on WS termination.Rapptz2019-04-081-0/+1
* Client.event raises TypeError instead of ClientException.Rapptz2019-04-071-2/+7
* Don't raise an exception during the signal handlers.Rapptz2019-04-071-10/+7
* Simplify bot loop cleanup routine.Rapptz2019-04-061-46/+57
* Redesign asset retrieval in the library.NCPlayz2019-04-061-17/+3
* Add support for guild widgetNCPlayz2019-03-191-14/+33
* Expose MetadataNCPlayz2019-03-191-4/+77
* Organise documentationNCPlayz2019-03-191-53/+56
* Add on_disconnect event.Rapptz2019-03-181-0/+1
* Moved http.close to before _closed.setNCPlayz2019-03-091-2/+1
* Expose more information from partial invites, along with counts.Rapptz2019-02-121-5/+9
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Support discordapp.com invite URLs.Rapptz2018-11-251-1/+1
* Add support for multiple activitiesSnowyLuma2018-11-241-1/+1
* [lint] Removed unused variable handlerHornwitser2018-11-241-1/+0
* [lint] Changed missed docstrings to raw-stringHornwitser2018-11-241-2/+2
* [lint] Fix import orderHornwitser2018-11-241-9/+11
* [lint] Rename exception variables to excHornwitser2018-11-241-6/+6
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-241-3/+3
* Optimise tight loops in DiscordGateway.received_messageRapptz2018-09-241-8/+5
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-151-1/+1