aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation fixes for Client.logs_fromRapptz2015-11-161-2/+2
* Add before and after params to logs_from.Khazhismel2015-11-161-1/+10
* Fix Client.unban parameter name (name -> user)Rapptz2015-11-161-1/+1
* Clean-up guild_delete.Rapptz2015-11-161-9/+8
* Make unavailable default to None.Rapptz2015-11-161-1/+1
* Attempt to fix unavailable guilds againRapptz2015-11-161-1/+6
* icon_url and get_default_channel in ServerHla2015-11-161-3/+14
* Role.is_everyone actually uses the proper check.Rapptz2015-11-091-1/+1
* Channel.permissions_for now correctly handles everyone overwrites.Rapptz2015-11-091-2/+3
* Change iterable to an argument list in role related documentation.Rapptz2015-11-071-3/+3
* Fix Client.create_roleRapptz2015-11-071-4/+5
* Change on_server_create/delete to on_server_join/remove.Rapptz2015-11-012-8/+21
* Document Client.login raising exceptions.Rapptz2015-10-271-1/+2
* Add InvalidArgument exception and change exceptions thrown.Rapptz2015-10-273-7/+19
* All HTTP requests now throw HTTPException.Rapptz2015-10-273-161/+200
* Document cases where GatewayNotFound is thrown.Rapptz2015-10-271-3/+12
* GatewayNotFound now has a default message.Rapptz2015-10-271-1/+5
* Rename InvaldiDestination to a generic ClientException.Rapptz2015-10-273-5/+9
* All exceptions now derive from DiscordException.Rapptz2015-10-272-4/+10
* Remove InvalidEventName exception due to it being unusedRapptz2015-10-273-9/+1
* Add discord.Object to the documentation.Rapptz2015-10-271-0/+3
* Add support for passing in Object to methods.Rapptz2015-10-271-14/+15
* Make Message.channel an Object if something goes wrong.Rapptz2015-10-271-3/+8
* Add discord.Object class for generic pass-by-ID.Rapptz2015-10-273-0/+52
* Split data classes into more files.Rapptz2015-10-276-242/+295
* Remove the name from logging.Rapptz2015-10-251-39/+38
* Check if member is in list for GUILD_MEMBER_REMOVE.Rapptz2015-10-251-2/+3
* Don't update member.roles in add/remove_roles.Rapptz2015-10-241-14/+2
* Support unavailable servers.Rapptz2015-10-243-0/+41
* Add Channel.mention to mention a channel.Rapptz2015-10-231-0/+4
* Add Message.server attribute shortcut.Rapptz2015-10-231-0/+4
* Version bump to v0.8.0v0.8.0Rapptz2015-10-221-2/+2
* Fix documentation warnings.Rapptz2015-10-221-6/+6
* Change default parameter to None for Client.set_channel_permissionsRapptz2015-10-221-1/+4
* Add Client.delete_channel_permissionsRapptz2015-10-221-0/+20
* Add Client.set_channel_permissionsRapptz2015-10-221-0/+47
* Change Permissions constants to be class method factories instead.Rapptz2015-10-222-3/+47
* Change Colour constants to be class method factories instead.Rapptz2015-10-221-95/+109
* Fix permission resolution in Channel.permissions_forRapptz2015-10-221-13/+15
* Print to stderr in on_errorHornwitser2015-10-223-17/+14
* Add instructions for installing development version.Rapptz2015-10-211-0/+6
* Documentation fixes for Message.Rapptz2015-10-211-4/+6
* Add note for edit_role about custom RGB colours.Rapptz2015-10-211-0/+7
* Better detection for the everyone role. Fixes #23.Rapptz2015-10-212-5/+8
* Add Client.replace_rolesRapptz2015-10-211-2/+33
* Add Client.add_roles and Client.remove_rolesRapptz2015-10-211-0/+59
* Log to root logger by default in on_errorHornwitser2015-10-212-9/+15
* Fix Client.create_invite invalid method call issue.Rapptz2015-10-201-1/+1
* Change default limit for Client.logs_from to 100.Rapptz2015-10-191-1/+1
* Properly set requirements of ws4py and requests.Rapptz2015-10-183-6/+6