From f0698a7f2275ab53f5816dc06532d7ea6a2f1fd2 Mon Sep 17 00:00:00 2001 From: swee Date: Thu, 2 Jan 2025 20:38:57 -0800 Subject: [PATCH] Update todo.md --- todo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/todo.md b/todo.md index 8889925..5064fc0 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,6 @@ # To-Do list - [ ] 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] Implement proper PRIVMSG - [x] Broadcast QUIT @@ -11,7 +11,7 @@ - [ ] Wildcard logic (for +b and +q) - [x] Send PING and wait for PONG - [x] Reply PONG if received PING - - [x] Change of nicknames + - [x] [Change of nicknames](https://mastodon.swee.codes/@swee/113642104470536887) - [ ] Change of hostnames - [x] Away - [ ] Multi-server support @@ -57,7 +57,7 @@ - [ ] Map PASS - [ ] Mock SASL PLAIN - [ ] 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. - [ ] Add IRCv3 features. - [x] List capabilities (`CAP LS 302`)