Update README.md
This commit is contained in:
parent
86d7f5f677
commit
4ba3578d11
1 changed files with 11 additions and 3 deletions
14
README.md
14
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
|
||||
- [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.
|
Loading…
Reference in a new issue