- Jun 10, 2016
-
-
Mark Haines authored
Add function to load config without generating it
-
- Jun 09, 2016
-
-
Mark Haines authored
Renames ``load_config`` to ``load_or_generate_config`` Adds a method called ``load_config`` that just loads the config. The main synapse.app.homeserver will continue to use ``load_or_generate_config`` to retain backwards compat. However new worker processes can use ``load_config`` to load the config avoiding some of the cruft needed to generate the config. As the new ``load_config`` method is expected to be used by new configs it removes support for the legacy commandline overrides that ``load_or_generate_config`` supports
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
502 on /thumbnail when can't contact remote server
-
Erik Johnston authored
Fix a bug caused by a change in auth_handler function
-
Erik Johnston authored
-
Erik Johnston authored
Remove redundant exception log in /events
-
Erik Johnston authored
-
- Jun 08, 2016
-
-
Negar Fazeli authored
Fix the relevant unit test cases
-
Erik Johnston authored
Pull full state for each room all at once
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Don't make rooms visibile by default
-
Mark Haines authored
* Disable the synchrotron on jenkins until the sytest support lands * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Enable auth on /publicRoom endpoints
-
Erik Johnston authored
Add some logging for when servers ask for missing events
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Don't hit DB for noop replications queries
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Add gc_threshold to pusher and synchrotron
-
Erik Johnston authored
Add GC counts to metrics
-
- Jun 07, 2016
-
-
Mark Haines authored
Add script for running sytest with dendron
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
-
Erik Johnston authored
-
Erik Johnston authored
Allow setting of gc.set_thresholds
-
Erik Johnston authored
-
Mark Haines authored
Remove dead code.
-
Mark Haines authored
Loading push rules now happens in the datastore, so we can remove the methods that loaded them outside the datastore. The ``waiting_for_join_list`` in federation handler is populated by anything, so can be removed. The ``_get_members_events_txn`` method isn't called from anywhere so can be removed.
-