Commit graph

270 commits

Author SHA1 Message Date
Oleksii Holub
4cb8866429 Write emoji code for reactions in JSON
Closes #962
2023-02-06 15:43:23 +02:00
Oleksii Holub
6917406101 Simplify project structure 2023-02-06 15:28:05 +02:00
Tyrrrz
bf76f10030 Fix file lock not getting disposed when postamble throws an exception 2023-01-30 12:04:33 +02:00
Tyrrrz
a68df7a065 Fix markdown parser 2023-01-30 11:45:18 +02:00
Tyrrrz
0cf6281c19 Clean up the markdown parser 2023-01-30 07:25:32 +02:00
Jacob P
d1e5f418b6
Update emoji parser to account for miscellaneous characters that are not emojis (#993)
Closes #923
2023-01-30 03:50:47 +02:00
Tyrrrz
7df7614cd0 Update NuGet packages 2023-01-27 04:50:57 +02:00
Tyrrrz
91ba79e6ec Fix nullref in HTTP retry policy 2023-01-25 20:51:16 +02:00
Oleksii Holub
b844e48016 Update NuGet packages 2023-01-18 19:37:41 +02:00
Lucas LaBuff
d1244208b6
Switch emoji CDN to jsDelivr (#985) 2023-01-10 22:36:31 +02:00
Tyrrrz
506bc0176b Fix incorrect replace order 2023-01-03 10:44:31 +02:00
Kuba_Z2
67b31c5f68
Remove regex check in Snowflake.TryParse (#980) 2023-01-03 10:41:59 +02:00
Tyrrrz
d9c06bacda Trim dots at the end of filenames on Windows
Closes #977
2023-01-03 10:34:53 +02:00
Velithris
db45b49af7
Use Alpine as the base image in docker, publish a self-contained app (#974) 2022-12-31 08:37:18 +02:00
Tyrrrz
b138908eb3 Re-add rate limit margins 2022-12-15 20:40:28 +02:00
Tyrrrz
2c4f812d4f Add link to Discord rate limit docs in comments 2022-12-15 20:19:12 +02:00
Tyrrrz
324d6bab20 Don't add margin for rate limit delays 2022-12-15 20:18:32 +02:00
Tyrrrz
e5d5f1c85f Cleanup 2022-12-15 20:08:14 +02:00
Tyrrrz
49c4b12512 Smarter rate limit handling 2022-12-15 19:55:50 +02:00
Oleksii Holub
f3830247fe Make use of the required keyword 2022-12-08 03:20:28 +02:00
Tyrrrz
0bdbd44492 Update NuGet packages 2022-12-08 01:44:47 +02:00
Oleksii Holub
b672c30071 Pass cancellation token to markdown visitor 2022-11-03 19:13:50 +02:00
Oleksii Holub
e752269467 Migrate from MiniRazor to RazorBlade 2022-11-03 18:56:45 +02:00
Tyrrrz
560a069c35 Refactor, rename the concept of "download media" to "download assets", including related mentions 2022-10-29 17:39:53 +03:00
Roberto Blázquez
1131f8659d
Download emoji used in messages (#957) 2022-10-24 22:38:06 +03:00
Tyrrrz
2259f19c44 Remove message content intent check due to false positives 2022-10-08 15:35:06 +03:00
Tyrrrz
2ba0c3b38e More refactoring around system notifications 2022-09-24 19:54:42 +03:00
Tyrrrz
7467f0aeb6 Don't fail on unknown embed kinds
Closes #936
2022-09-19 23:55:17 +03:00
Tyrrrz
e38479d463 Make lowercasing in system notifications a bit safer
Closes #935
2022-09-19 16:30:19 +03:00
Tyrrrz
06a4b6a8e6 Add checks for message content intent on bot accounts
Related to #918
2022-09-16 23:04:18 +03:00
Tyrrrz
cc1ad8b435 Retry on SSL exceptions 2022-09-16 22:47:02 +03:00
Tyrrrz
f8dac2c9d0 Simplify token kind resolution
Extra request which makes it less efficient, but much simpler code
2022-09-16 22:46:55 +03:00
Tyrrrz
3078351670 Add fallback content for thread start messages 2022-09-14 20:17:04 +03:00
Tyrrrz
4f41c4fff3 Fix styles for system notifications in HTML 2022-09-14 20:14:30 +03:00
Tyrrrz
a80ee2943f Refactor 2022-09-14 02:06:11 +03:00
gan-of-culture
8612d2c84a
Add HTML formatting for system messages (#926) 2022-09-13 23:51:10 +03:00
Tyrrrz
57c849d0f8 More refactoring 2022-09-13 23:27:54 +03:00
Tyrrrz
da87f3c774 Hide message content if it only contains a link to a GIFV 2022-09-13 18:05:41 +03:00
Tyrrrz
61516feafa Refactor 2022-09-13 17:33:28 +03:00
gan-of-culture
8d209cd67a
Improve GIF playback (#927) 2022-09-13 16:08:57 +03:00
gan-of-culture
f28d662a71
Support GIF embeds when exporting to HTML (#919) 2022-09-10 23:48:52 +03:00
Oleksii Holub
9453cac389 Fix regex in contains filter 2022-08-26 00:00:02 +03:00
Oleksii Holub
504c3c53cd Fail if an export command is called with multiple channels but a single-file output path
Closes #799
2022-08-25 22:11:26 +03:00
Oleksii Holub
4e358e8e6f Add support for animated guild icons
Closes #900
2022-08-25 21:38:59 +03:00
Oleksii Holub
5e852235ce Retry on all Discord server side errors
Closes #908
2022-08-25 21:32:47 +03:00
Oleksii Holub
612c6d37a4 Make contains filter match on spaces and input boundaries, as well as word boundaries
Closes #909
2022-08-25 21:26:56 +03:00
Oleksii Holub
92cf886eab Fix not being able to parse message filters that share common prefix with one of the named filters
Related to #909
2022-08-25 21:20:22 +03:00
Oleksii Holub
f48af53d72 Simplify filter grammar 2022-08-25 21:07:02 +03:00
Oleksii Holub
99d721c63b Update nuget packages 2022-08-25 20:22:10 +03:00
Oleksii Holub
11414b5937 Refactor message filter grammar and add ~ as an alias for - in negated filters for better UX when using CLI 2022-08-25 20:09:06 +03:00