summary refs log tree commit diff
path: root/synapse/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimize FrozenEvent creationErik Johnston2015-01-061-2/+3
* Fix typo where we used wrong var.Erik Johnston2015-01-061-2/+2
* Time how long calls to _get_destination_retry_timings takeErik Johnston2015-01-061-12/+61
* Update copyright noticesMark Haines2015-01-0610-9/+23
* Supply auth_chain along with current state in '/state/', fetch auth events fr...Mark Haines2014-12-181-1/+1
* Replace distributor deferred list, with a simple for loop until I understand ...Mark Haines2014-12-181-6/+6
* Fix pyflakesErik Johnston2014-12-161-2/+0
* Remove FrozenEncoderErik Johnston2014-12-161-8/+0
* Add PEP8 newlinesErik Johnston2014-12-091-1/+1
* Add forgotten fileErik Johnston2014-12-081-0/+56
* Drop log level for incorrect logging contexts to WARN if the context is wrong...Mark Haines2014-11-251-5/+8
* Fix pep8 codestyle warningsMark Haines2014-11-202-0/+3
* Use module loggers rather than the root logger. Exceptions caused by bad clie...Mark Haines2014-11-201-1/+3
* Add a few missing yields, Move deferred lists inside PreserveLoggingContext b...Mark Haines2014-11-201-19/+24
* Sometimes there isn't a current logging contextMark Haines2014-11-191-1/+1
* Preserve logging context in a few more places, drop the logging context after...Mark Haines2014-11-192-1/+10
* Merge branch 'develop' into request_loggingMark Haines2014-11-142-1/+7
|\
| * Implement new replace_state and changed prev_stateErik Johnston2014-11-061-1/+1
| * Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho...Erik Johnston2014-10-303-5/+7
| |\
| * | Add a run_on_reactor functionErik Johnston2014-10-291-0/+7
* | | Merge branch 'develop' into request_loggingMark Haines2014-10-303-5/+7
|\ \ \ | | |/ | |/|
| * | Fix pep8 warningsMark Haines2014-10-303-5/+7
| |/
* | Pep8 and a few doc stringsMark Haines2014-10-301-14/+37
* | Add a request-id to each log lineMark Haines2014-10-303-1/+90
|/
* Added support for the HS to send emails. Use it to send password resets. Adde...Kegan Dougal2014-09-161-0/+71
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-037-7/+7
* Allow optional non-suppression of exceptions through the DistributorPaul "LeoNerd" Evans2014-09-031-4/+13
* Add copyright notices and fix pyflakes errorsMark Haines2014-09-031-1/+0
* Merge branch 'develop' of github.com:matrix-org/synapse into presence_loggingErik Johnston2014-08-281-0/+2
|\
| * use @wraps to set the __name__ __module__ and __doc__ correctly for logged fu...Mark Haines2014-08-281-0/+2
* | Add logging to try and figure out what is going on with the presence stuffErik Johnston2014-08-281-0/+53
|/
* Put some DEBUG logging in lockutils.py so we can debug roomlocksPaul "LeoNerd" Evans2014-08-141-3/+9
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-137-0/+7
* Reference Matrix Home Servermatrix.org2014-08-127-0/+424