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/nntpchan-daemon
Jeff Becker a267c9ac35
fix?
2018-05-06 10:36:26 -04:00
..
contrib more 2016-10-18 08:17:40 -04:00
daemon pass in environment 2018-05-06 10:21:58 -04:00
include/nntpchan pass in environment 2018-05-06 10:21:58 -04:00
libnntpchan fix 2018-05-06 10:23:41 -04:00
tools pass in environment 2018-05-06 10:21:58 -04:00
.clang-format clang format 2017-10-17 10:29:56 -04:00
.gitignore more 2017-05-03 11:38:48 -04:00
Makefile fix? 2018-05-06 10:36:26 -04:00
nntpchan.ini storage works 2017-05-03 13:33:04 -04:00
README.md remove mustache 2018-05-06 09:42:31 -04:00
test.cpp pass in environment 2018-05-06 10:21:58 -04:00

nntpchan-daemon

C++ rewrite

requirements:

  • C++17 compiler

  • libsodium 1.x

  • GNU Make

building on freebsd:

$ gmake

building on Linux:

$ make