Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/backends/srndv2
cathugger 2d3c304c81
srnd: more lax Message-ID check
This axes out literally insane overly restrictive regex-based
Message-ID check and replaces it with clean and simple conditions
specified in RFC 3977.
Old check wasn't compliant with any email or netnews internet
standard I know of, and was causing propagation issues.
Even old RFC 822 (email) and RFC 850 (usenet) specifications
don't have so restrictive specifications.
2018-11-27 06:27:05 +02:00
..
src srnd: more lax Message-ID check 2018-11-27 06:27:05 +02:00
.gitignore move srndv2 to nntpchan repo with vendored deps so that nothing breaks every again 2017-04-03 10:00:38 -04:00
Makefile * enable cross compile srndv2 2018-05-06 08:05:31 -04:00
README.md update readme 2017-08-29 08:26:51 -04:00
srnd.go add frontend key based blocking (initial) 2018-03-09 16:16:41 -05:00

SRNDv2

Some Random News Daemon version 2

Warning

This code was at one time the first go code I wrote, back in 2015 :+DDDD