summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-11-09 08:04:15 -0300
committerEuAndreh <eu@euandre.org>2023-11-09 08:07:06 -0300
commit4a89065f533162d5e4f00544cd63c631485ecf48 (patch)
treecbda31dab20b1edb2f54dafc754adcb03d2e016f
parentTODOs.md: Add #td-ed5d15f4-ec30-7411-fa74-552a06569c91 (diff)
downloadpapod-4a89065f533162d5e4f00544cd63c631485ecf48.tar.gz
papod-4a89065f533162d5e4f00544cd63c631485ecf48.tar.xz
TODOs.md: Add #td-faf15e3f-4a57-a99e-55c6-53ffd7448962
-rw-r--r--TODOs.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODOs.md b/TODOs.md
index f031376..b85debd 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -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