DiscordChatExporter/DiscordChatExporter.Core
primetime43 f990910865 Make rate-limit header parsing null-safe
Use ParseOrNull helpers for X-RateLimit-Remaining and X-RateLimit-Reset-After header values and make the TimeSpan conversion null-safe. This prevents exceptions when rate-limit headers are missing or malformed and keeps resetAfterDelay nullable while preserving existing rate-limit logic.
2026-05-18 20:13:14 -04:00
..
Discord Make rate-limit header parsing null-safe 2026-05-18 20:13:14 -04:00
Exceptions Remove BOM 2026-04-19 23:13:12 +03:00
Exporting Use PowerKit's Uri.TryGetFilaName() 2026-04-20 22:22:11 +03:00
Markdown Remove BOM 2026-04-19 23:13:12 +03:00
Utils Remove BOM 2026-04-19 23:13:12 +03:00
DiscordChatExporter.Core.csproj Add PowerKit and replace custom utility extensions (#1525) 2026-04-19 23:10:45 +03:00