update todo list
This commit is contained in:
parent
2344c185fe
commit
953c4a5c8d
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Lightweight IRCd in Python
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- [ ] Implement the base of an IRCd, using Libera.Chat as a reference
|
- [ ] Implement the base of an IRCd, using Libera.Chat as a reference
|
||||||
- [ ] Add the (full) connection process
|
- [x] Add the (full) connection process
|
||||||
- [x] Add join/part, and it's requirements (WHO, etc)
|
- [x] Add join/part, and it's requirements (WHO, etc)
|
||||||
- [x] Implement proper PRIVMSG
|
- [x] Implement proper PRIVMSG
|
||||||
- [x] Broadcast QUIT
|
- [x] Broadcast QUIT
|
||||||
|
@ -16,7 +16,7 @@ TODO:
|
||||||
- [ ] WallOps
|
- [ ] WallOps
|
||||||
- [ ] Channel invite system
|
- [ ] Channel invite system
|
||||||
- [ ] Wildcard logic (for +b and +q)
|
- [ ] Wildcard logic (for +b and +q)
|
||||||
- [ ] Send PING and wait for PONG
|
- [x] Send PING and wait for PONG
|
||||||
- [x] Reply PONG if received PING
|
- [x] Reply PONG if received PING
|
||||||
- [ ] Change of nicknames
|
- [ ] Change of nicknames
|
||||||
- [ ] Change of hostnames
|
- [ ] Change of hostnames
|
||||||
|
|
Loading…
Reference in a new issue