summaryrefslogtreecommitdiffstats
path: root/testclient
Commit message (Collapse)AuthorAgeFilesLines
* feat: add NIP-42 test client for auth and rate limit testingbndw15 hours4-0/+244
|
* fix: properly handle AUTH flow with retry logicbndw42 hours1-0/+195
- Remove blocking wait for AUTH challenge on connection - Add channel-based synchronization for AUTH completion - Retry publish after AUTH completes successfully - Support both auth-required and non-auth relay configurations - Add clarifying comments for auth flow handling