From f75d1fcf975a60ed6da92fd6fa6390b321d38876 Mon Sep 17 00:00:00 2001 From: swee Date: Wed, 22 Jan 2025 22:29:37 -0800 Subject: [PATCH] Update todo.md --- todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 21a86de..6a57f35 100644 --- a/todo.md +++ b/todo.md @@ -57,7 +57,6 @@ - [x] Store credentials in an SQLite3 file. - [x] Map NickServ IDENTIFY - [ ] Map PASS - - [ ] Mock SASL PLAIN - [ ] SSL/TLS - [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. @@ -65,5 +64,6 @@ - [x] List capabilities (`CAP LS 302`) - [ ] `away-notify` - [ ] `tls` (STARTTLS) + - [ ] `sasl` - 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