mirror of
https://github.com/ChronosX88/yans.git
synced 2024-11-24 04:22:19 +00:00
Update README
This commit is contained in:
parent
84bf58f39e
commit
719005908a
42
README.md
42
README.md
@ -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.
|
**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
|
- :x: Authentication
|
||||||
|
|
||||||
#### Commands
|
#### Commands
|
||||||
- :construction: CAPABILITIES
|
- :construction: `CAPABILITIES`
|
||||||
- :heavy_check_mark: DATE
|
- :heavy_check_mark: `DATE`
|
||||||
- :construction: LIST
|
- :construction: `LIST`
|
||||||
- :heavy_check_mark: LIST NEWSGROUPS
|
- :heavy_check_mark: `LIST NEWSGROUPS`
|
||||||
- :construction: MODE READER
|
- :construction: `MODE READER`
|
||||||
- :heavy_check_mark: QUIT
|
- :heavy_check_mark: `QUIT`
|
||||||
- :x: BODY
|
- :x: `BODY`
|
||||||
- :x: GROUP
|
- :x: `GROUP`
|
||||||
- :x: HDR
|
- :x: `HDR`
|
||||||
- :x: HEAD
|
- :x: `HEAD`
|
||||||
- :x: HELP
|
- :x: `HELP`
|
||||||
- :x: IHAVE
|
- :x: `IHAVE`
|
||||||
- :x: LAST
|
- :x: `LAST`
|
||||||
- :x: LISTGROUP
|
- :x: `LISTGROUP`
|
||||||
- :x: NEWGROUPS
|
- :x: `NEWGROUPS`
|
||||||
- :x: NEWNEWS
|
- :x: `NEWNEWS`
|
||||||
- :x: NEXT
|
- :x: `NEXT`
|
||||||
- :x: OVER
|
- :x: `OVER`
|
||||||
- :x: POST
|
- :x: `POST`
|
||||||
- :x: STAT
|
- :x: `STAT`
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user