synapse-product/synapse
Mark Haines 54172924c8 Load the current id in the IdGenerator constructor
Rather than loading them lazily. This allows us to remove all
the yield statements and spurious arguments for the get_next
methods.

It also allows us to replace all instances of get_next_txn with
get_next since get_next no longer needs to access the db.
2016-03-01 14:32:56 +00:00
..
api Allow third_party_signed to be specified on /join 2016-02-23 15:11:25 +00:00
app Fix up logcontexts 2016-02-08 14:26:45 +00:00
appservice Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
config Derive macaroon_secret_key from signing key. 2016-02-08 16:35:44 +00:00
crypto Fix up logcontexts 2016-02-08 14:26:45 +00:00
events Atomically persit push actions when we persist the event 2016-02-09 16:19:15 +00:00
federation Allow third_party_signed to be specified on /join 2016-02-23 15:11:25 +00:00
handlers Send the invier's member event in room invite state so the invitee has their display name and avatar. 2016-02-25 18:12:09 +00:00
http Catch the exceptions thrown by twisted when you write to a closed connection 2016-02-12 13:46:59 +00:00
metrics
push Add support for changing the actions for default rules 2016-02-26 14:28:19 +00:00
rest Add support for changing the actions for default rules 2016-02-26 14:28:19 +00:00
static/client
storage Load the current id in the IdGenerator constructor 2016-03-01 14:32:56 +00:00
streams
util Change the way we figure out presence updates for small deltas 2016-02-23 14:54:40 +00:00
__init__.py Bump version and changelog 2016-02-11 16:04:15 +00:00
notifier.py Fix up logcontexts 2016-02-08 14:26:45 +00:00
python_dependencies.py Allow third_party_signed to be specified on /join 2016-02-23 15:11:25 +00:00
server.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
state.py Fix flake8 warnings for new flake8 2016-02-02 17:18:50 +00:00
types.py Merge implementation of /join by alias or ID 2016-02-15 15:39:16 +00:00