humungus - nuset

i am gravely disappointed

i understand your pain

overview - files - changes - changes rss

nuset - a news server

Something of a news server anyway.

Saves messages under groups/alt.your.name/1.txt, 2.txt.

config files: (for now)

-groupfile groups.txt
news.name:user1,user2	# comma list of users
alt.name2		# no posting
my.group:*		# open group

-userfile users.txt
localhost:*		# allow localhost
user1:hunter2		# password auth
user2:pubkey@pub.pem	# match pubkey in pub.pem

-peerfile peers.txt
user3:s3cr3t@1.example.com	# login using password
cert:mycert.crt@2.example.com	# use client cert
3.example.com			# just send it

recent changes

67:d4bbeff38a69 on 2025-06-27 16:47:05 -0400 EDT by Ted Unangst <tedu@tedunangst.com>
Tagged: tip

make doesn't like these deps

66:87870f7edcd5 on 2025-06-20 15:49:55 -0400 EDT by Ted Unangst <tedu@tedunangst.com>

actually should just use file date in newnews

65:9d8f7f3940c7 on 2025-06-20 15:46:51 -0400 EDT by Ted Unangst <tedu@tedunangst.com>

only open regular files and use stat for date

64:6d692eaecdd5 on 2025-06-17 00:05:41 -0400 EDT by Ted Unangst <tedu@tedunangst.com>

better new file names

63:8dd979a52e63 on 2025-06-09 00:49:50 -0400 EDT by Ted Unangst <tedu@tedunangst.com>

rearrnage

62:d7750f8af5a1 on 2025-06-08 22:46:00 -0400 EDT by Ted Unangst <tedu@tedunangst.com>

finish up one shot rss maker

61:7946ad2dd533 on 2025-06-08 20:55:01 -0400 EDT by Ted Unangst <tedu@tedunangst.com>

cleanups

60:ada0b53e565c on 2025-06-08 20:20:51 -0400 EDT by Ted Unangst <tedu@tedunangst.com>

half done rss server client

59:8b8df9058c71 on 2025-06-08 18:11:08 -0400 EDT by Ted Unangst <tedu@tedunangst.com>

love my makefiles, even when they need some help

58:fec6f0f08771 on 2025-06-08 18:07:05 -0400 EDT by Ted Unangst <tedu@tedunangst.com>

big split of code into client and server