yans/README.md

55 lines
1.5 KiB
Markdown
Raw Normal View History

2022-01-17 23:00:00 +00:00
# :newspaper: YANS
2022-01-17 22:47:32 +00:00
**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
2022-01-20 21:29:58 +00:00
- :heavy_check_mark: Wildmat support
2022-01-17 22:58:14 +00:00
- :heavy_check_mark: Database (SQLite)
2022-02-03 17:40:38 +00:00
- :heavy_check_mark: Basic article posting
2022-02-05 10:52:36 +00:00
- :construction: Article retrieving
- :construction: Multipart article support
2022-01-17 22:58:14 +00:00
- :x: Transit mode
- :x: Authentication
#### Commands
- :heavy_check_mark: Session Administration Commands
- :heavy_check_mark: `MODE READER`
- :heavy_check_mark: `CAPABILITIES`
- :heavy_check_mark: `QUIT`
- :construction: Article posting
- :construction: `POST`
- :x: `IHAVE`
- :heavy_check_mark: Article retrieving
- :heavy_check_mark: `ARTICLE`
2022-02-05 14:40:38 +00:00
- :heavy_check_mark: `HEAD`
2022-02-05 14:46:25 +00:00
- :heavy_check_mark: `BODY`
- :heavy_check_mark: `STAT`
- :x: Articles overview
- :x: `OVER`
- :x: `LIST OVERVIEW.FMT`
- :x: `HDR`
- :x: `LIST HEADERS`
- :construction: Group and Article Selection
- :heavy_check_mark: `GROUP`
- :heavy_check_mark: `LISTGROUP`
- :x: `LAST`
- :x: `NEXT`
- :construction: The LIST Commands
- :heavy_check_mark: `LIST ACTIVE`
- :heavy_check_mark: `LIST NEWSGROUPS`
2022-02-05 11:06:37 +00:00
- :x: `LIST ACTIVE.TIMES`
- :x: `LIST DISTRIB.PATS`
- :construction: Information Commands
- :heavy_check_mark: `DATE`
2022-02-05 15:32:38 +00:00
- :heavy_check_mark: `HELP`
- :heavy_check_mark: `NEWGROUPS`
- :x: `NEWNEWS`
2022-01-17 22:58:14 +00:00
2022-01-17 22:47:32 +00:00
## License
This project is licensed under the GPLv3 license. For more information see [LICENSE](LICENSE) file.