Skip to content

handle AUTHINFO USER & AUTHINFO PASS as defined in RFC#674

Merged
dnzbk merged 1 commit intonzbgetcom:developfrom
sanderjo:nserv_better_authinfo
Oct 10, 2025
Merged

handle AUTHINFO USER & AUTHINFO PASS as defined in RFC#674
dnzbk merged 1 commit intonzbgetcom:developfrom
sanderjo:nserv_better_authinfo

Conversation

@sanderjo
Copy link
Copy Markdown
Contributor

@sanderjo sanderjo commented Oct 9, 2025

Description

Closes #673

So: AUTHINFO USER / PASS sequence handling according to RFC4643.

Lib changes

None

Testing

Old:

[INFO] [10] Incoming connection from: 127.0.0.1
[DETAIL] [10] Received: authinfo user myusername123
[DETAIL] [10] Received: QUIT
[DETAIL] [10] Closing connection

New:

[INFO] [3] Incoming connection from: 127.0.0.1
[DETAIL] [3] Received: authinfo user myusername123
[DETAIL] [3] Received: authinfo pass mypassword456
[DETAIL] [3] Received: QUIT
[DETAIL] [3] Closing connection

@dnzbk dnzbk self-requested a review October 10, 2025 03:42
@dnzbk dnzbk merged commit 422ebce into nzbgetcom:develop Oct 10, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nserv: better AUTHINFO handling: USER resp PASS, compliant with RFC

2 participants