• Joined on 2021-11-04
cblgh opened issue decentral1se/iroh-go#12 2026-06-29 13:05:42 +00:00
Alternative relays to iroh provided infra
cblgh commented on issue decentral1se/iroh-go#10 2026-06-26 20:07:44 +00:00
Better error handling

yeah i was thinking of this too! big fan of being able to use errors.Is if possible

cblgh commented on issue decentral1se/iroh-go#8 2026-06-26 15:14:17 +00:00
macOS / darwin builds

@decentral1se i bought a mac mini for a contract this year so i can test building any incantations you throw at me!

cblgh commented on issue decentral1se/iroh-go#6 2026-06-26 07:34:12 +00:00
Document stability guarantees

I also added arm64 support! Tested it on a rpi running somewhere, It Works ☺️

so siiiick!!

cblgh commented on issue decentral1se/iroh-go#5 2026-06-25 18:59:55 +00:00
Resolve <HashMap<Vec<u8>...> FFI Rust/Go chaos

I read the issue as being stemming from []byte not being a valid map key, but we can use strings which are trivially convertible from []byte. What's the concrete thing that needs to be searched…

cblgh pushed to main at decentral1se/iroh-go 2026-06-25 15:26:17 +00:00
a2494e624c examples(connect-desktop): update title
cblgh closed pull request decentral1se/iroh-go#4 2026-06-25 15:25:32 +00:00
Add connect-desktop example
cblgh commented on pull request decentral1se/iroh-go#4 2026-06-25 15:25:32 +00:00
Add connect-desktop example

@decentral1se oh shit my bad accidentally pushed to the repo instead of my fork 😅

cblgh created pull request decentral1se/iroh-go#4 2026-06-25 15:24:59 +00:00
Add connect-desktop example
cblgh pushed to main at cblgh/iroh-go 2026-06-25 15:24:53 +00:00
a163d5bf07 examples(connect-desktop): improve description
cblgh pushed to main at decentral1se/iroh-go 2026-06-25 15:24:52 +00:00
a163d5bf07 examples(connect-desktop): improve description
d63e45f746 Merge branch 'main' of ssh://git.coopcloud.tech:2222/decentral1se/iroh-go
1affee6df6 add connect-desktop example
Compare 3 commits »
cblgh pushed to main at cblgh/iroh-go 2026-06-25 15:18:44 +00:00
d63e45f746 Merge branch 'main' of ssh://git.coopcloud.tech:2222/decentral1se/iroh-go
1affee6df6 add connect-desktop example
caf52e915d Merge pull request 'Add timeserve example to demonstrate writing to multiple live peers' (#3) from cblgh/iroh-go:main into main
Compare 3 commits »
cblgh pushed to main at cblgh/iroh-go 2026-06-25 13:19:00 +00:00
cblgh created pull request decentral1se/iroh-go#3 2026-06-25 13:17:50 +00:00
Add timeserve example to demonstrate writing to multiple live peers
cblgh pushed to main at cblgh/iroh-go 2026-06-25 13:15:15 +00:00
931465c83e examples: add timeserve to demonstrate writing to multiple live peers
1a469c4ae9 fix(connect): title
23211c0ba6 docs(examples): clarifying purposes
1c18b9265f fix: ignore bins, sort
e9a0e0be63 Merge pull request 'Add pairchat example' (#2) from cblgh/iroh-go:examples-round-two into main
Compare 10 commits »
cblgh commented on pull request decentral1se/iroh-go#2 2026-06-24 17:26:17 +00:00
Add pairchat example

next up i wanna see if i actually misunderstood something or if the endpoint can actually communicate with more than one peer at once! might be that my handlers are a bit wonky somehow and not…

cblgh created pull request decentral1se/iroh-go#2 2026-06-23 19:35:27 +00:00
Examples round two
cblgh pushed to examples-round-two at cblgh/iroh-go 2026-06-23 19:34:40 +00:00
f94ace27ef examples: add pairchat example
09a6555e45 examples(connect): reference connect.go, not main.go
ab2e32b8b1 gitignore: ignore vim .swp files
Compare 3 commits »
cblgh created branch examples-round-two in cblgh/iroh-go 2026-06-23 19:34:40 +00:00
cblgh commented on pull request decentral1se/iroh-go#1 2026-06-23 18:04:29 +00:00
Connect example tweaks

i was also working on a complication that makes it so that the listener can also type BACK. and it works! but only for the first volley of each participant (A: one message -> <-one message…