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
/
client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace wait_for_* with a generic Client.wait_for
Rapptz
2017-01-25
1
-288
/
+84
*
Add compatibility shim for asyncio.Future creation.
Rapptz
2017-01-25
1
-2
/
+2
*
Remove unused ChannelPermissions namedtuple.
Rapptz
2017-01-25
1
-3
/
+0
*
Remove Client.__getattr__ and Client.__setattr__ shims.
Rapptz
2017-01-25
1
-25
/
+28
*
Optimise attribute access when dispatching.
Rapptz
2017-01-25
1
-7
/
+15
*
Add option to disable auto member chunking.
Rapptz
2017-01-23
1
-39
/
+53
*
Allow unique invites for Client.create_invite.
Rapptz
2017-01-21
1
-2
/
+4
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Make ClientUser separate from a regular User.
Rapptz
2017-01-19
1
-79
/
+1
*
Remove email/password based login.
Rapptz
2017-01-19
1
-96
/
+11
*
Fix documentation to properly use Messageable.send
Rapptz
2017-01-13
1
-11
/
+11
*
Allow overriding the shard_ids used for initial shard launch.
Rapptz
2017-01-08
1
-1
/
+1
*
Add AutoShardedClient.change_presence.
Rapptz
2017-01-08
1
-0
/
+11
*
Implement AutoShardedClient for transparent sharding.
Rapptz
2017-01-07
1
-2
/
+6
*
Move global user cache to a WeakValueDictionary.
Rapptz
2017-01-04
1
-1
/
+13
*
Move message creation to a factory method inside ConnectionState.
Rapptz
2017-01-03
1
-11
/
+6
*
Move away from StateContext and use ConnectionState directly.
Rapptz
2017-01-03
1
-2
/
+2
*
Add permission overwrites to GuildChannel.
Rapptz
2017-01-03
1
-90
/
+0
*
Remove chunks of the voice code to redesign later.
Rapptz
2017-01-03
1
-133
/
+3
*
Absolute import some circular dependencies to appease Python 3.4.
Rapptz
2017-01-03
1
-10
/
+11
*
Remove no longer used functions in Client.
Rapptz
2017-01-03
1
-1850
/
+1
*
Change dict value views into lists.
Rapptz
2017-01-03
1
-3
/
+3
*
Rename try_insert_user to store_user
Rapptz
2017-01-03
1
-1
/
+1
*
Rename Server to Guild everywhere.
Rapptz
2017-01-03
1
-222
/
+222
*
Split channel types.
Rapptz
2017-01-03
1
-4
/
+4
*
Begin working on the rewrite.
Rapptz
2017-01-03
1
-22
/
+20
*
Properly propagate loop. Fixes #420.
Rapptz
2016-12-21
1
-3
/
+3
*
Add support for partnered servers. Fixes #387.
Rapptz
2016-12-17
1
-8
/
+24
*
Fix typo in wait_for_reaction documentation.
Rapptz
2016-12-07
1
-2
/
+2
*
Documentation fixes.
Rapptz
2016-11-17
1
-1
/
+7
*
Add support for clearing a message's reactions.
Rapptz
2016-11-17
1
-0
/
+22
*
Support message editing with rich embeds.
Rapptz
2016-11-13
1
-3
/
+7
*
Add support for rich embeds.
Rapptz
2016-11-13
1
-4
/
+34
*
Make Client.wait_for_reaction return a namedtuple instead.
Rapptz
2016-11-04
1
-9
/
+26
*
Add Client.wait_for_reaction to wait for a reaction from a user.
Rapptz
2016-11-03
1
-19
/
+144
*
Inject full Emoji to Reaction if we have it.
khazhyk
2016-11-03
1
-6
/
+6
*
Add support for reactions.
khazhyk
2016-10-27
1
-0
/
+125
*
Add around parameter to LogsFromIterator.
khazhyk
2016-10-16
1
-6
/
+17
*
Refactor LogsFromIterator
khazhyk
2016-10-16
1
-2
/
+2
*
Update Client documentation.
Khazhismel
2016-10-02
1
-1
/
+1
*
Fix URL pointing to better method in Client.change_status
Rapptz
2016-09-27
1
-1
/
+1
*
Add the ability to add, delete, and edit custom emoji.
Rapptz
2016-09-26
1
-0
/
+87
*
Add support for "Do Not Disturb" and "Invisible" statuses.
Rapptz
2016-09-26
1
-2
/
+40
*
Remove unused endpoints.py file.
Rapptz
2016-09-25
1
-5
/
+2
*
Add Client.get_user_info to retrieve a User from ID.
Rapptz
2016-09-25
1
-0
/
+27
*
Add support for server verification levels.
Rapptz
2016-09-12
1
-1
/
+8
*
Fix bug that disallowed ServerRegion from being used in edit_server.
Rapptz
2016-09-09
1
-0
/
+3
*
Document that Client.get_channel works with PrivateChannel too.
Rapptz
2016-08-14
1
-1
/
+1
*
Document what it means that an object is not edited in-place explicitly
Rapptz
2016-08-14
1
-11
/
+22
*
Add custom emoji support.
Khazhismel
2016-07-31
1
-0
/
+6
[next]