Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-19 | Time CPU time spent in each log context | Erik Johnston | 2 | -7/+49 | |
2015-08-19 | Remove an access token log line | Erik Johnston | 1 | -1/+1 | |
2015-08-19 | Fix regression where we incorrectly responded with a 200 to /login | Erik Johnston | 1 | -1/+2 | |
2015-08-18 | Remove newline because vertical whitespace makes mjark sad | Erik Johnston | 1 | -2/+1 | |
2015-08-18 | Rejig the code to make it nicer | Erik Johnston | 1 | -3/+2 | |
2015-08-18 | Bump size of get_presence_state cache | Erik Johnston | 1 | -1/+1 | |
2015-08-18 | Set request.authenticated_entity for application services | Erik Johnston | 1 | -0/+3 | |
2015-08-18 | Rename unhelpful variable name | Erik Johnston | 1 | -7/+2 | |
2015-08-18 | Also check for presence of 'threadCallQueue' in reactor | Erik Johnston | 1 | -1/+8 | |
2015-08-18 | Use more helpful variable names | Erik Johnston | 1 | -3/+3 | |
2015-08-18 | Ensure we never return a None event from _get_state_for_groups | Erik Johnston | 1 | -3/+8 | |
2015-08-18 | Typo | Erik Johnston | 1 | -1/+1 | |
2015-08-18 | None check | Erik Johnston | 1 | -0/+2 | |
2015-08-18 | Don't assume @cachedList function returns keys for everything | Erik Johnston | 1 | -1/+1 | |
2015-08-18 | Reduce cache size from obscenely large to quite large | Erik Johnston | 1 | -1/+1 | |
2015-08-18 | Comments | Erik Johnston | 1 | -4/+14 | |
2015-08-18 | More helpful variable names | Erik Johnston | 1 | -7/+7 | |
2015-08-18 | Doc strings | Erik Johnston | 1 | -0/+28 | |
2015-08-18 | Remove debug try/catch | Erik Johnston | 1 | -47/+43 | |
2015-08-17 | Add index receipts_linearized_room_stream | Erik Johnston | 2 | -1/+19 | |
2015-08-17 | Remove unused import | Erik Johnston | 1 | -2/+0 | |
2015-08-17 | Remove added unused methods | Erik Johnston | 1 | -7/+0 | |
2015-08-17 | Remember to invalidate caches | Erik Johnston | 1 | -2/+8 | |
2015-08-17 | Implement a batched presence_handler.get_state and use it | Erik Johnston | 3 | -14/+73 | |
2015-08-17 | Add batched version of store.get_presence_state | Erik Johnston | 1 | -1/+19 | |
2015-08-17 | Fix bug where we were leaking None into state event lists | Erik Johnston | 1 | -2/+3 | |
2015-08-14 | Fix pending_calls metric to not lie | Erik Johnston | 1 | -3/+18 | |
2015-08-14 | Batch _get_linearized_receipts_for_rooms | Erik Johnston | 1 | -15/+64 | |
2015-08-13 | Add a few strategic new lines to break up the on_query_client_keys and ↵ | Mark Haines | 1 | -0/+6 | |
on_claim_client_keys methods in federation_server.py | |||||
2015-08-13 | Remove pointless map | Erik Johnston | 1 | -7/+3 | |
2015-08-13 | Remove some vertical space | Erik Johnston | 1 | -36/+9 | |
2015-08-13 | Replace list comprehension | Erik Johnston | 1 | -8/+3 | |
2015-08-13 | Add metrics to the receipts cache | Erik Johnston | 2 | -0/+13 | |
2015-08-13 | Re-enable receipts | Erik Johnston | 1 | -2/+0 | |
2015-08-13 | Add max-line-length to the flake8 section of setup.cfg | Mark Haines | 1 | -0/+3 | |
2015-08-13 | PEP8 | Erik Johnston | 1 | -1/+0 | |
2015-08-13 | Don't time getDelayedCalls | Erik Johnston | 1 | -1/+1 | |
2015-08-13 | Add some metrics about the reactor | Erik Johnston | 1 | -0/+29 | |
2015-08-12 | Depend on Twisted>=15.1 rather than pining to a particular version | Mark Haines | 2 | -2/+2 | |
2015-08-12 | Comment | Erik Johnston | 1 | -1/+2 | |
2015-08-12 | Explain why we're prefilling dict with Nones | Erik Johnston | 1 | -0/+4 | |
2015-08-12 | Better variable name | Erik Johnston | 1 | -5/+5 | |
2015-08-12 | Split _get_state_for_group_from_cache into two | Erik Johnston | 1 | -32/+53 | |
2015-08-12 | Fix _filter_events_for_client | Erik Johnston | 2 | -6/+2 | |
2015-08-12 | enable registration in the demo servers | Mark Haines | 1 | -1/+2 | |
2015-08-12 | Docstring | Erik Johnston | 1 | -0/+27 | |
2015-08-12 | Merge password checking implementations | Daniel Wagner-Hall | 1 | -20/+15 | |
2015-08-12 | Simplify staggered deferred lists | Erik Johnston | 1 | -2/+2 | |
2015-08-12 | Use list comprehension instead of filter | Erik Johnston | 2 | -20/+6 | |
2015-08-12 | Simplify LoginHander and AuthHandler | Daniel Wagner-Hall | 9 | -131/+93 | |
* Merge LoginHandler -> AuthHandler * Add a bunch of documentation * Improve some naming * Remove unused branches I will start merging the actual logic of the two handlers shortly | |||||
2015-08-12 | Fix the --generate-keys option. Make it do the same thing as ↵ | Mark Haines | 1 | -45/+36 | |
--generate-config does when the config file exists, but without printing a warning | |||||
2015-08-12 | Wire up the dictionarycache to the metrics | Erik Johnston | 3 | -45/+41 | |
2015-08-12 | Fix the cleanup script to use the right $DIR | Mark Haines | 1 | -2/+2 | |
2015-08-11 | Move all the caches into their own package, synapse.util.caches | Erik Johnston | 23 | -352/+408 | |
2015-08-11 | Remove call to recently removed function in mock | Daniel Wagner-Hall | 1 | -2/+2 | |
2015-08-11 | Remove call to recently removed function in mock | Daniel Wagner-Hall | 1 | -2/+2 | |
2015-08-11 | Add missing space because linter | Daniel Wagner-Hall | 1 | -1/+1 | |
2015-08-11 | Minor docs cleanup | Daniel Wagner-Hall | 2 | -3/+9 | |
2015-08-11 | Remove redundant if-guard | Daniel Wagner-Hall | 1 | -13/+12 | |
The startswith("@") does the job | |||||
2015-08-11 | Comments | Erik Johnston | 2 | -3/+13 | |
2015-08-11 | Comment | Erik Johnston | 1 | -0/+2 | |
2015-08-11 | Docs | Erik Johnston | 1 | -0/+9 | |
2015-08-11 | Remove debug loggers | Erik Johnston | 2 | -6/+0 | |
2015-08-11 | Fix application of ACLs | Erik Johnston | 4 | -17/+33 | |
2015-08-11 | Fix state cache | Erik Johnston | 1 | -36/+49 | |
2015-08-10 | Clean up StateStore | Erik Johnston | 1 | -62/+11 | |
2015-08-10 | Remove unused function | Erik Johnston | 1 | -7/+0 | |
2015-08-10 | Comments | Erik Johnston | 1 | -0/+6 | |
2015-08-10 | Comments | Erik Johnston | 1 | -0/+3 | |
2015-08-10 | Use TypeError instead of ValueError and give a nicer error mesasge | Mark Haines | 1 | -1/+3 | |
when someone calls Cache.invalidate with the wrong type. | |||||
2015-08-10 | Rename keyargs to args in CacheDescriptor | Erik Johnston | 1 | -5/+5 | |
2015-08-10 | Rename keyargs to args in Cache | Erik Johnston | 1 | -9/+9 | |
2015-08-10 | Do bounds check | Erik Johnston | 1 | -1/+4 | |
2015-08-10 | Line length | Erik Johnston | 1 | -1/+2 | |
2015-08-07 | s/observed/observer/ | Erik Johnston | 1 | -3/+3 | |
2015-08-07 | Propogate stale cache errors to calling functions | Erik Johnston | 1 | -3/+4 | |
2015-08-07 | Remove unnecessary cache | Erik Johnston | 1 | -2/+1 | |
2015-08-07 | Change Cache to not use *args in its interface | Erik Johnston | 11 | -67/+69 | |
2015-08-07 | Batch up various DB requests for event -> state | Erik Johnston | 1 | -77/+142 | |
2015-08-07 | Implement a CacheListDescriptor | Erik Johnston | 1 | -0/+106 | |
2015-08-07 | Don't be too enthusiatic with defer.gatherResults | Erik Johnston | 1 | -4/+8 | |
2015-08-07 | Don't complain about extra .pyc files we find while hunting for database schemas | Paul "LeoNerd" Evans | 1 | -0/+5 | |
2015-08-07 | Add a --generate-keys option | Paul "LeoNerd" Evans | 1 | -0/+9 | |
2015-08-07 | Only print the pidfile path on startup if requested by a commandline flag | Paul "LeoNerd" Evans | 2 | -1/+9 | |
2015-08-07 | Cache get_recent_events_for_room | Erik Johnston | 1 | -2/+2 | |
2015-08-07 | Remove unncessary cache | Erik Johnston | 1 | -1/+0 | |
2015-08-07 | Change Cache to not use *args in its interface | Erik Johnston | 11 | -87/+73 | |
2015-08-07 | Store absence of state in cache | Erik Johnston | 1 | -6/+16 | |
2015-08-06 | Docs | Erik Johnston | 1 | -0/+3 | |
2015-08-06 | Remove failed deferreds from cache | Erik Johnston | 1 | -1/+7 | |
2015-08-06 | Re-implement DEBUG_CACHES flag | Erik Johnston | 1 | -2/+17 | |
2015-08-06 | Make @cached cache deferreds rather than the deferreds' values | Erik Johnston | 3 | -19/+22 | |
2015-08-05 | Up the cache size for 'get_joined_hosts_for_room' and 'get_users_in_room' | Erik Johnston | 1 | -2/+2 | |
2015-08-05 | Use LRU cache by default | Erik Johnston | 1 | -3/+3 | |
2015-08-05 | Use dictionary cache to do group -> state fetching | Erik Johnston | 7 | -110/+195 | |
2015-08-04 | Move DictionaryCache | Erik Johnston | 2 | -1/+1 | |
2015-08-04 | Add basic dictionary cache | Erik Johnston | 2 | -0/+195 | |
2015-08-04 | Add comment | Erik Johnston | 1 | -0/+15 | |
2015-08-04 | Speed up event filtering (for ACL) logic | Erik Johnston | 5 | -43/+102 | |
2015-08-03 | Don't try & check the username if we don't have one (which we won't if it's ↵ | David Baker | 1 | -1/+2 | |
been saved in the auth layer) | |||||
2015-08-03 | Add vector.im as trusted ID server | David Baker | 1 | -1/+1 | |
2015-07-29 | Use the same reg paths as register v1 for ASes. | Kegan Dougal | 2 | -5/+9 | |
Namely this means using registration_handler.appservice_register. | |||||
2015-07-29 | improve OS X instructions and remove all the leading $'s to make it easier ↵ | Matthew Hodgson | 1 | -45/+47 | |
to c+p commands | |||||
2015-07-28 | Fix v2_alpha registration. Add unit tests. | Kegan Dougal | 3 | -55/+204 | |
V2 Registration forced everyone (including ASes) to create a password for a user, when ASes should be able to omit passwords. Also unbreak AS registration in general which checked too early if the given username was claimed by an AS; it was checked before knowing if the AS was the one doing the registration! Add unit tests for AS reg, user reg and disabled_registration flag. | |||||
2015-07-27 | Add support for using keyword arguments with cached functions | Erik Johnston | 6 | -23/+45 | |
2015-07-24 | Get the end-to-end key federation working | Mark Haines | 4 | -21/+17 | |
2015-07-23 | Add federation support for end-to-end key requests | Mark Haines | 5 | -30/+231 | |
2015-07-23 | Generate local thumbnails on a thread | Erik Johnston | 1 | -34/+43 | |
2015-07-23 | Pick larger than desired thumbnail for 'crop' | Erik Johnston | 1 | -1/+2 | |
2015-07-22 | Disable receipts for now | Matrix | 1 | -0/+2 | |
2015-07-21 | Query for all the ones we were asked about, not just the last... | David Baker | 1 | -1/+1 | |
2015-07-21 | Dodesn't seem to make any difference: guess it does work with the object ↵ | David Baker | 1 | -1/+0 | |
reference | |||||
2015-07-21 | I think this was what was intended... | David Baker | 1 | -0/+1 | |
2015-07-20 | s/take/claim/ for end to end key APIs | Mark Haines | 2 | -8/+8 | |
2015-07-20 | Improve naming | Daniel Wagner-Hall | 1 | -2/+2 | |
2015-07-20 | Remove semicolon. | Kegan Dougal | 1 | -1/+1 | |
2015-07-20 | Parse the ID given to /invite|ban|kick to make sure it looks like a user ID. | Kegan Dougal | 1 | -0/+2 | |
2015-07-18 | Up default cache size for _RoomStreamChangeCache | Matrix | 1 | -1/+1 | |
2015-07-18 | Don't do any database hits in receipt handling if from_key == to_key | Matrix | 1 | -0/+3 | |
2015-07-16 | Implement specifying custom initial state for /createRoom | Erik Johnston | 1 | -40/+60 | |
2015-07-15 | pep8 + debug line | David Baker | 1 | -6/+8 | |
2015-07-15 | Add back in support for remembering parameters submitted to a ↵ | David Baker | 2 | -4/+13 | |
user-interactive auth call. | |||||
2015-07-14 | bump up image quality a bit more as it looks crap | Matthew Hodgson | 1 | -1/+1 | |
2015-07-14 | s/everyone_ops/original_invitees_have_ops/ | Erik Johnston | 1 | -3/+3 | |
2015-07-14 | Close, but no cigar. | David Baker | 1 | -2/+2 | |
2015-07-14 | Capitalize contants | Erik Johnston | 2 | -6/+6 | |
2015-07-14 | Docs | Erik Johnston | 2 | -6/+36 | |
2015-07-13 | Implement presets at room creation | Erik Johnston | 2 | -22/+65 | |
2015-07-13 | Comments | Erik Johnston | 2 | -4/+23 | |
2015-07-10 | Remove commented out code | Erik Johnston | 1 | -14/+0 | |
2015-07-10 | Sanitize power level checks | Erik Johnston | 1 | -15/+21 | |
2015-07-10 | You shouldn't be able to ban/kick users with higher power levels | Erik Johnston | 1 | -2/+5 | |
2015-07-10 | Uniquely name unique constraint | Erik Johnston | 1 | -2/+2 | |
2015-07-10 | Assume that each device for a user has only one of each type of key | Mark Haines | 1 | -3/+3 | |
2015-07-10 | Small tweaks to SAML2 configuration. | Erik Johnston | 2 | -22/+34 | |
- Add saml2 config docs to default config. - Use existence of saml2 config to indicate if saml2 should be enabled. | |||||
2015-07-10 | Add Muthu Subramanian to AUTHORS | Erik Johnston | 1 | -0/+3 | |
2015-07-09 | Add comment | Erik Johnston | 1 | -0/+4 | |
2015-07-09 | Handle error slightly better | Erik Johnston | 1 | -2/+2 | |
2015-07-09 | Remove spurious comment | Erik Johnston | 1 | -2/+0 | |
2015-07-09 | Don't bother with a timeout for one time keys on the server. | Mark Haines | 3 | -33/+13 | |
2015-07-09 | Integer timestamps | Erik Johnston | 1 | -1/+1 | |
2015-07-09 | We don't want semicolons. | Erik Johnston | 1 | -1/+1 | |
2015-07-09 | Change format of receipts to allow inclusion of data | Erik Johnston | 3 | -37/+42 | |
2015-07-09 | Make SAML2 optional and add some references/comments | Muthu Subramanian | 2 | -4/+23 | |
2015-07-09 | code beautify | Muthu Subramanian | 1 | -9/+4 | |
2015-07-09 | remove the tls_certificate_chain_path param and simply support ↵ | Matthew Hodgson | 2 | -24/+10 | |
tls_certificate_path pointing to a file containing a chain of certificates | |||||
2015-07-09 | document tls_certificate_chain_path more clearly | Matthew Hodgson | 1 | -0/+5 | |
2015-07-08 | oops, context.tls_certificate_chain_file() expects a file, not a certificate. | Matthew Hodgson | 2 | -6/+3 | |
2015-07-08 | typo | Matthew Hodgson | 1 | -1/+1 | |
2015-07-08 | *cough* | Matthew Hodgson | 1 | -2/+3 | |
2015-07-08 | add new optional config for tls_certificate_chain_path for folks with ↵ | Matthew Hodgson | 2 | -3/+19 | |
intermediary SSL certs | |||||
2015-07-08 | typo | Matthew Hodgson | 1 | -2/+2 | |
2015-07-08 | Only remove one time keys when new one time keys are added | Mark Haines | 1 | -7/+7 | |
2015-07-08 | Add blist to dependencies | Erik Johnston | 1 | -0/+1 | |
2015-07-08 | Add a cache to fetching of receipt streams | Erik Johnston | 2 | -27/+96 | |
2015-07-08 | Split receipt events up into one per room | Erik Johnston | 1 | -30/+21 | |
2015-07-08 | code beautify | Muthu Subramanian | 3 | -2/+3 | |
2015-07-08 | code beautify | Muthu Subramanian | 1 | -10/+23 | |
2015-07-08 | Integrate SAML2 basic authentication - uses pysaml2 | Muthu Subramanian | 5 | -4/+122 | |
2015-07-08 | Hook up receipts to v1 initialSync | Erik Johnston | 3 | -13/+77 | |
2015-07-07 | Fix test. | Erik Johnston | 1 | -1/+11 | |
2015-07-07 | Wire together receipts and the notifer/federation | Erik Johnston | 4 | -33/+126 | |
2015-07-07 | Fix various typos | Erik Johnston | 4 | -8/+16 | |
2015-07-07 | Add a ReceiptServlet | Erik Johnston | 2 | -1/+59 | |
2015-07-06 | Add client API for uploading and querying keys for end to end encryption | Mark Haines | 2 | -1/+290 | |
2015-07-06 | Add store for client end to end keys | Mark Haines | 3 | -1/+171 | |
2015-07-06 | Don't 500 if a group is missing from the regex | Mark Haines | 1 | -1/+1 | |
2015-07-06 | Add m.room.history_visibility to newly created rooms' m.room.power_levels | Erik Johnston | 2 | -0/+2 | |
2015-07-06 | Rename key and values for m.room.history_visibility. Support 'invited' value | Erik Johnston | 4 | -24/+61 | |
2015-07-06 | Don't explode if we don't recognize one of the event_ids in the backfill request | Erik Johnston | 1 | -2/+4 | |
2015-07-03 | Filter and redact events that the other server doesn't have permission to ↵ | Erik Johnston | 1 | -0/+44 | |
see during backfill | |||||
2015-07-03 | Respect m.room.history_visibility in v2_alpha sync API | Erik Johnston | 1 | -0/+33 | |
2015-07-03 | If user supplies filename in URL when downloading from media repo, use that ↵ | Erik Johnston | 3 | -9/+14 | |
name in Content Disposition | |||||
2015-07-03 | Add m.room.history_visibility to list of auth events | Erik Johnston | 2 | -1/+3 | |
2015-07-02 | Make v1 initial syncs respect room history ACL | Erik Johnston | 1 | -17/+34 | |
2015-07-02 | Add basic impl for room history ACL on GET /me |