mirror of
https://github.com/ChronosX88/yans.git
synced 2024-11-09 23:21:01 +00:00
Add lists of features in README
This commit is contained in:
parent
11d69d8912
commit
84bf58f39e
31
README.md
31
README.md
@ -2,6 +2,37 @@
|
|||||||
|
|
||||||
**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.
|
**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.
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the GPLv3 license. For more information see [LICENSE](LICENSE) file.
|
This project is licensed under the GPLv3 license. For more information see [LICENSE](LICENSE) file.
|
||||||
|
Loading…
Reference in New Issue
Block a user