Commit Graph
22 Commits
Author SHA1 Message Date
chylex 44b42657ef Refactor downloads 2025-04-25 13:07:35 +02:00
chylex fb9b31175c Add option to use a separate database file for downloads when creating a new database 2025-03-16 17:16:51 +01:00
chylex 2ecb658e42 Reformat code 2025-02-03 12:28:07 +01:00
chylex 70c04fc986 Stream downloaded files directly into database 2024-04-17 13:31:24 +02:00
chylex c8d8d95daa Fix not rolling back database transactions after unhandled exceptions 2024-04-17 12:30:13 +02:00
chylex 2c1e5a7603 Rework download storage and start collecting download URLs from embeds, avatars, and reactions
Resolves #200
2024-01-07 05:50:46 +01:00
chylex c5f77872fe Fix some database calls not being asynchronous 2024-01-01 14:37:05 +01:00
chylex c9e50e1a80 Refactor database schema upgrades 2024-01-01 09:29:32 +01:00
chylex 9904a711f7 Make database connection pool asynchronous 2023-12-31 19:47:28 +01:00
chylex d5720c8758 Code cleanup 2023-12-31 19:44:44 +01:00
chylex 935f11d736 Make database schema upgrades asynchronous 2023-12-30 12:27:44 +01:00
chylex f64141e768 Rewrite database interface to be asynchronous and improve UI 2023-12-30 12:27:44 +01:00
chylex 567253d147 Use multiple threads to download attachments 2023-12-25 09:36:14 +01:00
chylex 8a80cb8c20 Show progress dialog when upgrading database schema 2023-12-22 16:18:03 +01:00
chylex e7705587c2 Fix .NET 8 warnings and update C# conventions 2023-07-18 18:51:23 +02:00
chylex bd7904b88e Convert namespace declarations to top-level 2023-07-18 16:12:02 +02:00
chylex d463b407f4 Fix code for reducing chance of SQLite connection pool livelocks 2022-07-18 20:13:05 +02:00
chylex 6b54a80be1 Implement attachment downloads in desktop app 2022-05-29 12:09:47 +02:00
chylex 1e6e5c6f92 Refactor generating SQL "WHERE" clauses 2022-05-28 21:40:13 +02:00
chylex 2459c8ee1a Add randomization of SQLite connection pool delays to reduce chance of livelocks 2022-05-28 21:40:13 +02:00
chylex 9ca56bd910 Enable write-ahead log for SQLite connections to prevent blocking concurrent writes and reads 2022-03-21 00:38:24 +01:00
chylex ab7f5d0a41 Add SQLite connection pooling and fix not releasing file lock after closing database
Closes #167
2022-03-13 13:50:26 +01:00