diff options
-rw-r--r-- | README.txt | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -47,14 +47,14 @@ Roadmap - [x] receiving one-to-one text messages - [x] sending one-to-one text messages - [ ] refactoring - - [ ] consistent error handling (including semantic error codes) - - [ ] signal handling - - [ ] logging / debug flags and output - - [ ] implement 'disconnecting' state - [ ] proper memory management - - [ ] audit functions combined with every possible state - [ ] fix random crashes (if still existing) - [ ] handle roster updates + - [ ] implement 'disconnecting' state + - [ ] audit functions combined with every possible state + - [ ] consistent error handling (including semantic error codes) + - [ ] logging / debug flags and output + - [ ] signal handling - [ ] improve performance (if still an issue) - [ ] write docstrings - [ ] persistence with sqlite3 |