Catalogger.NET/Catalogger.Backend
sam d221441c10 feat: tweak embed dequeueing logic
We no longer blindly dequeue 5 embeds, we check their length too.
The webhook executor will now send up to 10 embeds OR
embeds totaling less than 6000 characters, whichever is less.
Embeds longer than 6000 characters are discarded to prevent errors.
We also check for an empty request body in SendLogAsync and bail to prevent 400s.
2024-10-12 23:47:18 +02:00
..
Bot feat: kick logs 2024-10-12 23:28:15 +02:00
Cache feat: member role and key role logging 2024-10-11 21:29:02 +02:00
Database feat: member avatar/name logging, timeout logging 2024-10-11 20:38:53 +02:00
Extensions feat: tweak embed dequeueing logic 2024-10-12 23:47:18 +02:00
Properties init 2024-08-13 13:08:50 +02:00
Services feat: tweak embed dequeueing logic 2024-10-12 23:47:18 +02:00
Catalogger.Backend.csproj feat: kick logs 2024-10-12 23:28:15 +02:00
CataloggerError.cs chore: format with csharpier 2024-10-09 17:35:11 +02:00
CataloggerMetrics.cs chore: format with csharpier 2024-10-09 17:35:11 +02:00
Config.cs chore: format with csharpier 2024-10-09 17:35:11 +02:00
config.example.ini init 2024-08-13 13:08:50 +02:00
GlobalUsing.cs chore: format with csharpier 2024-10-09 17:35:11 +02:00
Program.cs feat: member avatar/name logging, timeout logging 2024-10-11 20:38:53 +02:00