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 40e4ae1fc4
srnd: custom email address formatter, some tweaks
This adds custom email address formatter, which, unlike stdlib one, doesn't needlessly quote names.
Quoted names can be a bit of issue with older nodes which parse addresses in simpler way, and end up not removing quote characters.
This also ensures that newlines cannot be inserted in in From and Subject headers, which effectively allowed insertion of new headers in message being posted, and generating invalid messages.
2018-12-12 18:38:58 +02:00
..
src srnd: custom email address formatter, some tweaks 2018-12-12 18:38:58 +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