]> Sergey Matveev's repositories - public-inbox.git/commit
split out NNTPD and HTTPD* modules
authorEric Wong <e@80x24.org>
Mon, 25 Apr 2016 05:12:43 +0000 (05:12 +0000)
committerEric Wong <e@80x24.org>
Mon, 25 Apr 2016 05:26:37 +0000 (05:26 +0000)
commit85c83085eeb14be7e7b9a395fa9408241ecb8244
tree7d80b6731a157d0f016919ffdaa86c5f2d1f08a6
parent837323706d89660923ac2aed21f07f12ad80be72
split out NNTPD and HTTPD* modules

Hopefully this modularizes things a little and allows us
to work on a combined super server to save RAM.
lib/PublicInbox/HTTPD.pm [new file with mode: 0644]
lib/PublicInbox/HTTPD/Async.pm [new file with mode: 0644]
lib/PublicInbox/NNTPD.pm [new file with mode: 0644]
script/public-inbox-httpd
script/public-inbox-nntpd