| Commit message (Expand) | Author | Files | Lines |
2014-11-24 | rst bugs | Matthew Hodgson | 1 | -5/+5 |
2014-11-21 | Return 404 M_NOT_FOUND when trying to look up a room alias that doesn't exist | Mark Haines | 1 | -12/+24 |
2014-11-20 | SYN-58: Allow passing explicit limit=0 to initialSync to request no messages ... | Paul "LeoNerd" Evans | 2 | -7/+7 |
2014-11-20 | Fix pep8 and pyflakes warnings | Mark Haines | 6 | -12/+21 |
2014-11-20 | Separate out the matrix http client completely because just about all of its ... | David Baker | 8 | -337/+361 |
2014-11-20 | Fix pep8 codestyle warnings | Mark Haines | 21 | -47/+71 |
2014-11-20 | Use module loggers rather than the root logger. Exceptions caused by bad clie... | Mark Haines | 8 | -10/+17 |
2014-11-20 | Add a few missing yields, Move deferred lists inside PreserveLoggingContext b... | Mark Haines | 15 | -85/+107 |
2014-11-20 | Oops, I removed this param. | David Baker | 1 | -2/+0 |
2014-11-20 | Refactor the HTTP clients a little. | David Baker | 4 | -86/+82 |
2014-11-20 | CaptchaServerHttpClient should extend the base, not matrix http client. | David Baker | 1 | -1/+1 |
2014-11-20 | Use tagged version of matrix-angular-sdk | Mark Haines | 1 | -4/+4 |
2014-11-20 | SYN-153: Fix formatting of federation error message | Mark Haines | 1 | -1/+1 |
2014-11-19 | typoe | Matthew Hodgson | 1 | -1/+1 |
2014-11-19 | Add note about rerunning setup.py develop | Erik Johnston | 1 | -0/+6 |
2014-11-19 | Bump version, changelog and upgrade.rst | Erik Johnston | 6 | -3/+78 |
2014-11-19 | Fix tests from prev commit | Erik Johnston | 1 | -1/+0 |
2014-11-19 | Don't add a 'prev' key to m.room.member messages | Erik Johnston | 2 | -4/+0 |
2014-11-19 | Initialise UserPresenceCache instances to always contain a 'presence' key | Paul "LeoNerd" Evans | 2 | -6/+10 |
2014-11-19 | Fix backfill request | Erik Johnston | 1 | -1/+1 |
2014-11-19 | Only users can set state events which have their own user_id | Erik Johnston | 1 | -0/+20 |
2014-11-19 | Sometimes there isn't a current logging context | Mark Haines | 1 | -1/+1 |
2014-11-19 | SYN-153: Raise 404 if room alias is not found | Mark Haines | 1 | -4/+8 |
2014-11-19 | remove demo webserver since synapse serves up the webclient itself | Mark Haines | 1 | -3/+0 |
2014-11-19 | remove unused import | Mark Haines | 1 | -1/+1 |
2014-11-19 | replace user_id with sender | Mark Haines | 4 | -2/+11 |
2014-11-19 | Preserve logging context in a few more places, drop the logging context after... | Mark Haines | 4 | -22/+37 |
2014-11-18 | SYN-141: Encode query params as UTF-8. | Mark Haines | 1 | -1/+7 |
2014-11-18 | more README fixes | Matthew Hodgson | 1 | -1/+3 |
2014-11-18 | SYN-144: Remove bad keys from pdu json objects, convert age_ts to age | Mark Haines | 2 | -15/+29 |
2014-11-18 | Remember also to UTF-8 decode bytes in room alias names in directory server URLs | Paul "LeoNerd" Evans | 1 | -3/+9 |
2014-11-18 | Remember to URL decode the room_id in room initialSync | Paul "LeoNerd" Evans | 1 | -1/+1 |
2014-11-18 | SYN-141: Decode the query params as UTF-8 | Mark Haines | 1 | -1/+2 |
2014-11-18 | Remove unused variable | Mark Haines | 1 | -1/+1 |
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 |
|