76 Commits (dff6bcc7457febf7bb1d797bd777e728f623e938)

Author SHA1 Message Date
Rapptz dff6bcc745 Add support for audit log reasons. 8 years ago
Rapptz d24c2a09b6 Change some format usage to use %-formatting. 8 years ago
Rapptz b05d8790fc Allow using Reaction objects while adding or removing reactions. 8 years ago
Rapptz 83649d7f0a Support for new member message types. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz 51b0baeb9d Speed up message update handling. 8 years ago
Rapptz c089aa199b Remove Message.edited_timestamp in favour of Message.edited_at 8 years ago
Rapptz 9a1215e13b Add support for message acking. 8 years ago
Rapptz c8250d7cd5 Fix bug with Message.role_mentions always being empty. 8 years ago
Rapptz 926f01f0b6 Call message edit handlers after attempting to patch individual fields 8 years ago
Rapptz 3504de4635 Fix more places where server is used instead of guild in docstrings. 8 years ago
Rapptz 01c17704bc Remove unused Message._handle_upgrades function. 8 years ago
Rapptz b27fab09eb Allow removing an embed in Message.edit 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz 92dd519b1a Remove _get_guild_id from Messageable ABC. 8 years ago
Rapptz 98b981848d Move message creation to a factory method inside ConnectionState. 8 years ago
Rapptz 5e6bfecb07 Move away from StateContext and use ConnectionState directly. 8 years ago
Rapptz dceba9d962 Add useful repr to all data classes. 8 years ago
Rapptz ec6c7f8b34 Fix handling of author update and missing type attribute in Message. 8 years ago
Rapptz 79a49f9145 Absolute import some circular dependencies to appease Python 3.4. 8 years ago
Rapptz 802f6c91d4 Add Message.clear_reactions 8 years ago
Rapptz c205eb3528 Re-add support for embeds. 9 years ago
Rapptz 42891c3084 Make Message.embeds to be based on discord.Embed 9 years ago
Rapptz c187d87dae Re-add support for reactions. 9 years ago
Rapptz 59a0df5f98 Rename try_insert_user to store_user 9 years ago
Rapptz d1d54a468a Rename Server to Guild everywhere. 9 years ago
Rapptz f33eaa4a61 Stateful Message and remove Invite.xkcd since it is removed. 9 years ago
Rapptz 53ab263125 Split channel types. 9 years ago
Rapptz 45c729b167 Switch IDs to use int instead of str 9 years ago
Rapptz aa8a328f0a Remove Message.timestamp and make Message.channel_mentions lazy. 9 years ago
Rapptz 044b0824e6 Begin working on the rewrite. 9 years ago
khazhyk 4d87b2f817 Inject full Emoji to Reaction if we have it. 9 years ago
khazhyk c4acc0e1a1 Add support for reactions. 9 years ago
Rapptz da986b2d7c Support for pinned system messages. 9 years ago
Rapptz bd39c3ef45 Add utility properties to CallMessage to query information. 9 years ago
Rapptz 33eba31aac Fix the displaying of Message.system_content 9 years ago
Rapptz a128249b63 Add support for different message types and call message. 9 years ago
Rapptz 01a46f0612 Make Message.channel_mentions unique. 9 years ago
Rapptz b3edb31df5 Add support for message pinning. 9 years ago
Rapptz 5fa715c350 Fix typo in Message.role_mentions documentation. 9 years ago
Rapptz 79f6554289 Add Message.role_mentions and handle them in Message.clean_content 9 years ago
Rapptz 54e9be7aed Message.clean_content now takes into consideration @here mentions. 9 years ago
Rapptz e64787a415 Guard against AttributeErrors when clearing cached slot cache. 9 years ago
Rapptz dfd51b95d6 Make Message.clean_content a cached property again. 9 years ago
Zeta f235dc5ca4 Fix handling of message update in MESSAGE_UPDATE 9 years ago
Rapptz c2ffff1549 Fix bug where @everyone usernames bypass Message.clean_content. 9 years ago
Rapptz 085e8d4eb3 Message.clean_content now handles everyone mentions properly. 9 years ago
Steven Berler 10b0b62f50 performance improvements 9 years ago
Rapptz 5ca13cac8e Add Message.nonce attribute. 9 years ago
Rapptz 89a418a388 Add __slots__ for missing classes that didn't have it. 9 years ago