| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Thread.permissions_for helper functionfeature/threads | Rapptz | 2021-06-08 | 1 | -2/+36 |
| * | Add message purging functions to Thread | Rapptz | 2021-06-08 | 1 | -3/+175 |
| * | Parse remaining thread events. | Rapptz | 2021-06-08 | 1 | -0/+2 |
| * | Add ThreadMember.thread | Rapptz | 2021-06-08 | 1 | -0/+5 |
| * | Clarify actions that require manage_threads permission | Rapptz | 2021-06-08 | 1 | -6/+33 |
| * | Add __repr__ for the thread classes | Rapptz | 2021-06-08 | 1 | -0/+9 |
| * | Add minor parsing for THREAD_LIST_SYNC and THREAD_MEMBER_UPDATE | Rapptz | 2021-06-08 | 1 | -1/+7 |
| * | Replace Ellipsis with utils.MISSING | Rapptz | 2021-06-08 | 1 | -11/+12 |
| * | Fix partial thread members | Rapptz | 2021-06-08 | 1 | -6/+18 |
| * | Add Thread.is_news() | Rapptz | 2021-06-08 | 1 | -0/+4 |
| * | Update thread typings and payloads to match documentation | Rapptz | 2021-06-08 | 1 | -2/+12 |
| * | Implement remaining HTTP endpoints on threads | Rapptz | 2021-06-08 | 1 | -1/+138 |
| * | First pass at preliminary thread support | Rapptz | 2021-06-08 | 1 | -0/+244 |