450 Commits (3112e1c17e7859adf6d13ed844f4c636b4bc30d8)

Author SHA1 Message Date
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
ReinaSakuraba 13632faf97 Fix AppInfo.id being a string 8 years ago
espeonofespeonage fd531297d2 Changed discord.Client.event to debug log success instead of info log. 8 years ago
Rapptz 025136076a Add an example for on_reaction_add waiting. 8 years ago
Rapptz 37b0fdb898 Add webhook support. 8 years ago
Rapptz 0f7482ed6e Add Client.latency, AutoShardedClient.latency and latencies. 8 years ago
PapyrusThePlant 0d21e83b7f Fix the proxy support for aiohttp>=1.4. 8 years ago
Rapptz de65f7309b Add heartbeat_timeout to the Client options. 8 years ago
Gorialis 1582116b72 Add documentation examples for AsyncIterator and change_presence. 8 years ago
Juan ea0c37b538 accept_invite() doesn't exist on rewrite 8 years ago
Rapptz 2e57fa6dfd Don't re-raise in Client.connect if it's a clean close code. 8 years ago
Rapptz 3bd0c2120c Implement a LRU cache for private channels. 8 years ago
Rapptz 25a1d8c300 Add support for user flags in Profile. 8 years ago
Rapptz b06899e7d4 Defer logging formatting until the logger is actually called. 8 years ago
Rapptz a47ded6e49 Don't expose Client.messages 8 years ago
Rapptz 497be35d5f Log when a KeyboardInterrupt is met in Client.run 8 years ago
Rapptz 3436792614 Allow setting a presence upon logging in. 8 years ago
Rapptz 9e24d43c63 Rewrite Client.run yet again. 8 years ago
Rapptz 6e2ecbc167 Re-raise exceptions from Client.start in Client.run. 8 years ago
Rapptz f3eb039c4b Re-implement how Client.run is done by using run_forever instead. 8 years ago
Rapptz 4dfaffd5f2 Only do loop cleanup in finally block when on windows. 8 years ago
Rapptz 1e1b02c630 Check if we're closing the event loop before using it. 8 years ago
Rapptz 3727618b65 Kill remaining references to discord.Channel in documentation. 8 years ago
Rapptz df90aaa610 Rename internal ConnectionState attribute to have an underscore. 8 years ago
Rapptz 7a06f0f3bf Client.get_user_info uses int for IDs not str. 8 years ago
Rapptz 1db31d8339 Add back Client.create_guild. 8 years ago
Rapptz d7153b1b5c Replace hasattr with try except in chunker. 8 years ago
Rapptz d24c2a09b6 Change some format usage to use %-formatting. 8 years ago
Rapptz 10453d6718 Add Client.get_emoji to get an Emoji from an ID. 8 years ago
Rapptz 1519a6fefa Fix some linting errors. 8 years ago
Rapptz 3cfebc4605 Timeout when doing initial connection. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz d534a0989e Properly cleanup of VoiceClients in cache. 8 years ago
Rapptz 3b1b26ffb1 Re-implement voice sending. 8 years ago
Rapptz e749b19131 Remove unnecessary shielding. 8 years ago
Rapptz 4160cd7d12 Set closed state before actually finishing cleaning up. 8 years ago
Rapptz 9885a946e1 More robust cleanup for Client.run. 8 years ago
Rapptz 5461bfb475 Check if we're closed before attempting to do a reconnect. 8 years ago
Rapptz c90e52450a Reconnect on any OSError. 8 years ago
Rapptz df0f1bfbdf Fix Client inability to shard by actually propagating the shard_id 8 years ago
Rapptz 058f1f13eb Fix premium key being missing in profile endpoint. 8 years ago
Rapptz d87d4e716f Retry on more exceptions in auto reconnect code. 8 years ago
Rapptz aa41101237 Remove Client.accept_invite 8 years ago
Rapptz 5ce88c8a3f Reconnect even if we close with 1000 since Discord can send it. 8 years ago
Rapptz 9d4f3ebb43 Miscellaneous documentation fixes in Client.wait_for 8 years ago
Rapptz e16a1e583e Remove Client.email attribute. 8 years ago
Rapptz b7488d7c6e Reconnect when a task times out and propagates. 8 years ago
Rapptz 58fa5fdc9a Add experimental reconnection logic. 8 years ago