aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Add get_default_role for servers to get the 'everyone' role.Rapptz2015-09-071-0/+6
* Fix KeyError with events.v0.5.1Rapptz2015-09-052-4/+4
* Documentation fixes and version bump.v0.5.0Rapptz2015-09-052-3/+3
* Add the ability to accept invites.Rapptz2015-09-052-1/+18
* Add on_error event for doing something about uncaught exceptions.Rapptz2015-09-051-3/+4
* Remove owner_id from Server and use owner instead.Rapptz2015-09-042-4/+9
* Add on_member_update event.Rapptz2015-09-041-0/+17
* Add support for creating invites.Rapptz2015-09-043-0/+118
* Refactor parse_time into its own utils file.Rapptz2015-09-044-19/+48
* Use kwargs if the number of arguments needed is too many.Rapptz2015-09-044-30/+39
* Add ability to delete channels.Rapptz2015-09-041-0/+11
* Add the ability to create channels.Rapptz2015-09-041-0/+25
* Add support for editing your profile.Rapptz2015-09-041-0/+30
* Store email in the client as an attribute.Rapptz2015-09-031-0/+6
* Add the ability to kick, ban and unban users from a server.Rapptz2015-09-031-0/+35
* Add on_server_create and on_server_delete events.Rapptz2015-09-031-54/+66
* WebSocket gateway now properly uses the auth headers.Rapptz2015-09-031-21/+21
* Permissions are now properties rather than functions.Rapptz2015-09-031-4/+113
* Sandbox some events that didn't get sandboxed.Rapptz2015-09-031-2/+2
* Fix issue with author changing typemegamit2015-09-021-1/+1
* Document exceptions and change conf.py version detection.v0.4.1Rapptz2015-08-281-2/+2
* Remove unnecessary comment.Rapptz2015-08-281-1/+0
* Python3 import fixes.Rapptz2015-08-285-17/+16
* Quick documentation fixesRapptz2015-08-271-1/+1
* Version bump to v0.4.0.v0.4.0Rapptz2015-08-271-2/+2
* Handle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events.Rapptz2015-08-271-6/+19
* Remove no_offline_members optionRapptz2015-08-271-21/+5
* on_status now takes only a member.Rapptz2015-08-272-10/+14
* Give members their server as an attribute.Rapptz2015-08-272-1/+10
* Members now have status info.Rapptz2015-08-272-1/+25
* Move websocket hub to the new gateway.Rapptz2015-08-263-3/+15
* Parse roles in the member building.Rapptz2015-08-262-3/+11
* Version bump.v0.3.0Rapptz2015-08-261-2/+2
* Parse permission_overwrites in every Channel instance.Rapptz2015-08-262-4/+37
* Documentation update.Rapptz2015-08-261-1/+1
* Server members are now their own class that subclass Users.Rapptz2015-08-263-6/+59
* Preliminary work on permission parsing.Rapptz2015-08-262-0/+133
* Fix error in start_private_message.Rapptz2015-08-261-2/+2
* Fix issue with some MESSAGE_UPDATE events.v0.2.1Rapptz2015-08-243-15/+25
* Version bump to v0.2.0v0.2.0Rapptz2015-08-241-2/+2
* Add support for creating or deleting channels from the client.Rapptz2015-08-241-2/+31
* Add logout support and on_disconnect event.Rapptz2015-08-241-2/+13
* Add support for channel creation events.Rapptz2015-08-231-2/+16
* Add on_channel_delete event.Rapptz2015-08-231-0/+10
* Sandbox events so exceptions being thrown don't break the client.Rapptz2015-08-231-4/+10
* Handle user update events.Rapptz2015-08-231-0/+2
* Add on_status event.Rapptz2015-08-231-2/+19
* Fix documentation example issue.Rapptz2015-08-231-1/+2
* Use v2 of the Discord API.Rapptz2015-08-221-1/+2
* Rename project from pydiscord to discord.pyRapptz2015-08-221-2/+2