| Commit message (Expand) | Author | Files | Lines |
2014-11-18 | SYN-104: When going backwards the end token should be before the last event | Mark Haines | 1 | -0/+3 |
2014-11-18 | Ensure to parse a real pagination config object out of room initialSync reque... | Paul "LeoNerd" Evans | 1 | -2/+4 |
2014-11-18 | Rename message handler's new snapshot_room to room_initial_sync() as that bet... | Paul "LeoNerd" Evans | 2 | -2/+2 |
2014-11-18 | Revert accidental commit of bad file | Erik Johnston | 1 | -37/+24 |
2014-11-18 | Null check when determining default power levels | Mark Haines | 1 | -1/+2 |
2014-11-18 | SYN-149: Enable auth for events added during room creation since they should ... | Mark Haines | 1 | -1/+1 |
2014-11-18 | Fix auth to correctly handle initial creation of rooms | Erik Johnston | 2 | -27/+58 |
2014-11-18 | SYN-149: Send join event immediately after the room create event | Mark Haines | 3 | -26/+31 |
2014-11-18 | Include room members' presence in room initialSync | Paul "LeoNerd" Evans | 2 | -1/+36 |
2014-11-18 | Added ability to .get_state() from the PresenceHandler by returning a complet... | Paul "LeoNerd" Evans | 1 | -2/+15 |
2014-11-18 | Don't expect all _user_cachemap entries to definitely contain a "last_active"... | Paul "LeoNerd" Evans | 1 | -3/+3 |
2014-11-18 | Split out sending the room alias events from creating the alias so that we ca... | Mark Haines | 4 | -27/+31 |
2014-11-18 | Include 'messages' snapshot in room initialSync | Paul "LeoNerd" Evans | 2 | -1/+24 |
2014-11-17 | warn about memory | Matthew Hodgson | 1 | -0/+7 |
2014-11-17 | update the README.rst to reflect the develop branch | Matthew Hodgson | 1 | -73/+40 |
2014-11-17 | Stop before starting when restarting | Mark Haines | 1 | -1/+1 |
2014-11-17 | yet another installation gotcha | Matthew Hodgson | 1 | -7/+13 |
2014-11-17 | clarify install instructions further still | Matthew Hodgson | 1 | -17/+38 |
2014-11-17 | SYN-148: Add the alias after creating the room | Mark Haines | 1 | -9/+9 |
2014-11-17 | Mark synapse as not zip-safe since it needs to be able to read schema files f... | Mark Haines | 1 | -0/+1 |
2014-11-17 | Remove syweb directory. pull in syweb as a dependency from github | Mark Haines | 92 | -50658/+4 |
2014-11-17 | SYWEB-152: Remove room join logic from RoomController and put it in eventHand... | Kegan Dougal | 2 | -145/+101 |
2014-11-17 | Add clearRooms() to wipe data when you logout. | Kegan Dougal | 3 | -16/+29 |
2014-11-17 | These lines aren't doing anything | Mark Haines | 1 | -5/+0 |
2014-11-17 | Move getLastMessage to modelService. | Kegan Dougal | 5 | -31/+31 |
2014-11-17 | s/eventHandlerService.getUsersCountInRoom/modelService.getUserCountInRoom/g | Kegan Dougal | 5 | -65/+61 |
2014-11-15 | do *not* depend on external websites to host our JS - if nothing else, it mak... | Matthew Hodgson | 2 | -6/+201 |
2014-11-15 | doc | Matthew Hodgson | 1 | -3/+3 |
2014-11-15 | merge in msg.__room_member usage to new message display template | Matthew Hodgson | 7 | -135/+182 |
2014-11-15 | improve notif setting text | Matthew Hodgson | 1 | -1/+1 |
2014-11-15 | spell useCaptcha right... | Matthew Hodgson | 1 | -1/+1 |
2014-11-15 | do not use captcha by default | Matthew Hodgson | 1 | -11/+5 |
2014-11-14 | Merge PDUs and Events into one object | Mark Haines | 10 | -212/+91 |
2014-11-14 | Fix PDU and event signatures | Mark Haines | 4 | -6/+16 |
2014-11-14 | Validate signatures on incoming events | Mark Haines | 3 | -7/+52 |
2014-11-14 | Add event-stream-service unit tests. | Kegan Dougal | 2 | -0/+84 |
2014-11-14 | Unbreak tab complete... | Kegan Dougal | 1 | -5/+6 |
2014-11-14 | Add more modelService unit tests. | Kegan Dougal | 1 | -0/+132 |
2014-11-14 | Move getUserPowerLevel to modelService. | Kegan Dougal | 5 | -71/+58 |
2014-11-14 | Fix bug which caused notifications to appear for old messages. | Kegan Dougal | 2 | -9/+9 |
2014-11-14 | Tidy up room.html member list to use member again, now that scope.members is ... | Kegan Dougal | 1 | -6/+6 |
2014-11-14 | Add extra checks to duration filter. | Kegan Dougal | 2 | -0/+8 |
2014-11-14 | Actually look for last_active_ago in the right place.. | Kegan Dougal | 3 | -70/+140 |
2014-11-14 | |