Update README

This commit is contained in:
ChronosX88 2022-01-18 02:00:00 +03:00
parent 84bf58f39e
commit 719005908a
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -1,4 +1,4 @@
# YANS
# :newspaper: 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.
@ -12,26 +12,26 @@
- :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
- :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