Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | database: Define chatlog database location | Michael Vetter | 2020-04-06 | 1 | -6/+11 | |
| | ||||||
* | database: create table | Michael Vetter | 2020-04-06 | 1 | -2/+13 | |
| | ||||||
* | Start SQLite db module | Michael Vetter | 2020-04-06 | 1 | -0/+70 | |
I plan to save all messages in an SQLite db. For retrieving information it's nicer than having it in a text file. We will have more info in there and easier to parse it. This will also be good for later MAM (https://github.com/profanity-im/profanity/issues/660). Regular text files will still be an option for users so that they can easily grep them and do whatever they like. Internally Profanity will only use the SQLite db. |