Update TODO.
This commit is contained in:
parent
c9d953dc4d
commit
8af88918a1
1 changed files with 12 additions and 0 deletions
12
TODO.md
12
TODO.md
|
@ -27,6 +27,8 @@
|
||||||
- [X] Send messages
|
- [X] Send messages
|
||||||
- [X] Sync
|
- [X] Sync
|
||||||
- [X] Redact
|
- [X] Redact
|
||||||
|
- [X] Kick
|
||||||
|
- [X] Redact
|
||||||
- [X] Topic
|
- [X] Topic
|
||||||
- [X] Join
|
- [X] Join
|
||||||
- [X] Part
|
- [X] Part
|
||||||
|
@ -47,6 +49,11 @@
|
||||||
- [X] Topic
|
- [X] Topic
|
||||||
- [X] Print sent messages without waiting for a sync
|
- [X] Print sent messages without waiting for a sync
|
||||||
- [X] Old message sync (rooms/{roomid}/messages)
|
- [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] Redactions
|
||||||
- [X] Power levels
|
- [X] Power levels
|
||||||
- [X] Invite
|
- [X] Invite
|
||||||
|
@ -100,6 +107,7 @@
|
||||||
- [X] Fix Reconnect handling
|
- [X] Fix Reconnect handling
|
||||||
- [X] Fetch messages if we scroll to the top (hook_signal window_scroll)
|
- [X] Fetch messages if we scroll to the top (hook_signal window_scroll)
|
||||||
- [X] Status bar element if we're fetching old messages
|
- [X] Status bar element if we're fetching old messages
|
||||||
|
- [ ] Prevent self-highlighting when mentioning yourself from another client.
|
||||||
- [O] Color and attributes.
|
- [O] Color and attributes.
|
||||||
- [X] Parsing the input line
|
- [X] Parsing the input line
|
||||||
- [X] Converting the input to weechat output
|
- [X] Converting the input to weechat output
|
||||||
|
@ -114,6 +122,10 @@
|
||||||
- [X] Join private rooms
|
- [X] Join private rooms
|
||||||
- [ ] Create rooms if they don't exist
|
- [ ] Create rooms if they don't exist
|
||||||
- [ ] Completion
|
- [ ] Completion
|
||||||
|
- [X] Kick
|
||||||
|
- [X] Completion
|
||||||
|
- [ ] Query
|
||||||
|
- [ ] Completion
|
||||||
- [ ] Part
|
- [ ] Part
|
||||||
- [ ] Completion
|
- [ ] Completion
|
||||||
- [ ] Invite
|
- [ ] Invite
|
||||||
|
|
Loading…
Reference in a new issue