aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-03-01 20:00:36 +0100
committerMax Audron <audron@cocaine.farm>2025-03-01 20:02:12 +0100
commit09bdd93113e46a5ee909190d23a2638c5f4f010b (patch)
tree8bf27da0c09317302e6c3b2d2020ac2b7403b650 /README.md
parentadd UserType implementation for required signalproxy objects (diff)
implement rpc calls
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