Commit Graph

2614 Commits (596728698f62c438a644692778d7efce60eb16cc)
 

Author SHA1 Message Date
Erik Johnston 7a1e881665 Remove debug logging 10 years ago
David Baker b4b892f4a3 Spit out server default rules too. 10 years ago
Mark Haines 6dc92d3427 Merge pull request #41 from matrix-org/client_v2_sync 10 years ago
Mark Haines 017dfaef4c Add doc string for __nonzero__ overrides for sync results, raise not implemented if the client attempts to do a gapless sync 10 years ago
Erik Johnston 1bd540ef79 Merge branch 'develop' of github.com:matrix-org/synapse into rejections 10 years ago
Mark Haines 9ec9d6f2cb Merge pull request #42 from matrix-org/replication_split 10 years ago
David Baker 4ffac34a64 Add glob asterisks when running rules. 10 years ago
Mark Haines 9bfc8bf752 Merge pull request #40 from matrix-org/rejections_storage 10 years ago
Erik Johnston 91015ad008 Remove merge conflict 10 years ago
Erik Johnston 4f7fe63b6d Remember to add schema file to list 10 years ago
Erik Johnston fdd2ac495a Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storage 10 years ago
Mark Haines 8bc3066e0b Merge branch 'client_v2_filter' into client_v2_sync 10 years ago
Erik Johnston 471c47441d Merge pull request #37 from matrix-org/client_v2_filter 10 years ago
Mark Haines e97f756a05 Use 'in' to test if the key exists, remove unused _filters_for_user 10 years ago
Erik Johnston 2f4cb04f45 Be more specific in naming columns in selects. 10 years ago
Erik Johnston 472cf532b7 Put CREATE rejections into seperate .sql 10 years ago
David Baker 322a047502 Add room member count condition and default rule to make a noise on rooms of only 2 people. 10 years ago
Mark Haines 1251d017c1 Merge pull request #38 from matrix-org/new_state_resolution 10 years ago
Erik Johnston 3d7026e709 Add a slightly more helpful comment 10 years ago
Erik Johnston c515d37797 Merge branch 'replication_split' of github.com:matrix-org/synapse into rejections 10 years ago
Erik Johnston 84b78c3b5f Merge branch 'rejections_storage' of github.com:matrix-org/synapse into replication_split 10 years ago
Erik Johnston f7b84eb92a Merge branch 'new_state_resolution' of github.com:matrix-org/synapse into rejections_storage 10 years ago
Erik Johnston 2aaedab203 Merge branch 'develop' of github.com:matrix-org/synapse into new_state_resolution 10 years ago
Erik Johnston e0b7c521cb Merge branch 'develop' of github.com:matrix-org/synapse into rejections_storage 10 years ago
Erik Johnston 875a481a1e Merge branch 'new_state_resolution' of github.com:matrix-org/synapse into rejections_storage 10 years ago
Erik Johnston 7a9f6f083e Remove commented line 10 years ago
Erik Johnston 76d7fd39cd Style changes. 10 years ago
Mark Haines 8fe39a0311 Check if the user has joined the room between incremental syncs 10 years ago
Erik Johnston a70a801184 Fix bug where we superfluously asked for current state. Change API of /query_auth/ so that we don't duplicate events in the response. 10 years ago
Mark Haines 4a67834bc8 Pass client info to the sync_config 10 years ago
Mark Haines c562f237f6 Unused import 10 years ago
Mark Haines 8498d348d8 Fix token formatting 10 years ago
Mark Haines e97de6d96a Filter the recent events before applying the limit when doing an initial sync 10 years ago
Mark Haines 22dd1cde2d Filter the recent events before applying the limit when doing an incremental sync with a gap 10 years ago
Erik Johnston 0adf3e5445 Revert accidental bumping of angluar_sdk dep 10 years ago
Erik Johnston 2c9e136d57 Fix bad merge fo python_dependencies.py 10 years ago
David Baker bd03947c05 We do need Twisted 14, not 15: we use internal Twisted things that have been removed in 15. 10 years ago
Erik Johnston 2ebf795c0a Merge branch 'develop' of github.com:matrix-org/synapse into rejections 10 years ago
Erik Johnston 0c2d245fdf Update the current state of an event if we update auth events. 10 years ago
Erik Johnston 823999716e Fix bug in timeout handling in keyclient 10 years ago
Erik Johnston c1d860870b Fix regression where we no longer correctly handled the case of gaps in our event graph 10 years ago
Erik Johnston c1c7b39827 Fix bug where we changes in outlier in metadata dict propogated to other events 10 years ago
David Baker fc946f3b8d Include content in notification pokes 10 years ago
David Baker 0b16886397 Change 'from' in notification pokes to 'sender' to match client API v2. Send sender display names where they exist. 10 years ago
David Baker 1235f7f383 Add default push rules including setting a sound for messages mentioning your username / display name 10 years ago
Mark Haines ece828a7b7 Update todo for the filtering on sync 10 years ago
Mark Haines 365a186729 Add basic filtering support 10 years ago
Mark Haines 7ceda8bf3d Merge branch 'client_v2_filter' into client_v2_sync 10 years ago
Mark Haines 93ed31dda2 Create a separate filter object to do the actual filtering, so that we can 10 years ago
David Baker 4bdfce30d7 Renumber priority classes so we can use 0 for defaults. 10 years ago