Update todo.md
Some checks are pending
Check syntax / check (push) Waiting to run
Some checks are pending
Check syntax / check (push) Waiting to run
This commit is contained in:
parent
fbc0dcb156
commit
f0698a7f22
1 changed files with 3 additions and 3 deletions
6
todo.md
6
todo.md
|
@ -1,6 +1,6 @@
|
||||||
# To-Do list
|
# To-Do list
|
||||||
- [ ] Implement the base of an IRCd, using Libera.Chat and RFC1459 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](https://mastodon.swee.codes/@swee/113659491393674897)
|
||||||
- [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
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
- [ ] Wildcard logic (for +b and +q)
|
- [ ] Wildcard logic (for +b and +q)
|
||||||
- [x] Send PING and wait for PONG
|
- [x] Send PING and wait for PONG
|
||||||
- [x] Reply PONG if received PING
|
- [x] Reply PONG if received PING
|
||||||
- [x] Change of nicknames
|
- [x] [Change of nicknames](https://mastodon.swee.codes/@swee/113642104470536887)
|
||||||
- [ ] Change of hostnames
|
- [ ] Change of hostnames
|
||||||
- [x] Away
|
- [x] Away
|
||||||
- [ ] Multi-server support
|
- [ ] Multi-server support
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
- [ ] Map PASS
|
- [ ] Map PASS
|
||||||
- [ ] Mock SASL PLAIN
|
- [ ] Mock SASL PLAIN
|
||||||
- [ ] SSL/TLS
|
- [ ] SSL/TLS
|
||||||
- [x] Use a thread to accept connections on SSL port 6697
|
- [x] [Use a thread to accept connections on SSL port 6697](https://mastodon.swee.codes/@swee/113762525145710774)
|
||||||
- [ ] Automatically reload the certificate if defined in config.
|
- [ ] Automatically reload the certificate if defined in config.
|
||||||
- [ ] Add IRCv3 features.
|
- [ ] Add IRCv3 features.
|
||||||
- [x] List capabilities (`CAP LS 302`)
|
- [x] List capabilities (`CAP LS 302`)
|
||||||
|
|
Loading…
Reference in a new issue