From 4ba3578d11bd22284a56c54a1f11cb9fae310d2f Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 8 Dec 2024 15:37:25 -0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2654b92..5a41a0e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ # IRCat -IRCd in Python +Lightweight IRCd in Python TODO: - [ ] Implement the base of an IRCd, using Libera.Chat as a reference - [ ] Add the connection process - [x] Add join/part, and it's requirements (WHO, etc) - - [ ] Implement proper PRIVMSG - - [ ] Broadcast QUIT \ No newline at end of file + - [x] Implement proper PRIVMSG + - [ ] Broadcast QUIT + - [ ] DNS lookup + - [ ] Identity management +- [ ] Implement services. + - [ ] Nickserv + - [ ] ChanServ + - [ ] Link `PRIVMSG *serv` and `*s` to `*serv` +- [ ] Add IRCv3 features. + - Will research later. \ No newline at end of file