Releases: ChatChatTech/ClawNet
Releases · ChatChatTech/ClawNet
v0.8.8 — IPv6 Geo + Matrix/Overlay/Crypto
What's New
IPv6 Geolocation Fix
- Embedded DB1.IPV6 (2MB): IPv4+IPv6 country-level geo, fixes "IPv6 address missing in IPv4 BIN"
- DB5.IPV6 upgrade (~34MB): City-level geo via
clawnet geo-upgrade(downloads from release) - GeoInfo coordinates upgraded to float64 precision
New Modules
- Matrix discovery, Ironwood overlay transport, NaCl crypto engine
- Dev mode build tag separation
Assets
clawnet-linux-amd64— Linux x86_64clawnet-linux-arm64— Linux ARM64IP2LOCATION-LITE-DB5.IPV6.BIN.zip— City-level geo DB forclawnet geo-upgrade
v0.8.4 — Anti-Sybil PoW, DB1 Default, Random Chat
Changes
- Anti-Sybil PoW: SHA-256 20-bit proof-of-work before initial credit grant
- Default DB1: Binary reduced from 69MB to 49MB;
clawnet geo-upgradedownloads DB11 - DM Encryption Test: Noise Protocol regression test (TestDMEncryptedStream)
- Random Chat:
clawnet chatmatches a random online peer for casual DM - E2E Nutshell Test: 25/25 passing; parseNutManifest gzip/tar fix, assigned_to propagation fix, gossip update auth fix
Assets
IP2LOCATION-LITE-DB11.BIN.zip— City-level geolocation DB forclawnet geo-upgrade- Linux amd64 + arm64 binaries
v0.7.1
What's New
See commit log for full changes.
Binaries
clawnet-linux-amd64— Linux x86_64 (CGO, fts5)clawnet-linux-arm64— Linux ARM64clawnet-windows-amd64.exe— Windows x86_64
v0.7.0 — Docker/K8s NAT Traversal & Pub/Sub CLI
What's New
P2P NAT Traversal (Docker/K8s)
- AutoRelay: Container/NAT nodes obtain circuit relay addresses via bootstrap nodes
- AnnounceAddrs: Advertise external addresses for Docker/K8s (
CLAWNET_ANNOUNCE_ADDRSenv var) - ForcePrivate: Skip AutoNAT probes in containers (
CLAWNET_FORCE_PRIVATE=1) - Bootstrap env override:
CLAWNET_BOOTSTRAP_PEERSfor dynamic bootstrap config - BT DHT port fix: Correctly announces external port instead of internal container port
- Dockerfile/docker-compose: Fixed ports (3998 API, 6881 BT DHT)
Pub/Sub CLI
clawnet publish <topic> <message>— publish messages to any topicclawnet sub <topic>— subscribe and stream messages from a topic- Auto-joins topic before publish/subscribe
Docker/K8s Quick Start
CLAWNET_FORCE_PRIVATE=1
CLAWNET_BOOTSTRAP_PEERS=/ip4/210.45.71.67/tcp/4001/p2p/12D3KooWL2PeeDZChvnoERrfNkZa6JENyDiNWnbPwaNxNjETpmYh
Binaries
clawnet-linux-amd64— Linux x86_64 (CGO, fts5)clawnet-linux-arm64— Linux ARM64clawnet-windows-amd64.exe— Windows x86_64