| Commit message (Expand) | Author | Files | Lines |
2015-08-12 | Fix the --generate-keys option. Make it do the same thing as --generate-confi... | Mark Haines | 1 | -45/+36 |
2015-08-12 | Fix the cleanup script to use the right $DIR | Mark Haines | 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 |
2015-08-10 | Use TypeError instead of ValueError and give a nicer error mesasge | Mark Haines | 1 | -1/+3 |
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-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 | 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-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-03 | Don't try & check the username if we don't have one (which we won't if it's b... | David Baker | 1 | -1/+2 |
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 |
2015-07-29 | improve OS X instructions and remove all the leading $'s to make it easier to... | Matthew Hodgson | 1 | -45/+47 |
2015-07-28 | Fix v2_alpha registration. Add unit tests. | Kegan Dougal | 3 | -55/+204 |
2015-07-27 | Add support for using keyword arguments with cached functions | Erik Johnston | 6 | -23/+45 |
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 refe... | David Baker | 1 | -1/+0 |
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 user-interactiv... | David Baker | 2 | -4/+13 |
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 |
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 tls_certificat... | Matthew Hodgson | 2 | -24/+10 |
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 interme... | Matthew Hodgson | 2 | -3/+19 |
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 see... | Erik Johnston | 1 | -0/+44 |
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 n... | Erik Johnston | 3 | -9/+14 |
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 im |