log src/memory/sqlite.py @ 2368:3865a772c360

age author description
2017-09-22 Goffi core (memory/sqlite): typo
2017-09-21 Goffi core (memory/sqlite): better stability:
2017-03-29 Goffi memory (persistent, sqlite): fixed getPrivates bug with keys arguments and its use in LazyPersistentBinaryDict
2017-03-12 Goffi memory (persistent, sqlite): better private values handling + new LazyPersistentBinaryDict:
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2017-02-06 Goffi memory (sqlite): introduced component table, schema updated:
2016-07-17 Goffi backend (memory), frontends: improved history filtering:
2016-06-19 Goffi memory (sqlite): fixed handling of extra (pickled data) by using sqlite3.Binary
2016-06-19 Goffi memory (sqlite): better handling of IntegrityError
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-01-03 Goffi copyright update
2015-11-30 Goffi core (sqlite storage): do explicit delete to profile linked tables for deleteProfile
2015-08-15 Goffi tmp (wokkel.rsm): use of super instead of direct call in PubSubRequest
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2014-10-04 souliane bridge, memory: add "search" attribute to getHistory (filter the results with a unix globbing pattern)
2014-09-24 souliane memory: add Parameter "Chat history limit"
2014-10-03 souliane memory: getHistory with limit=0 now returns an empty list, use limit=None to return all messages
2014-07-06 souliane memory (sqlite): fixes upgrade Deferred issue
2014-06-12 souliane memory (sqlite): fixes upgrade to database v2
2014-05-23 souliane memory: synchronize the upgrade to database v2 to be sure libervia's profile password is read to be written in the config file before its encryption
2014-05-23 souliane memory: auto-update configuration file with libervia's passphrase when migrating the database
2014-05-07 souliane core, memory, bridge: added profile password + password encryption:
2014-05-07 souliane better PEP-8 compliance
2014-04-19 Goffi core: use of the new core.log module:
2014-03-25 souliane memory: be sure that local_dir exists before creating a new database
2014-03-24 souliane plugin account: bug fix profile deletion from the database + unsubscribe the contacts
2014-02-23 Goffi core (sqlite): automatic database update:
2014-02-12 souliane memory (sqlite): the result of pickle.dumps in addToHistory must be encoded for the special characters to be stored.
2014-02-04 Goffi dates update
2013-12-29 Goffi core: i18n refactoring:
2013-10-22 souliane memory: fixed getHistory behavior when parameter between=True:
2013-11-07 Goffi core, bridge: extra parameter is saved in history:
2013-06-20 Goffi core: fixed bad database creation on first run in sqlite storage
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-20 Goffi core: added forgotten errback in sqlite's deleteProfile
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/memory.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-07 Goffi dates update
2013-01-06 Goffi core: sqlite storage constraint fix
2012-11-10 Goffi core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
2012-10-16 Goffi core, bridge, quick_frontend: MUC private messages history management:
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-03-06 Goffi copyleft date update
2011-12-04 Goffi core: - history management improved
2011-12-03 Goffi core: fixed bad query in Sqlite storage
2011-11-29 Goffi core: sqlite persistentBinaryDict storage fix
2011-11-20 Goffi core: - memory refactoring (moved memory.py and sqlite.py from tools to memory) base src/tools/sqlite.py@24a6be592998