update todo list

This commit is contained in:
Nova Cat 2024-12-09 17:25:16 -08:00
parent 953c4a5c8d
commit bbdb7929a6

View file

@ -11,8 +11,8 @@ TODO:
- [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
- [ ] DNS lookup - [x] DNS lookup
- [ ] Identity management - [x] Identity management
- [ ] WallOps - [ ] WallOps
- [ ] Channel invite system - [ ] Channel invite system
- [ ] Wildcard logic (for +b and +q) - [ ] Wildcard logic (for +b and +q)
@ -52,6 +52,8 @@ TODO:
- [ ] ChanServ - [ ] ChanServ
- [ ] GitServ (Custom user for pull/restart) - [ ] GitServ (Custom user for pull/restart)
- [ ] Link `PRIVMSG *serv` to `*serv` - [ ] Link `PRIVMSG *serv` to `*serv`
- [ ] Extra (not planned) features
- [ ] ident support
- [ ] Add IRCv3 features. - [ ] Add IRCv3 features.
- [x] List capabilities (`CAP LS 302`) - [x] List capabilities (`CAP LS 302`)
- [ ] `away-notify` - [ ] `away-notify`