Capabilities handling, database.

This commit is contained in:
2019-09-09 21:52:32 +05:00
parent 4e614c094e
commit 28ddc32368
82 changed files with 12467 additions and 20 deletions

View File

@@ -13,24 +13,24 @@ This document will be updated with new RFCs data in process of development.
RFC3977:
* [ ] Connection handling ([section 5](https://tools.ietf.org/html/rfc3977#section-5)):
* [x] Concurrent connection handling
* [x] CAPABILITIES command ([section 5.2](https://tools.ietf.org/html/rfc3977#section-5.2))
* [ ] MODE command ([section 5.3](https://tools.ietf.org/html/rfc3977#section-5.3))
* [x] QUIT command ([section 5.4](https://tools.ietf.org/html/rfc3977#section-5.4))
* [x] Concurrent connection handling
* [x] CAPABILITIES command ([section 5.2](https://tools.ietf.org/html/rfc3977#section-5.2))
* [ ] MODE command ([section 5.3](https://tools.ietf.org/html/rfc3977#section-5.3))
* [x] QUIT command ([section 5.4](https://tools.ietf.org/html/rfc3977#section-5.4))
* [ ] Article retrieval and posting, working with groups ([section 6](https://tools.ietf.org/html/rfc3977#section-6)):
* [ ] Group selection and information retrieval ([section 6.1.1](https://tools.ietf.org/html/rfc3977#section-6.1.1))
* [ ] Group selection and information retrieval with articles numbers ([section 6.1.2](https://tools.ietf.org/html/rfc3977#section-6.1.2))
* [ ] LAST command ([section 6.1.3](https://tools.ietf.org/html/rfc3977#section-6.1.3))
* [ ] NEXT command ([section 6.1.4](https://tools.ietf.org/html/rfc3977#section-6.1.4)
* [ ] ARTICLE command ([section 6.2.1](https://tools.ietf.org/html/rfc3977#section-6.2.1))
* [ ] HEAD command ([section 6.2.2](https://tools.ietf.org/html/rfc3977#section-6.2.2))
* [ ] BODY command ([section 6.2.3](https://tools.ietf.org/html/rfc3977#section-6.2.3))
* [ ] STAT command ([section 6.2.4](https://tools.ietf.org/html/rfc3977#section-6.2.4))
* [ ] POST command ([section 6.3.1](https://tools.ietf.org/html/rfc3977#section-6.3.1))
* [ ] IHAVE command ([section 6.3.2](https://tools.ietf.org/html/rfc3977#section-6.3.2))
* [ ] Group selection and information retrieval ([section 6.1.1](https://tools.ietf.org/html/rfc3977#section-6.1.1))
* [ ] Group selection and information retrieval with articles numbers ([section 6.1.2](https://tools.ietf.org/html/rfc3977#section-6.1.2))
* [ ] LAST command ([section 6.1.3](https://tools.ietf.org/html/rfc3977#section-6.1.3))
* [ ] NEXT command ([section 6.1.4](https://tools.ietf.org/html/rfc3977#section-6.1.4)
* [ ] ARTICLE command ([section 6.2.1](https://tools.ietf.org/html/rfc3977#section-6.2.1))
* [ ] HEAD command ([section 6.2.2](https://tools.ietf.org/html/rfc3977#section-6.2.2))
* [ ] BODY command ([section 6.2.3](https://tools.ietf.org/html/rfc3977#section-6.2.3))
* [ ] STAT command ([section 6.2.4](https://tools.ietf.org/html/rfc3977#section-6.2.4))
* [ ] POST command ([section 6.3.1](https://tools.ietf.org/html/rfc3977#section-6.3.1))
* [ ] IHAVE command ([section 6.3.2](https://tools.ietf.org/html/rfc3977#section-6.3.2))
* [ ] Informational ([section 7](https://tools.ietf.org/html/rfc3977#section-7)):
* [ ] DATE command ([section 7.1](https://tools.ietf.org/html/rfc3977#section-7.1))
* [ ] HELP command ([section 7.2](https://tools.ietf.org/html/rfc3977#section-7.2))
* [ ] NEWGROUPS command ([section 7.3](https://tools.ietf.org/html/rfc3977#section-7.3))
* [ ] NEWNEWS command ([section 7.4](https://tools.ietf.org/html/rfc3977#section-7.4))
* [ ] LIST commands ([section 7.6](https://tools.ietf.org/html/rfc3977#section-7.6))
* [ ] DATE command ([section 7.1](https://tools.ietf.org/html/rfc3977#section-7.1))
* [ ] HELP command ([section 7.2](https://tools.ietf.org/html/rfc3977#section-7.2))
* [ ] NEWGROUPS command ([section 7.3](https://tools.ietf.org/html/rfc3977#section-7.3))
* [ ] NEWNEWS command ([section 7.4](https://tools.ietf.org/html/rfc3977#section-7.4))
* [ ] LIST commands ([section 7.6](https://tools.ietf.org/html/rfc3977#section-7.6))