| Commit message (Expand) | Author | Age | Files | Lines |
* | Move FederationError to synapse.api.errors | Erik Johnston | 2014-11-04 | 2 | -34/+34 |
* | PEP8 | Erik Johnston | 2014-11-04 | 1 | -4/+13 |
* | Add support for sending failures | Erik Johnston | 2014-11-04 | 3 | -2/+63 |
* | Remove unused interface | Erik Johnston | 2014-11-04 | 1 | -8/+0 |
* | Remove unused imports | Erik Johnston | 2014-11-04 | 5 | -13/+2 |
* | Fix bugs in generating event signatures and hashing | Erik Johnston | 2014-11-03 | 4 | -83/+42 |
* | Add option to not bind to HTTPS port. This is useful if running behind an ssl... | Erik Johnston | 2014-11-03 | 2 | -1/+7 |
* | Rename PDU fields to match that of events. | Erik Johnston | 2014-11-03 | 6 | -316/+80 |
* | For now, don't store txn -> pdu mappings. | Erik Johnston | 2014-11-03 | 2 | -5/+3 |
* | Formatting | Erik Johnston | 2014-11-03 | 1 | -1/+4 |
* | Sign events we create. | Erik Johnston | 2014-11-03 | 1 | -0/+9 |
* | Add 'origin' key to events | Erik Johnston | 2014-11-03 | 1 | -0/+4 |
* | Don't assume event has hashes key already | Erik Johnston | 2014-11-03 | 1 | -0/+2 |
* | Remove dead code. | Erik Johnston | 2014-11-03 | 1 | -84/+0 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-11-03 | 2 | -3/+2 |
|\ |
|
| * | Use python logger, not the twisted logger | Erik Johnston | 2014-11-03 | 1 | -2/+1 |
| * | Bump version numbers and change log | Erik Johnston | 2014-10-31 | 1 | -1/+1 |
* | | Sign evnets | Erik Johnston | 2014-10-31 | 2 | -0/+26 |
* | | Remove unused signature storage methods | Erik Johnston | 2014-10-31 | 1 | -138/+1 |
* | | Remove unused sql file. | Erik Johnston | 2014-10-31 | 1 | -31/+0 |
* | | Make prev_event signing work again. | Erik Johnston | 2014-10-31 | 3 | -8/+18 |
* | | Remove more references to dead PDU tables | Erik Johnston | 2014-10-31 | 4 | -94/+8 |
* | | Remove PDU tables. | Erik Johnston | 2014-10-31 | 6 | -1230/+2 |
* | | Remove unused functions. | Erik Johnston | 2014-10-31 | 1 | -90/+0 |
* | | Actually don't store any PDUs | Erik Johnston | 2014-10-31 | 3 | -14/+42 |
* | | old_state_events should be a dict not list | Erik Johnston | 2014-10-31 | 1 | -2/+4 |
* | | Don't store any PDUs | Erik Johnston | 2014-10-31 | 2 | -32/+33 |
* | | Move the impl of backfill to use events. | Erik Johnston | 2014-10-31 | 3 | -5/+114 |
* | | Fix bug in redaction auth. | Erik Johnston | 2014-10-31 | 1 | -2/+2 |
* | | Convert event ids to be of the form :example.com | Erik Johnston | 2014-10-30 | 6 | -28/+54 |
* | | Make federation return the old current state, so that we can use it to do auth | Erik Johnston | 2014-10-30 | 2 | -10/+32 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-30 | 40 | -186/+224 |
|\| |
|
| * | Fix pep8 warnings | Mark Haines | 2014-10-30 | 35 | -135/+179 |
| * | Use floating-point rather than integer division to handle timeouts so that no... | Paul "LeoNerd" Evans | 2014-10-29 | 1 | -1/+1 |
| * | Fix an off-by-one bug in presence event stream pagination; this might be resp... | Paul "LeoNerd" Evans | 2014-10-29 | 1 | -1/+1 |
| * | Construct a source-specific 'SourcePaginationConfig' to pass into get_paginat... | Paul "LeoNerd" Evans | 2014-10-29 | 6 | -40/+43 |
| * | Remove redundant (and incorrect) presence pagination fetching code | Paul "LeoNerd" Evans | 2014-10-29 | 1 | -3/+0 |
| * | 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 |
* | | Fix SQL so that accepts we may want to persist events twice. | Erik Johnston | 2014-10-30 | 2 | -25/+47 |
* | | Add a run_on_reactor function | Erik Johnston | 2014-10-29 | 1 | -0/+7 |
* | | Start filling out and using new events tables | Erik Johnston | 2014-10-29 | 8 | -93/+159 |
* | | Don't reference PDU when persisting event | Erik Johnston | 2014-10-28 | 2 | -4/+5 |
* | | Begin implementing all the PDU storage stuff in Events land | Erik Johnston | 2014-10-28 | 9 | -42/+485 |
* | | Add transaction level logging and timing information. Add a _simple_delete me... | Erik Johnston | 2014-10-28 | 9 | -21/+91 |
* | | Clean up LoggingTransaction | Erik Johnston | 2014-10-28 | 1 | -10/+4 |
* | | Add timer to LoggingTransaction | Erik Johnston | 2014-10-28 | 1 | -3/+10 |
* | | Remove duplicate import | Erik Johnston | 2014-10-27 | 1 | -1/+0 |
* | | Merge branch 'event_signing' of github.com:matrix-org/synapse into federation... | Erik Johnston | 2014-10-27 | 16 | -51/+450 |
|\ \ |
|
| * | | fix pyflakes warnings | Mark Haines | 2014-10-27 | 3 | -6/+6 |
| * | | Merge branch 'develop' into event_signing | Mark Haines | 2014-10-27 | 14 | -21/+108 |
| |\| |
|
| | * | Test pyflakes jenikns integration | Mark Haines | 2014-10-27 | 1 | -0/+1 |
| | * | Fix pyflakes warnings | Mark Haines | 2014-10-27 | 4 | -4/+2 |
| * | | Remove signatures from pdu when computing hashes to use for prev pdus, make s... | Mark Haines | 2014-10-17 | 2 | -2/+6 |
| * | | Merge branch 'develop' into event_signing | Mark Haines | 2014-10-17 | 10 | -37/+32 |
| |\ \ |
|
| * | | | Rename 'meta' to 'unsigned' | Mark Haines | 2014-10-17 | 3 | -9/+10 |
| * | | | move 'age' into 'meta' subdict so that it is clearer that it is not part of t... | Mark Haines | 2014-10-17 | 2 | -7/+19 |
| * | | | Hash the same content covered by the signature when referencing previous PDUs... | Mark Haines | 2014-10-17 | 6 | -16/+84 |
| * | | | Include hashes of previous pdus when referencing them | Mark Haines | 2014-10-16 | 9 | -28/+92 |
| * | | | Sign outgoing PDUs. | Mark Haines | 2014-10-16 | 4 | -9/+14 |
| * | | | persist hashes and origin signatures for PDUs | Mark Haines | 2014-10-15 | 6 | -14/+132 |
| * | | | Merge branch 'develop' into event_signing | Mark Haines | 2014-10-15 | 2 | -3/+7 |
| |\ \ \ |
|
| * | | | | Storage for pdu signatures | Mark Haines | 2014-10-14 | 2 | -0/+126 |
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-27 | 19 | -59/+138 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | 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 |
* | | It doesn't want a dict | Erik Johnston | 2014-10-17 | 1 | -2/+0 |
* | | Fix bug where people could join private rooms | Erik Johnston | 2014-10-17 | 3 | -45/+63 |
* | | Use state groups to get current state. Make join dance actually work. | Erik Johnston | 2014-10-17 | 10 | -67/+226 |
* | | Finish implementing the new join dance. | Erik Johnston | 2014-10-17 | 6 | -126/+222 |
* | | Start implementing the invite/join dance. Continue moving auth to use event.s... | Erik Johnston | 2014-10-16 | 4 | -22/+133 |
* | | Begin making auth use event.old_state_events | Erik Johnston | 2014-10-15 | 10 | -83/+115 |
* | | Add missing package storate.state | Erik Johnston | 2014-10-15 | 1 | -0/+97 |
* | | Begin implementing state groups. | Erik Johnston | 2014-10-14 | 3 | -3/+123 |
|/ |
|
* | 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 |