Till Faelligen
9d480d58c9
Better creation/usage of JoinResponse
2020-10-16 19:10:07 +02:00
Till Faelligen
c428d52652
- Use OutputReceiptEvent instead of InputReceiptEvent as result
...
- Don't use the errors package for errors
- Defer CloseAndLogIfError to close rows
- Fix Copyright
2020-10-16 16:16:44 +02:00
Till Faelligen
27eac8f915
Return a better error message
2020-10-16 16:13:14 +02:00
Till Faelligen
b922e56343
- Add TODO for batching requests
...
- Rename variable
2020-10-16 15:39:38 +02:00
Till Faelligen
3796b22423
Don't use errors package
2020-10-16 15:35:50 +02:00
Till Faelligen
d68a20c3a6
Merge branch 'master' of https://github.com/matrix-org/dendrite into add-receipts-2
2020-10-15 21:20:50 +02:00
Till Faelligen
b4ba0be6ba
Make "Inbound federation rejects receipts from wrong remote" pass
2020-10-15 21:18:18 +02:00
Kegsay
4a7fb9c045
Automatically upgrade databases on startup ( #1529 )
...
* Support auto-upgrading accounts DB
* Auto-upgrade device DB deltas
* Support up/downgrading from cmd/goose
* Linting
* Create tables then do migrations then prepare statements
To avoid failing due to some things not existing
* Linting
2020-10-15 18:09:41 +01:00
Till Faelligen
dee77b638a
Make outbound federation receipts pass
2020-10-15 18:40:25 +02:00
Till Faelligen
4917cee11c
Fix column count error
2020-10-15 17:43:44 +02:00
Neil Alexander
3e5d38e284
Improve state resolution v2 performance ( matrix-org/gomatrixserverlib#237 )
2020-10-15 16:20:19 +01:00
Till Faelligen
6f6a2c1b2d
Fix copy & paste error
2020-10-15 16:41:29 +02:00
Till Faelligen
bc528bf48f
Add passing tests to whitelist
...
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
2020-10-15 16:12:22 +02:00
Till Faelligen
0b5801af3e
Merge branch 'master' of https://github.com/matrix-org/dendrite into add-receipts-2
2020-10-15 15:39:54 +02:00
Till Faelligen
24cd35c8ca
Add missing kafka config
2020-10-15 15:37:13 +02:00
Till Faelligen
59bec69bf9
Add eduserver kafka consumer
2020-10-15 15:36:55 +02:00
Till Faelligen
26d0d0e1bc
Add receipts endpoint
2020-10-15 15:36:02 +02:00
Neil Alexander
e154c45b51
Better logging around db.StoreEvent
2020-10-15 14:14:17 +01:00
Neil Alexander
49abe359e6
Start Kafka connections for each component that needs them ( #1527 )
...
* Start Kafka connection for each component that needs one
* Fix roomserver unit tests
* Rename to naffkaInstance (@Kegsay review comment)
* Fix import cycle
2020-10-15 13:27:13 +01:00
Till Faelligen
96131fa739
Add receipts api to the eduserver
2020-10-15 13:36:05 +02:00
Till Faelligen
dda8095f81
Make receipt json creation "easier" to read
2020-10-15 13:26:34 +02:00
Neil Alexander
10f1beb0de
Don't re-run state resolution on a single trusted state snapshot ( #1526 )
...
* Don't re-run state resolution on a single trusted state snapshot
* Lint
* Check if backward extremity is create event before checking missing state
2020-10-15 12:08:49 +01:00
Till Faelligen
5f9ac44062
Add required method to testEDUProducer
2020-10-15 09:54:33 +02:00
Till Faelligen
fe418f2fc8
Use StreamingToken as the since value
2020-10-15 09:52:10 +02:00
Till Faelligen
ceb7ca7c7d
Add receipts table to syncapi
2020-10-14 21:49:41 +02:00
Kegsay
e3c2b081c7
txn nil guard when rolling back LatestEventsUpdater ( #1524 )
...
* txn nil guard when rolling back LatestEventsUpdater
* Spell lint correctly
2020-10-14 17:05:09 +01:00
Neil Alexander
6f12b8f85c
Ignore typing events where sender doesn't match origin ( #1523 )
...
* Ignore typing notifications where the sender doesn't match the origin
* Update sytest-whitelist
* Fix formatting directives
2020-10-14 16:49:25 +01:00
Neil Alexander
e3a3908654
Update sytest-whitelist ( closes #1315 )
2020-10-14 16:07:15 +01:00
Neil Alexander
8d9ecb3996
Ignore duplicate redaction entries ( #1522 )
2020-10-14 15:24:43 +01:00
Till Faelligen
6998c8248e
fix conversion from int to string yields a string of one rune, not a string of digits
2020-10-14 15:27:40 +02:00
Neil Alexander
286dd408ae
Better semver compliance for version reporting
2020-10-14 12:51:06 +01:00
Neil Alexander
7a1fd123de
Improved state handling in /send ( #1521 )
...
* Capture errors
* Don't request only state key tuples needed for auth (we end up discarding room state this way)
* QueryStateAfterEvent returns all state when no tuples supplied
* Resolve state
* Comments
2020-10-14 12:39:37 +01:00
Neil Alexander
20aec70ead
Send cumulative state when creating room ( #1519 )
...
* Send state with new room events
* lookupEvent sends outliers
* Revert "lookupEvent sends outliers"
This reverts commit 3e16556441
.
2020-10-14 09:57:27 +01:00
Neil Alexander
9d6b77c58a
Try to retrieve missing auth events from multiple servers ( #1516 )
...
* Recursively fetch auth events if needed
* Fix processEvent call
* Ask more servers in lookupEvent
* Don't panic!
* Panic at the Disco
* Find servers more aggressively
* Add getServers
* Fix number of servers to 5, don't bail making RespState if auth events missing
* Fix panic
* Ignore missing state events too
* Report number of servers correctly
* Don't reuse request context for /send_join
* Update federation API tests
* Don't recurse processEvents
* Implement getEvents differently
2020-10-13 11:53:20 +01:00
Kegsay
d7ea814fa8
Wrap NewMembershipUpdater in a db writer ( #1515 )
2020-10-13 10:20:27 +01:00
Neil Alexander
73bc28b11f
Update docker-compose.deps.yml
2020-10-13 09:54:07 +01:00
Neil Alexander
2f578531ba
Update Docker samples
2020-10-13 09:50:11 +01:00
Neil Alexander
8001627cfc
Get missing event tweaks ( #1514 )
...
* Adjust backfill to send backward extremity with state before other backfilled events, include prev_events with no state amongst missing events
* Not finished refactor
* Fix test
* Remove isInboundTxn
* Remove debug logging
2020-10-12 15:56:15 +01:00
Pieter
0804594a61
Add systemd example service to docs ( #1512 )
...
Signed-off-by: Pieter Hollander <git@pieterhollander.nl>
2020-10-12 10:06:56 +01:00
Neil Alexander
6b579e6aba
Don't ignore local keys from fetchers ( #1513 )
2020-10-12 10:02:20 +01:00
Kegsay
9096bfcee8
Validate m.room.create events in send_join responses ( #1505 )
...
* Validate m.room.create events in send_join responses
For sytest compliance, refs #1315 and #1317
Fixes #1317
* Linting
2020-10-10 00:21:15 +01:00
Neil Alexander
fe5d1400bf
Update federation timeouts ( #1504 )
...
* Update to matrix-org/gomatrixserverlib#234
* Update gomatrixserverlib
* Update federation timeouts
* Fix dendritejs
* Increase /send context time in destination queue
2020-10-09 17:08:32 +01:00
Neil Alexander
4df7e345bb
Only return 500 on /send if a database error occurs ( #1503 )
2020-10-09 15:06:43 +01:00
S7evinK
2bd0449c5b
Use default value when adding column which is not null ( #1501 )
...
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
2020-10-09 12:41:53 +01:00
S7evinK
1cd525ef0d
Extend device_devices table ( #1471 )
...
* Add last_used_ts and IP to database
* Add migrations
* Rename column
Prepare statements
* Add interface method and implement it
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
* Rename struct fields
* Add user_agent to database
* Add userAgent to registration calls
* Add missing "IF NOT EXISTS"
* use txn writer
* Add UserAgent to Device
Co-authored-by: Kegsay <kegan@matrix.org>
2020-10-09 09:17:23 +01:00
Pestdoktor
c4c8bfd027
reject invalid UTF-8 ( #1472 )
...
* reject invalid UTF-8
Signed-off-by: Jonas Fentker <jonas@fentker.eu>
* update sytest-whitelist
Signed-off-by: Jonas Fentker <jonas@fentker.eu>
Co-authored-by: Kegsay <kegan@matrix.org>
2020-10-09 09:15:51 +01:00
Loïck Bonniot
f3e8ae01ef
Implement fully read markers ( #1475 )
...
See #653
Signed-off-by: Loïck Bonniot <git@lesterpig.com>
Co-authored-by: Kegsay <kegan@matrix.org>
2020-10-09 09:15:35 +01:00
Kegsay
009401ad4d
Version 0.1.0
...
Beta README (#1466 )
* Beta docs
* More tweaks
* More docs
* Update README.md (#1497 )
* Call out missing features
* Add CHANGES
* Call out CHANGES
* Update INSTALL.md
* Update README.md
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-10-08 17:47:43 +01:00
Kegan Dougal
b12b7abcc0
v0.1.0
...
Squashed commit of the following:
commit 570528e5f19d76fe2fd7ea646246eea9650b1b60
Author: Kegan Dougal <kegan@matrix.org>
Date: Thu Oct 8 14:52:10 2020 +0100
v0.1.0
commit 02c020bced3be6d1a63e1001ab9c0ef6231ba087
Merge: db840f02 8035c50c
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date: Thu Oct 8 14:46:32 2020 +0100
Merge branch 'master' into v0.1.0
commit db840f025b5d7b7c7e1ba905646571cb03dd7b22
Merge: adc19a3d 78f6e1a3
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date: Thu Oct 8 13:31:36 2020 +0100
Merge branch 'master' into v0.1.0
commit adc19a3d5f0c9d5a85b3c1dd7d1772236fb8cc9b
Merge: c8fc6855
3e12f6e9
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date: Thu Oct 8 10:31:58 2020 +0100
Merge branch 'master' into v0.1.0
commit c8fc68555c
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date: Wed Oct 7 18:41:04 2020 +0100
Version 0.1.0rc3
commit 15bf385141
Merge: e7d9eea4
8bca7a83
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date: Wed Oct 7 18:39:25 2020 +0100
Merge branch 'master' into v0.1.0
commit e7d9eea4a0
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date: Mon Oct 5 17:56:45 2020 +0100
v0.1.0rc2
commit 3fa76370f2
Merge: f7cecdd9
52ddded7
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date: Mon Oct 5 17:56:28 2020 +0100
Merge branch 'master' into v0.1.0
commit f7cecdd9a8
Author: Kegan Dougal <kegan@matrix.org>
Date: Fri Oct 2 17:25:59 2020 +0100
Bump to 0.1.0rc1
2020-10-08 14:53:46 +01:00
Neil Alexander
8035c50c06
Don't get into situations where we have no forward extremities
2020-10-08 14:46:25 +01:00