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 740bf82a1e
srnd: properly parse email addresses
this replaces faulty address parsing code with calls to stdlib' email parser and some reasonable fallbacks.
note that nntpArticle.Email() function was completely incorrect, but it's not used anywhere in code, apparently.
2018-12-03 14:54:08 +02:00
..
src srnd: properly parse email addresses 2018-12-03 14:54:08 +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