| Commit message (Expand) | Author | Files | Lines |
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 | Include 'messages' snapshot in room initialSync | Paul "LeoNerd" Evans | 2 | -1/+24 |
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 | Remove scope.members from RoomController and use modelService instead. This m... | Kegan Dougal | 5 | -225/+237 |
2014-11-14 | Be more helpful and tell the user how to generate a config too. | David Baker | 1 | -1/+4 |
2014-11-14 | Adding --generate-config will not help if the user has not specified a config... | David Baker | 1 | -1/+1 |
2014-11-14 | Use modelService for getting current presence state rather than RoomControlle... | Kegan Dougal | 2 | -2/+23 |
2014-11-14 | Use modelService to access room member power levels rather than RoomController. | Kegan Dougal | 3 | -48/+4 |