yans/README.md

39 lines
809 B
Markdown
Raw Normal View History

2022-01-17 22:47:32 +00:00
# YANS
**YANS** (*Yet Another NNTP Server*) is a server implementation of NNTP protocol (according to [RFC 3977](https://datatracker.ietf.org/doc/html/rfc3977)) in Go.
2022-01-17 22:58:14 +00:00
## List of implemented commands and features
### Features
- :heavy_check_mark: Database (SQLite)
- :construction: Articles posting
- :x: Transit mode
- :x: Authentication
#### Commands
- :construction: CAPABILITIES
- :heavy_check_mark: DATE
- :construction: LIST
- :heavy_check_mark: LIST NEWSGROUPS
- :construction: MODE READER
- :heavy_check_mark: QUIT
- :x: BODY
- :x: GROUP
- :x: HDR
- :x: HEAD
- :x: HELP
- :x: IHAVE
- :x: LAST
- :x: LISTGROUP
- :x: NEWGROUPS
- :x: NEWNEWS
- :x: NEXT
- :x: OVER
- :x: POST
- :x: STAT
2022-01-17 22:47:32 +00:00
## License
This project is licensed under the GPLv3 license. For more information see [LICENSE](LICENSE) file.