| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove dead package references. | Rapptz | 2018-06-10 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Python 3.4 and make minimum version 3.5.2. | Rapptz | 2018-06-10 | 1 | -30/+21 |
| | | |||||
| * | Add Message.jump_to_url | Rapptz | 2018-06-10 | 1 | -0/+6 |
| | | |||||
| * | Fixes various documentation errors/inconsistencies | Steve C | 2018-05-18 | 1 | -8/+12 |
| | | | | | Mostly dealing with permissions, also fixes Raw Events inclusion. | ||||
| * | Filter null mentions when creating a Message. | Rapptz | 2018-04-20 | 1 | -1/+1 |
| | | |||||
| * | Split Game object to separate Activity subtypes for Rich Presences. | Rapptz | 2018-03-05 | 1 | -1/+24 |
| | | | | | | | | | | | | This is a massive breaking change. * All references to "game" have been renamed to "activity" * Activity objects contain a majority of the rich presence information * Game and Streaming are subtypes for memory optimisation purposes for the more common cases. * Introduce a more specialised read-only type, Spotify, for the official Spotify integration to make it easier to use. | ||||
| * | Add seek_begin keyword argument to Attachment.save | Rapptz | 2018-02-13 | 1 | -2/+8 |
| | | |||||
| * | Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter | Gorialis | 2018-01-06 | 1 | -5/+5 |
| | | |||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -16/+16 |
| | | |||||
| * | Added a missing "to" in Message.raw_mentions documentation. | Chkoupinator | 2018-01-06 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in Message.embeds documentation. | CloudNineK | 2018-01-06 | 1 | -1/+1 |
| | | |||||
| * | Use the proper endpoint for removing your own reaction. | Rapptz | 2017-12-21 | 1 | -1/+4 |
| | | |||||
| * | Update system_content strings for MessageType.new_member. | Rapptz | 2017-08-17 | 1 | -22/+40 |
| | | |||||
| * | Remove reason keyword argument from message deletion. | Rapptz | 2017-08-15 | 1 | -7/+2 |
| | | | | | | | | | | | | Apparently this is unsupported. Affected functions include: * abc.Messageable.send * Message.delete * TextChannel.delete_messages * TextChannel.purge | ||||
| * | Add delete_after to 'edit'. | MysterialPy | 2017-08-15 | 1 | -1/+21 |
| | | | | Allow for edited messages to be deleted after [float] seconds with optional parameter delete_after. | ||||
| * | Message content is Optional in Message.edit. | Rapptz | 2017-07-10 | 1 | -1/+2 |
| | | |||||
| * | Allow PartialReactionEmoji in add_reaction and remove_reaction. | Rapptz | 2017-07-02 | 1 | -3/+7 |
| | | |||||
| * | Fix Message.remove_reaction and Message.add_reaction taking in Reaction | Rapptz | 2017-07-02 | 1 | -4/+6 |
| | | |||||
| * | Actually expose Message.webhook_id. | Rapptz | 2017-06-24 | 1 | -0/+1 |
| | | |||||
| * | Implement "partial" message events. | Rapptz | 2017-06-09 | 1 | -6/+4 |
| | | | | | | These are events that get triggered regardless of the state of the message cache. Useful for getting data from before the bot was booted. | ||||
| * | Writing to files is 'wb' not 'rb'. | Rapptz | 2017-05-30 | 1 | -1/+1 |
| | | |||||
| * | Implement an Attachment model. | Rapptz | 2017-05-30 | 1 | -3/+72 |
| | | |||||
| * | Kill remaining references to discord.Channel in documentation. | Rapptz | 2017-05-19 | 1 | -1/+1 |
| | | |||||
| * | First pass at documentation reform. | Rapptz | 2017-05-12 | 1 | -7/+7 |
| | | |||||
| * | Add support for audit log reasons. | Rapptz | 2017-05-07 | 1 | -2/+7 |
| | | | | | Most routes now have a 'reason' keyword argument. | ||||
| * | Change some format usage to use %-formatting. | Rapptz | 2017-05-04 | 1 | -4/+4 |
| | | | | | | Minor speed increase when we're not doing excessive attribute access or any type of formatting. | ||||
| * | Allow using Reaction objects while adding or removing reactions. | Rapptz | 2017-04-21 | 1 | -6/+10 |
| | | |||||
| * | Support for new member message types. | Rapptz | 2017-04-21 | 1 | -0/+28 |
| | | |||||
| * | Remove unused imports. | Rapptz | 2017-04-18 | 1 | -9/+2 |
| | | |||||
| * | Speed up message update handling. | Rapptz | 2017-03-14 | 1 | -8/+11 |
| | | | | | | | Apparently, checking if something is not None and then calling it is faster than having an identity function that will just return the original value untransformed, such as a lambda or doing a str(str) call | ||||
| * | Remove Message.edited_timestamp in favour of Message.edited_at | Rapptz | 2017-03-14 | 1 | -5/+8 |
| | | |||||
| * | Add support for message acking. | Rapptz | 2017-02-27 | 1 | -1/+21 |
| | | |||||
| * | Fix bug with Message.role_mentions always being empty. | Rapptz | 2017-02-13 | 1 | -1/+1 |
| | | |||||
| * | Call message edit handlers after attempting to patch individual fields | Rapptz | 2017-02-09 | 1 | -6/+6 |
| | | |||||
| * | Fix more places where server is used instead of guild in docstrings. | Rapptz | 2017-02-08 | 1 | -2/+2 |
| | | |||||
| * | Remove unused Message._handle_upgrades function. | Rapptz | 2017-01-29 | 1 | -17/+0 |
| | | |||||
| * | Allow removing an embed in Message.edit | Rapptz | 2017-01-29 | 1 | -5/+20 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Remove _get_guild_id from Messageable ABC. | Rapptz | 2017-01-14 | 1 | -3/+2 |
| | | |||||
| * | Move message creation to a factory method inside ConnectionState. | Rapptz | 2017-01-03 | 1 | -15/+16 |
| | | |||||
| * | Move away from StateContext and use ConnectionState directly. | Rapptz | 2017-01-03 | 1 | -2/+2 |
| | | |||||
| * | Add useful repr to all data classes. | Rapptz | 2017-01-03 | 1 | -0/+3 |
| | | |||||
| * | Fix handling of author update and missing type attribute in Message. | Rapptz | 2017-01-03 | 1 | -4/+11 |
| | | |||||
| * | Absolute import some circular dependencies to appease Python 3.4. | Rapptz | 2017-01-03 | 1 | -15/+16 |
| | | |||||
| * | Add Message.clear_reactions | Rapptz | 2017-01-03 | 1 | -0/+18 |
| | | |||||
| * | Re-add support for embeds. | Rapptz | 2017-01-03 | 1 | -2/+6 |
| | | |||||
| * | Make Message.embeds to be based on discord.Embed | Rapptz | 2017-01-03 | 1 | -5/+4 |
| | | |||||
| * | Re-add support for reactions. | Rapptz | 2017-01-03 | 1 | -6/+124 |
| | | | | | | We now store emojis in a global cache and make things like adding and removing reactions part of the stateful Message class. | ||||
| * | Rename try_insert_user to store_user | Rapptz | 2017-01-03 | 1 | -2/+2 |
| | | |||||
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -16/+16 |
| | | |||||