Yat Ho
8dc5d925fe
feat: convert preferred-transport to preferred_transports ( #7473 )
...
* feat: store `preferred_transports` as array in `settings.json`
* refactor: `Settings::save()` returns `tr_variant::Map`
* feat: new RPC API for `preferred_transports`
* feat: new arg `--preferred-transports` for remote
2025-11-12 17:17:29 -06:00
Dzmitry Neviadomski
acd0c22a3d
refactor: add virtual destructor to the polymorphic Settings class ( #6786 )
...
Signed-off-by: Dzmitry Neviadomski <nevack.d@gmail.com >
2024-05-25 15:20:40 -05:00
Cœur
bc7d447949
fix shadowed declaration warnings [-Wshadow] ( #6759 )
2024-03-30 12:56:48 -05:00
Charles Kerr
11b794e656
refactor: allow Settings to register custom serializers / deserializers ( #6667 )
2024-03-15 23:27:55 -05:00
Charles Kerr
c14d445cf5
refactor: libtransmission Settings ( #6592 )
...
* refactor: make tr_session_settings a libtransmission::Settings
* refactor: make VariantConverter private in settings.cc
2024-02-15 11:31:09 -06:00
Cœur
9bc8ed8e46
fix: right const ( #6588 )
2024-02-08 23:54:59 -06:00
Charles Kerr
340d0d4966
refactor: add libtransmission::Settings ( #6575 )
...
* refactor: add libtransmission::Settings
* refactor: move RPC server's settings into tr_rpc_server::Settings
* build: update project.pbxproj
---------
Co-authored-by: Dzmitry Neviadomski <nevack.d@gmail.com >
2024-02-07 10:14:47 -06:00