| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Add __slots__ where appropriate to data classes. | Rapptz | 2015-12-19 | 1 | -2/+5 |
| | | |||||
| * | Most data classes now support hashing. | Rapptz | 2015-12-17 | 1 | -2/+4 |
| | | |||||
| * | Make more things into properties. | Rapptz | 2015-12-16 | 1 | -0/+1 |
| | | | | | | | A lot of the expensive getters were transformed into cached properties instead. A lot of things that were properties were transformed into properties as well. | ||||
| * | All data classes now support !=, == and str(obj). | Rapptz | 2015-12-13 | 1 | -1/+17 |
| | | |||||
| * | Fix bug where Role.is_everyone doesn't propagate in GUILD_ROLE_UPDATE. | Rapptz | 2015-12-10 | 1 | -1/+3 |
| | | |||||
| * | Switch to NumPy style documentation. | Rapptz | 2015-12-04 | 1 | -22/+14 |
| | | |||||
| * | Role.is_everyone actually uses the proper check. | Rapptz | 2015-11-09 | 1 | -1/+1 |
| | | |||||
| * | Split data classes into more files. | Rapptz | 2015-10-27 | 1 | -162/+1 |
| | | |||||
| * | Change Colour constants to be class method factories instead. | Rapptz | 2015-10-22 | 1 | -95/+109 |
| | | |||||
| * | Better detection for the everyone role. Fixes #23. | Rapptz | 2015-10-21 | 1 | -2/+2 |
| | | |||||
| * | Better detection for the @everyone role. | Rapptz | 2015-10-17 | 1 | -2/+7 |
| | | |||||
| * | Add Role.managed property. | Rapptz | 2015-10-16 | 1 | -0/+5 |
| | | |||||
| * | Separate colour tuple into its own class. | Rapptz | 2015-10-16 | 1 | -0/+213 |
| Also enumerate all the constant colours that Discord currently supports. | |||||