Explaining the name - #87
Open
stappersg wants to merge 3 commits into
Open
Conversation
For avoiding confusion with ssh. * cmd/ssh3-server/main.go -> cmd/h3sh-server/main.go * cmd/ssh3/main.go -> cmd/h3sh/main.go * cmd/ssh3/winsize/common.go -> cmd/h3sh/winsize/common.go * cmd/ssh3/winsize/winsize.go -> cmd/h3sh/winsize/winsize.go * cmd/ssh3/winsize/winsize_windows.go -> cmd/h3sh/winsize/winsize_windows.go * ssh3_suite_test.go -> h3sh_suite_test.go * integration_tests/ssh3_test.go -> integration_tests/h3sh_test.go * resources/figures/ssh3.png -> resources/figures/h3sh.png * resources/figures/ssh3_100ms_rtt.gif -> resources/figures/h3sh_100ms_rtt.gif * resources/figures/ssh3_oidc.gif -> resources/figures/h3sh_oidc.gif
To avoid confusion with ssh. Was done with these commands:
grep -rl ssh3 | xargs sed --in-place -e 's/ssh3/h3sh/g'
grep -rl SSH3 | xargs sed --in-place -e 's/SSH3/H3SH/g'
30 files changed, 338 insertions(+), 338 deletions(-)
Signed-off-by: Geert Stappers <stappers@stappers.it>
Because we can't afford ourselfs the effort to explain all the SSH users that this is not SSH3. Signed-off-by: Geert Stappers <stappers@stappers.it>
This was referenced Dec 31, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Because we can't afford our selfs the effort to explain all the SSH users that this is not SSH3.