home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / contrib / snntpd / README.nntp < prev    next >
Text File  |  1992-06-07  |  1KB  |  29 lines

  1. Alpha notes:
  2.     Access control not yet implemented.
  3.     Timeouts not yet implemented.
  4.     No options supported yet, don't bother editing config.h.
  5.  
  6. This is a fast minimal NNTP-subset daemon.  It relies heavily on the
  7. super library routines provided by C News and attempts to preserve the
  8. tradition of simplicity, speed, robustness and portability.
  9.  
  10. It is intended for the news site that uses nntp exclusively for
  11. reception, since it does not support any news reading primitives
  12. except ARTICLE.  Sites that use nntp for news reading can run this on
  13. a different port and get their neighbours to feed them on a different
  14. port.
  15.  
  16. This is only a partial implementation of the NNTP spec.  I don't claim
  17. conformance, only that it works well enough on my machines to satisfy
  18. me.
  19.  
  20. This violates the NNTP spec in one other way -- I refuse to strip off
  21. the high bit.  Bytes are 8 bits.  Machines that keel over if the high
  22. bit is on should not run this code.
  23.  
  24. It's all Geoff's fault.  (Me getting involved in news software, that
  25. is...)
  26.  
  27.     Mark Moraes,
  28.     University of Toronto.
  29.