Update README.md
This commit is contained in:
parent
4ba3578d11
commit
c228302ff8
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ 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 connection process
|
- [ ] 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
|
||||||
- [ ] Broadcast QUIT
|
- [x] Broadcast QUIT
|
||||||
- [ ] DNS lookup
|
- [ ] DNS lookup
|
||||||
- [ ] Identity management
|
- [ ] Identity management
|
||||||
- [ ] Implement services.
|
- [ ] Implement services.
|
||||||
|
|
Loading…
Reference in a new issue