From 953c4a5c8de8de18802c82ee1754e8dba068a615 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Mon, 9 Dec 2024 17:23:12 -0800 Subject: [PATCH] update todo list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91c17ee..57c4029 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Lightweight IRCd in Python TODO: - [ ] Implement the base of an IRCd, using Libera.Chat as a reference - - [ ] Add the (full) connection process + - [x] Add the (full) connection process - [x] Add join/part, and it's requirements (WHO, etc) - [x] Implement proper PRIVMSG - [x] Broadcast QUIT @@ -16,7 +16,7 @@ TODO: - [ ] WallOps - [ ] Channel invite system - [ ] Wildcard logic (for +b and +q) - - [ ] Send PING and wait for PONG + - [x] Send PING and wait for PONG - [x] Reply PONG if received PING - [ ] Change of nicknames - [ ] Change of hostnames