Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-31 | Add sync to tox.ini | Erik Johnston | 1 | -0/+1 | |
2020-01-31 | Use a FrozenEvent base class for types | Erik Johnston | 2 | -16/+37 | |
2020-01-31 | Add types to function signatures in SyncHandler | Erik Johnston | 1 | -167/+202 | |
2020-01-31 | Fixup type annotations | Erik Johnston | 1 | -22/+20 | |
2020-01-31 | Convert namedtuple to attrs | Erik Johnston | 1 | -137/+122 | |
2020-01-31 | Add a _RoomChanges type for return value | Erik Johnston | 1 | -29/+33 | |
2020-01-31 | Fix bug with getting missing auth event during join 500'ed (#6810) | Erik Johnston | 2 | -1/+6 | |
2020-01-30 | pass room version into FederationHandler.on_invite_request (#6805) | Richard van der Hoff | 3 | -4/+5 | |
2020-01-30 | Log when we delete room in bg update (#6816) | Erik Johnston | 2 | -0/+3 | |
2020-01-30 | MSC2260: Block direct sends of m.room.aliases events (#6794) | Richard van der Hoff | 4 | -33/+28 | |
as per MSC2260 | |||||
2020-01-30 | Backgroud update to clean out rooms from current state (# |