Daniel Aloni
9147d20018
✅ Fix unit tests.
2023-01-09 11:22:37 +02:00
Daniel Aloni
84ced96ce0
Merge clean merge with dirty merge to resolve conflicts for CI
2023-01-09 10:27:13 +02:00
Daniel Aloni
931df9237f
🐛 Post merge problems.
2023-01-09 10:11:21 +02:00
Daniel Aloni
3b1d3b75ea
Merge upstream 0.10.8
2023-01-09 09:46:09 +02:00
Daniel Aloni
8dd9640727
Merge pull request #59 from globekeeper/daniel/public-visibility
...
🐛 Migration to have the correct composite primary key in roomserver_p…
2023-01-04 15:40:49 +02:00
danielaloni
ac514b406c
🐛 Migration to have the correct composite primary key in roomserver_published.
2023-01-04 13:19:01 +02:00
Daniel Aloni
cff3b34919
Merge pull request #58 from globekeeper/release/upstream_v0.10.8
...
Release/upstream v0.10.8
2023-01-04 11:50:36 +02:00
danielaloni
c1b2f2514d
Merge remote-tracking branch 'origin' into release/upstream_v0.10.8
2023-01-04 10:21:08 +02:00
Neil Alexander
ed497aa8b2
Version 0.10.8
2022-11-29 16:26:33 +00:00
Till
f8d1dc521d
Fix m.receipts causing notifications ( #2893 )
...
Fixes https://github.com/matrix-org/dendrite/issues/2353
2022-11-29 15:46:28 +01:00
Neil Alexander
1990c154e9
Update configuration
2022-11-29 11:11:08 +00:00
Neil Alexander
1ed5fb5e98
Update NATS Server to 2.9.8
2022-11-29 10:37:57 +00:00
Neil Alexander
f6f1445cfa
Tweak event auth logging and cases (update to matrix-org/gomatrixserverlib@8835f6d )
2022-11-29 09:58:22 +00:00
Till
5e4b461e01
Return empty JSON if we don't have any protocols to return ( #2892 )
...
This should help with Element reporting `The homeserver may be too old
to support third party networks.`
2022-11-28 11:26:03 +01:00
Erik Johnston
31f56ac3f4
Never filter out a user's own membership when using LL ( #2887 )
2022-11-22 21:38:27 +00:00
PiotrKozimor
6cc9ea3642
Log to device messages being received and sent ( #55 )
...
* Log to device messages being received and sent
* Switch to debug logs instead
* Fix a typo
2022-11-21 12:56:26 +01:00
devonh
7ad87eace3
Update pinecone version ( #2884 )
2022-11-18 19:37:13 +00:00
Neil Alexander
8299da5905
Fix registration for virtual hosting
2022-11-18 13:24:02 +00:00
devonh
a8e7ffc7ab
Add p2p wakeup broadcast handling to pinecone demos ( #2841 )
...
Adds wakeup broadcast handling to the pinecone demos.
This will reset their blacklist status and interrupt any ongoing
federation queue backoffs currently in progress for this peer.
The end result is that any queued events will quickly be sent to the
peer if they had disconnected while attempting to send events to them.
2022-11-18 00:29:23 +00:00
devonh
ffd8e21ce5
Fix nightly code coverage ( #2881 )
2022-11-17 15:30:23 +00:00
Neil Alexander
16325203af
Try that again
2022-11-17 09:32:19 +00:00
Neil Alexander
607819f425
Fix /key/v2/server, add HTTP Host matching
2022-11-17 09:26:56 +00:00
devonh
df76a17234
Add test code coverage reporting ( #2871 )
2022-11-16 22:02:25 +00:00
Neil Alexander
163dabc498
Fix bug in a2f72dd9
2022-11-16 15:10:33 +00:00
Neil Alexander
a916b041b1
Detect consumer being deleted in JetStreamConsumer
2022-11-16 10:28:22 +00:00
Neil Alexander
1e714bc3b6
Update to NATS Server 2.9.6 and nats.go 1.20.0
2022-11-16 10:05:59 +00:00
Neil Alexander
a2f72dd966
Fix slice out of bounds in federation API
2022-11-16 09:39:19 +00:00
Neil Alexander
d558da1c87
Virtual host server name workaround
2022-11-16 09:34:09 +00:00
Neil Alexander
deddf686b9
Tweak /key/v2/server
2022-11-16 09:16:07 +00:00
Neil Alexander
9b8bb55430
Don't get blacklisted hosts when querying joined servers ( #2880 )
...
Otherwise we just waste time/CPU.
2022-11-15 17:21:16 +00:00
Neil Alexander
5c9aed6af9
Update to matrix-org/gomatrixserverlib@900369e
2022-11-15 15:11:08 +00:00
Neil Alexander
6650712a1c
Federation fixes for virtual hosting
2022-11-15 15:05:23 +00:00
Omar Kotb
f4ee397734
Fix Caddy config well-known delegation example ( #2879 )
...
Signed-off-by: Omar Kotb <omar@omarkotb.com>
Signed-off-by: Omar Kotb <omar@omarkotb.com>
2022-11-14 17:15:39 +00:00
Till
2a77a910eb
Handle remote room upgrades ( #2866 )
...
Makes the following tests pass
```
/upgrade moves remote aliases to the new room
Local and remote users' homeservers remove a room from their public directory on upgrade
```
2022-11-14 12:07:13 +00:00
Till
858a4af224
Try to optimize CI ( #2867 )
...
Try to optimize CI by using caches
2022-11-14 12:06:41 +00:00
Till
1e79b0557e
Use a writer to assign state key NIDs ( #2877 )
2022-11-14 12:06:27 +00:00
PiotrKozimor
b772f9ee78
Allow for only one pusher for given pushkey and app ID - remove pushers duplicates ( #50 )
2022-11-14 08:56:52 +01:00
Neil Alexander
529df30b56
Virtual hosting schema and logic changes ( #2876 )
...
Note that virtual users cannot federate correctly yet.
2022-11-11 16:41:37 +00:00
Till Faelligen
e177e0ae73
Fix oops, add simple UT
2022-11-11 16:44:59 +01:00
Neil Alexander
72ce6acf71
Run upgrade tests for SQLite too ( #2875 )
...
This should hopefully catch problems with database migrations in SQLite
as well as PostgreSQL.
2022-11-11 11:21:16 +00:00
Till
c648c671a3
Fix issue with missing user NIDs ( #2874 )
...
This should fix #2696 and possibly other related issues regarding
missing user NIDs.
(https://github.com/matrix-org/dendrite/issues/2094 ?)
2022-11-11 10:52:43 +01:00
Till
d35a5642e8
Deny guest access on several endpoints ( #2873 )
...
Second part for guest access, this adds a `WithAllowGuests()` option to
`MakeAuthAPI`, allowing guests to access the specified endpoints.
Endpoints taken from the
[spec](https://spec.matrix.org/v1.4/client-server-api/#client-behaviour-14 )
and by checking Synapse endpoints for `allow_guest=true`.
2022-11-11 10:52:08 +01:00
Till
0193549201
Send presence to newly added servers ( #2869 )
...
This should make `New federated private chats get full presence
information (SYN-115)` happy.
2022-11-11 10:35:17 +01:00
PiotrKozimor
8ae2820d7a
Change multiroom prefix to connect.multiroom for clarity ( #54 )
2022-11-10 13:36:01 +01:00
Neil Alexander
efa50253f6
Fix lint error
2022-11-10 10:16:56 +00:00
Neil Alexander
503d9c7586
Improve logging in upgrade tests
2022-11-10 10:07:19 +00:00
Neil Alexander
bdaae060cc
Update Ristretto
2022-11-09 14:07:29 +00:00
Neil Alexander
a5cabdbac5
Remove unspecced fields from Transaction (update to matrix-org/gomatrixserverlib@715dc88 )
2022-11-09 09:24:29 +00:00
Daniel Aloni
949041b8a3
Merge pull request #53 from globekeeper/daniel/adjust-cloudbuild
...
🐳 Update .cloudbuild to point to correct path of dockerfile
2022-11-07 18:03:44 +02:00
danielaloni
9fd0aa421b
Using old Dockerfile.monolith content in new Dockerfile
2022-11-07 17:34:30 +02:00