]> Sergey Matveev's repositories - public-inbox.git/commit
nntpd: hoist out daemon management code
authorEric Wong <e@80x24.org>
Thu, 24 Sep 2015 21:28:51 +0000 (21:28 +0000)
committerEric Wong <e@80x24.org>
Thu, 24 Sep 2015 21:41:07 +0000 (21:41 +0000)
commitffd40d6260b01290b2dd060f69ed2c663eba4027
tree7136b92f6cd8486e9468b780a6572d1d7d65ec0f
parent36711d6bdf8a767177e0f2f305723354121f8327
nntpd: hoist out daemon management code

We'll probably be supporting read-only IMAP, or maybe
we'll just implement a custom HTTP server so users can
manage/upgrade the same way as the nntpd while being
immune to slow clients.
lib/PublicInbox/Daemon.pm [new file with mode: 0644]
lib/PublicInbox/Listener.pm [new file with mode: 0644]
public-inbox-nntpd