1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2024-10-22 14:42:49 +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
c8d8d95daa
Fix not rolling back database transactions after unhandled exceptions 2024-04-17 12:30:13 +02: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
c5f77872fe
Fix some database calls not being asynchronous 2024-01-01 14:37:05 +01:00
c9e50e1a80
Refactor database schema upgrades 2024-01-01 09:29:32 +01:00
9904a711f7
Make database connection pool asynchronous 2023-12-31 19:47:28 +01:00
d5720c8758
Code cleanup 2023-12-31 19:44:44 +01:00
935f11d736
Make database schema upgrades asynchronous 2023-12-30 12:27:44 +01:00
f64141e768
Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +01:00
567253d147
Use multiple threads to download attachments 2023-12-25 09:36:14 +01:00
8a80cb8c20
Show progress dialog when upgrading database schema 2023-12-22 16:18:03 +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
d463b407f4
Fix code for reducing chance of SQLite connection pool livelocks 2022-07-18 20:13:05 +02:00
6b54a80be1
Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00
1e6e5c6f92
Refactor generating SQL "WHERE" clauses 2022-05-28 21:40:13 +02:00
2459c8ee1a
Add randomization of SQLite connection pool delays to reduce chance of livelocks 2022-05-28 21:40:13 +02:00
9ca56bd910
Enable write-ahead log for SQLite connections to prevent blocking concurrent writes and reads 2022-03-21 00:38:24 +01:00
ab7f5d0a41
Add SQLite connection pooling and fix not releasing file lock after closing database
Closes #167
2022-03-13 13:50:26 +01:00