aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b14387d..719a686 100644
--- a/README.md
+++ b/README.md
@@ -34,5 +34,9 @@ Native rust implementation of the Quassel protocol and library functions
- [X] Network
- [X] NetworkInfo
- [X] NetworkConfig
+- [ ] Implement RPC Calls
+ - [X] RPC Call Objects
+ - [X] Serialization
+ - [ ] Add to SessionManager
- [ ] Rework Error handling to actually handle errors
- [ ] Rewrite the parsers using nom