Skip to content
Draft
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
21ac3bc
preview
eternal-flame-AD Aug 10, 2025
5abcf5d
plugin connection auth/security
eternal-flame-AD Aug 12, 2025
8a89a6b
temp
eternal-flame-AD Aug 15, 2025
e6fc00f
move ServerMux to server repo
eternal-flame-AD Aug 15, 2025
93c24e8
wip: swap to single connection model
eternal-flame-AD Aug 16, 2025
b5e9886
shim impl
eternal-flame-AD Aug 24, 2025
f59c2eb
userid overflow checks
eternal-flame-AD Aug 24, 2025
1d055c1
use SNI to mux webhooker
eternal-flame-AD Aug 24, 2025
9863b12
fixup! use SNI to mux webhooker
eternal-flame-AD Aug 24, 2025
4493373
fixup! fixup! use SNI to mux webhooker
eternal-flame-AD Aug 24, 2025
bd59ee3
v1 shim
eternal-flame-AD Aug 24, 2025
f237b5a
fixup userid conversion
eternal-flame-AD Aug 24, 2025
ee70ba4
rearrange code order
eternal-flame-AD Aug 24, 2025
4cf2383
protobuf comments
eternal-flame-AD Aug 24, 2025
d6c86da
go mod tidy
eternal-flame-AD Aug 24, 2025
4e13724
more protobuf docs
eternal-flame-AD Aug 24, 2025
1a69730
example tests
eternal-flame-AD Aug 25, 2025
b922133
always test TCP implementation
eternal-flame-AD Aug 25, 2025
c55cc24
create transport package
eternal-flame-AD Aug 25, 2025
5555f78
add basic pipe test
eternal-flame-AD Aug 25, 2025
caadabd
check stream errors in shim
eternal-flame-AD Sep 2, 2025
582f2a1
change test workflow branch
eternal-flame-AD Sep 2, 2025
8b7a780
suggestions in shim_v1.go
eternal-flame-AD Sep 2, 2025
c09e0d3
Upgrade to yaml.v3
eternal-flame-AD Sep 2, 2025
12f5aeb
test typo correction
eternal-flame-AD Sep 2, 2025
eabaf46
hoist PEM reading function
eternal-flame-AD Sep 2, 2025
60a3ba0
cli_flags suggestions
eternal-flame-AD Sep 2, 2025
bdd4117
try to fix pipe_test on windows
eternal-flame-AD Sep 2, 2025
4fee597
Try to fix pipe_test on windows
eternal-flame-AD Sep 2, 2025
b493e1c
remove unused certificates and TLS configs
eternal-flame-AD Sep 2, 2025
cd7743e
use IPv4 loopback address
eternal-flame-AD Sep 2, 2025
35d54d4
rename ServerVersionInfo -> ServerInfo
eternal-flame-AD Sep 2, 2025
7822885
allow passing kex file descriptors through environment variables
eternal-flame-AD Sep 3, 2025
11e6d50
remove SetEnable RPC
eternal-flame-AD Sep 3, 2025
dd63957
compute ping rate
eternal-flame-AD Sep 3, 2025
abf55e8
hoise kex logic to cli
eternal-flame-AD Sep 3, 2025
bfe8e52
check for nil rootCAs
eternal-flame-AD Sep 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions v2/generate.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package plugin

//go:generate protoc -Iprotobuf --go_out=./generated/protobuf --go_opt=paths=source_relative --go-grpc_out=./generated/protobuf --go-grpc_opt=paths=source_relative ./protobuf/meta.proto ./protobuf/infra.proto ./protobuf/config.proto ./protobuf/display.proto ./protobuf/webhooker.proto
372 changes: 372 additions & 0 deletions v2/generated/protobuf/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading