Commit a11d2a5
fix(14.1): use anonymous: prefix for prelisten username
NINJAM servers reject passwordless connections without the "anonymous:"
username prefix. The normal ConnectCommand handler adds this prefix but
the PrelistenCommand handler was missing it, causing immediate auth failure.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 65d4a46 commit a11d2a5
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
| 726 | + | |
| 727 | + | |
726 | 728 | | |
727 | 729 | | |
728 | | - | |
| 730 | + | |
729 | 731 | | |
730 | 732 | | |
731 | 733 | | |
| |||
0 commit comments