nntp/nnrp connector
having some fun playing with it
http://spraci.info/profile/sci.space.news
http://spraci.info/profile/rec.audio.pro
needs work though ...
those two are usenet groupsĀ
(nntp server is just a local inn2 install and is not peered with anything so posts don't to go out to usenet ..... but they do make it to inn .. and I can see them in a newsreader)
this connector will only forward public posts for obvious reasons
http://spraci.info/profile/sci.space.news
http://spraci.info/profile/rec.audio.pro
needs work though ...
those two are usenet groupsĀ
(nntp server is just a local inn2 install and is not peered with anything so posts don't to go out to usenet ..... but they do make it to inn .. and I can see them in a newsreader)
this connector will only forward public posts for obvious reasons
As a plugin yes - we would probably need a hook to mod/follow that allows a plugin to say "I recognise that address - I'll handle it.". We currently don't have that.
I think that's the only core change needed. We already have hooks to poll and deliver to arbitrary networks.
That would be pretty easy to add - but if that turned out for some reason not to be possible one could always have a list of subscribed newsgroups in their connector settings.
If you've got github, you could have a branch there that others can look at.
Otherwise a tar file or diffs would give us something to work with.
What library are you using for access? I know that IMAP/c-client (which we use for email) will do it, but it's not the best NNTP library. NNTPConnection_class seems to be much better.
I think that's the only core change needed. We already have hooks to poll and deliver to arbitrary networks.
That would be pretty easy to add - but if that turned out for some reason not to be possible one could always have a list of subscribed newsgroups in their connector settings.
If you've got github, you could have a branch there that others can look at.
Otherwise a tar file or diffs would give us something to work with.
What library are you using for access? I know that IMAP/c-client (which we use for email) will do it, but it's not the best NNTP library. NNTPConnection_class seems to be much better.


