summaryrefslogtreecommitdiffstats
path: root/noshitalk_cli-client.go
Commit message (Collapse)AuthorAgeFilesLines
* Add tests, Makefile, update README, remove duplicatesClaude2025-11-231-869/+0
| | | | | | | | | | | | - Add comprehensive test suites for all shared packages: - pkg/crypto: padding, encryption, ECDH, auth tests - pkg/protocol: message serialization tests - pkg/identity: identity save/load tests - pkg/tor: onion address validation tests - Add Makefile with build automation targets - Update README with new modular architecture docs - Remove duplicate monolithic .go files from root (code now organized in cmd/ and pkg/ directories)
* Update noshitalk_cli-client.goGab2025-10-061-160/+394
|
* Create noshitalk_cli-client.goGab2025-09-191-0/+635