| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add TextChannel.members to get members that can see a channel. | Rapptz | 2017-02-28 | 1 | -0/+5 |
| | | |||||
| * | Rename VoiceChannel.voice_members to VoiceChannel.members | Rapptz | 2017-02-28 | 1 | -1/+1 |
| | | |||||
| * | Move purge and delete_messages from Messageable. | Rapptz | 2017-02-26 | 1 | -0/+144 |
| | | | | | | | This is a breaking change. Move these two to TextChannel since the other things that implement Messageable cannot reliably do bulk delete actions in their respective channels. | ||||
| * | Fix NameError in GroupChannel. | Rapptz | 2017-02-10 | 1 | -1/+1 |
| | | |||||
| * | Better group DM support. | Rapptz | 2017-02-09 | 1 | -1/+104 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Remove _get_guild_id from Messageable ABC. | Rapptz | 2017-01-14 | 1 | -9/+0 |
| | | |||||
| * | VoiceChannel.voice_members is now computed when needed. | Rapptz | 2017-01-08 | 1 | -5/+13 |
| | | |||||
| * | Fix NameError when dealing with permission resolution. | Rapptz | 2017-01-03 | 1 | -0/+10 |
| | | |||||
| * | Change Messageable channel getter to be a coroutine. | Rapptz | 2017-01-03 | 1 | -0/+3 |
| | | |||||
| * | Move message creation to a factory method inside ConnectionState. | Rapptz | 2017-01-03 | 1 | -5/+5 |
| | | |||||
| * | Rename MessageChannel abc to Messageable. | Rapptz | 2017-01-03 | 1 | -9/+18 |
| | | |||||
| * | Move GuildChannel over to abc module. | Rapptz | 2017-01-03 | 1 | -265/+2 |
| | | |||||
| * | Add useful repr to all data classes. | Rapptz | 2017-01-03 | 1 | -0/+12 |
| | | |||||
| * | Absolute import some circular dependencies to appease Python 3.4. | Rapptz | 2017-01-03 | 1 | -11/+13 |
| | | |||||
| * | Rename try_insert_user to store_user | Rapptz | 2017-01-03 | 1 | -2/+2 |
| | | |||||
| * | Make emojis and members stateful. | Rapptz | 2017-01-03 | 1 | -2/+4 |
| | | |||||
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -33/+33 |
| | | |||||
| * | Split channel types. | Rapptz | 2017-01-03 | 1 | -118/+350 |
| | | | | | | | | | | | | This splits them into the following: * DMChannel * GroupChannel * VoiceChannel * TextChannel This also makes the channels "stateful". | ||||
| * | Slots use tuples instead now. | Rapptz | 2017-01-03 | 1 | -1/+1 |
| | | |||||
| * | Switch IDs to use int instead of str | Rapptz | 2017-01-03 | 1 | -8/+8 |
| | | |||||
| * | Begin working on the rewrite. | Rapptz | 2017-01-03 | 1 | -42/+42 |
| | | |||||
| * | Add Channel.overwrites to get a channel's permission overwrites. | Rapptz | 2016-12-17 | 1 | -0/+28 |
| | | | | | Fixes #414. | ||||
| * | Fix bug when permission overwrites could be applied out of order. | Rapptz | 2016-09-10 | 1 | -1/+7 |
| | | | | | | | | | | The bug was due to the fact that the way overwrites work is by doing a loop of all the values and then applying deny first and then allow. That way the overwrite is defined if role A and role B deny a permission but role C allows it (and said member has A, B, C roles) then the resolution should allow it rather than deny it regardless of the order of the data it is received in. | ||||
| * | Make PrivateChannel.__str__ more useful for groups. | Rapptz | 2016-07-15 | 1 | -4/+16 |
| | | | | | Also demote is_private to a property instead of a slot. | ||||
| * | Add support for different message types and call message. | Rapptz | 2016-07-13 | 1 | -1/+4 |
| | | |||||
| * | Handle CHANNEL_UPDATE for group direct messages. | Rapptz | 2016-07-13 | 1 | -11/+3 |
| | | |||||
| * | Begin working on gateway v6 changes. | Rapptz | 2016-07-13 | 1 | -10/+61 |
| | | | | | | The first batch of changes are related to channel types and group direct messages. Support these first so READY begins parsing. | ||||
| * | Add implicit cases to permission resolution in Channel.permissions_for | Rapptz | 2016-06-28 | 1 | -0/+19 |
| | | |||||
| * | Support for v5 Gateway. | Rapptz | 2016-06-22 | 1 | -1/+1 |
| | | |||||
| * | Make Channel.overwrites_for return PermissionOverwrite | Rapptz | 2016-06-14 | 1 | -10/+11 |
| | | |||||
| * | Make Channel.changed_roles into an on-the-fly property instead. | Rapptz | 2016-06-01 | 1 | -18/+18 |
| | | |||||
| * | Add __slots__ for discord.Channel. | Rapptz | 2016-05-20 | 1 | -0/+4 |
| | | | | | Not sure why this was missing. | ||||
| * | Add support for voice channel user limits. | Rapptz | 2016-05-20 | 1 | -0/+3 |
| | | |||||
| * | Fix Channel.permissions_for to work with the new permission system. | Rapptz | 2016-05-12 | 1 | -12/+7 |
| | | |||||
| * | Add Channel.overwrites_for function to get allow/deny pairs. | Rapptz | 2016-04-12 | 1 | -0/+31 |
| | | |||||
| * | Clarify Channel.position documentation. | Rapptz | 2016-03-25 | 1 | -1/+4 |
| | | |||||
| * | Add missing created_at properties for other objects. | Rapptz | 2016-03-25 | 1 | -0/+10 |
| | | | | | Such as Channel, PrivateChannel, Object and Role. | ||||
| * | Fix bug where the everyone role was not being properly resolved. | Rapptz | 2016-02-24 | 1 | -2/+19 |
| | | | | | | | The permissions_for assumed that the everyone role would be the first element of the permission overwrites but this is not guaranteed so we have to guarantee it ourselves. | ||||
| * | Add channel specific bitrates. | Rapptz | 2016-02-18 | 1 | -0/+3 |
| | | |||||
| * | Fix PrivateChannel.permissions_for not having self parameter. | Rapptz | 2016-01-22 | 1 | -1/+1 |
| | | |||||
| * | Documentation fixes for Permissions related code. | Rapptz | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | Change internal update functions to have a leading underscore. | Rapptz | 2016-01-11 | 1 | -2/+2 |
| | | |||||
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Change permissions to remove the can_ prefix. | Rapptz | 2016-01-03 | 1 | -10/+10 |
| | | |||||
| * | Add __slots__ where appropriate to data classes. | Rapptz | 2015-12-19 | 1 | -0/+2 |
| | | |||||
| * | Fix Channel.permissions_for attribute error. | Rapptz | 2015-12-17 | 1 | -2/+2 |
| | | |||||
| * | Most data classes now support hashing. | Rapptz | 2015-12-17 | 1 | -3/+7 |
| | | |||||
| * | Channel.is_default_channel is now a property named is_default. | Rapptz | 2015-12-16 | 1 | -1/+2 |
| | | |||||
| * | All data classes now support !=, == and str(obj). | Rapptz | 2015-12-13 | 1 | -2/+33 |
| | | |||||