summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-04Move FederationError to synapse.api.errorsErik Johnston1-0/+34
2014-11-04PEP8Erik Johnston1-4/+13
2014-11-04Add support for sending failuresErik Johnston3-2/+63
2014-11-04Remove unused interfaceErik Johnston1