Skip to content

fix: stop calling the combined transport mode an I2P "fallback" - #249

Merged
QuickMythril merged 1 commit into
mainfrom
fix/transport-mode-wording
Aug 3, 2026
Merged

fix: stop calling the combined transport mode an I2P "fallback"#249
QuickMythril merged 1 commit into
mainfrom
fix/transport-mode-wording

Conversation

@QuickMythril

Copy link
Copy Markdown
Member

What

The transport mode picker (Dashboard, Settings > Qortium Core, and the Welcome page all mount the same TransportModeSelect) labels its default option "Direct + I2P fallback". Since Core 1.6.3 that mode is not a fallback: the node keeps active connections over both direct IP and I2P simultaneously, reserving outbound dial slots for the non-preferred transport (QortiumDev/qortium-core#191).

  • connections.mode.default: "Direct + I2P fallback" → "Direct + I2P"
  • connections.ipOnlyWarning: "Turns off the I2P fallback. …" → "Turns off I2P. …"
  • Applied to English and all 22 other locales (each replacement script-verified to match exactly once per file, so nothing else was touched).
  • Changelog entry included.

Wording only — no behaviour change. Pairs with QortiumDev/qortium-node#16, which collapsed the Node app's transport setting to the same three capabilities, closing the Dashboard-vs-Settings mismatch Bebop reported.

Testing

  • npx tsc --noEmit clean (locale values only; the TranslationKey union is unchanged).
  • Full suite npm test: 62/62 test scripts passed.

🤖 Generated with Claude Code

Since Core 1.6.3 the combined transport mode actively dials both IP and
I2P with reserved outbound slots for the second transport (core PR #191),
so "Direct + I2P fallback" is a misnomer. Rename the option to
"Direct + I2P" and reword the Direct-only warning accordingly, in
English and all 22 translations. Wording only, no behaviour change.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@QuickMythril
QuickMythril merged commit f07727a into main Aug 3, 2026
6 checks passed
@QuickMythril
QuickMythril deleted the fix/transport-mode-wording branch August 3, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant