| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate join_event from create_room | Mark Haines | 2014-10-27 | 1 | -5/+0 |
* | Remove test_pyflakes. | Kegan Dougal | 2014-10-27 | 1 | -1/+0 |
* | Test pyflakes jenikns integration | Mark Haines | 2014-10-27 | 1 | -0/+1 |
* | Fix pyflakes warnings | Mark Haines | 2014-10-27 | 4 | -4/+2 |
* | Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 do... | Mark Haines | 2014-10-24 | 1 | -1/+4 |
* | Wrap preparing the database in a transaction. Otherwise it will take many sec... | Mark Haines | 2014-10-24 | 1 | -3/+4 |
* | Coturn's timestamps are in seconds, not milliseconds | David Baker | 2014-10-21 | 1 | -1/+1 |
* | Add get_json method to 3pid http client. Better logging for errors in 3pid re... | Mark Haines | 2014-10-20 | 2 | -2/+41 |
* | Fix auto generating signing_keys | Mark Haines | 2014-10-18 | 1 | -1/+1 |
* | Bump the other version v0.4.1 | Erik Johnston | 2014-10-18 | 1 | -1/+1 |
* | Check that we have auth headers and fail nicely | Erik Johnston | 2014-10-17 | 1 | -0/+5 |
* | More log lines. | Erik Johnston | 2014-10-17 | 1 | -7/+15 |
* | add log line for checking verifying signatures | Mark Haines | 2014-10-17 | 1 | -0/+1 |
* | Bump version and changelog | Erik Johnston | 2014-10-17 | 1 | -1/+1 |
* | Bump database version number. | Erik Johnston | 2014-10-17 | 2 | -1/+32 |
* | keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ... | Mark Haines | 2014-10-17 | 7 | -11/+16 |
* | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 10 | -27/+27 |
* | SPEC-7: Don't stamp event contents with 'hsob_ts' | Mark Haines | 2014-10-17 | 1 | -13/+3 |
* | Make sure to return an empty JSON object ({}) from presence PUT/POST requests... | Paul "LeoNerd" Evans | 2014-10-14 | 1 | -2/+2 |
* | SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr... | Mark Haines | 2014-10-14 | 2 | -3/+7 |
* | remove debugging logging for signing requests | Mark Haines | 2014-10-14 | 1 | -4/+0 |
* | Better response message when signature is missing or unsupported | Mark Haines | 2014-10-13 | 1 | -1/+1 |
* | Respond with more helpful error messages for unsigned requests | Mark Haines | 2014-10-13 | 6 | -10/+45 |
* | Raise a SynapseError if the authorisation header is missing or malformed | Mark Haines | 2014-10-13 | 1 | -19/+27 |
* | Remove debug logging, raise a proper SynapseError if the auth header is missing | Mark Haines | 2014-10-13 | 1 | -5/+4 |
* | Verify signatures for server2server requests | Mark Haines | 2014-10-13 | 3 | -25/+96 |
* | SYN-75 sign at the request level rather than the transaction level | Mark Haines | 2014-10-13 | 4 | -35/+53 |
* | Merge branch 'develop' into server2server_signing | Mark Haines | 2014-10-13 | 1 | -11/+35 |
|\ |
|
| * | Replace on_send_callback with something a bit clearer so that we can sign mes... | Mark Haines | 2014-10-13 | 1 | -11/+35 |
* | | Merge branch develop into server2server_signing | Mark Haines | 2014-10-13 | 8 | -170/+162 |
|\| |
|
| * | Fix pyflakes errors | Mark Haines | 2014-10-02 | 2 | -9/+3 |
| * | Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ... | Mark Haines | 2014-10-02 | 4 | -15/+11 |
| * | Merge branch 'master' into develop | David Baker | 2014-10-02 | 1 | -1/+2 |
| |\ |
|
| | * | Fix ncorrect ports in documentation and add notes on how generate-config also... | David Baker | 2014-10-02 | 1 | -1/+2 |
| * | | Split PlainHttpClient into separate clients for talking to Identity servers a... | Mark Haines | 2014-10-02 | 5 | -154/+161 |
| * | | Merge remote-tracking branch 'origin/master' into develop | Mark Haines | 2014-10-02 | 1 | -0/+1 |
| |\| |
|
| | * | Update README setup instructions to be correct. Make synapse spit out explana... | David Baker | 2014-10-02 | 1 | -0/+1 |
| * | | remove "red", "blue" and "green" server_name mappings | Mark Haines | 2014-10-01 | 1 | -7/+0 |
* | | | Merge branch 'develop' into server2server_signing | Mark Haines | 2014-09-30 | 35 | -100/+781 |
|\| | |
|
| * | | pyflakes cleanup | Erik Johnston | 2014-09-30 | 3 | -3/+1 |
| * | | SYN-2: Allow server admins to delete room aliases | Erik Johnston | 2014-09-30 | 3 | -17/+78 |
| * | | Update docstring | Erik Johnston | 2014-09-29 | 2 | -2/+3 |
| * | | SYN-48: Delete dead code | Erik Johnston | 2014-09-29 | 1 | -26/+0 |
| * | | SYN-48: Fix typo. Get the whois for requested user rather tahan the requester | Erik Johnston | 2014-09-29 | 1 | -1/+1 |
| * | | SYN-48: Implement WHOIS rest servlet | Erik Johnston | 2014-09-29 | 9 | -25/+190 |
| * | | Add auth check to test if a user is an admin or not. | Erik Johnston | 2014-09-29 | 2 | -0/+11 |
| * | | SYN-48: Track User-Agents as well as IPs for client devices. | Erik Johnston | 2014-09-29 | 4 | -5/+20 |
| * | | Track the IP users connect with. Add an admin column to users table. | Erik Johnston | 2014-09-26 | 6 | -9/+57 |
| |/ |
|
| * | Just use a yaml list for turn servers | David Baker | 2014-09-25 | 1 | -1/+1 |
| * | Bump version and changelog | Erik Johnston | 2014-09-25 | 1 | -1/+1 |
| * | Merge branch 'deletions' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-25 | 15 | -26/+268 |
| |\ |
|
| | * | Don't strip out null's in serialized events, as that is not need anymore and ... | Erik Johnston | 2014-09-25 | 1 | -1/+2 |
| | * | Don't strip of False values from events when serializing | Erik Johnston | 2014-09-25 | 1 | -1/+1 |
| | * | Add LIMIT to scalar subquery | Erik Johnston | 2014-09-25 | 3 | -5/+10 |
| | * | Rename deletions to redactions | Erik Johnston | 2014-09-24 | 16 | -74/+77 |
| | * | Make deleting deletes not undelete | Erik Johnston | 2014-09-24 | 1 | -14/+4 |
| | * | Fix bug where we didn't correctly pull out the event_id of the deletion | Erik Johnston | 2014-09-24 | 2 | -3/+8 |
| | * | Fill out the prune_event method. | Erik Johnston | 2014-09-24 | 1 | -6/+31 |
| | * | Add v4 deltas to current sql. | Erik Johnston | 2014-09-24 | 3 | -1/+10 |
| | * | Rename 'pruned' to 'pruned_because' | Erik Johnston | 2014-09-23 | 3 | -3/+3 |
| | * | SYN-12: Implement auth for deletion by adding a 'delete_level' on the ops lev... | Erik Johnston | 2014-09-23 | 4 | -6/+43 |
| | * | Add prune_event method | Erik Johnston | 2014-09-23 | 1 | -0/+39 |
| | * | Make sure we don't persist the 'pruned' key | Erik Johnston | 2014-09-23 | 1 | -1/+1 |
| | * | Add m.room.deletion. If an event is deleted it will be returned to clients 'p... | Erik Johnston | 2014-09-23 | 9 | -21/+144 |
| | * | Add a deletions table | Erik Johnston | 2014-09-22 | 1 | -0/+5 |
| * | | Fix bug where we tried to insert state events with null state key | Erik Johnston | 2014-09-25 | 1 | -1/+2 |
| * | | Merge branch 'turn' into develop | David Baker | 2014-09-25 | 4 | -2/+105 |
| |\ \ |
|
| | * | | Make turn server endpoint return an empty object if no turn servers to | David Baker | 2014-09-25 | 2 | -2/+2 |
| | * | | The REST API spec only alows for returning a single server so name the | David Baker | 2014-09-24 | 1 | -1/+1 |
| | * | | Oops | David Baker | 2014-09-24 | 1 | -1/+1 |
| | * | | rename endpoint to better reflect what it is and allow specifying multiple uris | David Baker | 2014-09-24 | 2 | -8/+6 |
| | * | | Use standard base64 encoding with padding to get the same result as | David Baker | 2014-09-24 | 1 | -2/+5 |
| | * | | The config is not hierarchical | David Baker | 2014-09-23 | 1 | -3/+3 |
| | * | | Add support for TURN servers as per the TURN REST API (http://tools.ietf.org/... | David Baker | 2014-09-23 | 4 | -2/+104 |
| * | | | SYN-46: An invite received from fedearation didn't wake up the event stream f... | Erik Johnston | 2014-09-25 | 1 | -1/+9 |
| * | | | Don't set the room name to be the room alias on room creation if the client d... | Erik Johnston | 2014-09-24 | 1 | -11/+0 |
| * | | | SYN-70: And fix another bug where I can't type | Erik Johnston | 2014-09-24 | 1 | -1/+1 |
| * | | | SYN-70: Fix typo | Erik Johnston | 2014-09-24 | 1 | -1/+1 |
| * | | | Bugfix for older Pythons that lack hmac.compare_digest() | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -1/+11 |
| * | | | Merge branch 'jira/SYN-60' into develop | Paul "LeoNerd" Evans | 2014-09-23 | 2 | -6/+44 |
| |\ \ \ |
|
| | * | | | Send an HMAC(SHA1) protecting the User ID for the ReCAPTCHA bypass, rather th... | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -7/+26 |
| | * | | | Config values are almost never 'None', but they might be empty string. Detect... | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -1/+1 |
| | * | | | Make sure the config actually /has/ a captcha_bypass_secret set before trying... | Paul "LeoNerd" Evans | 2014-09-23 | 1 | -2/+3 |
| | * | | | Allow a (hidden undocumented) key to m.login.recaptcha to specify a shared se... | Paul "LeoNerd" Evans | 2014-09-23 | 2 | -6/+24 |
| | |/ / |
|
| * / / | Implemented /rooms/$roomid/state API. | Kegan Dougal | 2014-09-23 | 2 | -6/+23 |
| |/ / |
|
* | | | SYN-75 Verify signatures on server to server transactions | Mark Haines | 2014-09-30 | 11 | -232/+237 |
* | | | Sign federation transactions | Mark Haines | 2014-09-24 | 1 | -1/+8 |
* | | | Fix a few pyflakes errors in the server_key_resource | Mark Haines | 2014-09-23 | 1 | -5/+1 |
* | | | Add a _matrix/key/v1 resource with the verification keys of the local server | Mark Haines | 2014-09-23 | 5 | -164/+104 |
* | | | Read signing keys using methods from syutil. convert keys that are in the wro... | Mark Haines | 2014-09-23 | 1 | -9/+30 |
|/ / |
|
* / | Bump versions and changelog v0.3.3 | Erik Johnston | 2014-09-22 | 1 | -1/+1 |
|/ |
|
* | SYN-47: Fix bug where we still returned events for rooms we had left. | Erik Johnston | 2014-09-19 | 1 | -1/+1 |
* | formatting | Kegan Dougal | 2014-09-19 | 1 | -5/+9 |
* | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-18 | 1 | -1/+1 |
|\ |
|
| * | Bump Changelog and version v0.3.2 | Erik Johnston | 2014-09-18 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-18 | 1 | -1/+1 |
|\| |
|
| * | Bump changelog and versions v0.3.1 | Erik Johnston | 2014-09-18 | 1 | -1/+1 |
* | | Merge branch 'test-sqlite-memory' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-18 | 11 | -115/+164 |
|\ \
| |/
|/| |
|
| * | Merge branch 'develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-17 | 14 | -140/+500 |
| |\ |
|
| * | | Print expected-vs-actual data types on typecheck failure from check_json() | Paul "LeoNerd" Evans | 2014-09-17 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 'origin/develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-15 | 13 | -19/+61 |
| |\ \ |
|
| * \ \ | Merge remote-tracking branch 'origin/develop' into test-sqlite-memory | Paul "LeoNerd" Evans | 2014-09-12 | 5 | -95/+100 |
| |\ \ \ |
|
| * | | | | More accurate docs / clearer paramter names in RoomMemberStore | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -6/+7 |
| * | | | | Revert recent changes to RoomMemberStore | Paul "LeoNerd" Evans | 2014-09-12 | 2 | -28/+10 |
| * | | | | Now don't need the other logger.debug() call in _execute | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -5/+0 |
| * | | | | Logging of all SQL queries via the 'synapse.storage.SQL' logger | Paul "LeoNerd" Evans | 2014-09-12 | 1 | -2/+43 |
| * | | | | Add a .runInteraction() method on SQLBaseStore itself to wrap the .db_pool | Paul "LeoNerd" Evans | 2014-09-12 | 8 | -33/+42 |
| * | | | | Add a better _store_room_member_txn() method that takes separated fields inst... | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -8/+21 |
| * | | | | Rename _store_room_member_txn to _store_room_member_from_event_txn so we can ... | Paul "LeoNerd" Evans | 2014-09-11 | 2 | -2/+2 |
| * | | | | prepare_database() on db_conn, not plain name, so we can pass in the connecti... | Paul "LeoNerd" Evans | 2014-09-10 | 2 | -32/+35 |
| * | | | | Make sure not to open our TCP ports until /after/ the DB is nicely prepared r... | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -1/+2 |
| * | | | | No need for a tiny run() function any more, just use reactor.run() directly | Paul "LeoNerd" Evans | 2014-09-10 | 1 | -6/+2 |
| * | | | | Move database preparing code out of homserver.py into storage where it belongs | Paul "LeoNerd" Evans | 2014-09-10 | 3 | -64/+71 |
* | | | | | Bump versions | Erik Johnston | 2014-09-17 | 1 | -1/+1 |
* | | | | | SYWEB-3 : Added 'visibility' key to rooms returned via /initialSync | Kegan Dougal | 2014-09-17 | 1 | -0/+5 |
* | | | | | SYN-40: When a user updates their displayname or avatar update all their join... | Erik Johnston | 2014-09-17 | 1 | -3/+43 |
| |_|_|/
|/| | | |
|
* | | | | Comment out password reset for now, until the mechanism is fully discussed (I... | Kegan Dougal | 2014-09-16 | 1 | -1/+1 |
* | | | | Added support for the HS to send emails. Use it to send password resets. Adde... | Kegan Dougal | 2014-09-16 | 4 | -2/+130 |
* | | | | Added PasswordResetRestServlet. Hit the IS to confirm the email/user. Need to... | Kegan Dougal | 2014-09-16 | 2 | -1/+50 |
* | | | | Fix bug where we didn't always get 'prev_content' key | Erik Johnston | 2014-09-15 | 1 | -4/+1 |
* | | | | Fix bug where we incorrectly calculated 'age_ts' from 'age' key rather than t... | Erik Johnston | 2014-09-15 | 2 | -2/+4 |
* | | | | Correctly handle receiving 'missing' Pdus from federation, rather than just d... | Erik Johnston | 2014-09-15 | 2 | -12/+15 |
* | | | | Improve logging in federation handler. | Erik Johnston | 2014-09-15 | 1 | -1/+3 |
* | | | | Fix 'age' key to update on retries | Erik Johnston | 2014-09-15 | 3 | -8/+41 |
* | | | | More helpful 400 error messages. | Kegan Dougal | 2014-09-15 | 1 | -1/+5 |
* | | | | Be consistent when associating keys with login types for registration/login. | Kegan Dougal | 2014-09-15 | 1 | -1/+1 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into registration-api... | Kegan Dougal | 2014-09-15 | 10 | -15/+51 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Correctly handle the 'age' key in events and pdus | Erik Johnston | 2014-09-15 | 10 | -15/+51 |
* | | | | Make captcha work again with the new registration logic. | Kegan Dougal | 2014-09-15 | 1 | -0/+1 |
* | | | | Split out password/captcha/email logic. | Kegan Dougal | 2014-09-15 | 2 | -140/+217 |
* | | | | Added LoginType constants. Created general structure for processing registrat... | Kegan Dougal | 2014-09-15 | 2 | -20/+84 |
|/ / / |
|
* | | | Bump version and change log | Erik Johnston | 2014-09-12 | 1 | -1/+1 |
* | | | Fix bug where we relied on the current_state_events being updated when we are... | Erik Johnston | 2014-09-12 | 1 | -2/+2 |
* | | | Fix bug where we no longer stored user_id on Pdus | Erik Johnston | 2014-09-12 | 1 | -1/+7 |
| |/
|/| |
|
* | | Make the state resolution use actual power levels rather than taking them fro... | Erik Johnston | 2014-09-12 | 4 | -82/+54 |
* | | Fix bug where we incorrectly removed a remote host from the list of hosts in ... | Erik Johnston | 2014-09-12 | 1 | -12/+45 |
* | | Fix bug where we didn't return a tuple when expected. | Erik Johnston | 2014-09-12 | 1 | -1/+1 |
|/ |
|
* | Fix bug where we used an unbound local variable if we ended up rolling back t... | Erik Johnston | 2014-09-09 | 1 | -4/+1 |
* | Apparently we can't do txn.rollback(), so raise and catch an exception instead. | Erik Johnston | 2014-09-08 | 1 | -11/+19 |
* | Added num_joined_users key to /publicRooms for each room. Show this informati... | Kegan Dougal | 2014-09-08 | 1 | -0/+6 |
* | Handle the case where we don't have a common ancestor | Erik Johnston | 2014-09-08 | 1 | -9/+18 |
* | Fix bug in state handling where we incorrectly identified a missing pdu. Upda... | Erik Johnston | 2014-09-08 | 2 | -52/+49 |
* | Rollback if we try and insert duplicate events | Erik Johnston | 2014-09-08 | 1 | -0/+1 |
* | Fix race in presence handler where we evicted things from cache while handlin... | Erik Johnston | 2014-09-08 | 1 | -2/+3 |
* | Bump version and changelog | Erik Johnston | 2014-09-08 | 1 | -1/+1 |
* | Fix bug where we used an event_id as a pdu_id | Erik Johnston | 2014-09-06 | 1 | -3/+5 |
* | Added captcha support on both the HS and web client. | Kegan Dougal | 2014-09-05 | 6 | -10/+182 |
|\ |
|
| * | Reload captchas when they fail. Cleanup on success. | Kegan Dougal | 2014-09-05 | 1 | -2/+2 |
| * | 80 chars please | Kegan Dougal | 2014-09-05 | 2 | -11/+23 |
| * | Add config opion for XFF headers when performing ReCaptcha auth. | Kegan Dougal | 2014-09-05 | 3 | -2/+12 |
| * | Captchas now work on registration. Missing x-forwarded-for config arg support... | Kegan Dougal | 2014-09-05 | 4 | -7/+115 |
| * | Added a captcha config to the HS, to enable registration captcha checking and... | Kegan Dougal | 2014-09-05 | 4 | -2/+44 |
* | | Fix generation of event ids so that they are consistent between local and rem... | Erik Johnston | 2014-09-06 | 1 | -1/+4 |
* | | When getting a state event also include the previous content | Erik Johnston | 2014-09-06 | 5 | -13/+43 |
* | | Add support for inviting people when you create a room | Erik Johnston | 2014-09-06 | 1 | -0/+26 |
* | | Validate power levels event changes. Change error messages to be more helpful... | Erik Johnston | 2014-09-05 | 1 | -10/+37 |
* | | Generate m.room.aliases event when the HS creates a room alias | Erik Johnston | 2014-09-05 | 10 | -18/+94 |
|/ |
|
* | Empty string is not a valid JSON object, so don't return them in HTTP responses. | Erik Johnston | 2014-09-05 | 3 | -7/+7 |
* | AUth the contents of power level events | Erik Johnston | 2014-09-05 | 1 | -1/+72 |
* | Change the default power levels to be 0, 50 and 100 | Erik Johnston | 2014-09-05 | 2 | -10/+10 |
* | Bump versions. Update change logs. | Erik Johnston | 2014-09-03 | 1 | -1/+1 |
* | Added a TODO note about YAML modeline for editors | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+3 |
* | Error code must be an integer | Erik Johnston | 2014-09-03 | 1 | -1/+1 |
* | Import SynapseError | Erik Johnston | 2014-09-03 | 1 | -0/+1 |
* | Handle timeouts slightly nicer. | Erik Johnston | 2014-09-03 | 1 | -1/+5 |
* | Don't do auth for change_membership in federation handler, it doesn't work an... | Erik Johnston | 2014-09-03 | 1 | -2/+3 |
* | When creating a room and a user supplies a room_alias but no name, use the ro... | Erik Johnston | 2014-09-03 | 1 | -0/+11 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into develop | David Baker | 2014-09-03 | 98 | -350/+757 |
|\ |
|
| * | Add support to _simple_insert() to do INSERT OR REPLACE | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -4/+6 |
| * | Implement a kick api | Erik Johnston | 2014-09-03 | 1 | -2/+5 |
| * | Default PID file should be 'homeserver.pid' to match the other 'homeserver.*'... | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -1/+1 |
| * | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 97 | -97/+97 |
| * | Limit the size of uploads | Mark Haines | 2014-09-03 | 3 | -1/+55 |
| * | Bubble up SynapseErrors so expected failures aren't masked. | Kegan Dougal | 2014-09-03 | 1 | -0/+2 |
| * | Add exception handling to directory servlet, so we don't 500. Mark directory ... | Kegan Dougal | 2014-09-03 | 1 | -2/+16 |
| * | Fix up directory server to not require uploading room hosts. Update the room ... | Erik Johnston | 2014-09-03 | 2 | -2/+11 |
| * | Handle new state events which don't have a common ancestor | Erik Johnston | 2014-09-03 | 1 | -0/+12 |
| * | Snapshot prev_state for generic events | Erik Johnston | 2014-09-03 | 1 | -1/+6 |
| * | Kill the state | Paul "LeoNerd" Evans | 2014-09-03 | 2 | -31/+6 |
| * | Bugfix for back-pagination of presence | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -0/+2 |
| * | Make retrying requests on DNS failures configurable, and turn off retrying on... | Kegan Dougal | 2014-09-03 | 2 | -7/+24 |
| * | Store SQL DDL deltas as well; attempt to upgrade the database on startup if i... | Paul "LeoNerd" Evans | 2014-09-03 | 2 | -7/+183 |
| * | hs: Updated synapse.http.client to handle DNSLookupErrors and bail immediately. | Kegan Dougal | 2014-09-03 | 1 | -1/+6 |
| * | Implement presence state visibilty limiting when polling eventsource for stream | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -9/+57 |
| * | Don't eat federation transmit errors during unit tests; fix remote presence E... | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -1/+0 |
| * | Make sure to print exceptions properly from notifier failures | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -1/+6 |
| * | Updated feedback api docs and fixed feedback content template bug | Kegan Dougal | 2014-09-03 | 1 | -2/+1 |
| * | apidocs: mtime_age > last_active_ago. Presence REST: Sanity check values in i... | Kegan Dougal | 2014-09-03 | 1 | -0/+8 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-03 | 7 | -174/+222 |
| |\ |
|
| | * | Edited /presence REST servlet to raise SynapseErrors to return a standard err... | Kegan Dougal | 2014-09-03 | 1 | -7/+12 |
| | * | Update API docs to use 'presence' key not 'state'. Fixed error messages when ... | Kegan Dougal | 2014-09-03 | 1 | -1/+1 |
| | * | Fixed /presence APIs to urldecode user IDs. | Kegan Dougal | 2014-09-03 | 1 | -1/+5 |
| | * | Fixed GET /events/$id to be not broken. | Kegan Dougal | 2014-09-03 | 1 | -1/+3 |
| | * | move contentrepo class to it's own file | Mark Haines | 2014-09-03 | 3 | -163/+194 |
| | * | URL decode user IDs for /profile REST path segments. | Kegan Dougal | 2014-09-03 | 1 | -0/+6 |
| * | | Add option to change content repo location | Erik Johnston | 2014-09-03 | 3 | -4/+20 |
| |/ |
|
| * | Rename the 'do_users_share_a_room' to something slightly less verb-sounding | Paul "LeoNerd" Evans | 2014-09-03 | 2 | -2/+2 |
| * | Allow optional non-suppression of exceptions through the Distributor | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -4/+13 |
| * | Neater is_presence_visible() code | Paul "LeoNerd" Evans | 2014-09-03 | 1 | -9/+8 |
* | | Add support for registering with a threepid to the HS (get credentials from t... | David Baker | 2014-09-03 | 3 | -9/+100 |
|/ |
|
* | Merge branch 'master' into develop | Erik Johnston | 2014-09-03 | 2 | -3/+3 |
|\ |
|
| * | Bump version and changelog | Erik Johnston | 2014-09-02 | 1 | -1/+1 |
| * | Update default endpoint port to match the default ports in the config | Erik Johnston | 2014-09-02 | 1 | -2/+2 |
* | | Add ban support: /rooms/$roomid/ban with { user_id : foo } | Kegan Dougal | 2014-09-03 | 1 | -2/+2 |
* | | Add copyright notices and fix pyflakes errors | Mark Haines | 2014-09-03 | 7 | -7/+59 |
* | | Set status message for ratelimit error responses | Mark Haines | 2014-09-03 | 3 | -6/+12 |
* | | Merge branch 'ratelimiting' into develop | Mark Haines | 2014-09-03 | 9 | -8/+141 |
|\ \
| |/
|/| |
|
| * | Raise LimitExceedError when the ratelimiting is throttling requests | Mark Haines | 2014-09-03 | 2 | -11/+29 |
| * | rate limiting for message sending | Mark Haines | 2014-09-02 | 4 | -4/+7 |
| * | Add ratelimiting config | Mark Haines | 2014-09-02 | 1 | -0/+21 |
| * | Add ratelimiting function to basehandler | Mark Haines | 2014-09-02 | 5 | -1/+27 |
| * | Test ratelimiter | Mark Haines | 2014-09-02 | 1 | -19/+48 |
| * | Ratelimiter object | Mark Haines | 2014-09-02 | 1 | -0/+36 |
* | | Merge branch 'master' of github.com:matrix-org/synapse into release-v0.2.0 | Erik Johnston | 2014-09-02 | 2 | -3/+20 |
|\ \ |
|
| * | | v0.1.2 v0.1.2 | David Baker | 2014-08-29 | 1 | -1/+1 |
| * | | Version bump for bug fix. v0.1.1 | Erik Johnston | 2014-08-29 | 1 | -1/+1 |
| * | | When notifying listeners, don't do so in a serial fashion | Erik Johnston | 2014-08-29 | 1 | -2/+19 |
| * | | Bump version and change log v0.1.0 | Erik Johnston | 2014-08-29 | 1 | -1/+1 |
* | | | Order matters when adding REST servlets | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -21/+21 |
* | | | Fix bug where we didn't correctly store the ops power levels event. | Erik Johnston | 2014-09-02 | 3 | -1/+9 |
* | | | Add rest endpoint for the whole user profile | David Baker | 2014-09-02 | 1 | -0/+21 |
* | | | Safer handling of incoming presence EDUs that may or maynot contain 'presence... | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -3/+13 |
* | | | 'continue' to go to the next item in a for loop, not 'break' | Paul "LeoNerd" Evans | 2014-09-02 | 1 | -1/+1 |
* | | | By default, only room ops can change the name and topic. | Erik Johnston | 2014-09-02 | 1 | -0/+2 |
| |/
|/| |
|
* | | Remove option for disabling webclient because it was confusing | Mark Haines | 2014-09-02 | 1 | -4/+1 |
* | | Implement auth for kicking. | Erik Johnston | 2014-09-02 | 1 | -3/+10 |
* | | Add message to assertion | Erik Johnston | 2014-09-02 | 1 | -1/+1 |
* | | Default HTTP and HTTPS ports to 8008 and 8448 | Erik Johnston | 2014-09-02 | 1 | -2/+4 |
* | | os.makedirs is almost but not entirely unlike mkdir -p | Mark Haines | 2014-09-02 | 1 | -1/+2 |
* | | Fix typo when reading TLS config | Mark Haines | 2014-09-02 | 1 | -1/+1 |
* | | Make the config directory if the directory doesn't exisit when generating config | Mark Haines | 2014-09-02 | 1 | -0/+1 |
* | | More helpful error messages for missing config | Mark Haines | 2014-09-02 | 3 | -6/+29 |
* | | Add support for setting room name and topic when creating rooms | Erik Johnston | 2014-09-02 | 1 | -4/+29 |
* | | given everything's apparently gone https:// by default for c-s, change this h... | Matthew Hodgson | 2014-09-01 | 1 | -1/+5 |
* | | Add unsecure listener port to homeserver | Mark Haines | 2014-09-01 | 2 | -8/+17 |
* | | enable ECDHE ciphers | Mark Haines | 2014-09-01 | 1 | -0/+6 |
* | | Reënable presence visibility permission checking now it's not used on redund... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -4/+0 |
* | | No need to test is_presence_visible in _start_polling_local because we know i... | Paul "LeoNerd" Evans | 2014-09-01 | 1 | -4/+0 |
* | | specify metavars in argparse | Matthew Hodgson | 2014-09-01 | 1 | -2/+3 |
* | | Use yaml for config file | Mark Haines | 2014-09-01 | 1 | -11/+6 |
* | | Don't set a 'default' key in the creation event | Erik Johnston | 2014-09-01 | 1 | -1/+0 |
* | | Use pregenerated DH params when generating config | Mark Haines | 2014-09-01 | 1 | -7/+29 |
* | | That was a breaking db change. You need to recreate the databases. (In realit... | Erik Johnston | 2014-09-01 | 1 | -1/+1 |
* | | Don't put required power levels on permission state events | Erik Johnston | 2014-09-01 | 1 | -2/+4 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into room_config | Erik Johnston | 2014-09-01 | 15 | -246/+634 |
|\ \ |
|
| * | | Fix SSL for federation http client | Mark Haines | 2014-09-01 | 2 | -2/+2 |
| * | | Enable SSL for s2s http client | Mark Haines | 2014-09-01 | 2 | -3/+7 |
| * | | Add server TLS context factory | Mark Haines | 2014-09-01 | 1 | -0/+23 |
| * | | Merge branch 'develop' into server2server_tls | Mark Haines | 2014-09-01 | 2 | -0/+14 |
| |\ \ |
|
| * | | | Listen using SSL | Mark Haines | 2014-09-01 | 2 | -2/+8 |