diff options
-rw-r--r-- | TODOs.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -12,6 +12,20 @@ # Decisions +## TODO Accepted dependencies {#td-faf15e3f-4a57-a99e-55c6-53ffd7448962} +- TODO in 2023-11-09 + +--- + +- Node.js: for running the application; +- SQLite: for storing data for history, queues and auth; +- maybe some library with Node.js binding to SQLite. + +Since the fancy chat is going to be done first (see +[#td-ed5d15f4-ec30-7411-fa74-552a06569c91](#td-ed5d15f4-ec30-7411-fa74-552a06569c91)), +it may be possible to postpone the SASL authentication and rely only on the +`NickServ` authentication for now. + ## TODO IRCv3+ first, RFC 1459 after {#td-ed5d15f4-ec30-7411-fa74-552a06569c91} - TODO in 2023-11-09 |