| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed incorrectly named 'Intent' class in doc. | Nekokatt | 2020-09-26 | 1 | -1/+1 |
| | | | | `Intent.members` -> `Intents.members`. | ||||
| * | Mention potential Guild.member_count accuracy issues | Rapptz | 2020-09-23 | 1 | -1/+8 |
| | | |||||
| * | Allow finer grained control over the member cache. | Rapptz | 2020-09-23 | 1 | -2/+3 |
| | | |||||
| * | Raise if member intent is not enabled | Rapptz | 2020-09-23 | 1 | -0/+9 |
| | | |||||
| * | Don't cache members during guild start up if cache is disabled. | Rapptz | 2020-09-23 | 1 | -1/+4 |
| | | | | | | | | This is mainly a half-implemented commit. There are a few more places where cache consistency is necessary. In the future there will probably be a member cache policy enum that will be used and cache consistency will be tackled in part of that larger refactoring. | ||||
| * | Add Guild.chunk and deprecated Client.request_offline_members | Rapptz | 2020-09-23 | 1 | -5/+21 |
| | | |||||
| * | Rewrite chunking to work with intents. | Rapptz | 2020-09-23 | 1 | -11/+13 |
| | | | | | | | | | This slows down chunking significantly for bots in a large number of guilds since it goes down from 75 guilds/request to 1 guild/request. However the logic was rewritten to fire the chunking request immediately after receiving the GUILD_CREATE rather than waiting for all the guilds in the ready stream before doing it. | ||||
| * | Implement VoiceProtocol lower level hooks. | Rapptz | 2020-09-23 | 1 | -1/+1 |
| | | | | | | This allows changing the connect flow and taking control of it without relying on internal events or tricks. | ||||
| * | Add COMMUNITY to Guild.features | Alex Nørgaard | 2020-09-04 | 1 | -0/+1 |
| | | |||||
| * | Fix bug with Guild.by_category not showing some channels | Rapptz | 2020-08-22 | 1 | -6/+6 |
| | | | | | | | If categories come after a child channel in the dictionary mapping for whatever reason, then the previous code would remove it from the mapping and set it to []. This commit aims to fix this. | ||||
| * | Specify where to get max_members in documentation | Jaime Garcia Jr | 2020-07-31 | 1 | -1/+5 |
| | | |||||
| * | Added exception documentation for Guild.create_voice_channel | Skezza | 2020-07-22 | 1 | -0/+18 |
| | | |||||
| * | Add double backticks for some parameter mentions in the documentation. | Skezza | 2020-07-22 | 1 | -1/+1 |
| | | |||||
| * | Add Guild.change_voice_state to control our voice state. | jack1142 | 2020-07-22 | 1 | -0/+20 |
| | | |||||
| * | Documentation formatting | Skezza | 2020-06-30 | 1 | -2/+2 |
| | | |||||
| * | Fix typo with voice_client documentation | Skezza | 2020-06-30 | 1 | -1/+1 |
| | | |||||
| * | [bugs] stop resolving Object for template/invite; remove dupe methods | NCPlayz | 2020-06-29 | 1 | -54/+11 |
| | | |||||
| * | Add support for bulk editing role positions | Nadir Chowdhury | 2020-06-28 | 1 | -0/+66 |
| | | |||||
| * | Add support for integrations | Nadir Chowdhury | 2020-06-28 | 1 | -0/+96 |
| | | |||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 1 | -7/+17 |
| | | |||||
| * | Fix a KeyError for channels with no category in Guild.by_category | Rapptz | 2020-06-27 | 1 | -1/+4 |
| | | |||||
| * | Fix Guild.by_category not showing empty categories. | Rapptz | 2020-06-27 | 1 | -2/+3 |
| | | |||||
| * | Fix error raised when using the roles parameter. | Tarek | 2020-06-26 | 1 | -1/+1 |
| | | |||||
| * | Add user_ids fields for query_members | Tarek | 2020-05-29 | 1 | -2/+13 |
| | | |||||
| * | Fix documentation string for guild.premium_subscription_count | numbermaniac | 2020-05-29 | 1 | -1/+1 |
| | | |||||
| * | Consistent usage of RST inline code within Guild.features references | Rapptz | 2020-05-23 | 1 | -9/+9 |
| | | |||||
| * | Implement some missing attributes of `Guild` (and `Guild.edit`) | NCPlayz | 2020-05-23 | 1 | -6/+57 |
| | | |||||
| * | use `_channel_factory` instead of manual checking in `Guild._sync` | NCPlayz | 2020-05-23 | 1 | -9/+3 |
| | | |||||
| * | fix HTTPException explanation in Guild.fetch_member docs | iomintz | 2020-05-06 | 1 | -1/+1 |
| | | |||||
| * | fix NotificationLevel being suppressed | Xua | 2020-05-03 | 1 | -6/+4 |
| | | |||||
| * | Add roles parameter for pruning members. | unknown | 2020-05-03 | 1 | -2/+13 |
| | | |||||
| * | Fix cases where member_count is equal to 0 | Rapptz | 2020-04-16 | 1 | -1/+1 |
| | | | | | Fixes #4008, #4005 | ||||
| * | Guild.owner may be None for very large guilds. | Arthur | 2020-04-14 | 1 | -1/+1 |
| | | |||||
| * | Update documentation on guild features to reflect Discord changes | Jake Ward | 2020-04-06 | 1 | -2/+3 |
| | | |||||
| * | Add position argument to Guild.create_category | Ilya Lukyanov | 2020-04-04 | 1 | -2/+2 |
| | | | | | This way we can specify category position upon creation | ||||
| * | Add "FEATURABLE" in guild features. | PredaaA | 2020-04-04 | 1 | -0/+1 |
| | | |||||
| * | Guard against the member data not being available in VOICE_STATE_UPDATE | Rapptz | 2020-02-01 | 1 | -1/+4 |
| | | |||||
| * | Use member data from VOICE_STATE_UPDATE if not found in cache | Rapptz | 2020-02-01 | 1 | -0/+3 |
| | | |||||
| * | Fixes and improvements for v1.3 documentation | Harmon | 2020-01-22 | 1 | -0/+2 |
| | | | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog | ||||
| * | Drop superfluous zero in version related changes in the documentation | Rapptz | 2020-01-21 | 1 | -6/+6 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | updated the docs for Guild.vanity_invite | Zomatree | 2020-01-14 | 1 | -2/+1 |
| | | |||||
| * | Allow Guild.fetch_members to take in limit=None | Rapptz | 2020-01-12 | 1 | -4/+4 |
| | | | | | Fixes #2473 | ||||
| * | Implement discord.MessageFlags | NCPlayz | 2019-12-20 | 1 | -114/+1 |
| | | | | | Refactor flags placement and use it for suppression. | ||||
| * | Add `Guild.discovery_splash_url/_as`, `Guild.rules_channel` | NCPlayz | 2019-12-19 | 1 | -1/+52 |
| | | |||||
| * | Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLED | Leaf ▲ | 2019-12-17 | 1 | -1/+1 |
| | | |||||
| * | Trailing whitespace in documentation. | Rapptz | 2019-11-20 | 1 | -1/+1 |
| | | |||||
| * | Prevent premium_subscription_count being None | Xua | 2019-10-17 | 1 | -1/+1 |
| | | |||||
| * | Make Guild.default_role use get_role. | Io Mintz | 2019-10-17 | 1 | -3/+3 |
| | | | | | Prevents some stale caching by using the new O(1) Guild.get_role. | ||||
| * | Add MEMBER_LIST_DISABLED to docs for Guild.features | Capn | 2019-10-17 | 1 | -0/+1 |
| | | |||||