| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -5/+9 |
* | Simplify get_rooms | Erik Johnston | 2016-02-03 | 1 | -26/+0 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Return world_readable and guest_can_join in /publicRooms | Daniel Wagner-Hall | 2015-11-10 | 1 | -0/+2 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -1/+1 |
* | Tidy up _simple_... methods | Erik Johnston | 2015-03-20 | 1 | -1/+1 |
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -14/+3 |
* | Replace hs.parse_roomalias with RoomAlias.from_string | Mark Haines | 2015-01-23 | 1 | -2/+2 |
* | Replace hs.parse_roomid with RoomID.from_string | Mark Haines | 2015-01-23 | 1 | -3/+3 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -1/+2 |
* | Remove unused functions | Mark Haines | 2015-01-13 | 1 | -11/+0 |
* | Kill off synapse.api.events.* | Erik Johnston | 2014-12-16 | 1 | -5/+3 |
* | Remove stale tests | Erik Johnston | 2014-11-05 | 1 | -2/+2 |
* | Neaten more of the storage layer tests with assertObjectHasAttributes; more s... | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -6/+5 |
* | Unit tests for (some) room events via the RoomStore | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -0/+85 |
* | Use new assertObjectHasAttributes() in tests/storage/test_room.py | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -3/+6 |
* | More RoomStore tests | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -4/+40 |
* | Initial pass at a RoomStore test | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -0/+53 |