[Fix] Stability

This commit is contained in:
Alex Emmet 2026-08-28 13:22:59 +02:00
commit 8160f8d0cb
No known key found for this signature in database
44 changed files with 796 additions and 1296 deletions

View file

@ -5,76 +5,24 @@ edition = "2024"
[features]
legacy-commands = [
"dep:iota-logger",
"dep:iota-storage",
"dep:iota-util",
"dep:mtp",
"dep:omikron-connector",
]
[dependencies]
iota-logger = { path = "../iota-logger", optional = true }
iota-state = { path = "../iota-state" }
iota-storage = { path = "../iota-storage", optional = true }
iota-terms = { path = "../iota-terms" }
iota-util = { path = "../iota-util", optional = true }
iota-ipc = { path = "../iota-ipc" }
iota-process-manager = { path = "../iota-process-manager" }
iota-paths = { path = "../iota-paths" }
omikron-connector = { path = "../omikron-connector", optional = true }
mtp = { git = "https://git.methanium.net/Methanium/mtp.git", optional = true }
actix-web = { version = "4", features = ["rustls-0_23"] }
actix-web-actors = "4"
aes-gcm = "0.10.3"
async-trait = "0.1.89"
base64 = "0.22.1"
chrono = "0.4.43"
crossterm = "*"
dashmap = "6.1.0"
futures = "*"
futures-util = "*"
hex = "*"
hkdf = "0.12.4"
hyper = { version = "1.8.1", features = [
"capi",
"client",
"full",
"http1",
"http2",
"nightly",
"server",
] }
hyper-util = { version = "*" }
json = "*"
lazy_static = "1.5.0"
once_cell = "1.21.3"
open = "5.3.3"
pnet = "0.35.0"
rand = "0.8"
rand_core = { version = "0.6", features = ["getrandom", "std"] }
ratatui = "0.30.0"
reqwest = "0.13.2"
rusqlite = "0.40.0"
rustls = { version = "0.23.37", features = ["aws-lc-rs"] }
rustls-pemfile = "2.2.0"
serde_json = "1.0.149"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
sha2 = "0.11.0"
strum = "0.28.0"
strum_macros = "0.28.0"
sysinfo = "0.39.0"
tokio = { version = "1.50.0", features = ["full"] }
tokio-util = { version = "0.7", features = ["rt"] }
tokio-tungstenite = { version = "*", features = ["native-tls"] }
tungstenite = "*"
walkdir = "2.5.0"
warp = "*"
x448 = { version = "*" }
zip = "6.0.0"
unicode-width = "0.2"
[dev-dependencies]

View file

