Neil Alexander
1f10bce999
Don't drop events
2022-03-22 16:52:50 +00:00
Neil Alexander
fec757e1d2
Fix tests
2022-03-22 16:33:28 +00:00
Neil Alexander
08b992b0bc
Comments
2022-03-22 16:25:38 +00:00
Neil Alexander
8ab5ad2fb5
Fix mutex unlock
2022-03-22 14:56:45 +00:00
Neil Alexander
1364d85985
Reconstruct properly
2022-03-22 14:52:52 +00:00
Neil Alexander
73afaeb82e
Remove stream subject
2022-03-22 14:43:00 +00:00
Neil Alexander
2f232537f6
Recreate if subjects wrong
2022-03-22 14:41:48 +00:00
Neil Alexander
1170030352
Prefix subjects, preserve inboxes
2022-03-22 14:35:56 +00:00
Neil Alexander
4d636428c0
Check streams too
2022-03-22 14:22:06 +00:00
Neil Alexander
4ebef3ec4f
Recreate the stream if the config is bad
2022-03-22 14:18:44 +00:00
Neil Alexander
b49160f1f1
Rename TopicFor to Prefixed
2022-03-22 13:56:02 +00:00
Neil Alexander
c2501c6937
Another sprinkling of magic
2022-03-22 13:24:16 +00:00
Neil Alexander
a0116959c3
Preserve consumer after unsubscribe
2022-03-22 12:14:00 +00:00
Neil Alexander
555752482c
Ensure the actor runs again
2022-03-22 10:49:37 +00:00
Neil Alexander
901b5f819f
Roomserver input refactoring — again!
2022-03-22 10:39:56 +00:00
Neil Alexander
9572f5ed19
Wait for safe shutdown of NATS Server ( #2289 )
2022-03-21 10:32:34 +00:00
S7evinK
8336ce972e
Remove unused partition_offset_table ( #2288 )
2022-03-21 10:47:41 +01:00
Neil Alexander
e47dfe4786
Fix panic that can occur from nil pointer exception in media API fetchRemoteFile
2022-03-18 16:21:15 +00:00
Neil Alexander
c54d88aecf
Update to matrix-org/pinecone@8687b0d
2022-03-18 15:32:14 +00:00
Neil Alexander
a96098051e
Update FAQ.md
2022-03-18 11:44:13 +00:00
Neil Alexander
475d3c1af9
Better mapping of stream positions to topological positions in /messages ( #2263 )
...
* Convert stream positions into topological positions for both `from` and `to` in `/messages`
* Hopefully it works now
* Remove unnecessary logging
* Return sane values if `StreamToTopologicalPosition` can't work out the right thing to do
* Revert logging change
* tweaks
* Fix `selectEventIDsInRangeASCSQL`
* Test `Getting messages going forward is limited for a departed room (SPEC-216)` was passing incorrectly so un-whitelist it
2022-03-18 10:40:01 +00:00
Neil Alexander
191486438c
Assign room NIDs, event type NIDs and state key NIDs outside of database transactions ( #2265 )
...
* Assign room NIDs and state key NIDs outside of database transactions
* In roomserver storage package too
* Don't take a `txn` parameter, clean up SQLite
2022-03-17 18:24:27 +00:00
Neil Alexander
4e64c270db
Various bug fixes and tweaks around invites and membership
2022-03-17 17:05:21 +00:00
Neil Alexander
0fb94fc781
Update to matrix-org/gomatrixserverlib@0980b7f
2022-03-17 16:48:41 +00:00
Neil Alexander
1894f34868
Update to matrix-org/gomatrixserverlib@a62d9f3
2022-03-17 09:58:44 +00:00
Neil Alexander
96d3883a18
Remove unexpected file
2022-03-16 16:50:44 +00:00
Neil Alexander
047147a3af
Update Yggdrasil P2P demo (also remove QUIC dependency)
2022-03-16 16:49:10 +00:00
Neil Alexander
e30aa38fb0
Stream tweaks, use same codepath for sync vs async input room events, wait for error response via NATS messages ( #2283 )
2022-03-16 14:21:11 +00:00
S7evinK
485367fcfa
Return error from remote download requests ( #2266 )
...
* Return error from remote download requests
* Remove redundant err check, return better message if file does not exist
2022-03-16 12:16:27 +01:00
Neil Alexander
0ad665fabc
Update to NATS Server 2.7.4 ( #2282 )
...
* Update to NATS Server v2.7.4-beta2
* Bump to release v2.7.4
* Listen for TCP
* Revert "Listen for TCP"
This reverts commit 28dff0ab4d .
2022-03-16 10:47:18 +00:00
Neil Alexander
2696f36738
Federation client improvements (HTTP/2, reaping federation trippers, TLS client session cache, keepalive tweaks, update to matrix-org/gomatrixserverlib#297 )
2022-03-16 10:27:16 +00:00
S7evinK
d8facd6308
Fix SQL statement for PurgeRoomState ( #2280 )
2022-03-16 11:25:50 +01:00
Neil Alexander
fc0bdf5d88
Truncate recentStreamEvents before working out which event IDs to exclude from stateEvents ( #2281 )
2022-03-16 10:18:08 +00:00
S7evinK
69268fc48e
Use accountdb with provided config ( #2273 )
...
* Fix #2272
* Ensure we only allow lowercase usernames using `create-account`
Co-authored-by: kegsay <kegan@matrix.org>
2022-03-15 12:13:33 +01:00
S7evinK
a2cf1aaf48
Fix /context with lazy_load_members ( #2277 )
...
* Add membership events to the end of the list, to ensure Sytest sees them
* Move tests to allowlist
* Append to correct list, fix logging message
* Add flakey tests to blacklist
* Remove flakey tests from whitelist
2022-03-14 20:04:24 +01:00
Neil Alexander
01d71a767d
Platform sanity checks ( #2271 )
...
* Platform sanity checks
* Don't yell about `root` because Docker
2022-03-11 17:27:12 +00:00
Neil Alexander
507a8e6773
Don't range entire state for /sync ( #2270 )
...
* Don't range entire state for rooms the user has no reason to care about
* Remove unnecessary db field in postgresql
2022-03-11 12:48:45 +00:00
Neil Alexander
e485f9c2bd
64-bit stream IDs for device list updates ( #2267 )
2022-03-10 13:17:28 +00:00
Neil Alexander
e1881627d1
Implement MSC3383 (update to matrix-org/gomatrixserverlib#296 )
2022-03-10 12:44:31 +00:00
Neil Alexander
d78e0a33e0
Remove references to userapi_devices ( fixes #2259 )
2022-03-09 16:38:50 +00:00
Neil Alexander
089d16812c
Fix GET /directory/list/room/{roomID} ( #2262 )
...
* Let's try to work out why this endpoint lies
* Try that again
* Fix `QueryPublishedRooms`
* Remove logging
* Remove unnecessary change
* Remove unnecessary change
2022-03-09 10:42:24 +00:00
Neil Alexander
030b995636
Update to matrix-org/pinecone@cfde1f8
2022-03-09 10:19:49 +00:00
kegsay
979738b2da
Get MSC2946 working for restricted rooms locally/over federation ( #2260 )
...
* Get MSC2946 working for restricted rooms locally
* Get MSC2946 working for restricted rooms over federation
* Allow invited in addition to joined to enable child walking
2022-03-08 13:24:32 +00:00
Neil Alexander
67de4dbd0c
Don't send adds_state_events in roomserver output events anymore ( #2258 )
...
* Don't send `adds_state_events` in roomserver output events anymore
* Set `omitempty` on some output fields that aren't always set
* Add `AddsState` helper function
* No-op if no added state event IDs
* Revert "No-op if no added state event IDs"
This reverts commit 71a0ef3df1 .
* Revert "Add `AddsState` helper function"
This reverts commit c9fbe45475 .
2022-03-07 17:17:16 +00:00
S7evinK
05fa66c9c8
Fix appservice username check ( #2223 )
...
* Fix appservice username check
* Flakey test moved to blocklist
* Move tests to blacklist
2022-03-07 18:14:08 +01:00
Neil Alexander
626d3f6cf5
Capture Sentry exceptions for errors in JetStreamConsumer
2022-03-07 16:40:56 +00:00
S7evinK
9fbaa1194b
Add canonical alias support ( #2236 )
...
* Add canonical support
* Add test
* Check that the send event is actually an m.room.canonical_alias
Check that we got an event from the database
* Update to get correct required events
* Add flakey test to blacklist
2022-03-07 10:37:04 +01:00
Neil Alexander
86d4eef9f1
Version 0.6.5 ( #2254 )
...
* Version and changelog
* Update changelog
* Update changelog
* Update readme
* Update readme some more
* Fix date in changelog
2022-03-04 16:20:23 +00:00
Neil Alexander
0297929b76
Revert NATS server upgrade in 00b3545b14
2022-03-04 15:56:31 +00:00
Neil Alexander
24df85b428
Mark soft-failed events as rejected in roomserver_events ( #2252 )
2022-03-04 15:27:10 +00:00