| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor parse_time into its own utils file. | Rapptz | 2015-09-04 | 4 | -19/+48 |
| | | |||||
| * | Use kwargs if the number of arguments needed is too many. | Rapptz | 2015-09-04 | 4 | -30/+39 |
| | | |||||
| * | Add ability to delete channels. | Rapptz | 2015-09-04 | 1 | -0/+11 |
| | | |||||
| * | Add the ability to create channels. | Rapptz | 2015-09-04 | 1 | -0/+25 |
| | | |||||
| * | Add support for editing your profile. | Rapptz | 2015-09-04 | 1 | -0/+30 |
| | | |||||
| * | Store email in the client as an attribute. | Rapptz | 2015-09-03 | 1 | -0/+6 |
| | | |||||
| * | Update README. | Rapptz | 2015-09-03 | 1 | -2/+7 |
| | | |||||
| * | Add the ability to kick, ban and unban users from a server. | Rapptz | 2015-09-03 | 1 | -0/+35 |
| | | |||||
| * | Add on_server_create and on_server_delete events. | Rapptz | 2015-09-03 | 2 | -54/+77 |
| | | |||||
| * | WebSocket gateway now properly uses the auth headers. | Rapptz | 2015-09-03 | 1 | -21/+21 |
| | | |||||
| * | Permissions are now properties rather than functions. | Rapptz | 2015-09-03 | 1 | -4/+113 |
| | | | | | | This allows you to set or retrieve specific bits through a higher level API to facilitate editing in the future. | ||||
| * | Sandbox some events that didn't get sandboxed. | Rapptz | 2015-09-03 | 1 | -2/+2 |
| | | |||||
| * | Fix issue with author changing type | megamit | 2015-09-02 | 1 | -1/+1 |
| | | | | When cycling through the attributes of the data json 'author' within 'message' which was previously a user object is overwritten with a dictionary. This causes an AttributeError to be thrown ( and silently swallowed... thanks except: pass) whenever any of its attributes are referenced in the form message.author.x. User data should change in this step and the user object should not be modified for any reason so its safe to skip updating it. | ||||
| * | Document exceptions and change conf.py version detection.v0.4.1 | Rapptz | 2015-08-28 | 3 | -4/+25 |
| | | |||||
| * | Remove unnecessary comment. | Rapptz | 2015-08-28 | 1 | -1/+0 |
| | | |||||
| * | Python3 import fixes. | Rapptz | 2015-08-28 | 5 | -17/+16 |
| | | |||||
| * | Quick documentation fixes | Rapptz | 2015-08-27 | 1 | -1/+1 |
| | | |||||
| * | Version bump to v0.4.0.v0.4.0 | Rapptz | 2015-08-27 | 2 | -4/+4 |
| | | |||||
| * | Handle GUILD_MEMBER_REMOVE/GUILD_MEMBER_ADD events. | Rapptz | 2015-08-27 | 2 | -6/+26 |
| | | | | | Thanks izy. | ||||
| * | Remove no_offline_members option | Rapptz | 2015-08-27 | 1 | -21/+5 |
| | | |||||
| * | on_status now takes only a member. | Rapptz | 2015-08-27 | 3 | -19/+18 |
| | | |||||
| * | Give members their server as an attribute. | Rapptz | 2015-08-27 | 2 | -1/+10 |
| | | |||||
| * | Members now have status info. | Rapptz | 2015-08-27 | 2 | -1/+25 |
| | | |||||
| * | Add MANIFEST file for pip. | Rapptz | 2015-08-27 | 2 | -0/+12 |
| | | |||||
| * | Move websocket hub to the new gateway. | Rapptz | 2015-08-26 | 3 | -3/+15 |
| | | |||||
| * | Parse roles in the member building. | Rapptz | 2015-08-26 | 2 | -3/+11 |
| | | |||||
| * | Version bump.v0.3.0 | Rapptz | 2015-08-26 | 1 | -2/+2 |
| | | |||||
| * | Parse permission_overwrites in every Channel instance. | Rapptz | 2015-08-26 | 2 | -4/+37 |
| | | |||||
| * | Documentation update. | Rapptz | 2015-08-26 | 2 | -3/+10 |
| | | |||||
| * | Server members are now their own class that subclass Users. | Rapptz | 2015-08-26 | 3 | -6/+59 |
| | | | | | Roles are also now properly parsed. | ||||
| * | Preliminary work on permission parsing. | Rapptz | 2015-08-26 | 2 | -0/+133 |
| | | | | | Thanks Voltagei. | ||||
| * | Fix error in start_private_message. | Rapptz | 2015-08-26 | 1 | -2/+2 |
| | | |||||
| * | Fix issue with some MESSAGE_UPDATE events.v0.2.1 | Rapptz | 2015-08-24 | 3 | -15/+25 |
| | | |||||
| * | Version bump to v0.2.0v0.2.0 | Rapptz | 2015-08-24 | 1 | -2/+2 |
| | | |||||
| * | Add support for creating or deleting channels from the client. | Rapptz | 2015-08-24 | 1 | -2/+31 |
| | | |||||
| * | Add logout support and on_disconnect event. | Rapptz | 2015-08-24 | 2 | -2/+17 |
| | | |||||
| * | Add support for channel creation events. | Rapptz | 2015-08-23 | 3 | -7/+25 |
| | | |||||
| * | Fix setuputils scriptv0.1.0 | Rapptz | 2015-08-23 | 1 | -1/+1 |
| | | |||||
| * | Add on_channel_delete event. | Rapptz | 2015-08-23 | 2 | -0/+17 |
| | | |||||
| * | Sandbox events so exceptions being thrown don't break the client. | Rapptz | 2015-08-23 | 2 | -5/+13 |
| | | |||||
| * | Handle user update events. | Rapptz | 2015-08-23 | 1 | -0/+2 |
| | | |||||
| * | Add on_status event. | Rapptz | 2015-08-23 | 2 | -2/+30 |
| | | |||||
| * | Fix documentation example issue. | Rapptz | 2015-08-23 | 1 | -1/+2 |
| | | |||||
| * | Use v2 of the Discord API. | Rapptz | 2015-08-22 | 1 | -1/+2 |
| | | |||||
| * | Rename project from pydiscord to discord.py | Rapptz | 2015-08-22 | 9 | -23/+44 |
| | | |||||
| * | Some documentation warning fixes. | Rapptz | 2015-08-21 | 2 | -4/+4 |
| | | |||||
| * | Add logs_from function to get channel logs from a channel. | Rapptz | 2015-08-21 | 1 | -0/+26 |
| | | |||||
| * | Change the way timestamps are parsed. | Rapptz | 2015-08-21 | 1 | -4/+7 |
| | | |||||
| * | Add the ability to edit messages. | Rapptz | 2015-08-21 | 2 | -8/+44 |
| | | |||||
| * | Add on_message_edit event. | Rapptz | 2015-08-21 | 3 | -3/+42 |
| | | |||||