index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
message.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Change some format usage to use %-formatting.
Rapptz
2017-05-04
1
-4
/
+4
*
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
*
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
*
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
*
Stateful Message and remove Invite.xkcd since it is removed.
Rapptz
2017-01-03
1
-1
/
+86
*
Split channel types.
Rapptz
2017-01-03
1
-2
/
+2
*
Switch IDs to use int instead of str
Rapptz
2017-01-03
1
-7
/
+7
*
Remove Message.timestamp and make Message.channel_mentions lazy.
Rapptz
2017-01-03
1
-46
/
+60
*
Begin working on the rewrite.
Rapptz
2017-01-03
1
-25
/
+26
*
Inject full Emoji to Reaction if we have it.
khazhyk
2016-11-03
1
-1
/
+3
*
Add support for reactions.
khazhyk
2016-10-27
1
-1
/
+5
*
Support for pinned system messages.
Rapptz
2016-09-12
1
-11
/
+15
*
Add utility properties to CallMessage to query information.
Rapptz
2016-07-15
1
-1
/
+1
*
Fix the displaying of Message.system_content
Rapptz
2016-07-15
1
-5
/
+4
*
Add support for different message types and call message.
Rapptz
2016-07-13
1
-5
/
+76
*
Make Message.channel_mentions unique.
Rapptz
2016-06-27
1
-4
/
+2
*
Add support for message pinning.
Rapptz
2016-06-18
1
-2
/
+5
*
Fix typo in Message.role_mentions documentation.
Rapptz
2016-05-01
1
-1
/
+1
*
Add Message.role_mentions and handle them in Message.clean_content
Rapptz
2016-04-29
1
-24
/
+45
*
Message.clean_content now takes into consideration @here mentions.
Rapptz
2016-04-23
1
-1
/
+11
*
Guard against AttributeErrors when clearing cached slot cache.
Rapptz
2016-04-05
1
-3
/
+14
*
Make Message.clean_content a cached property again.
Rapptz
2016-04-05
1
-3
/
+8
*
Fix handling of message update in MESSAGE_UPDATE
Zeta
2016-04-05
1
-16
/
+19
*
Fix bug where @everyone usernames bypass Message.clean_content.
Rapptz
2016-03-02
1
-2
/
+2
*
Message.clean_content now handles everyone mentions properly.
Rapptz
2016-01-30
1
-0
/
+3
*
performance improvements
Steven Berler
2016-01-08
1
-3
/
+3
[next]