Commit Graph

2629 Commits (53a817518bd27e6838c747a03d605165f96dbd12)

Author SHA1 Message Date
Erik Johnston 53a817518b Comments 9 years ago
Erik Johnston 6eaa116867 Comment 9 years ago
Erik Johnston 4762c276cb Docs 9 years ago
Erik Johnston dc8399ee00 Remove debug loggers 9 years ago
Erik Johnston 1b994a97dd Fix application of ACLs 9 years ago
Erik Johnston 10b874067b Fix state cache 9 years ago
Erik Johnston 017b798e4f Clean up StateStore 9 years ago
Erik Johnston 2c019eea11 Remove unused function 9 years ago
Erik Johnston bb0a475c30 Comments 9 years ago
Erik Johnston dcefac3b06 Comments 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 aa88582e00 Do bounds check 9 years ago
Erik Johnston 5119e416e8 Line length 9 years ago
Erik Johnston 9c5385b53a s/observed/observer/ 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
Erik Johnston 9eb5b23d3a Batch up various DB requests for event -> state 9 years ago
Erik Johnston 0211890134 Implement a CacheListDescriptor 9 years ago
Erik Johnston ffdb8c3828 Don't be too enthusiatic with defer.gatherResults 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 b2c7bd4b09 Cache get_recent_events_for_room 9 years ago
Erik Johnston b3768ec10a Remove unncessary cache 9 years ago
Erik Johnston b8e386db59 Change Cache to not use *args in its interface 9 years ago
Erik Johnston fe994e728f Store absence of state in cache 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 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
Erik Johnston 07507643cb Use dictionary cache to do group -> state fetching 9 years ago
Erik Johnston c67ba143fa Move DictionaryCache 9 years ago
Erik Johnston e7768e77f5 Add basic dictionary cache 9 years ago
Erik Johnston 413a4c289b Add comment 9 years ago
Erik Johnston 4d6cb8814e Speed up event filtering (for ACL) logic 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
Kegan Dougal 11b0a34074 Use the same reg paths as register v1 for ASes. 9 years ago
Kegan Dougal a4d62ba36a Fix v2_alpha registration. Add unit tests. 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
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