~dr|z3d
@RN
@RN_
@StormyCloud
@T3s|4
@T3s|4_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
%acetone
%cumlord
+FreefallHeavens
+Leopold
+Xeha
+ardu
+bak83
+hk
+onon_
+qend-irc2p
+r00tobo_BNC
+uop23ip
AHON1
Arch
BubbRubb1
Dann
DeltaOreo
FreeB
HowardPlayzOfAdmin
Irc2PGuest31296
Irc2PGuest40506
Irc2PGuest55055
Irc2PGuest69335
Irc2PGuest87322
Irc2PGuest99002
Meow
Onn4l7h
Onn4|7h
T3s|4__
anontor
boonst_
maylay
not_bob_afk
pisslord
poriori_
shiver_
solidx66_
thetia
u5657
usr002
weko_
zer0bitz_
dr|z3d
zzzmirror.i2p/roadmap_2.10.html updated, removed dead MR links, replaced gitlab with gitea icon.
dr|z3d
also fixed issues links.
dr|z3d
I say fixed, not entirely sure if the issue numbers align with those previously on gitlab.
dr|z3d
the MRs definitely don't, hence the removal of the hrefs.
dr|z3d
ok, so in migrating to gitea, the issue numbers are all out of sync with gitlab's, but the links themselves are valid now.
dr|z3d
uop23ip: work in progess toggle all for file priorities in snark. also UI option to enable/disable file pre-allocation. let me know how you get on with them. in -11+
uop23ip
sure dr|z3d . is it up already or in the process of building?
dr|z3d
uop23ip: -11+ has the changes, so yes, they're in the latest dev build.
dr|z3d
sidenote: review the latest changes at git.skank.i2p/i2pplus/I2P.Plus/commits/branch/master
dr|z3d
zzz: issue links should be fixed (updated to point to the correct issue on gitea) -> zzzmirror.i2p/roadmap_2.10.html
zzz
if I get to it, thanks
dr|z3d
all the visual mods are via an inline stylesheet (including icons), so help yourself if you want that.
uop23ip
dr|z3d, regarding latest dev: set prio high for all - works in ui view, set DoNotDownl for all works in ui view, no popup while mouseover on the SetAll-HighPrio or SetAll-DoNotDownl buttons. Problem: If i click Save Priorities, all radio buttons are set to low priorities. It does not save the changes.
dr|z3d
ok, thanks for confirming, uop23ip. more work to do.
uop23ip
Pre-allocate files is there in Configure - How can i check if it is set? (probable entry in i2psnark.config i guess, like setting it manual with i2psnark.preallocateFiles=false but now this i2psnark.shouldPreallocateFiles=false)
dr|z3d
well spotted, need to make those configs consistent. thanks.
dr|z3d
that last issue is fixed, i2psnark.preallocateFiles will the the correct (and only) config. if you have shouldPreallocateFiles in your config, after the next update it'll be safe to delete.
dr|z3d
new dev build with the config fix, uploaded.
uop23ip
dr|z3d, last dev: mmm. i deleted i2psnark.shouldPreallocateFiles while running. When i then set pre-allocate Files in ui configure and look at i2psnark.config after, i see i2psnark.preallocateFiles=true, but i2psnark.shouldPreallocateFiles=false is there again. Do i have to restart the router with i2psnark for editing the i2psnark.config?
dr|z3d
uop23ip: in theory, if you delete the key it should remain deleted if you're running the latest version, even while the router is running.
dr|z3d
and the way to test that it's working is to download a torrent and look at the size of the files in the torrent. if preallocate is off, then the files should grow in size as they're downloaded, as opposed to being the final size before downloading.
uop23ip
will check
uop23ip
sorry can't confirm. tried again. deleted i2psnark.shouldPreallocateFiles=false, wait some min to check if it's gone - gone, set preall in configure, open up again - i2psnark.shouldPreallocateFiles=false is there again. i should be on latest dev update afaik.
dr|z3d
ok, well, I think the old config key is safe to ignore, looks like it needs to be deleted with snark stopped. let me check that here.
dr|z3d
yup, with snark stopped, e.g. via /configwebapps you can delete the old key and it won't return when you restart snark.
dr|z3d
that aside, should work as expected, i2psnark.preallocateFiles key should update in the config file when you change the value in the UI.