| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add useful repr to all data classes. | Rapptz | 2017-01-03 | 1 | -0/+3 |
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -5/+5 |
| * | Stateful Message and remove Invite.xkcd since it is removed. | Rapptz | 2017-01-03 | 1 | -15/+12 |
| * | Begin working on the rewrite. | Rapptz | 2017-01-03 | 1 | -17/+18 |
| * | 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 | -0/+4 |
| * | Most data classes now support hashing. | Rapptz | 2015-12-17 | 1 | -2/+4 |
| * | All data classes now support !=, == and str(obj). | Rapptz | 2015-12-13 | 1 | -1/+17 |
| * | Switch to NumPy style documentation. | Rapptz | 2015-12-04 | 1 | -29/+18 |
| * | Add Client.get_invite to turn a URL to an Invite object. | Rapptz | 2015-11-26 | 1 | -2/+8 |
| * | Add the ability to accept invites. | Rapptz | 2015-09-05 | 1 | -1/+7 |
| * | Add support for creating invites. | Rapptz | 2015-09-04 | 1 | -0/+86 |