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 Client.delete_server.
Rapptz
2016-02-23
1
-2
/
+29
*
Client.send_file can now send content along with the message.
Rapptz
2016-02-18
1
-6
/
+16
*
Fix NameError issue in Client.send_file.
Rapptz
2016-02-17
1
-4
/
+2
*
Switch to using ClientSession objects for aiohttp v0.21
Rapptz
2016-02-15
1
-42
/
+42
*
Fix case when no chunks are necessary.
Rapptz
2016-02-14
1
-1
/
+4
*
Remove request_offline option.
Rapptz
2016-02-14
1
-12
/
+3
*
Offline members are now added by default automatically.
Rapptz
2016-02-14
1
-7
/
+80
*
Update member references when status changes.
Rapptz
2016-01-30
1
-3
/
+7
*
Force content-type for file uploads.
Rapptz
2016-01-29
1
-2
/
+2
*
Add and remove some of the on_socket_* events.
Rapptz
2016-01-25
1
-5
/
+12
*
Support changing owners in Client.edit_server.
Rapptz
2016-01-22
1
-1
/
+11
*
Change docstring for Client.send_message to point to a valid property.
Rapptz
2016-01-18
1
-1
/
+1
*
Update voice channel if we move to different channels.
Rapptz
2016-01-17
1
-0
/
+4
*
Fix IndexError in Client.move_member.
Rapptz
2016-01-15
1
-1
/
+1
*
Client.invites_from now returns a list instead of a generator.
Rapptz
2016-01-14
1
-13
/
+12
*
Add support for `async for` in Client.logs_from.
Rapptz
2016-01-14
1
-33
/
+47
*
Fix Client.remove_roles to actually remove roles.
Rapptz
2016-01-10
1
-2
/
+5
*
Change order of documentation by source declaration.
Rapptz
2016-01-08
1
-178
/
+178
*
Document the breaking change with the new dictionary storage change.
Rapptz
2016-01-08
1
-2
/
+2
*
Document how Client.run should be the last function to call.
Rapptz
2016-01-08
1
-0
/
+7
*
document public get_ methods and make others private
Steven Berler
2016-01-08
1
-3
/
+7
*
performance improvements
Steven Berler
2016-01-08
1
-6
/
+5
*
Add Message.nonce attribute.
Rapptz
2016-01-07
1
-1
/
+3
*
Documentation fixes to quiet Sphinx warnings.
Rapptz
2016-01-07
1
-3
/
+3
*
Update license of files to 2016.
Rapptz
2016-01-04
1
-1
/
+1
*
Revert "Use super() in classes that could be subclassed."
Rapptz
2016-01-04
1
-1
/
+0
*
Use super() in classes that could be subclassed.
Rapptz
2016-01-04
1
-0
/
+1
*
Change permissions to remove the can_ prefix.
Rapptz
2016-01-03
1
-2
/
+2
*
Remove print statement from bytes check.
Rapptz
2016-01-01
1
-1
/
+0
*
Implement compressed READY
Rapptz
2016-01-01
1
-1
/
+10
*
Actually send the payload data in Client.create_server
Rapptz
2015-12-31
1
-1
/
+12
*
Fix issue with add_roles and friends not working.
Rapptz
2015-12-30
1
-2
/
+2
*
Add logs to help debug some voice data.
Rapptz
2015-12-30
1
-0
/
+2
*
Maintain order in role related functions.
Rapptz
2015-12-30
1
-9
/
+16
*
Changed cache check to be the login endpoint itself.
Rapptz
2015-12-29
1
-19
/
+5
*
Fix indentation error
Rapptz
2015-12-29
1
-1
/
+1
*
Add ability to move members to a different voice channel.
Rapptz
2015-12-29
1
-0
/
+43
*
Remove Client.voice_channel
Rapptz
2015-12-29
1
-4
/
+3
*
Client.join_voice_channel now accepts an Object.
Rapptz
2015-12-29
1
-0
/
+3
*
Simplify parser event check with hasattr rather than tuples.
Rapptz
2015-12-29
1
-9
/
+3
*
Add missing ` in documentation for create_server
Rapptz
2015-12-29
1
-1
/
+1
*
ConnectionState is now constructed in Client.__init__.
Rapptz
2015-12-29
1
-12
/
+10
*
Raise ClientException if an unexpected websocket close happens
Rapptz
2015-12-29
1
-1
/
+5
*
Client.create_invite now works without a websocket connection
Rapptz
2015-12-29
1
-18
/
+18
*
Client.get_invite now works without a websocket connection
Rapptz
2015-12-29
1
-1
/
+4
*
Client.email is now set when using the cache
Rapptz
2015-12-28
1
-0
/
+1
*
Add missing argument in _rate_limit_helper
Khazhismel
2015-12-26
1
-1
/
+1
*
Added missing Member import to client.py
SamSchlegel
2015-12-24
1
-0
/
+1
*
Add game data class, replace game_id.
Khazhismel
2015-12-23
1
-13
/
+12
*
Mentions are now <@id> *only* - remove mentions array on send and edit message
Khazhismel
2015-12-23
1
-23
/
+4
[next]