MatrixSynapse/synapse/util
Erik Johnston 6f8e2d517e Merge branch 'develop' of github.com:matrix-org/synapse into postgres 2015-04-27 14:41:40 +01:00
..
__init__.py Consume errors in time_bound_deferred 2015-02-17 15:13:50 +00:00
async.py Implement create_observer. 2015-04-27 13:59:37 +01:00
distributor.py Update copyright notices 2015-01-06 13:21:39 +00:00
emailutils.py Update copyright notices 2015-01-06 13:21:39 +00:00
expiringcache.py SYN-338: Fix typo that caused the cache to throw an exception in some instances 2015-04-08 16:34:23 +01:00
frozenutils.py Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder that understands FrozenDict 2015-02-11 15:44:28 +00:00
jsonobject.py Update copyright notices 2015-01-06 13:21:39 +00:00
lockutils.py Update copyright notices 2015-01-06 13:21:39 +00:00
logcontext.py Update copyright notices 2015-01-06 13:21:39 +00:00
logutils.py Fix typo where we used wrong var. 2015-01-06 16:05:01 +00:00
lrucache.py Make LruCache thread safe, as its used for event cache 2015-04-15 16:07:59 +01:00
ratelimitutils.py Use contextlib.contextmanager instead of a custom class 2015-03-02 13:32:44 +00:00
retryutils.py Make work in both Maria and SQLite. Fix tests 2015-04-01 14:12:33 +01:00
stringutils.py Implement registering with shared secret. 2015-03-13 15:23:37 +00:00