diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-10-20 21:24:07 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-10-20 21:24:07 -0500 |
commit | f0b93483f8ee7f22ed50da3b756bc40043ddff9f (patch) | |
tree | 4f414d02bc6eeaae9c8a88134d9259484e6a1bed /doc | |
parent | 8b92336a355a70cca6a665fead1149a17ccdd5ec (diff) | |
download | netconfapk-f0b93483f8ee7f22ed50da3b756bc40043ddff9f.tar.gz netconfapk-f0b93483f8ee7f22ed50da3b756bc40043ddff9f.tar.bz2 netconfapk-f0b93483f8ee7f22ed50da3b756bc40043ddff9f.tar.xz netconfapk-f0b93483f8ee7f22ed50da3b756bc40043ddff9f.zip |
Add initial logging system implementation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/roadmap.rst | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/doc/roadmap.rst b/doc/roadmap.rst index b4517bb..8cc3670 100644 --- a/doc/roadmap.rst +++ b/doc/roadmap.rst @@ -22,6 +22,8 @@ * [X] Respond to state requests +* [ ] Handle per-module RPC requests + The module management system will be the heart of ``ncserver``. Similar to modules in Charybdis/Atheme or GlorIRCd. Each module will provide a piece of @@ -58,14 +60,14 @@ Resolved TBDs -[ ] Logging system +[/] Logging system ------------------ -* [ ] Output format +* [X] Output format -* [ ] Configuration +* [X] Configuration -* [ ] Event logging +* [/] Event logging * [ ] auth @@ -87,13 +89,13 @@ Resolved TBDs * [ ] RPC success - * [ ] config + * [/] config * [ ] Configuration editing * [ ] Configuration edited - * [ ] Configuration reading + * [X] Configuration reading * [ ] Configuration operation denied @@ -111,16 +113,16 @@ This feature will require in-depth discussion. -[ ] Service management module +[/] Service management module ----------------------------- -* [ ] Design API +* [X] Design API -* [ ] Design YANG model +* [X] Design YANG model -* [ ] Implement module +* [X] Implement module - * [ ] OpenRC + * [/] OpenRC * [ ] s6? |