| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update Message.author doctring | Dunkledore | 2018-08-22 | 1 | -1/+1 |
| | | |||||
| * | [commands] Added BucketType.members for cooldowns | Clement | 2018-08-22 | 2 | -1/+5 |
| | | |||||
| * | gitignore: ignore egg-info and venvs | bmintz | 2018-08-22 | 1 | -1/+4 |
| | | |||||
| * | Explicitly mark event handlers private | Rapptz | 2018-08-09 | 1 | -2/+2 |
| | | |||||
| * | Ensure intersphinx points to the Japanese documentation. | Rapptz | 2018-08-08 | 1 | -0/+2 |
| | | |||||
| * | Translation of discord.po is finished. | Episword | 2018-08-08 | 2 | -60/+74 |
| | | |||||
| * | Translation of mta.po is finished. | Episword | 2018-08-08 | 1 | -124/+161 |
| | | |||||
| * | Translation of intro.po is finished. | Episword | 2018-08-08 | 1 | -38/+48 |
| | | |||||
| * | Translation of faq.po is finished. | Episword | 2018-08-08 | 1 | -128/+173 |
| | | |||||
| * | Change Japanese font to Yu Gothic and Noto CJK in documentation | Rapptz | 2018-08-01 | 1 | -1/+1 |
| | | |||||
| * | Translation of logging and quickstart is finished. | Episword | 2018-08-01 | 2 | -49/+81 |
| | | |||||
| * | Update .po files for Permissions.priority_speaker | Rapptz | 2018-08-01 | 1 | -1/+5 |
| | | |||||
| * | Add Permissions.priority_speaker. | slice | 2018-07-31 | 1 | -3/+12 |
| | | |||||
| * | Don't build PDF. | Rapptz | 2018-07-31 | 1 | -2/+1 |
| | | |||||
| * | Add stubs for Japanese translations. | Rapptz | 2018-07-31 | 16 | -0/+18477 |
| | | |||||
| * | message: de-duplicate reaction type conversion | bmintz | 2018-07-31 | 1 | -23/+15 |
| | | | | | | | Removes some duplicate code in Message.{add,remove}_reaction. The code in question converts the emoji object from Reaction, Emoji, str, or PartialEmoji to a string form suitable for sending over the wire. | ||||
| * | Fix dumb typo in the warning. | Rapptz | 2018-07-24 | 1 | -2/+3 |
| | | |||||
| * | Add a warning for self-bots in Client.login | Rapptz | 2018-07-24 | 1 | -0/+6 |
| | | | | | Closes #1449 | ||||
| * | Add clarification about creating guilds | Kot | 2018-07-24 | 1 | -2/+2 |
| | | |||||
| * | [commands] Fix broken handling of keyword only parameters. | Rapptz | 2018-07-21 | 1 | -1/+1 |
| | | | | | Had a missing `param` argument in the new `do_conversion` code. | ||||
| * | [commands] Fix typing.Union converters for 3.7 | Rapptz | 2018-07-20 | 1 | -12/+17 |
| | | | | | Guido please don't break this | ||||
| * | [commands] Add documentation for BadUnionArgument | Rapptz | 2018-07-20 | 1 | -0/+3 |
| | | |||||
| * | Bump websockets to 6.0 for 3.7 compatibility. | Rapptz | 2018-07-20 | 1 | -1/+1 |
| | | |||||
| * | [commands] Make ConversionError have the original error as an attribute | Rapptz | 2018-07-20 | 2 | -2/+6 |
| | | |||||
| * | [commands] Add support for typing.Union as a converter | Rapptz | 2018-07-20 | 2 | -5/+55 |
| | | |||||
| * | Make TextChannel.create_webhook name parameter mandatory. | Rapptz | 2018-07-20 | 2 | -10/+7 |
| | | |||||
| * | Fix crashing with wonky TYPING_START events. | Rapptz | 2018-07-20 | 1 | -1/+1 |
| | | | | | Fixes #1439 | ||||
| * | Revert "Ensure gif avatar urls end in `.gif`" | khazhyk | 2018-07-20 | 1 | -4/+1 |
| | | | | | | | | This reverts commit 456390f417e63126b08ac52fa8ee49ca68cefed8. This commit isn't needed anymore - the image proxy now properly handles gifs that do not end in .gif | ||||
| * | [commands] raise ConversionError on Converter error | khazhyk | 2018-07-20 | 3 | -26/+47 |
| | | | | | | | This assumes that a Converter class raising non-CommandError is a programmer error. Makes this type of error easier to disambiguate from a generic BadArgument. | ||||
| * | [docs] discord/client: remove reference to async_event | bmintz | 2018-07-19 | 1 | -9/+2 |
| | | |||||
| * | Remove remaining asyncio.coroutine calls. | bmintz | 2018-07-05 | 2 | -11/+2 |
| | | | | | Also remove Client.async_event | ||||
| * | Store guild, unavailable tuple in ready as well | khazhyk | 2018-06-30 | 1 | -1/+1 |
| | | | | | | | This should fix userbots. Fixes: 74380cd ("don't drop guild_available/join before ready") | ||||
| * | Fix __aiter__ compatibility with 3.7. | Rapptz | 2018-06-29 | 1 | -1/+1 |
| | | |||||
| * | Change jump_to_url to jump_url and fix format. | Rapptz | 2018-06-29 | 1 | -2/+2 |
| | | | | | People kept asking, might as well. | ||||
| * | don't drop guild_available/join before ready | khazhyk | 2018-06-29 | 1 | -5/+23 |
| | | | | | | | | large guilds that recieved GUILD_CREATE events prior to READY would never dispatch guild_available/join. This is inconsistent with smaller guilds and makes these events unreliable. Dispatch the "delayed" guilds after they've been chunked, prior to ready. | ||||
| * | [commands] Change command_prefix behaviour | Hornwitser | 2018-06-29 | 1 | -17/+53 |
| | | | | | | | | | Change the behaviour of handling iterable command_prefix types to not silently ignore falsy prefixes and unify behaviour for all iterable types. Add special handling of a possible TypeError in both get_prefix and get_context for when the prefix is a different type from what is expected. | ||||
| * | docs/mimgrating.rst: CPython 3.5.2 is not supported! | Ben Mintz | 2018-06-21 | 3 | -3/+3 |
| | | | | | | The minimum version supported by aiohttp is CPython 3.5.3, not 3.5.2. Fixes #1344. | ||||
| * | Fix typo in Permissions.is_subset/is_superset | Hornwitser | 2018-06-21 | 1 | -2/+2 |
| | | | | | | | | Fix the name for the other's type when raising TypeError being incorrectly written as __class__name instead of __class__.__name__ in the is_subset and is_superset methods of the Permissions class. This was introduced at the creation of these methods in 21c88cf. | ||||
| * | Fix case insensitive command removal | Harmon | 2018-06-21 | 1 | -0/+3 |
| | | |||||
| * | Bump Sphinx to 1.7.4 | Rapptz | 2018-06-21 | 1 | -1/+1 |
| | | |||||
| * | Fix Bot.get_prefix second parameter breaking. | Rapptz | 2018-06-10 | 1 | -1/+1 |
| | | |||||
| * | Disable compression for websockets. | Rapptz | 2018-06-10 | 2 | -3/+3 |
| | | | | | Increase of RAM and CPU doesn't give me much benefit I feel. | ||||
| * | Fix NameError for typing context manager. | Rapptz | 2018-06-10 | 1 | -1/+1 |
| | | | | | Fixes #1342 | ||||
| * | Remove dead package references. | Rapptz | 2018-06-10 | 8 | -9/+7 |
| | | |||||
| * | Drop support for Python 3.4 and make minimum version 3.5.2. | Rapptz | 2018-06-10 | 35 | -1069/+626 |
| | | |||||
| * | Add Message.jump_to_url | Rapptz | 2018-06-10 | 1 | -0/+6 |
| | | |||||
| * | Remove emojis from cache if they're removed from a guild. | Rapptz | 2018-05-19 | 1 | -0/+2 |
| | | |||||
| * | Fixes various documentation errors/inconsistencies | Steve C | 2018-05-18 | 9 | -37/+59 |
| | | | | | Mostly dealing with permissions, also fixes Raw Events inclusion. | ||||
| * | abc.GuildChannel.set_permissions can raise NotFound. | Rapptz | 2018-05-18 | 1 | -0/+2 |
| | | | | | Fix #1254 | ||||
| * | Document user parameter in Guild.get_ban | Rapptz | 2018-05-08 | 1 | -0/+5 |
| | | |||||