1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-10-17 09:42:44 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
70c04fc986
Stream downloaded files directly into database 2024-04-17 13:31:24 +02:00
daafdbbfaf
Prevent active downloads from timing out
Closes #256
2024-04-17 08:51:37 +02:00
07615de87a
Fix download timeouts not marking the downloaded file as failed
References #256
2024-04-16 11:00:38 +02:00
7fdc19880e
Add -concurrentdownloads program argument to configure number of concurrent download tasks
References #256
2024-04-16 10:50:50 +02:00
7173dc6cfc
Refactor last change to CDN URL normalization 2024-01-07 06:17:17 +01:00
2c1e5a7603
Rework download storage and start collecting download URLs from embeds, avatars, and reactions
Resolves #200
2024-01-07 05:50:46 +01:00
d5720c8758
Code cleanup 2023-12-31 19:44:44 +01:00
9d208b026c
Synchronize publishing downloaded items to UI 2023-12-31 16:51:33 +01:00
f64141e768
Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +01:00
031d521402
Convert attachment download events to reactive 2023-12-28 17:33:30 +01:00
3bf5acfa65
Fix trailing spaces Rider generates in code 2023-12-27 08:22:23 +01:00
f603c861c5
Encapsulate server-side state and ensure graceful shutdown when closing main window 2023-12-27 08:22:23 +01:00
d2934f4d6a
Update user agent of downloader 2023-12-25 09:36:14 +01:00
567253d147
Use multiple threads to download attachments 2023-12-25 09:36:14 +01:00
095c9a061a
Update attachment downloads for time-limited Discord CDN URLs
Closes #223
2023-12-21 00:27:08 +01:00
e7705587c2
Fix .NET 8 warnings and update C# conventions 2023-07-18 18:51:23 +02:00
bd7904b88e
Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
daa2feb445
Add support for merging downloaded attachments from other databases 2022-05-29 16:37:18 +02:00
6b54a80be1
Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00