2021-06-09 |
Goffi |
memory(sqlite): fix encoding when loading pickled data
|
2021-06-04 |
Goffi |
memory (sqlite): work around encoding issues with pickle
|
2021-05-06 |
Goffi |
core (memory/sqlite): return 0 instead of None when user has no file yet
|
2021-05-05 |
Goffi |
core (memory, sqlite): new `fileGetUsedSpace` method
|
2021-03-19 |
Goffi |
date update
|
2020-08-01 |
Goffi |
core (memory): files are now public by default except for those in root directory:
|
2020-05-29 |
Goffi |
core (memory/sqlite): new database schema (v9):
|
2020-02-26 |
Goffi |
memory (sqlite): don't store empty messages
|
2020-02-09 |
Goffi |
core (memory/crypto): replaced `PyCrypto` by `cryptography`:
|
2020-01-29 |
Goffi |
fixed shebangs
|
2020-01-29 |
Goffi |
dates update
|
2020-01-25 |
Goffi |
core: backend autoconnection:
|
2019-12-05 |
Goffi |
core (memory/sqlite): added `before_uid` filter to retrieve history before a message UID
|
2019-08-13 |
Goffi |
Python 3 port:
|
2019-07-18 |
Goffi |
memory (sqlite): properly wait for messages to be writen in database:
|
2019-07-06 |
Goffi |
memory (sqlite): fixed order for last_stanza_id:
|
2019-06-21 |
Goffi |
memory (sqlite): exit with an error if current db version is higher than version expected in current code
|
2019-04-28 |
Goffi |
core (memory, memory/sqlite): implemented fileDelete
|
2019-04-26 |
Goffi |
memory (sqlite): minor log improvment
|
2019-04-26 |
Goffi |
memory (sqlite): fixed fileUpdate when original value is not set (NULL)
|
2019-04-07 |
Goffi |
memory (sqlite): cast timestamp_start filter to float instead of int
|
2019-04-07 |
Goffi |
core (memory/sqlite): display arguments in logs in case of too many db/interaction tries
|
2019-03-09 |
Goffi |
core (memory/sqlite): added a "timestamp_start" filter to retrieve history from a specific point in time
|
2019-01-19 |
Goffi |
memory (sqlite): optimizations
|
2019-01-12 |
Goffi |
date update
|
2019-01-11 |
Goffi |
misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
|
2019-01-04 |
Goffi |
memory (sqlite): minor comment move
|
2019-01-04 |
Goffi |
memory (sqlite): retry _runInteraction in the same way as for _runQuery, this improve reliability
|
2019-01-02 |
Goffi |
core (memory/sqlite): new delPrivateNamespace method to delete all data of a specific namespace for a profile.
|
2018-12-11 |
Goffi |
core (memory/sqlite): further improvments in update_v7:
|
2018-12-11 |
Goffi |
core (memory/sqlite): fixed v7 update performance issue:
|
2018-12-10 |
Goffi |
core (memory/sqlite): do not call commitStatements if there is nothing to commit in checkUpdates
|
2018-12-09 |
Goffi |
core (memory/sqlite): changed history constraint
|
2018-12-07 |
Goffi |
plugin XEP-0045: MAM implementation for MUC
|
2018-12-01 |
Goffi |
core (memory/sqlite): skip a line before debug log showing statements
|
2018-12-01 |
Goffi |
core (memory/sqlite): added stanza_id:
|
2018-04-02 |
Goffi |
core, setup: huge cleaning:
base
src/memory/sqlite.py@4c7dae7e53b4
|