| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Channel.permissions_for now correctly handles everyone overwrites. | Rapptz | 2015-11-09 | 1 | -2/+3 |
| * | Add Channel.mention to mention a channel. | Rapptz | 2015-10-23 | 1 | -0/+4 |
| * | Change Permissions constants to be class method factories instead. | Rapptz | 2015-10-22 | 1 | -3/+4 |
| * | Fix permission resolution in Channel.permissions_for | Rapptz | 2015-10-22 | 1 | -13/+15 |
| * | Add Channel.permissions_for and PrivateChannel.permissions_for. | Rapptz | 2015-10-17 | 1 | -14/+103 |
| * | Add Channel.voice_members | Rapptz | 2015-10-16 | 1 | -0/+5 |
| * | Listen to CHANNEL_UPDATE events and add on_channel_update | Rapptz | 2015-09-25 | 1 | -0/+3 |
| * | Add support for channel topics. | Rapptz | 2015-09-25 | 1 | -0/+4 |
| * | Move permission overwrite construction to the Channel constructor. | Rapptz | 2015-09-25 | 1 | -1/+28 |
| * | Use kwargs if the number of arguments needed is too many. | Rapptz | 2015-09-04 | 1 | -7/+7 |
| * | Parse permission_overwrites in every Channel instance. | Rapptz | 2015-08-26 | 1 | -1/+6 |
| * | Initial commit | Rapptz | 2015-08-21 | 1 | -0/+79 |