No description
Find a file
2026-03-20 07:50:40 +01:00
.idea/.idea.LibMatrix/.idea Start of federation code 2025-06-17 14:20:27 +02:00
ArcaneLibs@270012a752 Hack: dont include rev (mirroring ArcaneLibs) 2025-12-07 17:55:46 +01:00
Docs Drop MXAE_UPSTREAM header from requests 2025-12-09 19:01:20 +01:00
LibMatrix MatrixHttpClient: switch retries to ConcurrentDictionary (hopefully) 2026-03-20 07:32:14 +01:00
LibMatrix.EventTypes Update policy server support 2026-01-08 00:01:34 +01:00
LibMatrix.Federation More federation work 2026-01-11 16:16:21 +01:00
scripts Update deps 2025-12-05 13:44:14 +01:00
Tests/LibMatrix.Tests Update deps 2025-12-05 13:44:14 +01:00
Utilities More federation work 2026-01-11 16:16:21 +01:00
.editorconfig Apply syntax style to LibMatrix side projects 2024-02-09 16:33:14 +01:00
.gitignore WIP: nix CI 2025-11-07 22:36:50 +01:00
.gitmodules Clean up conditional ArcaneLibs imports to use configuration 2024-12-10 17:04:43 +01:00
CONTRIBUTING.MD Update contributing docs 2025-12-09 23:41:30 +01:00
COPYING Add license retroactively, matching where the code originated from (MatrixRoomUtils) 2023-11-14 17:56:17 +01:00
flake.lock Nix: update inputs 2026-03-20 07:30:55 +01:00
flake.nix Hack: dont include rev (mirroring ArcaneLibs) 2025-12-07 17:55:46 +01:00
LibMatrix.sln Start of federation code 2025-06-17 14:20:27 +02:00
README.MD Update readme to reflect current state 2026-03-20 07:50:40 +01:00
release.sh Moderation bot work 2023-11-23 05:42:33 +01:00

Rory&::LibMatrix

An extensible C# library for the Matrix protocol. Primarily built around our own project needs, but we're open to contributions and improvements, especially around spec compliance. The library currently targets .NET 10. We like to follow the latest release of .NET.

ArcaneLibs can be found on GitHub. Personally we use the MatrixRoomUtils project as workspace, though improvements to make the library more easy to build outside of this would be appreciated.

Installation

You can find the packages under the RoryLibMatrix namespace on NuGet. https://www.nuget.org/packages/RoryLibMatrix/ https://www.nuget.org/packages/RoryLibMatrix.EventTypes/ https://www.nuget.org/packages/RoryLibMatrix.Federation/ https://www.nuget.org/packages/RoryLibMatrix.Utilities.Bot/

Contributing

See the contributing guidelines for more information.