| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change member constructor to not rely on order of json data object | Khazhismel | 2016-01-12 | 1 | -7/+7 |
| | | |||||
| * | Handle cases where people put False-like values for game presences. | Rapptz | 2016-01-11 | 1 | -2/+2 |
| | | |||||
| * | Change internal update functions to have a leading underscore. | Rapptz | 2016-01-11 | 1 | -2/+2 |
| | | |||||
| * | Add Member.permissions_in. | Rapptz | 2016-01-06 | 1 | -0/+16 |
| | | | | | Fixes #63 | ||||
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Add game data class, replace game_id. | Khazhismel | 2015-12-23 | 1 | -5/+6 |
| | | |||||
| * | Add __slots__ where appropriate to data classes. | Rapptz | 2015-12-19 | 1 | -1/+5 |
| | | |||||
| * | Add enumerators instead of strings. | Rapptz | 2015-12-04 | 1 | -33/+24 |
| | | | | | Changes channel type, status and server region into 3.4 enums. | ||||
| * | Member.roles array now has the default role as the first element. | Rapptz | 2015-11-28 | 1 | -1/+2 |
| | | |||||
| * | Use try-except instead of checking for membership. | Rapptz | 2015-11-20 | 1 | -7/+10 |
| | | | | | | | Basically, a lot of the checks revolving "if x in y" could be written more efficiently by doing the task anyway and ignoring the exception a la the EAFP guideline. | ||||
| * | fixed voice_members not updating when changing channels | Azza | 2015-11-19 | 1 | -0/+4 |
| | | |||||
| * | Split data classes into more files. | Rapptz | 2015-10-27 | 1 | -0/+101 |