| Commit message (Expand) | Author | Files | Lines |
2014-12-02 | Added the needed libssl-dev package | Tjardick van der Kraan | 1 | -1/+2 |
2014-11-30 | re-add OSX troubleshooting instructions (not sure how they got lost) | Matthew Hodgson | 1 | -0/+3 |
2014-11-28 | fix IO::Async abuse - thanks leo | Matthew Hodgson | 1 | -9/+11 |
2014-11-28 | ignore rogue matrix call events; support verto.media RPC as a horrible hack; ... | Matthew Hodgson | 3 | -21/+33 |
2014-11-28 | clean up a vertobot a bit | Matthew Hodgson | 2 | -5/+0 |
2014-11-28 | a simple matrix->verto bot, distantly related to the irc bridge | Matthew Hodgson | 5 | -0/+546 |
2014-11-27 | Bump version v0.5.3a | Erik Johnston | 2 | -2/+2 |
2014-11-27 | Bump pinned version of pynacl pulled from github | Erik Johnston | 1 | -1/+1 |
2014-11-27 | Bump version and changelog | Erik Johnston | 3 | -2/+10 |
2014-11-27 | Don't return outliers when we get recent events for rooms. | Erik Johnston | 1 | -1/+1 |
2014-11-27 | Fix bugs when joining a remote room that has dodgy event graphs. This should ... | Erik Johnston | 3 | -31/+68 |
2014-11-27 | on_receive_pdu takes more args | Erik Johnston | 1 | -3/+3 |
2014-11-27 | Change the way we get missing auth and state events | Erik Johnston | 2 | -44/+106 |
2014-11-27 | Re-sign events when we return them via federation as a temporary hack to work... | Erik Johnston | 1 | -0/+11 |
2014-11-26 | Attempt to fix bug where we 500d an event stream due to trying to cancel a ti... | Erik Johnston | 1 | -3/+9 |
2014-11-26 | Add a workaround for bug where some initial join events don't reference creat... | Erik Johnston | 1 | -1/+7 |
2014-11-26 | Catch exceptions when trying to add an entry to rooms tables | Erik Johnston | 1 | -6/+11 |
2014-11-26 | Spelling | Erik Johnston | 1 | -1/+1 |
2014-11-26 | Bump version and changelog v0.5.2 | Erik Johnston | 3 | -2/+7 |
2014-11-26 | Don't delete the entire current_state_events table | Erik Johnston | 1 | -1/+4 |
2014-11-26 | Bump version numbers and change log | Erik Johnston | 4 | -4/+12 |
2014-11-26 | Use correct default port in scripts/check_signature.py | Erik Johnston | 1 | -1/+1 |
2014-11-26 | Add update delta for schema change | Erik Johnston | 2 | -1/+35 |
2014-11-26 | Update schema to support multiple signatures | Erik Johnston | 1 | -1/+1 |
2014-11-26 | Fix tests. | Erik Johnston | 1 | -1/+1 |
2014-11-26 | Correctly handle the case where we get an event for an unknown room, which tu... | Erik Johnston | 5 | -47/+99 |
2014-11-26 | upgrade script depends on sqlite3 cli | Matthew Hodgson | 1 | -1/+1 |
2014-11-25 | Fix bugs in invite/join dances. | Erik Johnston | 8 | -142/+215 |
2014-11-25 | Don't double url-decode state event types. | Kegan Dougal | 1 | -1/+1 |
2014-11-25 | Drop log level for incorrect logging contexts to WARN if the context is wrong... | Mark Haines | 1 | -5/+8 |
2014-11-24 | pip uninstall syweb | Matthew Hodgson | 1 | -0/+9 |
2014-11-24 | Mark the auth events as possible outlier | Erik Johnston | 1 | -0/+1 |
2014-11-24 | Add missing None check | Erik Johnston | 1 | -1/+1 |
2014-11-24 | Ask for any auth events that we don't have | Erik Johnston | 1 | -0/+15 |
2014-11-24 | We don't always want to Auth get_persisted_pdu | Erik Johnston | 2 | -11/+20 |
2014-11-24 | SYN-163: Add an order by rowid to selects. | Erik Johnston | 2 | -9/+18 |
2014-11-24 | typos | Matthew Hodgson | 1 | -2/+2 |
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-21 | More work on pushers. Attempt to do HTTP pokes. Not sure if the actual HTTP p... | David Baker | 7 | -20/+150 |
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 | remove random half-line | David Baker | 1 | -1/+0 |
2014-11-19 | Start creating a module to do generic notifications (just prints them to stdo... | David Baker | 12 | -3/+449 |
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 |
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 |
2014-11-14 |