497 Commits (de6240f1e73992ef4722f7c49896887bbb62a2de)

Author SHA1 Message Date
Rapptz de6240f1e7 Rewrite loop cleanup code (again...) and remove signal handling. 6 years ago
Rapptz 186d9a7f9c Use a regular boolean instead of asyncio.Event for close status. 6 years ago
Rapptz ceb154718d Add note about overriding Client.close vs Client.logout 6 years ago
khazhyk b1fae0861a add read-only cached_messages property to Client 6 years ago
Rapptz 14d66e7b9c Internal consistency with message related HTTPClient methods 6 years ago
Rapptz 50dcdac5ca [commands] Fix references in Bot to actually link. 6 years ago
Vexs 4df0f79a6b Add notes warning that fetch_ methods are api calls 6 years ago
Rapptz e77dec85e9 Fix cleanup code on Linux not working properly. 6 years ago
Rapptz dcdcf1adac Stop the event loop if it's running during cleanup. 6 years ago
NCPlayz 7acb7de195 Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returns 6 years ago
Rapptz 61ee88b0fc Fix oversight where on_disconnect did not get called on WS termination. 6 years ago
Rapptz 72b6152e96 Client.event raises TypeError instead of ClientException. 6 years ago
Rapptz 84c1eac62a Don't raise an exception during the signal handlers. 6 years ago
Rapptz 239d430539 Simplify bot loop cleanup routine. 6 years ago
NCPlayz be227ebcf0 Redesign asset retrieval in the library. 6 years ago
NCPlayz 8a30a4cac0 Add support for guild widget 6 years ago
NCPlayz f507f508a2 Expose Metadata 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Rapptz 963cf4b34e Add on_disconnect event. 6 years ago
NCPlayz 8b8e9a619e Moved http.close to before _closed.set 6 years ago
Rapptz 5d78f43e55 Expose more information from partial invites, along with counts. 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Rapptz 1f2602d11e Support discordapp.com invite URLs. 6 years ago
SnowyLuma e89e7dfe93 Add support for multiple activities 7 years ago
Hornwitser 1c3a5831f9 [lint] Removed unused variable handler 7 years ago
Hornwitser df144b0959 [lint] Changed missed docstrings to raw-string 7 years ago
Hornwitser efb4ff850e [lint] Fix import order 7 years ago
Hornwitser fa46b07db1 [lint] Rename exception variables to exc 7 years ago
Hornwitser a71b3b5fa0 [lint] Limit unneccessarily broad except clauses 7 years ago
Rapptz 2721689254 Optimise tight loops in DiscordGateway.received_message 7 years ago
Rapptz 5c24e69cf2 Fix up the Sphinx strings causing warnings. 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser 119c5a0618 [lint] Remove unused variables 7 years ago
El Laggron 395af228b1 More informations for the Application info 7 years ago
Rapptz 8ccb98d395 Explicitly mark event handlers private 7 years ago
Rapptz 8d39ab8c8c Fix dumb typo in the warning. 7 years ago
Rapptz 12236325f6 Add a warning for self-bots in Client.login 7 years ago
Kot e15452e198 Add clarification about creating guilds 7 years ago
bmintz 87d9eefdef [docs] discord/client: remove reference to async_event 7 years ago
bmintz ec3435b224 Remove remaining asyncio.coroutine calls. 7 years ago
Rapptz c67d95327e Remove dead package references. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Steve C 0e945915b7 Fixes various documentation errors/inconsistencies 7 years ago
Rapptz e9916e2844 Convert Client.activity back to an Activity-like object 7 years ago
Rapptz 61c8e35929 Missing import for _ActivityTag inside Client 7 years ago
Rapptz 0fcd385b9a Add ability to change the activity used when logging in at runtime. 7 years ago
Rapptz f8f8f418f3 Split Game object to separate Activity subtypes for Rich Presences. 7 years ago
Tobotimus 3112e1c17e Add intersphinx 7 years ago
Rapptz e2f7945f59 Proper variable name in Client.clear. 7 years ago
Rapptz 5c5a59c18e Add Client.clear to clear the bot's internal state to a clean slate. 7 years ago