diff options
author | EuAndreh <eu@euandre.org> | 2023-11-09 08:04:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-09 08:07:06 -0300 |
commit | 4a89065f533162d5e4f00544cd63c631485ecf48 (patch) | |
tree | cbda31dab20b1edb2f54dafc754adcb03d2e016f | |
parent | TODOs.md: Add #td-ed5d15f4-ec30-7411-fa74-552a06569c91 (diff) | |
download | papod-4a89065f533162d5e4f00544cd63c631485ecf48.tar.gz papod-4a89065f533162d5e4f00544cd63c631485ecf48.tar.xz |
TODOs.md: Add #td-faf15e3f-4a57-a99e-55c6-53ffd7448962
-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 |