aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-02-27 01:03:29 +0100
committerMax Audron <audron@cocaine.farm>2025-02-27 01:03:29 +0100
commite4338a9d9d0a76029bca376c2bcb499962575e87 (patch)
treea0c14be508381e3f5091d1872210edd612f57dde /README.md
parentimplement NetworkId UserType (diff)
extend docs and reorganize files
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 19 insertions, 17 deletions
diff --git a/README.md b/README.md
index 60de75d..b14387d 100644
--- a/README.md
+++ b/README.md
@@ -17,20 +17,22 @@ Native rust implementation of the Quassel protocol and library functions
# TODOs
-- [TODO] Implementation of Syncable Objects {#implementation-of-syncable-objects}
- - [DONE] AliasManager
- - [TODO] BacklogManager
- - [DONE] BufferSyncer
- - [DONE] BufferViewConfig
- - [DONE] BufferViewManager
- - [DONE] CertManager
- - [DONE] CoreInfo
- - [DONE] HighlightRuleManager
- - [DONE] Identity
- - [DONE] IgnoreListManager
- - [DONE] IrcChannel
- - [TODO] IrcListHelper
- - [TODO] IrcUser
- - [TODO] Network
- - [TODO] NetworkInfo
- - [TODO] NetworkConfig
+- [ ] Implementation of Syncable Objects
+ - [X] AliasManager
+ - [ ] BacklogManager
+ - [X] BufferSyncer
+ - [X] BufferViewConfig
+ - [X] BufferViewManager
+ - [X] CertManager
+ - [X] CoreInfo
+ - [X] HighlightRuleManager
+ - [X] Identity
+ - [X] IgnoreListManager
+ - [X] IrcChannel
+ - [ ] IrcListHelper
+ - [X] IrcUser
+ - [X] Network
+ - [X] NetworkInfo
+ - [X] NetworkConfig
+- [ ] Rework Error handling to actually handle errors
+- [ ] Rewrite the parsers using nom