| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix AuditLogDiff.__iter__ to return an actual iterable. | Rapptz | 2017-06-04 | 1 | -1/+1 |
| * | Don't assume the inviter is always there. | Rapptz | 2017-05-31 | 1 | -1/+4 |
| * | Only set the attribute if it isn't None. | Rapptz | 2017-05-10 | 1 | -1/+3 |
| * | Make AuditLogDiff.roles an empty list instead of None. | Rapptz | 2017-05-07 | 1 | -1/+1 |
| * | Fix NameError when making things Object in audit logs. | Rapptz | 2017-05-07 | 1 | -2/+2 |
| * | Audit log role add and removes are lists, not single item. | Rapptz | 2017-05-06 | 1 | -10/+15 |
| * | Add support for message delete audit log action type. | Rapptz | 2017-05-04 | 1 | -0/+10 |
| * | Changed audit_log to audit_logs in documentation | Twentysix | 2017-04-30 | 1 | -1/+1 |
| * | Implement audit logs. | Rapptz | 2017-04-30 | 1 | -0/+319 |