update todo list

This commit is contained in:
Nova Cat 2024-12-09 17:23:12 -08:00
parent 2344c185fe
commit 953c4a5c8d

View file

@ -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