diff options
| author | Max Audron <audron@cocaine.farm> | 2025-02-27 01:03:29 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-02-27 01:03:29 +0100 |
| commit | e4338a9d9d0a76029bca376c2bcb499962575e87 (patch) | |
| tree | a0c14be508381e3f5091d1872210edd612f57dde /README.md | |
| parent | implement NetworkId UserType (diff) | |
extend docs and reorganize files
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 36 |
1 files changed, 19 insertions, 17 deletions
@@ -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 |
