mirror of
https://github.com/ChronosX88/yans.git
synced 2024-11-08 14:50:59 +00:00
1.0 KiB
1.0 KiB
📰 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
- 🚧 Multipart articles support
- ❌ Transit mode
- ❌ Authentication
Commands
- ✔️
CAPABILITIES
- ✔️
DATE
- ✔️
LIST ACTIVE
- ✔️
LIST NEWSGROUPS
- ✔️
MODE READER
- ✔️
QUIT
- ✔️
ARTICLE
- ❌
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.