Complete rewrite.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-01-18 23:50:48 +01:00
parent a4ff7aa534
commit e80ce607f8
8 changed files with 592 additions and 936 deletions

View file

@ -1,6 +1,11 @@
NNTPServer = 'localhost'
NNTPUser = ''
NNTPPass = ''
Sender = ''
ConfigFile = 'yapfaq.cfg.sample'
Program = ''
# config options
# - nntp-server NNTP server name
# - nntp-port NNTP port
# - nntp-user user name for AUTHINFO
# - nntp-pass password for AUTHINFO
# - force-auth force AUTHINFO
# - starttls 1 = use STARTTLS if possible, 0 = don't
# - verbose 1 = show warning messages, 0 = don't
# - debug 1 = show debug output, 0 = don't
nntp-server = localhost
nntp-port = 119