Commit graph

328 commits

Author SHA1 Message Date
Tyrrrz
4eab781450 Update NuGet packages 2023-05-25 09:13:21 +03:00
Tyrrrz
c48899e0b1 Refactor 2023-05-24 21:51:24 +03:00
William Unsworth
41b4e47d0e
Use alternative endpoint to retrieve threads when requested by a bot (#1037)
Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com>
2023-05-24 19:02:34 +03:00
Tyrrrz
6bbde4ccdc Add support for lists in markdown 2023-05-22 14:14:17 +03:00
Tyrrrz
469a731892 Add support for headers in markdown 2023-05-22 11:05:14 +03:00
Tyrrrz
d8315c7827 Rename AsyncExtensions to AsyncCollectionExtensions 2023-05-22 10:08:38 +03:00
Tyrrrz
31c7ae9312 Refactor 2023-05-20 07:09:19 +03:00
Tyrrrz
03c5c1bc5e Clean up 2023-05-19 14:49:31 +03:00
Tyrrrz
0ae9062a30 Fix typo and refactor 2023-05-19 02:13:19 +03:00
William Unsworth
25caf04445
Preliminary support for threads (#1032) 2023-05-19 01:46:37 +03:00
Tyrrrz
9048557b17 Short-circuit if trying to export an empty channel or a channel with mismatching boundaries
Closes #1024
2023-05-13 21:45:15 +03:00
Tyrrrz
ab933a7240 Rename TitleLinkNodeMatcher to MaskedLinkNodeMatcher to align with Discord's own terminology 2023-04-30 20:05:31 +03:00
Tyrrrz
a9fc439cc5 Update NuGet packages 2023-04-28 17:20:04 +03:00
Tyrrrz
d4f5fc5efc Update NuGet packages 2023-04-24 19:39:32 +03:00
Tyrrrz
505330e117 Consistency 2023-04-14 21:04:21 +03:00
Tyrrrz
0ab8bd67c4 Clean up 2023-04-02 11:41:43 +03:00
Tyrrrz
4ec00d0ec8 Clean up CSS 2023-03-10 16:33:56 +02:00
Tyrrrz
8bc1bcaf16 Render linked videos as embeds in HTML
Related to #1012
2023-03-10 16:17:35 +02:00
Tyrrrz
8f40acdda7 Load mentions for users that left the guild 2023-03-08 12:32:59 +02:00
Mark Cilia Vincenti
bbe18368fa
Update to AsyncKeyedLock 6.2.0 (#1003) 2023-02-25 20:30:00 +02:00
Tyrrrz
2a1998b81c Add support for group DMs in invite embeds 2023-02-23 19:33:49 +02:00
Tyrrrz
ac7f08ff3e Remove redundant explicit RazorBlade build references 2023-02-23 06:15:56 +02:00
Tyrrrz
0981c51fb9 Fix nick fallback 2023-02-23 01:03:25 +02:00
Tyrrrz
55209a0517 Add support for member-level avatars 2023-02-23 00:54:02 +02:00
Tyrrrz
c2c35cf3a3 Treat gifv attachments as videos instead of images 2023-02-23 00:45:58 +02:00
Tyrrrz
f36852a1a2 Quote font URLs in HTML preamble to avoid issues 2023-02-18 20:01:46 +02:00
Tyrrrz
0e1c3e4c76 Add support for extracting channels from data dump in exportall
Closes #597
2023-02-18 19:45:31 +02:00
Tyrrrz
83e3289ead Use the new gg sans font 2023-02-18 18:22:27 +02:00
Tyrrrz
d1647e8286 Add support for selectable assets directory in GUI 2023-02-17 21:30:10 +02:00
Lucas LaBuff
95115f3e99
Add option to specify download directory for assets (#989)
Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com>
2023-02-17 20:48:20 +02:00
Tyrrrz
a29c517527 Update exception wording again 2023-02-16 22:13:50 +02:00
Tyrrrz
83657962b8 Improve "channel is empty" error message 2023-02-16 20:54:28 +02:00
Tyrrrz
b5e0ec1c81 Fix a few HTML rendering issues 2023-02-16 02:11:52 +02:00
Tyrrrz
d9a78d8e27 Add support for replies to app interactions
Closes #569
2023-02-16 01:50:24 +02:00
Tyrrrz
20a952aec5 Add option to disable markdown formatting
Closes #741
2023-02-15 22:55:17 +02:00
Tyrrrz
c405121c0b Remove unused usings 2023-02-14 21:23:15 +02:00
Tyrrrz
191294b4fe Render guild invites in HTML
Closes #649
2023-02-14 21:22:07 +02:00
Tyrrrz
8e5269f0ab Use proxy URL for generic image embeds 2023-02-14 19:54:16 +02:00
Tyrrrz
71751b350f Fix icon for guild join notification and add icon for new threads 2023-02-14 19:31:59 +02:00
Tyrrrz
290729158b Resolve mentioned members on demand inside of markdown
Closes #304
2023-02-14 19:21:44 +02:00
Tyrrrz
2a81abb1a6 Use dictionaries for storing context members, channels, and roles 2023-02-14 18:36:53 +02:00
Tyrrrz
60603dfb04 Improve output path picker in GUI 2023-02-14 17:04:30 +02:00
Tyrrrz
f1ae0266f1 Clean up last commit 2023-02-13 18:52:18 +02:00
Mark Cilia Vincenti
ea4cb43479
Improve concurrency handling in ExportAssetDownloader (#1002)
Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com>
2023-02-13 17:07:02 +02:00
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