Update todo.md

This commit is contained in:
Nova Cat 2024-12-15 18:48:14 -08:00
parent 54060a04e2
commit 863dde36d2

View file

@ -1,5 +1,5 @@
# To-Do list # To-Do list
- [ ] Implement the base of an IRCd, using Libera.Chat as a reference - [ ] Implement the base of an IRCd, using Libera.Chat and RFC1459 as a reference
- [x] 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