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
...
*
Add support for message pinning.
Rapptz
2016-06-18
1
-0
/
+69
*
Don't assume that any shared fields are optional in Client.edit_channel.
Rapptz
2016-06-15
1
-2
/
+4
*
The name is required in Client.edit_channel so add it if it is missing.
Rapptz
2016-06-15
1
-0
/
+3
*
Add Client.get_message
Rapptz
2016-06-15
1
-0
/
+34
*
Make Client.edit_channel_permissions use PermissionOverwrite.
Rapptz
2016-06-14
1
-19
/
+15
*
Add a way to set permission overwrites when creating a channel.
Rapptz
2016-06-14
1
-3
/
+68
*
Fix bug with editing messages over private messages.
Rapptz
2016-06-14
1
-2
/
+2
*
Doc string typos
PapyrusThePlant
2016-06-14
1
-2
/
+2
*
Fix concurrently joining more than one voice server at a time
Jake
2016-06-13
1
-2
/
+3
*
Give Client.email a default value of None.
Rapptz
2016-06-12
1
-0
/
+1
*
Make the default filename a little bit prettier.
Rapptz
2016-06-12
1
-1
/
+2
*
Fix bug with login token not being properly written in cache.
Rapptz
2016-06-12
1
-3
/
+4
*
Fix bug with logs_from URL params not being correct.
Rapptz
2016-06-12
1
-0
/
+3
*
Fix bug with uploading file-like objects.
Rapptz
2016-06-12
1
-2
/
+2
*
Fix bug with logging in with email and password.
Rapptz
2016-06-12
1
-1
/
+1
*
Fix bug with edit_role and create_role not working.
Rapptz
2016-06-12
1
-1
/
+5
*
Rewrite HTTP handling significantly.
Rapptz
2016-06-12
1
-447
/
+98
*
Change HTTPException to only take a single parameter.
Rapptz
2016-06-12
1
-1
/
+0
*
Add Client.application_info to retrieve the current app info.
Rapptz
2016-06-10
1
-0
/
+39
*
Add Client.move_channel to change channel positions.
Rapptz
2016-06-07
1
-3
/
+62
*
Add `bot` keyword argument to login via static token.
Rapptz
2016-06-03
1
-10
/
+21
*
Add Role.server attribute.
Rapptz
2016-06-01
1
-2
/
+1
*
Add RESUME support.
Rapptz
2016-06-01
1
-3
/
+4
*
Allow datetime in limit parameters for purge_from
Harmon758
2016-05-31
1
-4
/
+11
*
Allow to edit mentionable property in Client.edit_role.
Rapptz
2016-05-27
1
-1
/
+4
*
Documentation fixes for role related functions.
Rapptz
2016-05-23
1
-12
/
+4
*
Close voice connections before closing the websocket.
Rapptz
2016-05-22
1
-3
/
+9
*
Fix purge_from to use LogsFromIterator.create (#219)
Harmon
2016-05-20
1
-1
/
+1
*
Add support for voice channel user limits.
Rapptz
2016-05-20
1
-1
/
+13
*
logs_from improvements for after param.
Khazhismel Kumykov
2016-05-20
1
-10
/
+14
*
Allow datetime in limit parameters for logs_from.
Khazhismel Kumykov
2016-05-20
1
-6
/
+15
*
Retry send_file on 502.
Khazhismel Kumykov
2016-05-20
1
-9
/
+11
*
Add move_role
Khazhismel Kumykov
2016-05-20
1
-0
/
+56
*
Add example for Client.purge_from
Rapptz
2016-05-12
1
-1
/
+12
*
Add clarification for purge_from and delete_messages
Twentysix
2016-05-11
1
-2
/
+8
*
Change second run_until_complete to not be empty.
Rapptz
2016-05-10
1
-1
/
+4
*
Force encoding of text retrieval functions to use utf-8.
Rapptz
2016-05-10
1
-16
/
+16
*
Fix issue with Client.purge_from not deleting the 101st message.
Rapptz
2016-05-10
1
-7
/
+5
*
Add Client.purge_from as a high level interface around bulk delete.
Rapptz
2016-05-10
1
-1
/
+76
*
Add Client.delete_messages for bulk delete.
Rapptz
2016-05-10
1
-0
/
+42
*
Add a TimeoutError if VoiceClient.connect fails.
Rapptz
2016-05-06
1
-1
/
+10
*
Working multi-server voice support.
Rapptz
2016-05-01
1
-25
/
+48
*
Fix changing own nickname without manage_nicknames
Khazhismel Kumykov
2016-04-30
1
-1
/
+6
*
Add ability to change nicknames via Client.change_nickname
Rapptz
2016-04-29
1
-0
/
+39
*
Refactor voice websocket into gateway.py
Rapptz
2016-04-27
1
-90
/
+18
*
Begin working on gateway v4 support.
Rapptz
2016-04-27
1
-143
/
+18
*
Properly close session if client failed to start
Daniel
2016-04-22
1
-2
/
+4
*
Fix deadlock issue when joining large guilds.
Rapptz
2016-04-15
1
-2
/
+0
*
Add a None check when setting status in Client.change_status.
Rapptz
2016-04-14
1
-2
/
+6
*
Retry if send_message or edit_message encounter a 502.
Rapptz
2016-04-14
1
-2
/
+9
[prev]
[next]