Commit Graph

1357 Commits (0421eb84acb31b0a183d6f377b98ea0af4c7859b)

Author SHA1 Message Date
Erik Johnston 6dd5c95841 Bump version 10 years ago
Erik Johnston b99a33f283 resolve_events expect lists, not dicts 10 years ago
Erik Johnston a78838c5ba Bump version 10 years ago
David Baker 8d5cce62ab Update pushers by app id and pushkey, not user id and pushkey 10 years ago
Erik Johnston be26697b29 Bump version 10 years ago
Erik Johnston b11a6e1c3c Fix wrong variable name 10 years ago
Erik Johnston 0546126cc5 Bump version 10 years ago
Erik Johnston e441c10a73 pyflakes 10 years ago
Erik Johnston 8c652a2b5f When we see a difference in current state, actually use state conflict resolution algorithm 10 years ago
Erik Johnston c09493d7aa Bump version 10 years ago
Paul "LeoNerd" Evans 55e0916ffc Reindent code to be less human-readable to keep pep8 from complaining 10 years ago
Paul "LeoNerd" Evans f22646efcc Only attempt to fetch presence state of JOINed members in room initialSync (SYN-202) 10 years ago
Erik Johnston 789251afa7 Fix logging 10 years ago
Erik Johnston 38df10b99e Remove unused function 10 years ago
Paul "LeoNerd" Evans 93d07c87dc Reindent code to be less human-readable to keep pep8 from complaining 10 years ago
Paul "LeoNerd" Evans 5f6e6530d0 Appease pyflakes 10 years ago
Paul "LeoNerd" Evans 29805213d1 Can now remove the FIXME too 10 years ago
Paul "LeoNerd" Evans 860b1b4841 Only attempt to fetch presence state of JOINed members in room initialSync (SYN-202) 10 years ago
Erik Johnston 58d848adc0 Parrellize fetching of events 10 years ago
Erik Johnston 963256638d Correctly handle all the places that can throw exceptions 10 years ago
Erik Johnston 48fbe79f71 Bump version 10 years ago
Erik Johnston 717687e1fc Get an auth query one at a time 10 years ago
Erik Johnston a566ed2f0e Bump webclient version 10 years ago
Erik Johnston 83d41f25d8 Set database schema version in delta 10 years ago
Erik Johnston ff2a2ae56e Bump version 10 years ago
Erik Johnston 8bbdf32849 Convert get_rooms to use runInteraction so the transacion has a more helpful description 10 years ago
Erik Johnston 2bf0e85f3d Use encode_canonical_json for http client 10 years ago
Erik Johnston e9e54449f5 Use encode_canonical_json for pushes 10 years ago
Erik Johnston af89456c3c Update dependency links 10 years ago
Erik Johnston a793a0b810 Bump syutil version 10 years ago
Mark Haines 9c24cff6ef Allow newer versions of syutil 10 years ago
Erik Johnston 7eef84a95b pyflakes 10 years ago
Erik Johnston 76935078d1 Remove more debug logging 10 years ago
Erik Johnston ed877d6585 Remove debug logging 10 years ago
Erik Johnston ef276e8770 Fix so timing out connections to actually work. 10 years ago
Paul "LeoNerd" Evans 7f47ba7383 Added another TODO note 10 years ago
Paul "LeoNerd" Evans 45b56609ae Cache the result of a get_rooms_for_user query, to make user_rooms_intersect() much lighter in the read-common case 10 years ago
Paul "LeoNerd" Evans 7be0f6594e First step of making user_rooms_intersect() faster - implement in intersection logic in Python code terms of a DB query that is cacheable per user 10 years ago
Erik Johnston ddb816cf60 Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder that understands FrozenDict 10 years ago
Mark Haines ddc25cf4e2 Invalidate the cache for an event if it is redacted 10 years ago
Mark Haines aff892ce79 Fix formatting 10 years ago
Mark Haines f5a70e0d2e Add a cache for get_event 10 years ago
Mark Haines d8324d5a2b Add a lru cache class 10 years ago
Erik Johnston 4ebbaf0d43 Blunty replace json with simplejson 10 years ago
Erik Johnston 6370cffbbf Fix bug where variable was not always defined 10 years ago
Erik Johnston 05b961d7e3 PEP8 10 years ago
Erik Johnston dcf52469e8 Move time_bound_deferred into Clock 10 years ago
Erik Johnston 0e6b3e4e40 Time out HTTP federation requests 10 years ago
Mark Haines 84a769cdb7 Fix code-style 10 years ago
Mark Haines 7ed971d9b2 Single source version and python dependencies, prevent people accidentally installing with easy_install, use scripts rather than entry_points to install synctl 10 years ago