From 8af88918a121429f3bdf6e12cb10c0229e18e87f Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Sat, 17 Mar 2018 00:27:56 +0100 Subject: [PATCH] Update TODO. --- TODO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TODO.md b/TODO.md index 74cbefc..0dcfa9b 100644 --- a/TODO.md +++ b/TODO.md @@ -27,6 +27,8 @@ - [X] Send messages - [X] Sync - [X] Redact + - [X] Kick + - [X] Redact - [X] Topic - [X] Join - [X] Part @@ -47,6 +49,11 @@ - [X] Topic - [X] Print sent messages without waiting for a sync - [X] Old message sync (rooms/{roomid}/messages) + - [X] Handle calculation of room display names + - [ ] Handle invited users that haven't yet joined + - treat them as semi-joined + - keep them in the nicklist (but appropriately stylized) + - take them into account when calculating room display names - [X] Redactions - [X] Power levels - [X] Invite @@ -100,6 +107,7 @@ - [X] Fix Reconnect handling - [X] Fetch messages if we scroll to the top (hook_signal window_scroll) - [X] Status bar element if we're fetching old messages + - [ ] Prevent self-highlighting when mentioning yourself from another client. - [O] Color and attributes. - [X] Parsing the input line - [X] Converting the input to weechat output @@ -114,6 +122,10 @@ - [X] Join private rooms - [ ] Create rooms if they don't exist - [ ] Completion + - [X] Kick + - [X] Completion + - [ ] Query + - [ ] Completion - [ ] Part - [ ] Completion - [ ] Invite