aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Thanks izy.
* 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
| | | | 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-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
|
* 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-211-8/+36
|
* Add on_message_edit event.Rapptz2015-08-211-2/+19
|
* Add the ability to delete messagesRapptz2015-08-211-0/+9
|
* Return the message created when calling send_messageRapptz2015-08-211-0/+6
|
* Fix heartbeat interval bug.Rapptz2015-08-211-4/+20
|
* Add on_message_delete event and Client.messages attribute.Rapptz2015-08-211-2/+23
|
* Initial commitRapptz2015-08-218-0/+689