Commit Graph

269 Commits (04f5050bbe4fbd65817def3a635f1debe644c6ab)

Author SHA1 Message Date
Oleksii Holub 6917406101 Simplify project structure
2 years ago
Tyrrrz bf76f10030 Fix file lock not getting disposed when postamble throws an exception
2 years ago
Tyrrrz a68df7a065 Fix markdown parser
2 years ago
Tyrrrz 0cf6281c19 Clean up the markdown parser
2 years ago
Jacob P d1e5f418b6
Update emoji parser to account for miscellaneous characters that are not emojis (#993)
2 years ago
Tyrrrz 7df7614cd0 Update NuGet packages
2 years ago
Tyrrrz 91ba79e6ec Fix nullref in HTTP retry policy
2 years ago
Oleksii Holub b844e48016 Update NuGet packages
2 years ago
Lucas LaBuff d1244208b6
Switch emoji CDN to jsDelivr (#985)
2 years ago
Tyrrrz 506bc0176b Fix incorrect replace order
2 years ago
Kuba_Z2 67b31c5f68
Remove regex check in `Snowflake.TryParse` (#980)
2 years ago
Tyrrrz d9c06bacda Trim dots at the end of filenames on Windows
2 years ago
Velithris db45b49af7
Use Alpine as the base image in docker, publish a self-contained app (#974)
2 years ago
Tyrrrz b138908eb3 Re-add rate limit margins
2 years ago
Tyrrrz 2c4f812d4f Add link to Discord rate limit docs in comments
2 years ago
Tyrrrz 324d6bab20 Don't add margin for rate limit delays
2 years ago
Tyrrrz e5d5f1c85f Cleanup
2 years ago
Tyrrrz 49c4b12512 Smarter rate limit handling
2 years ago
Oleksii Holub f3830247fe Make use of the `required` keyword
2 years ago
Tyrrrz 0bdbd44492 Update NuGet packages
2 years ago
Oleksii Holub b672c30071 Pass cancellation token to markdown visitor
2 years ago
Oleksii Holub e752269467 Migrate from MiniRazor to RazorBlade
2 years ago
Tyrrrz 560a069c35 Refactor, rename the concept of "download media" to "download assets", including related mentions
2 years ago
Roberto Blázquez 1131f8659d
Download emoji used in messages (#957)
2 years ago
Tyrrrz 2259f19c44 Remove message content intent check due to false positives
2 years ago
Tyrrrz 2ba0c3b38e More refactoring around system notifications
2 years ago
Tyrrrz 7467f0aeb6 Don't fail on unknown embed kinds
2 years ago
Tyrrrz e38479d463 Make lowercasing in system notifications a bit safer
2 years ago
Tyrrrz 06a4b6a8e6 Add checks for message content intent on bot accounts
2 years ago
Tyrrrz cc1ad8b435 Retry on SSL exceptions
2 years ago
Tyrrrz f8dac2c9d0 Simplify token kind resolution
2 years ago
Tyrrrz 3078351670 Add fallback content for thread start messages
2 years ago
Tyrrrz 4f41c4fff3 Fix styles for system notifications in HTML
2 years ago
Tyrrrz a80ee2943f Refactor
2 years ago
gan-of-culture 8612d2c84a
Add HTML formatting for system messages (#926)
2 years ago
Tyrrrz 57c849d0f8 More refactoring
2 years ago
Tyrrrz da87f3c774 Hide message content if it only contains a link to a GIFV
2 years ago
Tyrrrz 61516feafa Refactor
2 years ago
gan-of-culture 8d209cd67a
Improve GIF playback (#927)
2 years ago
gan-of-culture f28d662a71
Support GIF embeds when exporting to HTML (#919)
2 years ago
Oleksii Holub 9453cac389 Fix regex in contains filter
2 years ago
Oleksii Holub 504c3c53cd Fail if an export command is called with multiple channels but a single-file output path
2 years ago
Oleksii Holub 4e358e8e6f Add support for animated guild icons
2 years ago
Oleksii Holub 5e852235ce Retry on all Discord server side errors
2 years ago
Oleksii Holub 612c6d37a4 Make contains filter match on spaces and input boundaries, as well as word boundaries
2 years ago
Oleksii Holub 92cf886eab Fix not being able to parse message filters that share common prefix with one of the named filters
2 years ago
Oleksii Holub f48af53d72 Simplify filter grammar
2 years ago
Oleksii Holub 99d721c63b Update nuget packages
2 years ago
Oleksii Holub 11414b5937 Refactor message filter grammar and add `~` as an alias for `-` in negated filters for better UX when using CLI
2 years ago
Oleksii Holub e8f8c47dbd Make JS in HTML templates more consistent
2 years ago