summary refs log tree commit diff
path: root/synapse/python_dependencies.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the version of "matrix-angular-sdk" hosted on pypiMark Haines2015-09-011-5/+0
* Merge branch 'release-v0.10.0' into developMark Haines2015-08-281-6/+6
|\
| * Print the correct pip install line when failing due to lack of matrix-angular...Erik Johnston2015-08-251-5/+5
| * Revert previous commit. Instead, always download matrix-angular-sdk as a requ...Erik Johnston2015-08-251-3/+7
| * Remove dependency on matrix-angular-sdkErik Johnston2015-08-251-5/+1
* | Fix typo in module imports and package dependenciesMark Haines2015-08-251-1/+1
* | Remove syutil dependency in favour of smaller single-purpose librariesMark Haines2015-08-241-6/+3
* | Merge branch 'develop' into authDaniel Wagner-Hall2015-08-201-1/+1
|\ \
| * | Correct pynacl version to 0.3.0Daniel Wagner-Hall2015-08-201-1/+1
| |/
* | Switch to pymacaroons-pynaclDaniel Wagner-Hall2015-08-191-1/+1
* | Merge branch 'develop' into authDaniel Wagner-Hall2015-08-181-1/+1
|\|
| * Depend on Twisted>=15.1 rather than pining to a particular versionMark Haines2015-08-121-1/+1
| * Merge branch 'develop' into markjh/twisted-15Mark Haines2015-08-121-0/+2
| |\
| * \ Merge branch 'develop' into markjh/twisted-15Mark Haines2015-06-011-3/+4
| |\ \
| * | | Use Twisted-15.2.1, Use Agent.usingEndpointFactory rather than implement our ...Mark Haines2015-06-011-1/+1
* | | | Issue macaroons as opaque auth tokensDaniel Wagner-Hall2015-08-181-0/+1
| |_|/ |/| |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receiptsErik Johnston2015-07-131-0/+1
|\ \ \
| * | | Integrate SAML2 basic authentication - uses pysaml2Muthu Subramanian2015-07-081-0/+1
| | |/ | |/|
* / | Add blist to dependenciesErik Johnston2015-07-081-0/+1
|/ /
* | Bump syutil versionErik Johnston2015-05-291-3/+3
* | Add config option to turn off freezing events. Use new encode_json api and uj...Erik Johnston2015-05-291-0/+1
|/
* Merge branch 'master' of github.com:matrix-org/synapse into developErik Johnston2015-05-071-3/+3
|\
| * Bump syweb versionErik Johnston2015-05-071-3/+3
* | pynacl-0.3.0 was released so we can finally start using it directly from pypiMark Haines2015-05-071-6/+1
|/
* bump syutil to 0.0.6Mark Haines2015-04-291-3/+3
* Copyright noticesMark Haines2015-04-241-0/+14
* Bump syutil version to 0.0.5Mark Haines2015-04-211-3/+3
* Update syutil version to 0.0.4Mark Haines2015-04-141-3/+3
* pep8David Baker2015-03-171-2/+3
* Wire up the webclient optionDavid Baker2015-03-171-4/+16
* Also bump dependency link versionErik Johnston2015-03-131-2/+2
* bump dep on syweb 0.6.5Matthew Hodgson2015-03-121-1/+1
* Bump webclient versionErik Johnston2015-03-021-3/+3
* Bump matrix-angular-sdk versionErik Johnston2015-02-181-3/+3
* Fix syntaxMark Haines2015-02-181-1/+1
* Move pynacl to the top of the depedency link list so that it isMark Haines2015-02-181-5/+5
* Bump webclient versionErik Johnston2015-02-121-3/+3
* Update dependency linksErik Johnston2015-02-111-2/+2
* Bump syutil versionErik Johnston2015-02-111-1/+1
* Allow newer versions of syutilMark Haines2015-02-111-1/+1
* Single source version and python dependencies, prevent people accidentally in...Mark Haines2015-02-101-3/+3
* Code-style fixesMark Haines2015-02-101-2/+4
* oopsMatthew Hodgson2015-02-091-1/+1
* oopsMatthew Hodgson2015-02-091-1/+1
* only do word-boundary patches on bodies for nowMatthew Hodgson2015-02-091-1/+1
* Merge pull request #46 from matrix-org/identiconsMark Haines2015-02-021-0/+1
|\
| * Add pydenticon to python_dependenciesMark Haines2015-02-021-0/+1
* | Generate a list of dependencies from synapse/python_dependencies.pyMark Haines2015-02-021-0/+41
|/
* We do need Twisted 14, not 15: we use internal Twisted things that have been ...David Baker2015-01-301-1/+1
* Stop complaining about Synapse Angular SDK 0.6.1Paul "LeoNerd" Evans2015-01-231-1/+1
* Check the existance and versions of necessary modules when starting synapse, ...Mark Haines2015-01-081-0/+80