@ -94,19 +94,19 @@ impl Screen for TermsCheckerScreen {
height: content_height,
});
let eula_text = if size.width < 70 {
"EULA ¹ (https://legal.tensamin.net/eula/)"
"EULA ¹ (https://legal.methanium.net/tensamin/eula)"
} else {
"End User Licence Agreement ¹ (https://legal.tensamin.net/eula/)"
"End User Licence Agreement ¹ (https://legal.methanium.net/tensamin/eula)"
};
let tos_text = if size.width < 72 {
"ToS ² (https://legal.tensamin.net/terms-of-service/)"
"ToS ² (https://legal.methanium.net/tensamin/terms-of-service)"
} else {
"Terms of Service ² (https://legal.tensamin.net/terms-of-service/)"
"Terms of Service ² (https://legal.methanium.net/tensamin/terms-of-service)"
};
let pp_text = if size.width < 68 {
"PP ² (https://legal.tensamin.net/privacy-policy/)"
"PP ² (https://legal.methanium.net/tensamin/privacy-policy)"
} else {
"Privacy Policy ² (https://legal.tensamin.net/privacy-policy/)"
"Privacy Policy ² (https://legal.methanium.net/tensamin/privacy-policy)"
};
let (mut optional_lines, agree_lines): (Vec<i16>, Vec<&str>) = if size.width > 143 {

View file

@ -201,7 +201,7 @@ impl Screen for TermsUpdaterScreen {
if self.eula_future {
if size.width < 80 {
text_lines.push(checkbox(
"EULA ¹³ (https://legal.tensamin.net/eula/newest/)",
"EULA ¹³ (https://legal.methanium.net/tensamin/eula)",
self.eula,
self.focus == Focus::Eula,
true,
@ -214,7 +214,7 @@ impl Screen for TermsUpdaterScreen {
text_lines.push(Line::from(format!(" Goes into effect on {}", date)));
} else {
text_lines.push(checkbox(
"End User Licence Agreement ¹³ (https://legal.tensamin.net/eula/newest/)",
"End User Licence Agreement ¹³ (https://legal.methanium.net/tensamin/eula)",
self.eula,
self.focus == Focus::Eula,
true,
@ -229,14 +229,14 @@ impl Screen for TermsUpdaterScreen {
} else {
if size.width < 80 {
text_lines.push(checkbox(
"EULA ¹ (https://legal.tensamin.net/eula/newest/)",
"EULA ¹ (https://legal.methanium.net/tensamin/eula)",
self.eula,
self.focus == Focus::Eula,
true,
));
} else {
text_lines.push(checkbox(
"End User Licence Agreement ¹ (https://legal.tensamin.net/eula/newest/)",
"End User Licence Agreement ¹ (https://legal.methanium.net/tensamin/eula)",
self.eula,
self.focus == Focus::Eula,
true,
@ -250,7 +250,7 @@ impl Screen for TermsUpdaterScreen {
if self.tos_future {
if size.width < 80 {
text_lines.push(checkbox(
"ToS ²³ (https://legal.tensamin.net/tos/newest/)",
"ToS ²³ (https://legal.methanium.net/tensamin/terms-of-service)",
self.tos,
self.focus == Focus::Tos,
self.eula,
@ -263,7 +263,7 @@ impl Screen for TermsUpdaterScreen {
text_lines.push(Line::from(format!(" Goes into effect on {}", date)));
} else {
text_lines.push(checkbox(
"Terms of Service ²³ (https://legal.tensamin.net/terms-of-service/newest/)",
"Terms of Service ²³ (https://legal.methanium.net/tensamin/terms-of-service)",
self.tos,
self.focus == Focus::Tos,
self.eula,
@ -278,14 +278,14 @@ impl Screen for TermsUpdaterScreen {
} else {
if size.width < 80 {
text_lines.push(checkbox(
"ToS ² (https://legal.tensamin.net/tos/newest/)",
"ToS ² (https://legal.methanium.net/tensamin/terms-of-service)",
self.tos,
self.focus == Focus::Tos,
self.eula,
));
} else {
text_lines.push(checkbox(
"Terms of Service ² (https://legal.tensamin.net/terms-of-service/newest/)",
"Terms of Service ² (https://legal.methanium.net/tensamin/terms-of-service)",
self.tos,
self.focus == Focus::Tos,
self.eula,
@ -299,7 +299,7 @@ impl Screen for TermsUpdaterScreen {
if self.pp_future {
if size.width < 80 {
text_lines.push(checkbox(
"PP ²³ (https://legal.tensamin.net/privacy-policy/newest/)",
"PP ²³ (https://legal.methanium.net/tensamin/privacy-policy)",
self.pp,
self.focus == Focus::Pp,
self.eula,
@ -312,7 +312,7 @@ impl Screen for TermsUpdaterScreen {
text_lines.push(Line::from(format!(" Goes into effect on {}", date)));
} else {
text_lines.push(checkbox(
"Privacy Policy ²³ (https://legal.tensamin.net/privacy-policy/newest/)",
"Privacy Policy ²³ (https://legal.methanium.net/tensamin/privacy-policy)",
self.pp,
self.focus == Focus::Pp,
self.eula,
@ -327,14 +327,14 @@ impl Screen for TermsUpdaterScreen {
} else {
if size.width < 80 {
text_lines.push(checkbox(
"PP ² (https://legal.tensamin.net/privacy-policy/newest/)",
"PP ² (https://legal.methanium.net/tensamin/privacy-policy)",
self.pp,
self.focus == Focus::Pp,
self.eula,
));
} else {
text_lines.push(checkbox(
"Privacy Policy ² (https://legal.tensamin.net/privacy-policy/newest/)",
"Privacy Policy ² (https://legal.methanium.net/tensamin/privacy-policy)",
self.pp,
self.focus == Focus::Pp,
self.eula,