Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
n0-computer
/
noq
Public
Notifications
You must be signed in to change notification settings
Fork
63
Star
412
Code
Issues
78
Pull requests
19
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix(proto): normalize FourTuple address family at Connection boundaries
- #784
#784
Open
cuzic
wants to merge 20 commits into
n0-computer:main
n0-computer/noq:main
from
cuzic:pr/noq-738-canonicalize-at-construction
cuzic/noq:pr/noq-738-canonicalize-at-construction
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
fix(proto): normalize FourTuple address family at Connection boundaries
#784
cuzic
wants to merge 20 commits into
n0-computer:main
n0-computer/noq:main
from
cuzic:pr/noq-738-canonicalize-at-construction
cuzic/noq:pr/noq-738-canonicalize-at-construction
Copy head branch name to clipboard
Commits
Commits on Jul 31, 2026
hotfix
divagant-martian
committed
4bae6ed
View commit details
Copy full SHA for 4bae6ed
Browse repository at this point
Commits on Aug 8, 2026
fix(proto): canonicalize FourTuple comparisons, not storage (noq#738)
Show description for a75a9be
cuzic
and
matheus23
committed
a75a9be
View commit details
Copy full SHA for a75a9be
Browse repository at this point
refactor(proto): unify local_ip canonicalization behind same_local_ip()
Show description for 283640d
cuzic
committed
283640d
View commit details
Copy full SHA for 283640d
Browse repository at this point
test(proto): cover is_probably_same_path and the scope_id edge cases
Show description for 93f0ecb
cuzic
committed
93f0ecb
View commit details
Copy full SHA for 93f0ecb
Browse repository at this point
fix(proto): correct four_tuple_eq_zeroes_scope_id_for_global_v6's doc comment
Show description for ae9ebc5
cuzic
committed
ae9ebc5
View commit details
Copy full SHA for ae9ebc5
Browse repository at this point
Commits on Aug 9, 2026
refactor(proto): move same_remote/same_local_ip onto FourTuple as methods
Show description for c703cc4
cuzic
committed
c703cc4
View commit details
Copy full SHA for c703cc4
Browse repository at this point
rename same_remote/same_local_ip to is_same_remote/is_same_local_ip
Show description for 3f982b8
cuzic
committed
3f982b8
View commit details
Copy full SHA for 3f982b8
Browse repository at this point
refactor(proto): tidy up FourTuple canonicalization helpers
Show description for 3986b6b
cuzic
committed
3986b6b
View commit details
Copy full SHA for 3986b6b
Browse repository at this point
rename remote_key/local_ip_key to canonical_remote/canonical_local_ip
Show description for c9ff6a3
cuzic
committed
c9ff6a3
View commit details
Copy full SHA for c9ff6a3
Browse repository at this point
test(proto): cover local_ip canonicalization and PathResponses::push
Show description for a7866e0
cuzic
committed
a7866e0
View commit details
Copy full SHA for a7866e0
Browse repository at this point
docs(proto): trim test doc comments to match this file's usual brevity
Show description for 4efcd67
cuzic
committed
4efcd67
View commit details
Copy full SHA for 4efcd67
Browse repository at this point
Commits on Aug 10, 2026
test(proto): drop noq#738 regression test that doesn't reproduce the bug
Show description for 6777b8d
cuzic
committed
6777b8d
View commit details
Copy full SHA for 6777b8d
Browse repository at this point
fix(proto): stop overriding FourTuple's PartialEq/Eq/Hash
Show description for 66434c0
cuzic
committed
66434c0
View commit details
Copy full SHA for 66434c0
Browse repository at this point
fix(noq): canonicalize local_ip in normalize_network_path like remote
Show description for 3efbecf
cuzic
committed
3efbecf
View commit details
Copy full SHA for 3efbecf
Browse repository at this point
Commits on Aug 11, 2026
fix(proto): normalize local_ip at Connection entry boundaries
Show description for 8919db5
cuzic
committed
8919db5
View commit details
Copy full SHA for 8919db5
Browse repository at this point
fix(proto): fix is_ipv6() at connection establishment, not live path scan
Show description for aa53556
cuzic
committed
aa53556
View commit details
Copy full SHA for aa53556
Browse repository at this point
docs(proto): fix rustdoc issues found by actually running cargo make's dev-flow
Show description for 7ad9319
cuzic
committed
7ad9319
View commit details
Copy full SHA for 7ad9319
Browse repository at this point
chore(proto): remove comment divagant-martian flagged as removable
Show description for d42d40e
cuzic
committed
d42d40e
View commit details
Copy full SHA for d42d40e
Browse repository at this point
docs(proto): match this repo's issue-reference comment style
Show description for 2dea734
cuzic
committed
2dea734
View commit details
Copy full SHA for 2dea734
Browse repository at this point
fix(proto): normalize remote at open_path, consolidating #787 into this PR
Show description for db998f2
cuzic
committed
db998f2
View commit details
Copy full SHA for db998f2
Browse repository at this point
You can’t perform that action at this time.