Iceshrimp.NET/Iceshrimp.Backend/Core/Federation/ActivityPub
Laura Hausmann 9ff79c92e0
[backend/libmfm] Improve performance of AngleSharp calls for MFM-HTML conversion, improve UrlNode HTML representation
This makes sure the AngleSharp owner document is only created once per application lifecycle, and replaces all async calls with their synchronous counterparts (since the input is already loaded in memory, using async for this just creates overhead)
2025-03-24 18:05:21 +01:00
..
ActivityDeliverService.cs [backend/federation] Deduplicate recipients in ActivityDeliverService 2024-11-20 01:31:14 +01:00
ActivityFetcherService.cs [sln] Apply code style 2024-11-20 00:48:29 +01:00
ActivityHandlerService.cs [backend/api] Add support for creating, forwarding & resolving reports (ISH-116) 2025-03-11 20:40:23 +01:00
ActivityRenderer.cs [backend/api] Add support for creating, forwarding & resolving reports (ISH-116) 2025-03-11 20:40:23 +01:00
FederationControlService.cs [backend/asp] Make services runtime-discoverable 2024-11-18 19:02:44 +01:00
MentionsResolver.cs [backend/core] Replace MFM line endings during user/note ingestion 2024-12-15 00:11:31 +01:00
NoteRenderer.cs [backend/libmfm] Improve performance of AngleSharp calls for MFM-HTML conversion, improve UrlNode HTML representation 2025-03-24 18:05:21 +01:00
ObjectResolver.cs [backend/core] Revert IAsyncEnumerable naming 2024-11-20 01:12:32 +01:00
UserRenderer.cs [backend/libmfm] Improve performance of AngleSharp calls for MFM-HTML conversion, improve UrlNode HTML representation 2025-03-24 18:05:21 +01:00
UserResolver.cs [backend/core] Switch to Iceshrimp.Utils.Common for Result<T> 2025-01-20 17:00:03 +01:00