Refactor higher level code into TorrentRead class

This also addresses the issue with paths of more than 1 item
so all torrents should now work and adds some error reporting
through exceptions
This commit is contained in:
King_DuckZ 2025-04-07 01:01:52 +01:00
commit 50f33300be
10 changed files with 350 additions and 47 deletions

View file

@ -3,7 +3,7 @@ project('ducktorrent', 'cpp',
meson_version: '>=0.63.0',
default_options: [
'buildtype=release',
'cpp_std=gnu++20',
'cpp_std=gnu++23',
'b_ndebug=if-release',
'c_std=c99',
],