| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename GuildRegion to VoiceRegion. | Rapptz | 2017-05-09 | 1 | -3/+3 |
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| * | Move message creation to a factory method inside ConnectionState. | Rapptz | 2017-01-03 | 1 | -2/+2 |
| * | Absolute import some circular dependencies to appease Python 3.4. | Rapptz | 2017-01-03 | 1 | -2/+3 |
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -4/+4 |
| * | Split channel types. | Rapptz | 2017-01-03 | 1 | -2/+2 |
| * | Switch IDs to use int instead of str | Rapptz | 2017-01-03 | 1 | -1/+1 |
| * | Optimise VoiceState for memory. | Rapptz | 2017-01-03 | 1 | -2/+1 |
| * | Fix SyntaxError in constructing VoiceState for Python 3.4 | Rapptz | 2016-07-21 | 1 | -1/+2 |
| * | Add ourselves into the ringing lookup cache. | Rapptz | 2016-07-15 | 1 | -0/+2 |
| * | Add utility properties to CallMessage to query information. | Rapptz | 2016-07-15 | 1 | -9/+37 |
| * | Add support for querying information about group calls. | Rapptz | 2016-07-15 | 1 | -1/+78 |
| * | Add support for different message types and call message. | Rapptz | 2016-07-13 | 1 | -0/+48 |