bobbimanners / emailler

Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
http://bobbi.epizy.com
Other
30 stars 5 forks source link

Allow skipping of authentication for NNTP server #57

Closed GregWildman closed 3 years ago

GregWildman commented 3 years ago

Updated pull request to include both nntp65.c and nntp65.up.c authentication changes.

I run a local NNTP server using leafnode which does not do authentication. I have added the option to skip NNTP client authentication by specifying a username of '-'. I chose the dash ('-') character to make it simple and can be changed if needed.

I have succesfully tested both downloading comp.sys.apple2 as well as posting.

bobbimanners commented 3 years ago

Just spotted this now! I will take a look at it later - Thank you :)

bobbimanners commented 3 years ago

Looks great! Merged.