From 8b82af4261c27de64feb97991d80a443683e18d4 Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 10 Dec 2024 22:39:56 -0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fae6007..d685069 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,19 @@ TODO: - [ ] Link `PRIVMSG *serv` to `*serv` - [ ] Extra (not planned) features - [ ] ident support +- [ ] Authentication + - [ ] Make the server able to change the client's host + - [ ] Store credentials in an SQLite3 file. + - [ ] Map NickServ IDENTIFY + - [ ] Map PASS + - [ ] Mock SASL PLAIN +- [ ] SSL/TLS + - [ ] Use a thread to accept connections on SSL port 6697 + - [ ] Automatically reload the certificate if defined in config. - [ ] Add IRCv3 features. - [x] List capabilities (`CAP LS 302`) - [ ] `away-notify` + - [ ] `tls` (STARTTLS) - Will research later. I am going to fully read [RFC 1459](https://datatracker.ietf.org/doc/html/rfc1459) soon and add each part to the TODO. \ No newline at end of file