- Jan 24, 2024
-
-
ju xor authored
-
- Jan 17, 2024
- Jan 09, 2024
-
-
ju xor authored
-
ju xor authored
since it's probably not installed, add more complexity and docs are available online at https://tpo.pages.torproject.net/network-health/sbws/.
-
ju xor authored
-
ju xor authored
`--no-start` doesn't start the units after upgrades too, but if they're already running, keep them running and don't restart them either. Closes https://gitlab.torproject.org/tpo/network-health/sbws/-/issues/40192
-
ju xor authored
-
ju xor authored
- Oct 19, 2023
-
-
ju xor authored
Update to upstream version '1.8.1' with Debian dir c20a064754efad77ba0418ef9bb3b5c5e5f3ecb7
- Sep 13, 2023
-
-
ju xor authored
Update to upstream version '1.8.0' with Debian dir a3b27a5224db57118ca45531de83ea49a2c2ff0b
- Jul 26, 2023
-
-
ju xor authored
Update to upstream version '1.7.0' with Debian dir 8fc1911907c53d190933a75d9d67ced3a4cd6bdf
- Mar 27, 2023
-
-
ju xor authored
-
ju xor authored
-
ju xor authored
Removes lintian W missing-systemd-timer-for-cron-script. Also, add `SUPERVISED` env var to use the same settings/home as the main systemd service. Closes https://gitlab.torproject.org/tpo/network-health/sbws/-/issues/40149
-
ju xor authored
-
ju xor authored
Update to upstream version '1.6.0' with Debian dir ed7d7798702d521a3b46068fac14f48dd1cddb8d
-
ju xor authored
add compression, to continue importing upstream from tarball
- May 20, 2022
-
-
ju xor authored
No changes required.
- May 19, 2022
- May 17, 2022
-
-
juga authored
-
juga authored
before selecting other exits as helpers. In #40136 we forgot to consider the corner case in #40041, discovered thanks to analysis#36. This was causing that sometimes a CC circuit was built when bwscanner_cc wasn't equal or greater than 1 or the other way around. We didn't realize about this cause this part of the code is very confusing. To don't make it even more confusing, i've changed the internal API: - `select_helper_candidates`: split funtion into one to select the helper candidates, knowing whether to use the relay as exit or not and other function `use_relay_as_entry` to decide whether to use the relay as entry or not checking CC params. Also pass a new arg `relay_as_entry`. - `create_path_relay`: rewmove not used `cb` arg, add `candidates` arg to stop having to select them again later on. Move the no `candidates` condition here instead of checking it in `pick_ideal_second_hop`. - `_pick_ideal_second_hope: remove unneded `dest` and `cont arguments, rename `is_exit` to `helper_is_exit`. Use the candidates instead of selecting them again. - `measure_relay`: in the case an exit fails to exit, select the candidates knowing that they have to be exits and checking CC. - `only_relays_with_bandwidth`: remove unneded arg `controller` so that there is no need to pass it through several functions. Closes #40138
-
- May 16, 2022
-
-
juga authored
Closes #40139
-
- May 12, 2022
- May 10, 2022
-
-
ju xor authored
-