Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run the background updates when starting synapse. | Mark Haines | 2015-11-10 | 4 | -10/+67 |
| | |||||
* | Add background update task for reindexing event search | Mark Haines | 2015-11-09 | 1 | -2/+96 |
| | |||||
* | Add storage module for tracking background updates. | Mark Haines | 2015-11-09 | 2 | -0/+231 |
| | | | | | | | The progress for each background update is stored as a JSON blob in the database. Each background update is broken up into separate batches. The batch size is automatically tuned to try avoid blocking single threaded databases for too long. | ||||
* | Remove accidentally added ID column | Daniel Wagner-Hall | 2015-11-06 | 1 | -1/+0 |
| | |||||
* | Merge pull request #350 from matrix-org/erikj/search | Erik Johnston | 2015-11-05 | 3 | -36/+288 |
|\ | | | | | Implement pagination, order by and groups in search | ||||
| * | Be explicit about what we're doing | Erik Johnston | 2015-11-05 | 1 | -1/+1 |
| | | |||||
| * | Remove redundant test | Erik Johnston | 2015-11-05 | 1 | -1/+0 |
| | | |||||
| * | Increment by one, not five | Erik Johnston | 2015-11-05 | 1 | -1/+1 |
| | | |||||
| * | COMMENTS | Erik Johnston | 2015-11-05 | 1 | -4/+26 |
| | | |||||
| * | Error handling | Erik Johnston | 2015-11-05 | 1 | -1/+8 |
| | | |||||
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-11-05 | 55 | -330/+1126 |
| |\ | |||||
| * | | Implement basic pagination for search results | Erik Johnston | 2015-11-05 | 3 | -50/+86 |
| | | | |||||
| * | | Implement order and group by | Erik Johnston | 2015-11-04 | 2 | -17/+205 |
| | | | |||||
* | | | Exchange 3pid invites for m.room.member invites | Daniel Wagner-Hall | 2015-11-05 | 10 | -180/+230 |
| | | | |||||
* | | | Merge pull request #340 from matrix-org/erikj/server_retries | Erik Johnston | 2015-11-05 | 2 | -4/+13 |
|\ \ \ | |_|/ |/| | | Retry dead servers a lot less often | ||||
| * | | Retry dead servers a lot less often | Erik Johnston | 2015-11-02 | 2 | -4/+13 |
| | | | |||||
* | | | Merge branch 'develop' of github.com:matrix-org/synapse into develop | Erik Johnston | 2015-11-05 | 43 | -329/+434 |
|\ \ \ | |||||
| * | | | Open up /events to anonymous users for room events only | Daniel Wagner-Hall | 2015-11-05 | 16 | -56/+210 |
| | | | | | | | | | | | | | | | | Squash-merge of PR #345 from daniel/anonymousevents | ||||
| * | | | Merge pull request #347 from matrix-org/markjh/check_filter | Mark Haines | 2015-11-05 | 1 | -18/+2 |
| |\ \ \ | | | | | | | | | | | Remove fields that are both unspecified and unused from the filter checks | ||||
| | * | | | Remove fields that are both unspecified and unused from the filter checks, ↵ | Mark Haines | 2015-11-04 | 1 | -18/+2 |
| | | | | | | | | | | | | | | | | | | | | check the right top level definitions in the filter | ||||
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into develop | Daniel Wagner-Hall | 2015-11-04 | 8 | -114/+6 |
| |\ \ \ \ | |||||
| | * | | | | Merge branch 'develop' into daniel/removesomelies | Mark Haines | 2015-11-04 | 18 | -160/+577 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: synapse/notifier.py | ||||
| | | * | | | Remove the LockManager class because it wasn't being used | Mark Haines | 2015-11-04 | 3 | -81/+0 |
| | | | |/ | | | |/| | |||||
| | * | | | Remove more unused parameters | Daniel Wagner-Hall | 2015-11-02 | 3 | -4/+1 |
| | | | | | |||||
| | * | | | Remove unused arguments and code | Daniel Wagner-Hall | 2015-11-02 | 3 | -29/+5 |
| | | |/ | | |/| | |||||
| * | | | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 27 | -149/+224 |
| | |/ | |/| | | | | | | | | | | | | | | | | This follows the same flows-based flow as regular registration, but as the only implemented flow has no requirements, it auto-succeeds. In the future, other flows (e.g. captcha) may be required, so clients should treat this like the regular registration flow choices. | ||||
* | | | Merge branch 'release-v0.10.1' of github.com:matrix-org/synapse into develop | Erik Johnston | 2015-11-05 | 12 | -1/+692 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use correct service url | Erik Johnston | 2015-10-26 | 1 | -3/+1 |
| | | | |||||
| * | | Add login fallback | Erik Johnston | 2015-10-26 | 5 | -0/+280 |
| | | | |||||
| * | | Move static folder into synapse | Erik Johnston | 2015-10-26 | 7 | -1/+414 |
| | | | | | | | | | | | | | | | | | | | | | This is because otherwise it won't get picked up by python packaging. This also fixes the problem where the "static" folder was found if synapse wasn't started from that directory. | ||||
* | | | Merge pull request #341 from matrix-org/markjh/v2_sync_receipts | Mark Haines | 2015-11-03 | 1 | -15/+30 |
|\ \ \ | | | | | | | | | Include read receipts in v2 sync | ||||
| * \ \ | Merge branch 'develop' into markjh/v2_sync_receipts | Mark Haines | 2015-11-03 | 13 | -23/+522 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: synapse/handlers/sync.py | ||||
| * | | | | Include read receipts in v2 sync | Mark Haines | 2015-11-02 | 1 | -15/+30 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #343 from matrix-org/erikj/fix_retries | Erik Johnston | 2015-11-03 | 2 | -46/+30 |
|\ \ \ \ | |_|/ / |/| | | | Fix broken cache for getting retry times. | ||||
| * | | | Don't rearrange transaction_queue | Erik Johnston | 2015-11-03 | 1 | -12/+11 |
| | | | | |||||
| * | | | Fix broken cache for getting retry times. This meant we retried remote ↵ | Erik Johnston | 2015-11-03 | 2 | -55/+40 |
| |/ / | | | | | | | | | | destinations way more frequently than we should | ||||
* | | | Merge pull request #335 from matrix-org/markjh/room_tags | Mark Haines | 2015-11-03 | 13 | -24/+523 |
|\ \ \ | |/ / |/| | | Add APIs for adding and removing tags from rooms | ||||
| * | | That TODO was done | Mark Haines | 2015-11-03 | 1 | -1/+0 |
| | | | |||||
| * | | Spell "deferred" more correctly | Mark Haines | 2015-11-03 | 1 | -1/+1 |
| | | | |||||
| * | | Include room tags in v2 /sync | Mark Haines | 2015-11-02 | 3 | -11/+70 |
| | | | |||||
| * | | Store room tag content and return the content in the m.tag event | Mark Haines | 2015-11-02 | 4 | -22/+41 |
| | | | |||||
| * | | Merge branch 'develop' into markjh/room_tags | Mark Haines | 2015-11-02 | 9 | -28/+331 |
| |\ \ | |||||
| * | | | Support clients supplying older tokens, fix short poll test | Mark Haines | 2015-10-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Include tags in v1 room initial sync | Mark Haines | 2015-10-30 | 1 | -0/+11 |
| | | | | |||||
| * | | | Include room tags v1 /initialSync | Mark Haines | 2015-10-30 | 1 | -0/+12 |
| | | | | |||||
| * | | | Inform the client of new room tags using v1 /events | Mark Haines | 2015-10-29 | 6 | -14/+91 |
| | | | | |||||
| * | | | Fix pyflakes errors | Mark Haines | 2015-10-28 | 2 | -3/+5 |
| | | | | |||||
| * | | | Add APIs for adding and removing tags from rooms | Mark Haines | 2015-10-28 | 5 | -0/+320 |
| | | | | |||||
* | | | | Add missing column | Daniel Wagner-Hall | 2015-10-30 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Update the other place check_joined_room is called | Mark Haines | 2015-10-30 | 2 | -2/+3 |
| | | | |||||
* | | | Don't mark newly joined room timelines as limited in an incremental sync | Mark Haines | 2015-10-29 | 1 | -3/+5 |
| | | | |||||
* | | | Make search API honour limit set in filter | Erik Johnston | 2015-10-29 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #336 from matrix-org/erikj/search | Erik Johnston | 2015-10-28 | 1 | -1/+52 |
|\ \ \ | | | | | | | | | Optionally return event contexts with search results | ||||
| * | | | Optionally return event contexts with search results | Erik Johnston | 2015-10-28 | 1 | -1/+52 |
| | | | | |||||
* | | | | Merge pull request #334 from matrix-org/erikj/context_api | Erik Johnston | 2015-10-28 | 4 | -2/+229 |
|\| | | | | | | | | | | | Add room context api | ||||
| * | | | Docs | Erik Johnston | 2015-10-28 | 2 | -0/+39 |
| | | | | |||||
| * | | | Add room context api | Erik Johnston | 2015-10-28 | 4 | -2/+190 |
| | | | | |||||
* | | | | Merge pull request #332 from matrix-org/rav/full_state_sync | Richard van der Hoff | 2015-10-28 | 2 | -19/+38 |
|\ \ \ \ | |/ / / |/| | | | Implement full_state incremental sync | ||||
| * | | | Implement full_state incremental sync | Richard van der Hoff | 2015-10-26 | 2 | -19/+38 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | A hopefully-complete implementation of the full_state incremental sync, as specced at https://github.com/matrix-org/matrix-doc/pull/133. This actually turns out to be a relatively simple modification to the initial sync implementation. | ||||
* / / | Fix a 500 error resulting from empty room_ids | Richard van der Hoff | 2015-10-26 | 1 | -1/+1 |
|/ / | | | | | | | | | POST /_matrix/client/api/v1/rooms//send/a.b.c gave a 500 error, because we assumed that rooms always had at least one character. | ||||
* | | Merge pull request #328 from matrix-org/erikj/search | Erik Johnston | 2015-10-26 | 1 | -14/+17 |
|\ \ | | | | | | | Pull out sender when computing search results | ||||
| * | | Pull out sender when computing search results | Erik Johnston | 2015-10-23 | 1 | -14/+17 |
| | | | |||||
* | | | Merge pull request #327 from matrix-org/erikj/search | Erik Johnston | 2015-10-23 | 3 | -2/+30 |
|\| | | | | | | | | Implement rank function for SQLite FTS | ||||
| * | | Implement rank function for SQLite FTS | Erik Johnston | 2015-10-23 | 3 | -2/+30 |
| | | | |||||
* | | | Merge pull request #323 from matrix-org/daniel/sizelimits | Daniel Wagner-Hall | 2015-10-23 | 2 | -1/+30 |
|\ \ \ | | | | | | | | | Reject events which are too large | ||||
| * | | | Reject events which are too large | Daniel Wagner-Hall | 2015-10-22 | 2 | -1/+30 |
| | | | | | | | | | | | | | | | | SPEC-222 | ||||
* | | | | Merge branch 'release-v0.10.1' of github.com:matrix-org/synapse into develop | Erik Johnston | 2015-10-23 | 7 | -12/+48 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix receipts for room initial sync | Erik Johnston | 2015-10-22 | 1 | -7/+1 |
| | | | | |||||
| * | | | Add config option to disable password login | Erik Johnston | 2015-10-22 | 5 | -4/+46 |
| | | | | |||||
| * | | | Bump version | Erik Johnston | 2015-10-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #325 from matrix-org/markjh/filter_dicts | Mark Haines | 2015-10-22 | 1 | -3/+22 |
|\ \ \ \ | |_|_|/ |/| | | | Support filtering events represented as dicts. | ||||
| * | | | Don't assume that the event has a room_id or sender | Mark Haines | 2015-10-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | Support filtering events represented as dicts. | Mark Haines | 2015-10-22 | 1 | -3/+22 |
| | | | | | | | | | | | | | | | | | | | | This is useful because the emphemeral events such as presence and typing are represented as dicts inside synapse. | ||||
| * | | | Merge pull request #319 from matrix-org/erikj/filter_refactor | Erik Johnston | 2015-10-22 | 2 | -99/+61 |
| |\ \ \ | | | | | | | | | | | Refactor api.filtering to have a Filter API | ||||
* | | | | | Actually filter results | Erik Johnston | 2015-10-22 | 1 | -3/+5 |
| | | | | | |||||
* | | | | | Rename | Erik Johnston | 2015-10-22 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | LESS THAN | Erik Johnston | 2015-10-22 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Use namedtuple as return value | Erik Johnston | 2015-10-22 | 2 | -4/+18 |
| | | | | | |||||
* | | | | | Limit max number of SQL vars | Erik Johnston | 2015-10-22 | 1 | -4/+6 |
| | | | | | |||||
* | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-22 | 5 | -25/+208 |
|\| | | | | |||||
| * | | | | Merge pull request #320 from matrix-org/appservice-retry-cap | Erik Johnston | 2015-10-22 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | Cap the time to retry txns to appservices to 8.5 minutes | ||||
| | * | | | | Cap the time to retry txns to appservices to 8.5 minutes | Kegan Dougal | 2015-10-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's been numerous issues with people playing around with their application service and then not receiving events from their HS for ages due to backoff timers reaching crazy heights (albeit capped at < 1 day). Reduce the max time between pokes to be 8.5 minutes (2^9 secs) which is quick enough for people to wait it out (avg wait time being 4.25 min) but long enough to actually give the AS breathing room if it needs it. | ||||
| * | | | | | Merge branch 'develop' into markjh/v2_sync_typing | Mark Haines | 2015-10-21 | 24 | -212/+896 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: synapse/handlers/sync.py | ||||
| | * \ \ \ \ | Merge pull request #316 from matrix-org/markjh/v2_sync_archived | Mark Haines | 2015-10-21 | 3 | -9/+163 |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | Add rooms that the user has left under archived in v2 sync. | ||||
| | | * | | | | Include banned rooms in the archived section of v2 sync | Mark Haines | 2015-10-21 | 2 | -8/+11 |
| | | | | | | | |||||
| | | * | | | | Fix pep8 | Mark Haines | 2015-10-19 | 1 | -1/+0 |
| | | | | | | | |||||
| | | * | | | | Add rooms that the user has left under archived in v2 sync. | Mark Haines | 2015-10-19 | 3 | -9/+161 |
| | | | | | | | |||||
| | * | | | | | Merge pull request #318 from matrix-org/syn-502-login-bad-emails | Kegsay | 2015-10-21 | 1 | -0/+2 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Don't 500 on /login when the email doesn't map to a valid user ID. | ||||
| | | * | | | | | Use 403 and message to match handlers/auth | Kegan Dougal | 2015-10-21 | 1 | -3/+1 |
| | | | | | | | | |||||
| | | * | | | | | Don't 500 when the email doesn't map to a valid user ID. | Kegan Dougal | 2015-10-20 | 1 | -0/+4 |
| | | | |/ / / | | | |/| | | | |||||
| * | | | | | | Doc string for the SyncHandler.typing_by_room method | Mark Haines | 2015-10-21 | 1 | -0/+12 |
| | | | | | | | |||||
| * | | | | | | Include typing events in initial v2 sync | Mark Haines | 2015-10-20 | 1 | -14/+29 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | PEP8 | Erik Johnston | 2015-10-22 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Move FTS to delta 25 | Erik Johnston | 2015-10-22 | 2 | -3/+3 |
| | | | | | | |||||
* | | | | | | Filter room ids before hitting the database | Erik Johnston | 2015-10-21 | 2 | -1/+21 |
| | | | | | | |||||
* | | | | | | Filter search results | Erik Johnston | 2015-10-21 | 1 | -2/+7 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Docstring | Erik Johnston | 2015-10-20 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | Refactor api.filtering to have a Filter API | Erik Johnston | 2015-10-20 | 2 | -100/+57 |
| |/ / / |/| | | | |||||
* | | | | Allow rejecting invites | Daniel Wagner-Hall | 2015-10-20 | 7 | -91/+351 |
| |/ / |/| | | | | | | | | | | | This is done by using the same /leave flow as you would use if you had already accepted the invite and wanted to leave. | ||||
* | | | Merge pull request #312 from matrix-org/daniel/3pidinvites | Daniel Wagner-Hall | 2015-10-19 | 2 | -8/+15 |
|\ \ \ | | | | | | | | | Stuff signed data in a standalone object | ||||
| * | | | Stuff signed data in a standalone object | Daniel Wagner-Hall | 2015-10-16 | 2 | -8/+15 |
| | | | | | | | | | | | | | | | | | | | | Makes both generating it in sydent, and verifying it here, simpler at the cost of some repetition | ||||
* | | | | Merge pull request #307 from matrix-org/erikj/search | Erik Johnston | 2015-10-19 | 10 | -2/+365 |
|\ \ \ \ | | | | | | | | | | | Add basic search API | ||||
| * | | | | Explicitly check for Sqlite3Engine | Erik Johnston | 2015-10-16 | 1 | -2/+5 |
| | | | | | |||||
| * | | | | Typing | Erik Johnston | 2015-10-16 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-16 | 13 | -25/+393 |
| |\ \ \ \ | |||||
| * | | | | | Remove unused import | Erik Johnston | 2015-10-16 | 1 | -3/+1 |
| | | | | | | |||||
| * | | | | | Remove duplicate _filter_events_for_client | Erik Johnston | 2015-10-16 | 1 | -46/+0 |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-16 | 3 | -97/+51 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-16 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Explicitly check for Sqlite3Engine | Erik Johnston | 2015-10-16 | 1 | -2/+5 |
| | | | | | | | | |||||
| * | | | | | | | docstring | Erik Johnston | 2015-10-16 | 1 | -0/+10 |
| | | | | | | | | |||||
| * | | | | | | | Add docstring | Erik Johnston | 2015-10-16 | 1 | -0/+11 |
| | | | | | | | | |||||
| * | | | | | | | Comment on the LIMIT 500 | Erik Johnston | 2015-10-16 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Split up run_upgrade | Erik Johnston | 2015-10-16 | 1 | -5/+11 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-15 | 6 | -171/+291 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | Remove unused constatns | Erik Johnston | 2015-10-14 | 1 | -19/+0 |
| | | | | | | | | |||||
| * | | | | | | | Make 'keys' optional | Erik Johnston | 2015-10-14 | 1 | -1/+3 |
| | | | | | | | | |||||
| * | | | | | | | Fix to work with SQLite | Erik Johnston | 2015-10-14 | 1 | -4/+11 |
| | | | | | | | | |||||
| * | | | | | | | More TODO markers | Erik Johnston | 2015-10-14 | 1 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | Add TODO markers | Erik Johnston | 2015-10-14 | 1 | -1/+4 |
| | | | | | | | | |||||
| * | | | | | | | Add paranoia limit | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Remove constraints in preperation of using filters | Erik Johnston | 2015-10-13 | 2 | -71/+20 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/search | Erik Johnston | 2015-10-13 | 1 | -18/+44 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'erikj/store_engine' into erikj/search | Erik Johnston | 2015-10-13 | 5 | -4/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add SQLite support | Erik Johnston | 2015-10-13 | 1 | -5/+12 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'erikj/store_engine' into erikj/search | Erik Johnston | 2015-10-13 | 8 | -408/+463 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Search left rooms too | Erik Johnston | 2015-10-13 | 1 | -5/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add sqlite schema | Erik Johnston | 2015-10-13 | 1 | -5/+64 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Filter events to only thsoe that the user is allowed to see | Erik Johnston | 2015-10-12 | 2 | -13/+17 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into erikj/search | Erik Johnston | 2015-10-12 | 10 | -64/+254 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Remove unused room_id parameter | Erik Johnston | 2015-10-12 | 5 | -14/+61 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | PEP8 | Erik Johnston | 2015-10-12 | 1 | -2/+9 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Keep FTS indexes up to date. Only search through rooms currently joined | Erik Johnston | 2015-10-12 | 6 | -12/+55 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add basic full text search impl. | Erik Johnston | 2015-10-09 | 8 | -1/+268 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Surely we don't need to preserve 'events_default' twice | Paul "LeoNerd" Evans | 2015-10-16 | 1 | -1/+0 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #306 from matrix-org/markjh/unused_methods | Mark Haines | 2015-10-16 | 2 | -101/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | Remove some login classes from synapse. | ||||
| * | | | | | | | | | | | synapse.client.v1.login.LoginFallbackRestServlet and ↵ | Mark Haines | 2015-10-15 | 1 | -30/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | synapse.client.v1.login.PasswordResetRestServlet are unused | ||||
| * | | | | | | | | | | | synapse.util.emailutils was unused | Mark Haines | 2015-10-15 | 1 | -71/+0 |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #310 from matrix-org/markjh/bcrypt_rounds | Mark Haines | 2015-10-16 | 2 | -1/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | Add config for how many bcrypt rounds to use for password hashes | ||||
| * | | | | | | | | | | Add config for how many bcrypt rounds to use for password hashes | Mark Haines | 2015-10-16 | 2 | -1/+8 |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default we leave it at the default value of 12. But now we can reduce it for preparing users for loadtests or running integration tests. | ||||
* | | | | | | | | | | Fix FilteringStore.get_user_filter to work with postgres | Mark Haines | 2015-10-16 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #302 from matrix-org/daniel/3pidinvites | Daniel Wagner-Hall | 2015-10-16 | 12 | -24/+392 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | | | Implement third party identifier invites | ||||
| * | | | | | | | | Add signing host and keyname to signatures | Daniel Wagner-Hall | 2015-10-16 | 2 | -6/+10 |
| | | | | | | | | | |||||
| * | | | | | | | | Verify third party ID server certificates | Daniel Wagner-Hall | 2015-10-16 | 4 | -9/+43 |
| | | | | | | | | | |||||
| * | | | | | | | | Use non-placeholder name for endpoint | Daniel Wagner-Hall | 2015-10-15 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Look for keys on the right objects | Daniel Wagner-Hall | 2015-10-15 | 3 | -4/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'develop' into daniel/3pidinvites | Daniel Wagner-Hall | 2015-10-15 | 14 | -581/+748 |
| |\| | | | | | | | |||||
| * | | | | | | | | Use more descriptive error code | Daniel Wagner-Hall | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Remove unnecessary class-wrapping | Daniel Wagner-Hall | 2015-10-13 | 8 | -91/+94 |
| | | | | | | | | | |||||
| * | | | | | | | | Move logic into handler | Daniel Wagner-Hall | 2015-10-13 | 2 | -115/+150 |
| | | | | | | | | | |||||
| * | | | | | | | | Add logging | Daniel Wagner-Hall | 2015-10-13 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Re-add accidentally removed code | Daniel Wagner-Hall | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Add some docstring | Daniel Wagner-Hall | 2015-10-13 | 1 | -0/+15 |
| | | | | | | | | | |||||
| * | | | | | | | | Move event contents into third_party_layout field | Daniel Wagner-Hall | 2015-10-13 | 7 | -21/+35 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'develop' into daniel/3pidinvites | Daniel Wagner-Hall | 2015-10-13 | 10 | -64/+288 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'develop' into daniel/3pidinvites | Daniel Wagner-Hall | 2015-10-06 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Remove merge thinko | Daniel Wagner-Hall | 2015-10-06 | 1 | -4/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add third party invites to auth_events for joins | Daniel Wagner-Hall | 2015-10-06 | 1 | -0/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix lint errors | Daniel Wagner-Hall | 2015-10-06 | 2 | -4/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Revert "Revert "Merge pull request #283 from ↵ | Daniel Wagner-Hall | 2015-10-06 | 1 | -76/+131 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrix-org/erikj/atomic_join_federation"" This reverts commit 34d26d36874ab0bc7fa4dab0db08bd37ba4936ae. | ||||
| * | | | | | | | | | Merge branch 'daniel/useragent' into daniel/3pidinvites | Daniel Wagner-Hall | 2015-10-06 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into daniel/3pidinvites | Daniel Wagner-Hall | 2015-10-06 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'daniel/useragent' into daniel/3pidinvites | Daniel Wagner-Hall | 2015-10-05 | 2 | -6/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Revert "Merge pull request #283 from matrix-org/erikj/atomic_join_federation" | Daniel Wagner-Hall | 2015-10-05 | 1 | -131/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5879edbb097d19c2b5f5e064841909e67d6018fe, reversing changes made to b43930d4c9479973fb7225818e2e51bec022c4e6. | ||||
| * | | | | | | | | | | | | Merge branch 'develop' into daniel/3pidinvites | Daniel Wagner-Hall | 2015-10-05 | 9 | -82/+217 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Implement third party identifier invites | Daniel Wagner-Hall | 2015-10-01 | 11 | -19/+275 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Amalgamate _filter_events_for_client | Erik Johnston | 2015-10-16 | 3 | -97/+51 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Encode the filter JSON as UTF-8 before storing in the database. | Mark Haines | 2015-10-16 | 1 | -2/+2 |
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because we are using a binary column type to store the filter JSON. | ||||
* | | | | | | | | | | | | Merge pull request #305 from matrix-org/markjh/v2_sync_api | Mark Haines | 2015-10-14 | 3 | -170/+211 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the v2 sync API to work as specified in the current spec. | ||||
| * | | | | | | | | | | | | Fix v2 sync polling | Mark Haines | 2015-10-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge branch 'develop' into markjh/v2_sync_api | Mark Haines | 2015-10-14 | 7 | -381/+481 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Add a get_invites_for_user method to the storage to find out the rooms a ↵ | Mark Haines | 2015-10-13 | 2 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user is invited to | ||||
| * | | | | | | | | | | | | | Include invites in incremental sync | Mark Haines | 2015-10-13 | 2 | -7/+26 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Include invited rooms in the initial sync | Mark Haines | 2015-10-13 | 2 | -11/+26 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge branch 'develop' into markjh/v2_sync_api | Mark Haines | 2015-10-13 | 10 | -33/+238 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Start spliting out the rooms into joined and invited in v2 sync | Mark Haines | 2015-10-13 | 2 | -27/+49 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Update the filters to match the latest spec. | Mark Haines | 2015-10-12 | 3 | -36/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply the filter the 'timeline' and 'ephemeral' keys of rooms. Apply the filter to the 'presence' key of a sync response. | ||||
| * | | | | | | | | | | | | | Merge branch 'markjh/presence_races' into markjh/v2_sync_api | Mark Haines | 2015-10-09 | 1 | -3/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Set the user as online if they start polling the v2 sync | Mark Haines | 2015-10-09 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge branch 'markjh/eventstream_presence' into markjh/v2_sync_api | Mark Haines | 2015-10-09 | 10 | -122/+271 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Format the presence events correctly for v2 | Mark Haines | 2015-10-09 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Update the v2 room sync format to match the current v2 spec | Mark Haines | 2015-10-08 | 2 | -21/+18 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Update the sync response to match the latest spec | Mark Haines | 2015-10-07 | 1 | -24/+22 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Move the rooms out into a room_map mapping from room_id to room. | Mark Haines | 2015-10-05 | 3 | -32/+47 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Start updating the sync API to match the specification | Mark Haines | 2015-10-01 | 3 | -90/+54 |
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Remove unused room_id arg | Erik Johnston | 2015-10-14 | 4 | -12/+12 |
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #303 from matrix-org/markjh/twisted_debugging | Mark Haines | 2015-10-13 | 3 | -1/+80 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | Bounce all deferreds through the reactor to make debugging easier. | ||||
| * | | | | | | | | | | | | | Only turn on the twisted deferred debugging if full_twisted_stacktraces is ↵ | Mark Haines | 2015-10-13 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set in the config | ||||
| * | | | | | | | | | | | | | Fix pep8 warnings. | Mark Haines | 2015-10-13 | 1 | -8/+12 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Bounce all deferreds through the reactor to make debugging easier. | Mark Haines | 2015-10-13 | 2 | -0/+70 |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If all deferreds wait a reactor tick before resolving then there is always a chance to add an errback to the deferred so that stacktraces get reported, rather than being discarded. | ||||
* / | | | | | | | | | | | | Update the v2 filters to support filtering presence and remove support for ↵ | Mark Haines | 2015-10-13 | 1 | -18/+44 |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | public/private user data | ||||
* | | | | | | | | | | / | rename schema_prepare to prepare_database | Erik Johnston | 2015-10-13 | 4 | -3/+3 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Expose error more nicely | Erik Johnston | 2015-10-13 | 5 | -8/+4 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Split out the schema preparation and update logic into its own module | Erik Johnston | 2015-10-13 | 4 | -377/+402 |
| |_|_|/ / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #299 from stevenhammerton/sh-cas-required-attribute | Erik Johnston | 2015-10-12 | 2 | -27/+61 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | SH CAS Required Attribute | ||||
| * | | | | | | | | | Add a comment to clarify why we split on closing curly brace when reading ↵ | Steven Hammerton | 2015-10-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CAS attribute tags | ||||
| * | | | | | | | | | Unpack dictionary in for loop for nicer syntax | Steven Hammerton | 2015-10-12 | 1 | -4/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Default cas_required_attributes to empty dictionary | Steven Hammerton | 2015-10-12 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove not required parenthesis | Steven Hammerton | 2015-10-12 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Support multiple required attributes in CAS response, and in a nicer config ↵ | Steven Hammerton | 2015-10-12 | 2 | -22/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | format too | ||||
| * | | | | | | | | | Allow optional config params for a required attribute and it's value, if ↵ | Steven Hammerton | 2015-10-12 | 2 | -1/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified any CAS user must have the given attribute and the value must equal | ||||
| * | | | | | | | | | Parse both user and attributes from CAS response | Steven Hammerton | 2015-10-12 | 1 | -26/+38 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #296 from matrix-org/markjh/eventstream_presence | Mark Haines | 2015-10-12 | 1 | -35/+52 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | Split the sections of EventStreamHandler.get_stream that handle presence | ||||
| * | | | | | | | | | Split the sections of EventStreamHandler.get_stream that handle presence | Mark Haines | 2015-10-09 | 1 | -35/+52 |
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into separate functions. This makes the code a bit easier to read, and means that we can reuse the logic when implementing the v2 sync API. | ||||
* | | | | | | | | | Merge pull request #297 from matrix-org/markjh/presence_races | Mark Haines | 2015-10-12 | 1 | -3/+8 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | / / / / / | | |_|/ / / / / | |/| | | | | | | Fix some races in the synapse presence handler caused by not yielding… | ||||
| * | | | | | | | Fix some races in the synapse presence handler caused by not yielding on ↵ | Mark Haines | 2015-10-09 | 1 | -3/+8 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | deferreds | ||||
* | | | | | | | Fix previous merge to s/version_string/user_agent/ | Erik Johnston | 2015-10-10 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Raise LoginError if CasResponse doensn't contain user | Steven Hammerton | 2015-10-10 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Fix my broken line splitting | Steven Hammerton | 2015-10-10 | 1 | -4/+6 |
| | | | | | | | |||||
* | | | | | | | Use UserId to create FQ user id | Steven Hammerton | 2015-10-10 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Add get_raw method to SimpleHttpClient, use this in CAS auth rather than ↵ | Steven Hammerton | 2015-10-10 | 2 | -24/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests | ||||
* | | | | | | | Formatting changes | Steven Hammerton | 2015-10-10 | 2 | -6/+14 |
| | | | | | | | |||||
* | | | | | | | Provide ability to login using CAS | Steven Hammerton | 2015-10-10 | 4 | -2/+135 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #294 from matrix-org/markjh/initial_sync_archived_flag | Mark Haines | 2015-10-09 | 2 | -6/+11 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add a flag to initial sync to include we want rooms that the user has left | ||||
| * | | | | | | | Use 'true' rather than '1' for archived flag | Mark Haines | 2015-10-08 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Add a flag to initial sync to indicate we want rooms that the user has left | Mark Haines | 2015-10-08 | 2 | -6/+11 |
| |/ / / / / / | |||||
* | | | | | / | Use raw string for regex here, otherwise \b is the backspace character. ↵ | David Baker | 2015-10-08 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | Fixes displayname matching. | ||||
* | | | | | | Merge pull request #292 from matrix-org/daniel/useragent | Daniel Wagner-Hall | 2015-10-06 | 2 | -6/+10 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | Allow synapse's useragent to be customized | ||||
| * | | | | | Use space not dash as delimiter | Daniel Wagner-Hall | 2015-10-06 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Use space not dash as delimiter | Daniel Wagner-Hall | 2015-10-06 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' into daniel/useragent | Daniel Wagner-Hall | 2015-10-06 | 9 | -87/+219 |
| |\| | | | | | |_|_|/ | |/| | | | |||||
| * | | | | Preserve version string in user agent | Daniel Wagner-Hall | 2015-10-05 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Allow synapse's useragent to be customized | Daniel Wagner-Hall | 2015-10-02 | 2 | -6/+10 |
| | |/ / | |/| | | | | | | | | | | | | | | This will allow me to write tests which verify which server made HTTP requests in a federation context. | ||||
* | | | | Remove log line that was generated whenever an error was created. We are now ↵ | Mark Haines | 2015-10-06 | 1 | -1/+0 |
| |/ / |/| | | | | | | | | creating error objects that aren't raised so it's probably a bit too confusing to keep | ||||
* | | | Explicitly add Create event as auth event | Erik Johnston | 2015-10-02 | 1 | -2/+3 |
| |/ |/| | |||||
* | | Add 'trusted_private_chat' to room creation presets | Erik Johnston | 2015-10-02 | 2 | -0/+6 |
| | | |||||
* | | Merge pull request #275 from matrix-org/erikj/invite_state | Erik Johnston | 2015-10-02 | 3 | -5/+34 |
|\ \ | | | | | | | Bundle in some room state in invites. | ||||
| * | | Also bundle in sender | Erik Johnston | 2015-10-02 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/invite_state | Erik Johnston | 2015-09-25 | 39 | -181/+724 |
| |\ \ | |||||
| * | | | Bundle in some room state in the unsigned bit of the invite when sending to ↵ | Erik Johnston | 2015-09-10 | 4 | -7/+35 |
| | | | | | | | | | | | | | | | | invited servers | ||||
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/unfederatable | Erik Johnston | 2015-10-02 | 47 | -847/+875 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #283 from matrix-org/erikj/atomic_join_federation | Erik Johnston | 2015-10-02 | 1 | -76/+131 |
| |\ \ \ \ | | | | | | | | | | | | | Atomically persist events when joining a room over federation/ | ||||
| | * | | | | Comment | Erik Johnston | 2015-09-30 | 1 | -0/+8 |
| | | | | | | |||||
| | * | | | | Rename var | Erik Johnston | 2015-09-30 | 1 | -3/+3 |
| | | | | | | |||||
| | * | | | | Fix getting an event for a room the server forgot it was in | Erik Johnston | 2015-09-17 | 1 | -47/+59 |
| | | | | | | |||||
| | * | | | | Also persist state | Erik Johnston | 2015-09-17 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Capture err | Erik Johnston | 2015-09-17 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Also handle state | Erik Johnston | 2015-09-17 | 1 | -3/+3 |
| | | | | | | |||||
| | * | | | | Don't bail out of joining if we encounter a rejected event | Erik Johnston | 2015-09-17 | 1 | -13/+20 |
| | | | | | | |||||
| | * | | | | Refactor do_invite_join | Erik Johnston | 2015-09-17 | 2 | -31/+56 |
| | | | | | | |||||
| * | | | | | Validate the receipt type before passing it on to the receipt handler | Kegan Dougal | 2015-10-01 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Don't change cwd in synctl | Erik Johnston | 2015-10-01 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Merge pull request #287 from matrix-org/erikj/canonical_alias | Erik Johnston | 2015-09-30 | 1 | -1/+10 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | Set m.room.canonical_alias on room creation. | ||||
| | * | | | | Remove double indentation | Erik Johnston | 2015-09-30 | 1 | -7/+6 |
| | | | | | | |||||
| | * | | | | Set m.room.canonical_alias on room creation. | Erik Johnston | 2015-09-23 | 1 | -1/+11 |
| | | | | | | |||||
| * | | | | | Merge pull request #288 from matrix-org/markjh/unused_definitions | Mark Haines | 2015-09-28 | 14 | -565/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Remove some of the unused definitions from synapse | ||||
| | * | | | | | synapse/storage/state.py: _make_group_id was unused | Mark Haines | 2015-09-23 | 1 | -6/+0 |
| | | | | | | | |||||
| | * | | | | | Remove unused functions from synapse/storage/signatures.py | Mark Haines | 2015-09-23 | 1 | -112/+0 |
| | | | | | | | |||||
| | * | | | | | synapse/storage/roommember.py:_get_members_query was unused | Mark Haines | 2015-09-23 | 1 | -6/+0 |
| | | | | | | | |||||
| | * | | | | | Remove unused functions from synapse/storage/events.py | Mark Haines | 2015-09-23 | 1 | -11/+0 |
| | | | | | | |