| Commit message (Expand) | Author | Files | Lines |
2015-01-23 | Replace hs.parse_roomid with RoomID.from_string | Mark Haines | 8 | -21/+15 |
2015-01-23 | Replace hs.parse_userid with UserID.from_string | Mark Haines | 31 | -133/+145 |
2015-01-23 | Merge rest servlets into the client json resource object | Mark Haines | 5 | -28/+18 |
2015-01-22 | Rename MockedDatastoreTestCase to MockedDatastorePresenceTestCase since it is... | Paul "LeoNerd" Evans | 1 | -3/+3 |
2015-01-22 | Much merging of test case setUp() methods to make them much more | Paul "LeoNerd" Evans | 1 | -273/+193 |
2015-01-22 | Move client rest tests back under rest | Mark Haines | 9 | -5/+19 |
2015-01-22 | Move rest APIs back under the rest directory | Mark Haines | 31 | -19/+33 |
2015-01-22 | Move client v1 api rest servlets into a "client/v1" directory | Mark Haines | 23 | -24/+52 |
2015-01-22 | Fix manifest. Ignore contrib and docs directories when checking manifest agai... | Mark Haines | 3 | -5/+9 |
2015-01-22 | Add demo and scripts to python manifest | Mark Haines | 1 | -2/+11 |
2015-01-22 | update .gitignore, set media-store-path in demo | Mark Haines | 2 | -9/+5 |
2015-01-22 | Move experiments, graph and cmdclient into contrib | Mark Haines | 6 | -0/+0 |
2015-01-22 | Remove jsfiddles | Mark Haines | 16 | -1079/+0 |
2015-01-22 | Move scripts into scripts | Mark Haines | 6 | -2/+2 |
2015-01-21 | Abstract out the room ID from presence tests, so it's stored in self | Paul "LeoNerd" Evans | 1 | -8/+10 |
2015-01-21 | Use common base class for two Presence unit-tests, avoiding boilerplate copyp... | Paul "LeoNerd" Evans | 1 | -54/+25 |
2015-01-19 | Only start the notifier timeout once we've had a chance to check for updates.... | Mark Haines | 1 | -2/+2 |
2015-01-19 | Fix pyflakes errors | Mark Haines | 1 | -1/+1 |
2015-01-19 | Fix syntax | Mark Haines | 1 | -2/+3 |
2015-01-19 | Allow ':memory:' as the database path for sqlite3 | Mark Haines | 2 | -2/+11 |
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 was... | Mark Haines | 1 | -44/+11 |
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 of... | Paul "LeoNerd" Evans | 1 | -1/+1 |
2015-01-13 | Have MockClock detect attempts to cancel expired timers, to prevent a repeat ... | Paul "LeoNerd" Evans | 1 | -4/+16 |
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 | Bump version | Erik Johnston | 2 | -2/+2 |
2015-01-13 | Insert 'age' into top level when returning events to clients | Erik Johnston | 1 | -1/+1 |
2015-01-12 | Use float rather than integer divisions to turn msec into sec - so timeouts u... | Paul "LeoNerd" Evans | 1 | -1/+1 |
2015-01-12 | |