Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-16 | Finish renaming "context" to "room_id" in federation codebase | Mark Haines | 7 | -99/+62 | |
2015-01-16 | Fold _do_request_for_transaction into the methods that called it since it ↵ | Mark Haines | 1 | -44/+11 | |
was a trivial wrapper around client.get_json | |||||
2015-01-16 | Split transport layer into client and server parts | Mark Haines | 3 | -272/+321 | |
2015-01-16 | Remove temporary debug logging that was accidentally committed | Mark Haines | 1 | -2/+0 | |
2015-01-13 | Have /join/:room_id return the room ID in response anyway, for consistency ↵ | Paul "LeoNerd" Evans | 1 | -1/+1 | |
of clients (SYN-234) | |||||
2015-01-13 | Have MockClock detect attempts to cancel expired timers, to prevent a repeat ↵ | Paul "LeoNerd" Evans | 1 | -4/+16 | |
of SYN-230 | |||||
2015-01-13 | Don't try to cancel already-expired timers - SYN-230 | Paul "LeoNerd" Evans | 1 | -2/+8 | |
2015-01-13 | Remove unused functions | Mark Haines | 4 | -30/+0 | |
2015-01-13 | get_room_events isn't called anywhere | Mark Haines | 1 | -30/+0 | |
2015-01-13 | Fix stream token ordering | Mark Haines | 1 | -72/+101 | |
2015-01-13 |