summaryrefslogtreecommitdiffstats
path: root/noshitalk-server.go
Commit message (Collapse)AuthorAgeFilesLines
* Add tests, Makefile, update README, remove duplicatesClaude2025-11-231-1005/+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-server.goGab2025-10-061-247/+733
|
* Create noshitalk-server.goGab2025-09-191-0/+519