summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/roadmap.rst24
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?