59 Commits (dceba9d962483a0f423e53d472e18c8cd84c0759)

Author SHA1 Message Date
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
Rapptz db4cc791dd Update license of files to 2016. 9 years ago
Rapptz 33dbd84398 Message no longer upgrades if the channel is an Object 9 years ago
Rapptz f1f0e169e4 Add __slots__ where appropriate to data classes. 9 years ago
Rapptz 613214f197 Add Message.clean_content property to get prettified mentions. 9 years ago
Rapptz ebcb532c38 Change regex from \d+ to [0-9]+ for performance reasons. 9 years ago
Rapptz 9f92536441 Clean-up documentation to use NumPy style docs on remaining classes. 9 years ago
Rapptz de1c74a399 Make more things into properties. 9 years ago
Rapptz c3e7ba3671 Message.channel's Object instance has an is_private attribute now. 9 years ago
Rapptz ed53f3fb3a Add caveat note about Message.mention_everyone 9 years ago
Rapptz 101d8d52b6 Add warning for Message.mentions order being non-deterministic. 9 years ago
Rapptz acbbaa39ad Add Message.channel_mentions 10 years ago
Rapptz da37ff16c1 Add get_raw_[channel_]mentions to Message 10 years ago
Rapptz e88c194e9a Fix is_private check in mentions array handling. 10 years ago
Rapptz 692a6a3bc6 Fix ordering issue with Message.server 10 years ago
Rapptz 75658f46a2 Message.mentions now returns a list of Member instead of User 10 years ago
Rapptz c49ff36a7b Make Message.channel an Object if something goes wrong. 10 years ago
Rapptz 1a13f9ad30 Add Message.server attribute shortcut. 10 years ago