📰 YANS (Yet Another NNTP Server) is a server implementation of NNTP protocol
Go to file
2022-01-18 02:00:00 +03:00
cmd/yans init commit 2022-01-18 01:38:56 +03:00
internal init commit 2022-01-18 01:38:56 +03:00
.gitignore init commit 2022-01-18 01:38:56 +03:00
go.mod init commit 2022-01-18 01:38:56 +03:00
go.sum init commit 2022-01-18 01:38:56 +03:00
LICENSE.md Add README and LICENSE 2022-01-18 01:47:32 +03:00
README.md Update README 2022-01-18 02:00:00 +03:00

📰 YANS

YANS (Yet Another NNTP Server) is a server implementation of NNTP protocol (according to RFC 3977) in Go.

List of implemented commands and features

Features

  • ✔️ Database (SQLite)
  • 🚧 Articles posting
  • Transit mode
  • Authentication

Commands

  • 🚧 CAPABILITIES
  • ✔️ DATE
  • 🚧 LIST
  • ✔️ LIST NEWSGROUPS
  • 🚧 MODE READER
  • ✔️ QUIT
  • BODY
  • GROUP
  • HDR
  • HEAD
  • HELP
  • IHAVE
  • LAST
  • LISTGROUP
  • NEWGROUPS
  • NEWNEWS
  • NEXT
  • OVER
  • POST
  • STAT

License

This project is licensed under the GPLv3 license. For more information see LICENSE file.