Commit Graph

4116 Commits (559c51debcf5402cd5999aa1afb854b34e9de363)
 

Author SHA1 Message Date
Mark Haines 559c51debc Use TypeError instead of ValueError and give a nicer error mesasge 9 years ago
Erik Johnston 8c3a62b5c7 Merge pull request #215 from matrix-org/erikj/cache_varargs_interface 9 years ago
Erik Johnston 86eaaa885b Rename keyargs to args in CacheDescriptor 9 years ago
Erik Johnston 2cd6cb9f65 Rename keyargs to args in Cache 9 years ago
Erik Johnston 06218ab125 Merge pull request #212 from matrix-org/erikj/cache_deferreds 9 years ago
Erik Johnston 2352974aab Merge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into erikj/cache_varargs_interface 9 years ago
Erik Johnston 9c5385b53a s/observed/observer/ 9 years ago
Erik Johnston ffab798a38 Merge branch 'erikj/cache_deferreds' of github.com:matrix-org/synapse into erikj/cache_varargs_interface 9 years ago
Erik Johnston 62126c996c Propogate stale cache errors to calling functions 9 years ago
Erik Johnston 3213ff630c Remove unnecessary cache 9 years ago
Erik Johnston 20addfa358 Change Cache to not use *args in its interface 9 years ago
Paul Evans e69b669083 Merge pull request #213 from matrix-org/paul/SYN-420 9 years ago
Paul "LeoNerd" Evans 0db40d3e93 Don't complain about extra .pyc files we find while hunting for database schemas 9 years ago
Paul "LeoNerd" Evans e3c8e2c13c Add a --generate-keys option 9 years ago
Paul "LeoNerd" Evans efe60d5e8c Only print the pidfile path on startup if requested by a commandline flag 9 years ago
Erik Johnston 63b1eaf32c Docs 9 years ago
Erik Johnston b811c98574 Remove failed deferreds from cache 9 years ago
Erik Johnston 433314cc34 Re-implement DEBUG_CACHES flag 9 years ago
Erik Johnston 8049c9a71e Merge pull request #209 from matrix-org/erikj/cached_keyword_args 9 years ago
Erik Johnston 2efb93af52 Merge branch 'erikj/cached_keyword_args' into erikj/cache_deferreds 9 years ago
Erik Johnston 953dbd28a7 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cached_keyword_args 9 years ago
Erik Johnston 7eea3e356f Make @cached cache deferreds rather than the deferreds' values 9 years ago
Erik Johnston 1e62a3d3a9 Up the cache size for 'get_joined_hosts_for_room' and 'get_users_in_room' 9 years ago
Erik Johnston a89559d797 Use LRU cache by default 9 years ago
David Baker 7148aaf5d0 Don't try & check the username if we don't have one (which we won't if it's been saved in the auth layer) 9 years ago
David Baker 28d07a02e4 Add vector.im as trusted ID server 9 years ago
David Baker 2c963054f8 Merge pull request #210 from matrix-org/reg-v2a-password-skip 9 years ago
Kegan Dougal 11b0a34074 Use the same reg paths as register v1 for ASes. 9 years ago
Matthew Hodgson c772dffc9f improve OS X instructions and remove all the leading $'s to make it easier to c+p commands 9 years ago
Kegan Dougal a4d62ba36a Fix v2_alpha registration. Add unit tests. 9 years ago
Erik Johnston c472d6107e Merge pull request #207 from matrix-org/erikj/generate_local_thumbnails_on_thread 9 years ago
Erik Johnston 39e21ea51c Add support for using keyword arguments with cached functions 9 years ago
Erik Johnston 2b4f47db9c Generate local thumbnails on a thread 9 years ago
Mark Haines 6886bba988 Merge pull request #205 from matrix-org/erikj/pick_largest_thumbnail 9 years ago
Erik Johnston 103e1c2431 Pick larger than desired thumbnail for 'crop' 9 years ago
Matrix 4e2e67fd50 Disable receipts for now 9 years ago
David Baker a56eccbbfc Query for all the ones we were asked about, not just the last... 9 years ago
David Baker 20c0324e9c Dodesn't seem to make any difference: guess it does work with the object reference 9 years ago
David Baker cf7a40b08a I think this was what was intended... 9 years ago
Erik Johnston 90dbd71c13 Merge branch 'master' of github.com:matrix-org/synapse into develop 9 years ago
Mark Haines 3b5823c74d s/take/claim/ for end to end key APIs 9 years ago
Erik Johnston bde97b988a Merge pull request #204 from illicitonion/develop 9 years ago
Daniel Wagner-Hall 53d1174aa9 Improve naming 9 years ago
Kegan Dougal ddef5ea126 Remove semicolon. 9 years ago
Kegan Dougal b6ee0585bd Parse the ID given to /invite|ban|kick to make sure it looks like a user ID. 9 years ago
Matrix 4f973eb657 Up default cache size for _RoomStreamChangeCache 9 years ago
Matrix 4cab2cfa34 Don't do any database hits in receipt handling if from_key == to_key 9 years ago
Erik Johnston b6d4a4c6d8 Merge pull request #199 from matrix-org/erikj/receipts 9 years ago
Erik Johnston d155b318d2 Merge pull request #203 from matrix-org/erikj/room_creation_presets 9 years ago
Erik Johnston a2ed7f437c Merge pull request #202 from matrix-org/erikj/power_level_sanity 9 years ago