Commit Graph

  • e9a4429c50 Fix comparison for overwrites when checking if a channel is synced Dan Hess 2020-09-09 18:49:05 -05:00
  • b8c4ce6b86 [commands] Correct command removing during cog injecting Dan Hess 2020-09-09 18:48:00 -05:00
  • 85a51c1464 Don't call close() if we've already been closed in Client.run alkatar21 2020-09-01 21:24:47 +02:00
  • b3e0752af4 [tasks] Don't update _next_iteration on retry Josh 2020-08-29 13:12:07 +10:00
  • 40de807c16 Fix bug with Guild.by_category not showing some channels Rapptz 2020-08-22 17:18:13 -04:00
  • de6c5ef675 More intent documentation. Rapptz 2020-09-24 02:00:37 -04:00
  • 59d514fcdf More intent related documentation Rapptz 2020-09-24 01:36:02 -04:00
  • 005a80303f Add chunk_guilds_at_startup and deprecate fetch_offline_members Rapptz 2020-09-24 01:17:04 -04:00
  • 2974663367 Fix typos in Intents documentation Sebastian Law 2020-09-23 21:17:37 -07:00
  • 0ebf5b2fa7 Add support for flag alias apple502j 2020-09-24 13:16:37 +09:00
  • 7126f5a78c Use delete_message_days instead of delete-message-days Rapptz 2020-09-23 08:03:06 -04:00
  • e8eb19b2b4 Use /invites/ instead of /invite/ Rapptz 2020-09-23 07:58:57 -04:00
  • 2e06239d3c Add documentation for gateway intents Rapptz 2020-09-23 01:54:14 -04:00
  • 9dd4dc78c3 Mention potential Guild.member_count accuracy issues Rapptz 2020-09-21 03:54:54 -04:00
  • 11aaa03ec2 Fix presence intent docstring Muhammad Hamza 2020-09-17 18:34:17 -07:00
  • 213f55ffc7 Disable voice cache in weird intent configurations. Rapptz 2020-09-15 02:23:38 -04:00
  • e644a5a060 Fix up wording in MemberCacheFlags exception Rapptz 2020-09-15 02:20:39 -04:00
  • 625a5c2a0b Some documentation fixes for MemberCacheFlags and Intents Rapptz 2020-09-15 02:03:41 -04:00
  • 8d5c05ed20 Default MemberCacheFlags based on intents Rapptz 2020-09-15 01:59:51 -04:00
  • bf8ca58996 Add a special exception for required privileged intents Rapptz 2020-09-14 03:49:21 -04:00
  • 4d813da9e1 Pass default intents if not explicitly given Rapptz 2020-09-14 03:18:25 -04:00
  • f2de794bde Intern status and overwrite strings Rapptz 2020-09-14 03:14:57 -04:00
  • 23ae084b8c Allow finer grained control over the member cache. Rapptz 2020-09-14 02:52:53 -04:00
  • e6edc44f3d Raise if member intent is not enabled Rapptz 2020-09-10 06:03:26 -04:00
  • ad917ca02d Don't cache members during guild start up if cache is disabled. Rapptz 2020-09-10 05:58:24 -04:00
  • cb8cb557f5 Add Guild.chunk and deprecated Client.request_offline_members Rapptz 2020-09-10 05:56:48 -04:00
  • 055fe76241 Fix Client.request_offline_members no longer working Rapptz 2020-09-10 05:26:35 -04:00
  • e10942a9ee Add versionadded for intents enum Rapptz 2020-09-07 22:15:24 -04:00
  • bec34c1110 Explicitly disable the members presence by default Rapptz 2020-09-07 22:14:54 -04:00
  • 0ea0f483bc Fix timeouts due to hitting the gateway rate limit Rapptz 2020-09-07 21:50:00 -04:00
  • 7db0008190 Maximize the amount of concurrency while chunking. Rapptz 2020-09-05 21:33:45 -04:00
  • 6bae52f4bb Check for zombie connections through last received payload Rapptz 2020-09-05 21:28:33 -04:00
  • 0ec72660cf Speed up chunking for guilds with presence intent enabled Rapptz 2020-09-05 13:57:50 -04:00
  • 92e1816114 Maximize concurrency when chunking on AutoSharded clients Rapptz 2020-09-05 13:48:02 -04:00
  • af8fc32329 Use a lock for the gateway rate limiter. Rapptz 2020-09-05 12:20:58 -04:00
  • 5fe998ac19 Heartbeats bypass the rate limits for gateway Rapptz 2020-09-05 00:28:05 -04:00
  • 3df269daa3 All guilds require chunking if opting into it Rapptz 2020-09-04 23:39:54 -04:00
  • c261f7c4a3 Handle user updates within GUILD_MEMBER_UPDATE Rapptz 2020-09-04 08:32:02 -04:00
  • 930761e058 Rewrite chunking to work with intents. Rapptz 2020-09-04 08:09:41 -04:00
  • ec7b8edcc2 Add more close codes that can't be handled for reconnecting. Rapptz 2020-09-04 08:02:52 -04:00
  • 11d8a6fa3c Change unknown cache log warnings from WARNING -> DEBUG Rapptz 2020-09-04 02:09:10 -04:00
  • e7db9cfdf7 Handle gateway rate limits by using a rate limiter. Rapptz 2020-08-27 20:00:28 -04:00
  • a6381dcf77 Add support for guild intents Rapptz 2019-12-20 23:10:46 -05:00
  • 9036b9651b Properly handle disconnects in voice when force disconnected Rapptz 2020-08-26 07:49:43 -04:00
  • 9830e0ed8a Fix issues with VoiceProtocol docstrsings. Josh 2020-08-23 06:27:20 +10:00
  • e3922e24d9 Correct some protocol errors in v4 of voice gateway Rapptz 2020-08-12 22:16:39 -04:00
  • 0b93fa3a82 Implement VoiceProtocol lower level hooks. Rapptz 2020-08-10 06:28:36 -04:00
  • 93fa46713a Fix and add documentation Michael 2020-09-23 00:19:35 -07:00
  • 37c5c583f2 Add support for message_reference on Message object Sebastian Law 2020-09-22 23:29:03 -07:00
  • 3cc5e23392 Set maximimum sidebar width neo-docs Josh 2020-09-23 16:28:17 +10:00
  • ba7482921b [matrix] Style "View Documentation For" dropdown Muhammad Hamza 2020-09-22 17:29:04 -07:00
  • ab5e175b25 Use quotes when installing in the README Rapptz 2020-09-21 03:39:19 -04:00
  • 7f17dc79a6 Remove namedtuples to better future guard the library Tarek 2020-09-21 09:36:58 +02:00
  • e7b4bbe2f6 Add bot.listen() suggestion to on_message faq PikalaxALT 2020-09-20 00:15:10 -04:00
  • 6ae615baae Fix allowed_mentions when sending files Xua 2020-09-20 16:14:00 +12:00
  • cc26499237 Add competing activity type iDutchy 2020-09-20 06:05:18 +02:00
  • 8f105a441d issue/PR templates: use h2 instead of h3 iomintz 2020-09-18 06:40:27 -05:00
  • 9978288346 Update issue template to redirect to discussions Rapptz 2020-09-18 04:21:32 -04:00
  • aa258073dc Add labels to the issue templates Rapptz 2020-09-17 22:16:20 -04:00
  • a183c4f752 Completely update member references from message inner members. Rapptz 2020-09-17 02:45:53 -04:00
  • 986adae108 Revert "Add fetch_message_fast using history endpoint" Rapptz 2020-09-13 21:10:41 -04:00
  • ddc4ad24f4 Add missing permission in clone documentation Duck 2020-09-11 09:55:26 +01:00
  • 4ccd9c1591 Remove caching from AutoShardedClient.shards Rapptz 2020-09-10 05:17:25 -04:00
  • ccdf4c4ad6 [tasks] Lazily fetch event loop if one isn't provided Rapptz 2020-09-10 00:00:58 -04:00
  • 450e71f086 Add a more concrete exception for 500 status codes. Rapptz 2020-09-09 21:24:14 -04:00
  • f8808dba9b Guard uses of the keep alive thread in case they're None Rapptz 2020-09-09 21:18:41 -04:00
  • e6017a2170 Handle cloudflare bans on webhook requests Rapptz 2020-09-09 21:17:28 -04:00
  • 425bb809ed Add logging to webhooks Rapptz 2020-09-09 20:46:16 -04:00
  • a1a4a4fd7f Fix comparison for overwrites when checking if a channel is synced Dan Hess 2020-09-09 18:49:05 -05:00
  • 7acec502a6 [commands] Correct command removing during cog injecting Dan Hess 2020-09-09 18:48:00 -05:00
  • f8a7d3fc54 [commands] Fix exception raised in Command invoke hooks. Josh 2020-09-10 09:47:05 +10:00
  • 15f51113c3 Fix Member.joined_at documentation rodovia 2020-09-09 20:44:33 -03:00
  • 4b18238ade Add discord.Colour classmethod dark_theme BluePhoenixGame 2020-09-09 06:52:19 +02:00
  • a309088ae4 Add fetch_message_fast using history endpoint khazhyk 2020-09-07 20:04:11 -07:00
  • af88fc19b3 [commands] Update Bot.command() decorator docs Skye Im 2020-09-08 04:29:02 +02:00
  • 367c4b5fd2 [docs] remove unresolved doc refs, fix attribute ref Nadir Chowdhury 2020-09-08 03:25:11 +01:00
  • 6349d37a97 [commands] add require_var_positional khazhyk 2020-09-07 19:24:48 -07:00
  • a668623d9f Make admonition-title un-selectable. Myst(MysterialPy) 2020-09-06 14:24:14 +10:00
  • 0a7e2f7c2f [commands] BadBooleanArgument -> BadBoolArgument Rapptz 2020-09-04 08:47:07 -04:00
  • 6ebd2e13a1 [commands] Add subclasses of BadArgument for converters Simon Beal 2020-09-04 13:45:29 +01:00
  • 33fb13043c Classmethods all and none for AllowedMentions Saphielle Akiyama 2020-09-04 14:43:44 +02:00
  • 5e4f3780ed Add COMMUNITY to Guild.features Alex Nørgaard 2020-09-04 13:42:54 +01:00
  • 39aa08ab93 Added __eq__ to Message Andres Torres 2020-09-04 05:42:31 -07:00
  • dce653a0eb Don't call close() if we've already been closed in Client.run alkatar21 2020-09-01 21:24:47 +02:00
  • 0b020fc339 Add sidebar animation when collapsing Nihaal Sangha 2020-09-01 20:24:03 +01:00
  • 0124abb030 Thicken admonition borders a little Rapptz 2020-08-31 02:35:38 -04:00
  • ad04fbeee4 [commands] Added ColorConverter alias parafoxia 2020-08-31 07:29:38 +01:00
  • 26cce4fb78 [matrix] Hide hamburger menu on pages without sidebar Josh 2020-08-31 16:27:32 +10:00
  • 3b90e2e74e [matrix] Fix JS errors on search results page Josh 2020-08-30 16:55:53 +10:00
  • 512d9aaccb Another take at fixing methods showing up under "Attributes" jack1142 2020-08-30 04:22:45 +02:00
  • 39f1f9098e Fix collapsible sidebar not working Rapptz 2020-08-29 20:39:25 -04:00
  • 994de512cb Use the constructed value in the settings Rapptz 2020-08-29 20:34:50 -04:00
  • 597f7e30b8 [matrix] Update model styles Muhammad Hamza 2020-08-29 17:19:49 -07:00
  • 575435b4c9 Fix tooltips in settings and make strings translatable Rapptz 2020-08-29 20:10:54 -04:00
  • 7d8dae735d Move setting load to DOMContentLoaded Rapptz 2020-08-29 19:56:28 -04:00
  • 3ce7ab2fc4 [matrix] Refactor JS & add searchbar to mobile. Josh 2020-08-30 09:17:44 +10:00
  • 2d441cc533 Reduce CSS variable usage Rapptz 2020-08-29 04:30:35 -04:00
  • 7fec153cd7 Fix versionmodified not being italics Rapptz 2020-08-29 04:14:08 -04:00
  • 1aa93e70ac Change colour scheme and admonition colours Rapptz 2020-08-29 03:55:48 -04:00
  • 42498d26f7 [matrix] Set theme to system preferred by default Josh 2020-08-29 17:57:17 +10:00