📰 YANS (Yet Another NNTP Server) is a server implementation of NNTP protocol
Go to file
2023-01-31 09:53:17 +03:00
.github/workflows Add basic GitHub Action workflow 2022-01-22 00:03:43 +03:00
cmd/yans Make the storage backend modular 2022-01-19 22:51:08 +03:00
internal Implement basic functionality of IHAVE command 2023-01-31 09:53:17 +03:00
.gitignore Implement attachments for article 2022-04-12 03:29:22 +03:00
config.sample.toml Implement POST command 2022-02-03 19:44:08 +03:00
go.mod Implement WebSocket support 2022-04-13 13:10:11 +03:00
go.sum Implement WebSocket support 2022-04-13 13:10:11 +03:00
LICENSE.md Add README and LICENSE 2022-01-18 01:47:32 +03:00
README.md Implement attachments for article 2022-04-12 03:29:22 +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

  • ✔️ Wildmat support
  • ✔️ Database (SQLite)
  • ✔️ Basic article posting
  • ✔️ Article retrieving
  • ✔️ Multipart article support
  • 🚧 Transit mode
  • Authentication

Commands

  • ✔️ Session Administration Commands
    • ✔️ MODE READER
    • ✔️ CAPABILITIES
    • ✔️ QUIT
  • 🚧 Article posting
    • ✔️ POST
    • 🚧 IHAVE
  • ✔️ Article retrieving
    • ✔️ ARTICLE
    • ✔️ HEAD
    • ✔️ BODY
    • ✔️ STAT
  • 🚧 Articles overview
    • ✔️ OVER
    • ✔️ LIST OVERVIEW.FMT
    • HDR
    • LIST HEADERS
  • ✔️ Group and Article Selection
    • ✔️ GROUP
    • ✔️ LISTGROUP
    • ✔️ LAST
    • ✔️ NEXT
  • 🚧 The LIST Commands
    • ✔️ LIST ACTIVE
    • ✔️ LIST NEWSGROUPS
    • LIST ACTIVE.TIMES
    • LIST DISTRIB.PATS
  • ✔️ Information Commands
    • ✔️ DATE
    • ✔️ HELP
    • ✔️ NEWGROUPS
    • ✔️ NEWNEWS

License

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