Commit graph

284 commits

Author SHA1 Message Date
Tyrrrz
5cef107e98 Update NuGet packages 2023-02-12 17:46:14 +02:00
Tyrrrz
d99958a9b1 Add support for different formats in the timestamp markdown node
Closes #662
2023-02-12 16:12:41 +02:00
Tyrrrz
75b942f66c Bump Discord API version 2023-02-12 14:52:41 +02:00
Tyrrrz
53b8927fce Get rid of xUnit fixtures 2023-02-11 23:12:15 +02:00
Tyrrrz
3487849eba Remove unnecessary code 2023-02-11 16:03:37 +02:00
Jacob P
b71af710c7
Fix links of group icons (#1001)
Closes https://github.com/Tyrrrz/DiscordChatExporter/issues/987
2023-02-10 15:31:08 +02:00
Tyrrrz
63124b4431 Fix a styling issue with "pinned a message to this channel" notification 2023-02-10 15:28:19 +02:00
Tyrrrz
f99f1f4641 Normalize spaces before system notifications 2023-02-09 19:53:31 +02:00
Tyrrrz
3b2c308a25 Add proper support for more system notifications
Closes #844
2023-02-09 19:50:41 +02:00
Tyrrrz
a95d2ef298 Reimplement previous changes using message flags 2023-02-09 19:03:30 +02:00
Tyrrrz
049338009e Render server cross-posts properly
Closes #633
2023-02-09 18:44:24 +02:00
Oleksii Holub
c6ea04144d Clean up 2023-02-06 16:11:28 +02:00
Oleksii Holub
b36071cddd Use channel icon instead of guild icon, when available
Closes #987
2023-02-06 16:08:44 +02:00
Oleksii Holub
90c68e3cde More namespace refactoring 2023-02-06 15:57:08 +02:00
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