From da00daef0600dc15399b4ef0474e529fc4431eee Mon Sep 17 00:00:00 2001 From: Thib Date: Fri, 6 Sep 2024 21:16:13 +0200 Subject: [PATCH] Publish TWIM 20240906 --- content/blog/2024/09/2024-09-06-twim.md | 223 ++++++++++++++++++++++++ content/blog/2024/09/_index.md | 4 + 2 files changed, 227 insertions(+) create mode 100644 content/blog/2024/09/2024-09-06-twim.md create mode 100644 content/blog/2024/09/_index.md diff --git a/content/blog/2024/09/2024-09-06-twim.md b/content/blog/2024/09/2024-09-06-twim.md new file mode 100644 index 000000000..7f4c54fde --- /dev/null +++ b/content/blog/2024/09/2024-09-06-twim.md @@ -0,0 +1,223 @@ ++++ +date = "2024-09-06T19:30:00Z" +title = "This Week in Matrix 2024-09-06" +path = "/blog/2024/09/06/this-week-in-matrix-2024-09-06" + +[taxonomies] +author = ["Thib (m.org)"] +category = ["This Week in Matrix"] ++++ + + +## Matrix Live + +{{ youtube_player(video_id="7ejLV7VABkk") }} + +## Dept of Spec 📜 + +[TravisR](https://matrix.to/#/@travis:t2l.io) announces + +> Earlier in the week matrix.org started requiring authentication to access media, and it looks like most users didn't notice (a good thing)! Smooth rollouts like this are thanks in large part to the developer ecosystem preparing users for the change with code - thank you to everyone who has been working hard at improving how media is shared in Matrix ❤️. +> +> There's always going to be problems which reveal themselves *after* the deployment happens, and it looks like most of the issues we're tracking have workarounds or patches on the way. If you're seeing errors for images/files, please update your client. Web users may need to refresh the page multiple times before things start working because of how browsers (don't) work. If you're still seeing issues, it may be a bug in your client: please report it to the developers so they can take a look. +> +> Developers, protocol designers, and future MSC writers may also be interested in ["Authenticated media & how to ship spec features"](https://cfp.matrix.org/matrixconf2024/talk/P9KPFG/) in LAB 4 at this year's Matrix Conference in just a couple of weeks! We'll be discussing how such a massive feature (and technically breaking change in the spec) gets designed, developed, and deployed with support from the MSC process - if you're thinking about how to get your idea for a feature out in the hands of users, this talk is for you. The advice should be transferable to features smaller than authenticated media too, hopefully 😇 + + + +[Andrew Morgan (anoa) {he/him}](https://matrix.to/#/@andrewm:element.io) announces + +> Here's your weekly spec update! The heart of Matrix is the specification - and this is modified by Matrix Spec Change (MSC) proposals. Learn more about how the process works at . +> +> +> ### MSC Status +> +> **New MSCs:** +> * [MSC4189: Allowing guests to access uploaded media](https://github.com/matrix-org/matrix-spec-proposals/pull/4189) +> * [MSC4188: Handling HTTP 410 Gone Status in Matrix Server Discovery](https://github.com/matrix-org/matrix-spec-proposals/pull/4188) +> +> **MSCs in Final Comment Period:** +> * *No MSCs are in FCP.* +> +> **Accepted MSCs:** +> * [MSC4178: Additional Error Codes for requestToken endpoint](https://github.com/matrix-org/matrix-spec-proposals/pull/4178) +> * [MSC4138: Update allowed HTTP methods in CORS responses](https://github.com/matrix-org/matrix-spec-proposals/pull/4138) +> +> **Closed MSCs:** +> * *No MSCs were closed/rejected this week.* +> +> ### Spec Updates +> +> Lots of incremental progress all over the shop this week, with two MSCs being accepted (detailed above). +> +> Last week saw [MSC4186: Simplified Sliding Sync](https://github.com/matrix-org/matrix-spec-proposals/pull/4186) opened, which is squarely on the roadmap for Matrix 2.0. +> +> On the [spec repo](https://github.com/matrix-org/matrix-spec/pulls) side, we had 2 PRs merged, and 1 opened. Thank you to everyone creating and reviewing them! +> +> ### Matrix Conference 2024 +> +> A few of the [Spec Core Team members](https://matrix.org/foundation/about/#the-spec-core-team) will be attending this year's [Matrix Conference 2024](https://2024.matrix.org/). Come find us and say hi! +> +> And don't miss [Travis Ralston](https://github.com/turt2live) and [Andrew Morgan](https://github.com/anoadragon453)'s session on Sunday, 10am - 12pm (LAB 4) titled ["MSC Process Guidance"](https://cfp.matrix.org/matrixconf2024/talk/VJVF3T/). We'll be going over the MSC process itself, answering yours questions and talking about MSCs currently in-flight. See you there! + +## Dept of Servers 🏢 + +### conduwuit ([website](https://conduwuit.puppyirl.gay)) + +conduwuit is a very cool, featureful, well-maintained fork of Conduit + +[strawberry🍓 (it/pup/she/they) 🏳️‍⚧️🦴💜🩷💖](https://matrix.to/#/@strawberry:puppygock.gay) reports + +> [0.4.6 Release](https://github.com/girlbossceo/conduwuit/releases/tag/v0.4.6) +> +> Hi everyone! We're excited to announce the release of [conduwuit 0.4.6](https://github.com/girlbossceo/conduwuit/releases/tag/v0.4.6) 🎉. It's been a long time since our last release, and we hope the new features, bug fixes, and improvements make it worth the wait! +> +> There's so much I'd like to mention here, but here is an extremely brief overview of some highlights - +> +> #### **Major Highlights:** +> * **Authenticated Media**: Media endpoints are now authenticated by default, with no user or server admin intervention needed. If you'd like to disable legacy media endpoints, simply set `allow_legacy_media = false`. Huge thanks to my very talented primary co-maintainer, [@jason:uwu.zemos.net](https://matrix.to/#/@jason:uwu.zemos.net) for spearheading this! +> * **Improved Sliding Sync**: With the help of [@morguldir:sulian.eu](https://matrix.to/#/@morguldir:sulian.eu), we've resolved many Sliding Sync issues, making **Element X** a lot smoother to use on conduwuit. Fixes include support for heroes, timestamps, per-room account data, read receipts extension (MSC3960), room/client filters, seeing room invites, and more. +> * **Mautrix Bridge Support**: Added the appservice ping endpoint and MSC3316 timestamped massaging, making conduwuit more compatible with [Mautrix bridges](https://docs.mau.fi/bridges/general/using-bridges.html). +> * **Thread Fixes**: Thanks to [@isosphere:matrix.org](https://matrix.to/#/@isosphere:matrix.org) for a huge effort fixing backwards threads and other bugs, improving the experience on clients like Element Web/Desktop. +> +> #### **Admin Tools & Miscellaneous Updates:** +> * **Admin Commands**: Tons of new admin commands have been added for moderation, media cleanup, and debugging; run `!admin help` for a full list. And admin room misc improvements like log capture was added. +> * **Presence Status**: Clients can now set presence status messages correctly. +> * **Room Banning**: Improved room banning by removing aliases and unpublishing banned rooms. +> * **Federation Controls**: The `forbidden_remote_server_names` config option now blocks both inbound and outbound federation. +> * **Older Debian Compatibility**: Fixed install issues on older Debian versions. +> * **Codebase Improvements**: Extensive refactoring, optimizations, and the usual dependency bumps (including RocksDB v9.5.2 and Rust 1.80.1). +> +> For full details, including around **250 commits** since 0.4.5, check out the [commit history](https://github.com/girlbossceo/conduwuit/compare/v0.4.5...v0.4.6). +> +> ### [GitHub Releases](https://github.com/girlbossceo/conduwuit/releases) | [Docker Hub](https://hub.docker.com/r/girlbossceo/conduwuit/) | [NixOS](https://conduwuit.puppyirl.gay/deploying/nixos.html) +> +> [Liberapay](https://liberapay.com/girlbossceo/) | [GitHub Sponsors](https://github.com/sponsors/girlbossceo) | [Ko-fi](https://ko-fi.com/puppygock) +> +> Chat with us in [#conduwuit:puppygock.gay](https://matrix.to/#/#conduwuit:puppygock.gay) + +## Dept of Clients 📱 + +### Extera ([website](https://extera.xyz)) + +[OfficialDakari](https://matrix.to/#/@officialdakari:extera.xyz) reports + +> Hello! I am glad to announce that Extera now has it's own website and homeserver with bridges! +> +> You can apply for registration [here](https://extera.xyz/) by clicking Register button and filling out the form. You will get credentials for your Matrix account on your email. +> +> We also offer Whatsapp and Telegram puppeting bridges! +> +> Special thanks to: +> * @kglt:re128.org, for sponsoring the domain name! +> +> P.s.: Extera email soon with dedicated UI in client app, stay tuned! 💯 + +### Element ([website](https://element.io)) + +Everything related to Element but not strictly bound to a client + +[Matthew](https://matrix.to/#/@matthew:matrix.org) reports + +> After moving to AGPL for Synapse at the end of last year, Element is finalising the licence changes for the remaining related projects. We’ve also decided to switch the Element apps to (A)GPL. The intention is to ensure that system integrators and other proprietary forks of our software support its development, either by releasing their contributions or buying an alternative licence. has the details! + +## Dept of Widgets 🧩 + +### Widgets & Authenticated Media + +[Kim Brose](https://matrix.to/#/@kim.brose.nordeck:matrix.org) announces + +> Since our last update, a couple things have happened in widget land, so we want to share some news with you today before we see you in 2 weeks at [The Matrix Conference](https://cfp.matrix.org/matrixconf2024/talk/SPDEYT/)! +> +> The more exiting updates to the [Matrix Widget Toolkit](https://github.com/nordeck/matrix-widget-toolkit) include the update to Material UI 6 as well as latest React and Redux, and support for Matrix v1.11's **Authenticated Media**! +> +> To get there, we updated/extended our [MSC4039: Access the Content repository with the Widget API](https://github.com/matrix-org/matrix-spec-proposals/pull/4039) to account for downloads with Authenticated Media, Asynchronous Media Uploads, and encrypted media (we would welcome any feedback!). So far, we contributed reference implementations of the Authenticated Media parts to the [matrix-widget-api](https://github.com/matrix-org/matrix-widget-api/), released in [v1.9.0](https://github.com/matrix-org/matrix-widget-api/releases/tag/v1.9.0), and [Element's react-sdk](https://github.com/matrix-org/matrix-react-sdk/pull/12931), besides our own packages. Async Media and e2ee media are to follow soon, watch this space! ;) +> +> With that, up to date package versions of the toolkit are now: +> +> * [@matrix-widget-toolkit/api@3.4.0](https://github.com/nordeck/matrix-widget-toolkit/releases/tag/%40matrix-widget-toolkit%2Fapi%403.4.0), with support for authenticated media downloads as specified in [MSC4039](https://github.com/matrix-org/matrix-spec-proposals/pull/4039) and implemented in [v1.9.0](https://github.com/matrix-org/matrix-widget-api/releases/tag/v1.9.0) of the [matrix-widget-api](https://github.com/matrix-org/matrix-widget-api/) +> * [@matrix-widget-toolkit/react@2.0.1](https://github.com/nordeck/matrix-widget-toolkit/releases/tag/%40matrix-widget-toolkit%2Freact%402.0.1), now with various updated dependencies +> * [@matrix-widget-toolkit/mui@2.0.3](https://github.com/nordeck/matrix-widget-toolkit/releases/tag/%40matrix-widget-toolkit%2Fmui%402.0.3), now using Material UI 6 +> +> and our [MUI Matrix Example Widget](https://github.com/nordeck/matrix-widget-toolkit/tree/main/example-widget-mui) was updated to demonstrate the toolkit's capabilities as usual. +> +> To try them out right now, we recommend using Element Web's [develop](https://develop.element.io/) or [nightly](https://element.io/download) builds. Or you can wait for Element Web's v1.11.77 release, which is planned for next week. +> +> If you have any questions or feedback, you can reach us at [Nordeck (public)](https://matrix.to/#/#nordeck:matrix.org). + +## Dept of Events and Talks 🗣️ + +[Josh Simmons (he/they)](https://matrix.to/#/@josh:josh.tel) announces + +> [The Matrix Conference](https://2024.matrix.org/) is quickly approaching and we have officially sold out of tickets! 200 of us will be gathering in Berlin for four days of sessions and community meetups. +> +> Can’t make it to Berlin or didn’t get a ticket? You can still participate! We’ll be livestreaming sessions and including remote attendees in Q&A through our space at [#matrix-conference-2024:matrix.org](https://matrix.to/#/#matrix-conference-2024:matrix.org) – no ticket required. + +## Dept of Interesting Projects 🛰️ + +### The Magic of Distributed Access Control + +[Robin](https://matrix.to/#/@robin:robin.town) says + +> Matrix room state is a curious thing. A while ago I was contemplating three, seemingly unrelated questions: +> +> * Are [periodic room upgrades](https://github.com/matrix-org/matrix-spec-proposals/pull/3901) really the only way to delete state? +> * Is a complex state resolution algorithm really the only way to implement distributed access control? +> * What if room state could embed, or simply take the form of, an arbitrary CRDT? +> +> When it clicked that these *were* related, this put me on the quest to develop an access control technique with transparent semantics that could be applied to any eventually consistent system. And, I think I've hit upon something pretty promising! The full story is on my blog: https://robin.town/blog/distributed-access-control +> +> I don't know yet whether this idea might inform future development of Matrix, but I hope it's interesting! Feedback is appreciated :) + +## Matrix Federation Stats + +[Aine](https://matrix.to/#/@aine:etke.cc) reports + +> collected by [MatrixRooms.info](https://matrixrooms.info/?utm_source=twim&utm_medium=matrix&utm_campaign=federation-stats) - an [MRS](https://gitlab.com/etke.cc/mrs/api) instance by [etke.cc](https://etke.cc?utm_source=twim&utm_medium=matrix&utm_campaign=federation-stats) +> +> As of today, `9893` Matrix federateable servers have been discovered by matrixrooms.info, `3040` (`30.7%`) of them are publishing their rooms directory over federation. +> The published directories contain `22043` rooms. +> +> Stats timeline is available on [MatrixRooms.info/stats](https://matrixrooms.info/stats/?utm_source=twim&utm_medium=matrix&utm_campaign=federation-stats) +> +> [How to add your server](https://matrixrooms.info/indexing/?utm_source=twim&utm_medium=matrix&utm_campaign=federation-stats) | [How to remove your server](https://matrixrooms.info/deindexing/?utm_source=twim&utm_medium=matrix&utm_campaign=federation-stats) + +## Dept of Ping + +Here we reveal, rank, and applaud the homeservers with the lowest ping, as measured by [pingbot](https://github.com/maubot/echo), a [maubot](https://github.com/maubot/maubot) that you can host on your own server. + +### [#ping:maunium.net](https://matrix.to/#/#ping:maunium.net) +Join [#ping:maunium.net](https://matrix.to/#/#ping:maunium.net) to experience the fun live, and to find out how to add YOUR server to the game. + +|Rank|Hostname|Median MS| +|:---:|:---:|:---:| +|1|conduwu.it|211| +|2|awawawawawawawawawawawawawawawawawawawawawawawawawawawawawawaw.gay|222| +|3|saneke.eu|267| +|4|girlboss.ceo|268| +|5|nyanbinary.rs|283| +|6|aguiarvieira.pt|303| +|7|codestorm.net|312| +|8|constellatory.net|330.5| +|9|doctoruwu.uk|363| +|10|puppygock.gay|375.5| + +### [#ping-no-synapse:maunium.net](https://matrix.to/#/#ping-no-synapse:maunium.net) +Join [#ping-no-synapse:maunium.net](https://matrix.to/#/#ping-no-synapse:maunium.net) to experience the fun live, and to find out how to add YOUR server to the game. + +|Rank|Hostname|Median MS| +|:---:|:---:|:---:| +|1|conduwu.it|75.5| +|2|girlboss.ceo|96| +|3|saneke.eu|100.5| +|4|awawawawawawawawawawawawawawawawawawawawawawawawawawawawawawaw.gay|108| +|5|doctoruwu.uk|136| +|6|bi-vibes.com|152| +|7|codestorm.net|159| +|8|conduwuit.saneke.eu|191| +|9|inu.is|201.5| +|10|constellatory.net|234.5| + +## That's all I know + +See you next week, and be sure to stop by [#twim:matrix.org](https://matrix.to/#/#twim:matrix.org) with your updates! diff --git a/content/blog/2024/09/_index.md b/content/blog/2024/09/_index.md new file mode 100644 index 000000000..8f2398e29 --- /dev/null +++ b/content/blog/2024/09/_index.md @@ -0,0 +1,4 @@ ++++ +transparent = true +render = false ++++