Conversation
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…wnload-artifact-7 chore(deps): bump actions/download-artifact from 6 to 7
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.
Deepens the Trojan protocol documentation without duplicating the existing overview.
This round adds a field- and state-machine-level description of the client/server interaction path: TLS establishment, authentication, exact request/address/port layout, TCP relay, UDP frame encoding, fragmentation/multiplexing/flow-control semantics, close/error handling, packet-capture interpretation, boundary conditions, security notes, and a stage-by-stage comparison with SOCKS5 RFC 1928/1929.
Sources were cross-checked against the official Trojan protocol specification, RFC 1928/1929, and the current Chimera_Client/Chimera_Server implementations. Implementation-specific behavior, such as the current Chimera server's Trojan UDP payload limit, is explicitly distinguished from normative wire-format fields.
zh-CN translations were refreshed through the repository's Gettext workflow and all new/changed Trojan entries are translated and non-fuzzy.
Validation completed successfully on this branch:
msgfmt --check --statistics --output-file=/dev/null po/zh-CN.pomdbook buildmdbook testmdbook buildmdbook testThe repository's normal
Testworkflow is currently disabled manually, so this branch used a temporary equivalent mdBook/Gettext verification workflow; the temporary workflow files were removed after the checks passed.