aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle GUILD_ROLE_UPDATE websocket events.Rapptz2015-10-153-2/+20
* Handle GUILD_ROLE_DELETE websocket events.Rapptz2015-10-152-4/+13
* Handle GUILD_ROLE_CREATE websocket events.Rapptz2015-10-152-1/+15
* Check if the server is valid during GUILD_MEMBER_REMOVE.Rapptz2015-10-151-4/+5
* Fixed get_default_role in Server attempting to access the wrong roles.Rasmus Karlsson2015-10-151-1/+1
* Add Client.change_status.Rapptz2015-10-141-0/+30
* Message.author is now either Member or User.Rapptz2015-10-141-4/+15
* Version bump to v0.7.0v0.7.0Rapptz2015-10-131-2/+2
* Client.send_file now properly closes the file-object.Rapptz2015-10-131-39/+33
* Documentation cleanup.Rapptz2015-10-132-10/+38
* Add role colour and hoisting to edit_role.Rapptz2015-10-131-1/+3
* Parse role colour and other new role attributes.Rapptz2015-10-131-0/+26
* Client.send_message can now accept a string ID as the destination.Rapptz2015-10-131-2/+5
* Pass kwargs to all constructors for future proofing.Rapptz2015-10-132-5/+5
* Added send_file method.littleyoshi42015-10-111-0/+40
* Client.register now takes an invite URL or class.Rapptz2015-10-111-10/+13
* edit_profile now returns True or False depending on success.Rapptz2015-10-111-0/+3
* Remove get_channel from __getattr__ in Client.Rapptz2015-10-111-2/+1
* Use v3 of the Discord API.Rapptz2015-10-111-1/+1
* Clarify logging and on_error documentationHornwitser2015-10-062-17/+47
* Set up logging module in examplesHornwitser2015-10-064-0/+16
* Add handling of login failure in examplesHornwitser2015-10-064-0/+16
* Make event based handlers first classHornwitser2015-10-061-33/+1
* Change behaviour of on_errorHornwitser2015-10-062-15/+24
* Add client register APIHornwitser2015-10-062-0/+38
* Reconnect when WebSocket diesHornwitser2015-10-061-0/+15
* Make dispatch multithreading safeHornwitser2015-10-061-12/+14
* Move socket and connection state out of ClientHornwitser2015-10-061-215/+278
* Add new event systemHornwitser2015-10-061-16/+34
* Make reply example a bit more meaningful.Rapptz2015-10-051-1/+1
* Fix echo example to not infinitely loop.Rapptz2015-10-051-1/+2
* Fix bug with mentions not working.v0.6.3Rapptz2015-10-022-3/+3
* Check for 2xx range instead of specific status codes.Rapptz2015-10-021-20/+25
* Fix server attribute not being set in GUILD_MEMBER_ADD.v0.6.2Rapptz2015-10-022-3/+3
* Fix another logging errorRapptz2015-10-021-1/+1
* Fix an error with logging in the login method.v0.6.1Rapptz2015-09-272-3/+3
* Bump to version v0.6.0v0.6.0Rapptz2015-09-251-2/+2
* Refactor websocket creation to its own function.Rapptz2015-09-251-34/+36
* Add edit_channel.Rapptz2015-09-251-0/+31
* Listen to CHANNEL_UPDATE events and add on_channel_updateRapptz2015-09-253-0/+17
* Add support for channel topics.Rapptz2015-09-251-0/+4
* Move permission overwrite construction to the Channel constructor.Rapptz2015-09-252-28/+28
* PRESENCE_UPDATE now updates the user as well.Rapptz2015-09-251-1/+6
* Most functions should now return something more meaningful.Rapptz2015-09-241-4/+21
* Add TTS support for messages.Rapptz2015-09-201-1/+5
* accept_invite now works on some invite URLs.Rapptz2015-09-191-3/+17
* Remove duplicated create_channel function.Rapptz2015-09-191-24/+0
* Fix keep_alive running after logout()Hornwitser2015-09-191-15/+19
* Add support for logging.Rapptz2015-09-165-20/+91
* Document discord.utils.find functionRapptz2015-09-141-0/+6