Commit Graph

10655 Commits (8ff8ab3bcec7c0ac731b88bc0fbe6338d82ab962)
 

Author SHA1 Message Date
Vincent Breitmoser f4284d943a In DomainSpecificString, override __repr__ in addition to __str__ 7 years ago
Richard van der Hoff d1e56cfcd1 Fix pep8 error on psycopg2cffi hack 7 years ago
Vincent Breitmoser 89de934981 Use psycopg2cffi module instead of psycopg2 if running on pypy 7 years ago
Vincent Breitmoser 9fbe70a7dc Use sortedcontainers instead of blist 7 years ago
Richard van der Hoff a3599dda97
Merge pull request #2996 from krombel/allow_auto_join_rooms 7 years ago
Richard van der Hoff 87478c5a60
Merge pull request #3061 from NotAFile/add-some-byte-strings 7 years ago
Richard van der Hoff c508b2f2f0
Merge pull request #3073 from NotAFile/use-six-reraise 7 years ago
Richard van der Hoff 37354b55c9
Merge pull request #2938 from dklug/develop 7 years ago
Richard van der Hoff 0e9aa1d091
Merge pull request #3074 from NotAFile/fix-py3-prints 7 years ago
Richard van der Hoff 8eaa141d8f
Merge pull request #3075 from NotAFile/six-type-checks 7 years ago
Richard van der Hoff 664adb4236
Merge pull request #3016 from silkeh/improve-service-lookups 7 years ago
Richard van der Hoff aea3a93611
Merge pull request #3069 from krombel/update_prometheus_config 7 years ago
Neil Johnson 41e0611895 remove errant print 7 years ago
Neil Johnson 61b439c904 Fix msec to sec, again 7 years ago
Neil Johnson 87770300d5 Fix msec to sec 7 years ago
Neil Johnson 9a311adfea v0.27.3-rc2 7 years ago
Neil Johnson 64bc2162ef Fix psycopg2 interpolation 7 years ago
Richard van der Hoff d2c6f4d626
Merge pull request #3080 from matrix-org/rav/fix_500_on_rejoin 7 years ago
Neil Johnson 5232d3bfb1 version bump v0.27.3-rc2 7 years ago
Neil Johnson 5e785d4d5b Merge branch 'develop' of https://github.com/matrix-org/synapse into release-v0.27.0 7 years ago
Erik Johnston 6e025a97b4 Handle all events in a room correctly 7 years ago
Neil Johnson 414b2b3bd1 Merge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse into release-v0.27.0 7 years ago
Neil Johnson b151eb14a2
Update CHANGES.rst 7 years ago
Neil Johnson 64cebbc730 Merge branch 'release-v0.27.0' of https://github.com/matrix-org/synapse into release-v0.27.0 7 years ago
Neil Johnson d9ae2bc826 bump version to release candidate 7 years ago
Neil Johnson 21d5a2a08e
Update CHANGES.rst 7 years ago
Neil Johnson c115deed12
Update CHANGES.rst 7 years ago
Neil Johnson 072fb59446 bump version 7 years ago
Neil Johnson 89dda61315 Merge branch 'develop' into release-v0.27.0 7 years ago
Neil Johnson 687f3451bd
0.27.3 7 years ago
Richard van der Hoff 13decdbf96 Revert "Merge pull request #3066 from matrix-org/rav/remove_redundant_metrics" 7 years ago
Richard van der Hoff f3ef60662f Return a 404 rather than a 500 on rejoining empty rooms 7 years ago
Erik Johnston e5082494eb Limit concurrent event sends for a room 7 years ago
Erik Johnston 56b0589865 Use create_and_send_nonmember_event everywhere 7 years ago
Erik Johnston 11974f3787 Send federation events concurrently 7 years ago
Erik Johnston 145d14656b Handle exceptions in get_hosts_for_room when sending events over federation 7 years ago
Adrian Tschira e54c202b81 Replace some type checks with six type checks 7 years ago
Adrian Tschira b0500d3774 use python3-compatible prints 7 years ago
Adrian Tschira 4f40d058cc Replace old-style raise with six.reraise 7 years ago
Luke Barnard 135fc5b9cd
Merge pull request #3046 from matrix-org/dbkr/join_group 7 years ago
Luke Barnard 020a501354 de-lint, quote consistency 7 years ago
Luke Barnard db2fd801f7 Explicitly grab individual columns from group object 7 years ago
Erik Johnston e8b03cab1b
Merge pull request #3071 from matrix-org/erikj/resp_size_metrics 7 years ago
Richard van der Hoff 8844f95c32
Merge pull request #3072 from matrix-org/rav/fix_port_script 7 years ago
Luke Barnard 7945435587 When exposing group state, return is_openly_joinable 7 years ago
Luke Barnard 6bd1b7053e By default, join policy is "invite" 7 years ago
Luke Barnard b4478e586f add_user -> _add_user 7 years ago
Luke Barnard 112c2253e2 pep8 7 years ago
Luke Barnard 6850f8aea3 Get group_info from existing call to check_group_is_ours 7 years ago
Luke Barnard cd087a265d Don't use redundant inlineCallbacks 7 years ago