chore: align sudoku with upstream v0.2.0#2549
Merged
wwqgtxx merged 1 commit intoMetaCubeX:Alphafrom Jan 30, 2026
Merged
Conversation
vernesong
added a commit
to vernesong/mihomo
that referenced
this pull request
Feb 1, 2026
commit 27a3ca6 Author: wwqgtxx <wwqgtxx@gmail.com> Date: Sat Jan 31 21:26:14 2026 +0800 chore: converter support fingerprint for vmess/vless/trojan commit 7573aff Author: wwqgtxx <wwqgtxx@gmail.com> Date: Sat Jan 31 20:14:54 2026 +0800 chore: better logging in masque outbound commit 17fbaf9 Author: wwqgtxx <wwqgtxx@gmail.com> Date: Fri Jan 30 23:16:08 2026 +0800 doc: fix typo commit 710772f Author: sleshep <9625413+sleshep@users.noreply.github.com> Date: Fri Jan 30 20:39:06 2026 +0800 chore: add simple validation for static dialer-proxy config (MetaCubeX#2551) Currently, it can only validate whether a cycle exists in proxies, and cannot determine if it is caused by groups. commit d36b024 Author: saba-futai <120904569+saba-futai@users.noreply.github.com> Date: Fri Jan 30 10:33:22 2026 +0800 chore: align sudoku with upstream v0.2.0 (MetaCubeX#2549) commit f52c935 Author: wwqgtxx <wwqgtxx@gmail.com> Date: Thu Jan 29 08:53:48 2026 +0800 fix: CVE-2025-68121 for crypto/tls again commit e45c896 Author: wwqgtxx <wwqgtxx@gmail.com> Date: Wed Jan 28 18:06:26 2026 +0800 feat: support masque outbound commit d18a14a Author: wwqgtxx <wwqgtxx@gmail.com> Date: Wed Jan 28 00:49:27 2026 +0800 fix: snat key in trojan packet listener commit 6aaabc9 Author: wwqgtxx <wwqgtxx@gmail.com> Date: Wed Jan 28 00:41:13 2026 +0800 chore: decrease unneeded string convert in socks5 addr parsing commit 85c024a Author: wwqgtxx <wwqgtxx@gmail.com> Date: Wed Jan 28 00:32:44 2026 +0800 fix: snat key in sudoku packet listener commit c33c90d Author: wwqgtxx <wwqgtxx@gmail.com> Date: Mon Jan 26 09:26:36 2026 +0800 chore: clean up duplicate code in sudoku commit 65c3d3e Author: wwqgtxx <wwqgtxx@gmail.com> Date: Mon Jan 26 09:08:14 2026 +0800 chore: remove unreachable code in sudoku commit 98b3060 Author: wwqgtxx <wwqgtxx@gmail.com> Date: Sun Jan 25 22:40:48 2026 +0800 chore: optimize timeout control in DoH TLS probe commit b901006 Author: wwqgtxx <wwqgtxx@gmail.com> Date: Sun Jan 25 22:46:04 2026 +0800 chore: using mihomo's global pool in DoQ commit 46ee164 Author: wwqgtxx <wwqgtxx@gmail.com> Date: Sun Jan 25 21:49:02 2026 +0800 chore: hy2 listener fellow hysteria2's code skip verify in https masquerade
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.
The previously occurring "unreachable" code was due to a situation that was overlooked when deprecating a field. This update aligns the handling of authentication with that of HTTP masking, ensuring backward compatibility while preventing the reappearance of "unreachable" code.