aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* on_status now takes only a member.Rapptz2015-08-273-19/+18
|
* Give members their server as an attribute.Rapptz2015-08-272-1/+10
|
* Members now have status info.Rapptz2015-08-272-1/+25
|
* Add MANIFEST file for pip.Rapptz2015-08-272-0/+12
|
* 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-262-3/+10
|
* Server members are now their own class that subclass Users.Rapptz2015-08-263-6/+59
| | | | Roles are also now properly parsed.
* Preliminary work on permission parsing.Rapptz2015-08-262-0/+133
| | | | Thanks Voltagei.
* 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-242-2/+17
|
* Add support for channel creation events.Rapptz2015-08-233-7/+25
|
* Fix setuputils scriptv0.1.0Rapptz2015-08-231-1/+1
|
* Add on_channel_delete event.Rapptz2015-08-232-0/+17
|
* Sandbox events so exceptions being thrown don't break the client.Rapptz2015-08-232-5/+13
|
* Handle user update events.Rapptz2015-08-231-0/+2
|
* Add on_status event.Rapptz2015-08-232-2/+30
|
* 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-229-23/+44
|
* Some documentation warning fixes.Rapptz2015-08-212-4/+4
|
* Add logs_from function to get channel logs from a channel.Rapptz2015-08-211-0/+26
|
* Change the way timestamps are parsed.Rapptz2015-08-211-4/+7
|
* Add the ability to edit messages.Rapptz2015-08-212-8/+44
|
* Add on_message_edit event.Rapptz2015-08-213-3/+42
|
* Add the ability to delete messagesRapptz2015-08-212-0/+15
|
* Return the message created when calling send_messageRapptz2015-08-212-0/+7
|
* Fix heartbeat interval bug.Rapptz2015-08-211-4/+20
|
* Add on_message_delete event and Client.messages attribute.Rapptz2015-08-213-2/+45
|
* Add some examplesRapptz2015-08-213-0/+36
|
* Initial commitRapptz2015-08-2118-0/+1597