| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mark intent alias flags as actual aliases to skip them in __iter__ | Rapptz | 2020-10-17 | 1 | -3/+3 |
| | | | | | Fix #5945 | ||||
| * | Make Intent class creation more intuitive | Rapptz | 2020-09-24 | 1 | -9/+11 |
| | | |||||
| * | More intent related documentation | Rapptz | 2020-09-24 | 1 | -4/+4 |
| | | |||||
| * | Fix typos in Intents documentation | Sebastian Law | 2020-09-24 | 1 | -8/+8 |
| | | |||||
| * | Add support for flag alias | apple502j | 2020-09-24 | 1 | -1/+23 |
| | | |||||
| * | Add documentation for gateway intents | Rapptz | 2020-09-23 | 1 | -2/+107 |
| | | |||||
| * | Fix presence intent docstring | Muhammad Hamza | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Disable voice cache in weird intent configurations. | Rapptz | 2020-09-23 | 1 | -0/+3 |
| | | |||||
| * | Fix up wording in MemberCacheFlags exception | Rapptz | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Default MemberCacheFlags based on intents | Rapptz | 2020-09-23 | 1 | -0/+26 |
| | | |||||
| * | Allow finer grained control over the member cache. | Rapptz | 2020-09-23 | 1 | -0/+126 |
| | | |||||
| * | Add versionadded for intents enum | Rapptz | 2020-09-23 | 1 | -0/+2 |
| | | |||||
| * | Explicitly disable the members presence by default | Rapptz | 2020-09-23 | 1 | -4/+11 |
| | | |||||
| * | Add support for guild intents | Rapptz | 2020-09-23 | 1 | -1/+316 |
| | | |||||
| * | Add support for public user flags | JohnyTheCarrot | 2020-05-29 | 1 | -0/+97 |
| | | |||||
| * | flags: support accessing flag value instances on the class | Io Mintz | 2020-04-20 | 1 | -0/+5 |
| | | | | Fixes #4023 | ||||
| * | 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 | ||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Add User.system and MessageFlags.urgent | Rapptz | 2019-12-21 | 1 | -0/+8 |
| | | |||||
| * | Clean up flag code significantly. | Rapptz | 2019-12-20 | 1 | -94/+74 |
| | | | | | This also fixes the False setting bug. | ||||
| * | Implement discord.MessageFlags | NCPlayz | 2019-12-20 | 1 | -0/+237 |
| Refactor flags placement and use it for suppression. | |||||