| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Member.roles array now has the default role as the first element. | Rapptz | 2015-11-28 | 1 | -1/+2 | |
| | | ||||||
| * | Move server parsing code from Client to Server. | Rapptz | 2015-11-28 | 1 | -13/+57 | |
| | | ||||||
| * | icon_url and get_default_channel in Server | Hla | 2015-11-16 | 1 | -3/+14 | |
| | | ||||||
| * | Split data classes into more files. | Rapptz | 2015-10-27 | 1 | -77/+0 | |
| | | ||||||
| * | Support unavailable servers. | Rapptz | 2015-10-24 | 1 | -0/+8 | |
| | | ||||||
| * | Fix bug with member voice state update. | Rapptz | 2015-10-17 | 1 | -3/+4 | |
| | | ||||||
| * | Better detection for the @everyone role. | Rapptz | 2015-10-17 | 1 | -1/+1 | |
| | | ||||||
| * | Only remove if the user is actually in the voice channel. | Rapptz | 2015-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | Add Channel.voice_members | Rapptz | 2015-10-16 | 1 | -0/+9 | |
| | | | | | | This allows you to see which members are currently in a voice channel. | |||||
| * | Separate colour tuple into its own class. | Rapptz | 2015-10-16 | 1 | -51/+0 | |
| | | | | | | Also enumerate all the constant colours that Discord currently supports. | |||||
| * | Handle VOICE_STATE_UPDATE websocket events. | Rapptz | 2015-10-15 | 1 | -2/+24 | |
| | | | | | | | | | | | | This adds a lot of new attributes into the Member class such as giving a voice_channel that the user is currently connected to. Initially there was a plan to have a voice_members attribute in the Channel class but this proved to be difficult when it came to actually removing users from the voice channel as the response would return channel_id as null. Fixes #16. | |||||
| * | Handle GUILD_ROLE_UPDATE websocket events. | Rapptz | 2015-10-15 | 1 | -0/+3 | |
| | | ||||||
| * | Fixed get_default_role in Server attempting to access the wrong roles. | Rasmus Karlsson | 2015-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | Parse role colour and other new role attributes. | Rapptz | 2015-10-13 | 1 | -0/+26 | |
| | | | | | | New attributes include hoist, position, and of course colour. An alias is in place for British and American spellings (i.e. color). | |||||
| * | Pass kwargs to all constructors for future proofing. | Rapptz | 2015-10-13 | 1 | -4/+4 | |
| | | ||||||
| * | Add get_default_role for servers to get the 'everyone' role. | Rapptz | 2015-09-07 | 1 | -0/+6 | |
| | | ||||||
| * | Remove owner_id from Server and use owner instead. | Rapptz | 2015-09-04 | 1 | -3/+3 | |
| | | | | | owner will be the actual Member who owns the server. | |||||
| * | Refactor parse_time into its own utils file. | Rapptz | 2015-09-04 | 1 | -2/+2 | |
| | | ||||||
| * | Use kwargs if the number of arguments needed is too many. | Rapptz | 2015-09-04 | 1 | -10/+10 | |
| | | ||||||
| * | Python3 import fixes. | Rapptz | 2015-08-28 | 1 | -2/+2 | |
| | | ||||||
| * | Quick documentation fixes | Rapptz | 2015-08-27 | 1 | -1/+1 | |
| | | ||||||
| * | on_status now takes only a member. | Rapptz | 2015-08-27 | 1 | -3/+3 | |
| | | ||||||
| * | Give members their server as an attribute. | Rapptz | 2015-08-27 | 1 | -0/+4 | |
| | | ||||||
| * | Members now have status info. | Rapptz | 2015-08-27 | 1 | -1/+9 | |
| | | ||||||
| * | Documentation update. | Rapptz | 2015-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Server members are now their own class that subclass Users. | Rapptz | 2015-08-26 | 1 | -2/+55 | |
| | | | | | Roles are also now properly parsed. | |||||
| * | Initial commit | Rapptz | 2015-08-21 | 1 | -0/+75 | |