log src/memory/sqlite.py @ 2526:35d591086974

age author description
Fri, 16 Mar 2018 17:03:46 +0100 Goffi core (memory, sqlite): added fileUpdate method to update "extra" and "access" avoiding race condition
Fri, 02 Mar 2018 17:36:43 +0100 Goffi core (memory/sqlite): renamed column for files from hash to file_hash:
Wed, 28 Feb 2018 18:28:39 +0100 Goffi memory (sqlite): files handling:
Fri, 26 Jan 2018 11:14:13 +0100 Goffi dates update
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Fri, 22 Sep 2017 18:04:14 +0200 Goffi core (memory/sqlite): typo
Thu, 21 Sep 2017 21:53:28 +0200 Goffi core (memory/sqlite): better stability:
Wed, 29 Mar 2017 19:27:52 +0200 Goffi memory (persistent, sqlite): fixed getPrivates bug with keys arguments and its use in LazyPersistentBinaryDict
Sun, 12 Mar 2017 19:33:17 +0100 Goffi memory (persistent, sqlite): better private values handling + new LazyPersistentBinaryDict:
Sun, 12 Feb 2017 17:55:43 +0100 Goffi core, jp: component handling + client handling refactoring:
Tue, 07 Feb 2017 00:15:03 +0100 Goffi memory (sqlite): introduced component table, schema updated:
Mon, 18 Jul 2016 00:52:02 +0200 Goffi backend (memory), frontends: improved history filtering:
Sun, 19 Jun 2016 22:22:13 +0200 Goffi memory (sqlite): fixed handling of extra (pickled data) by using sqlite3.Binary
Sun, 19 Jun 2016 22:22:12 +0200 Goffi memory (sqlite): better handling of IntegrityError
Tue, 24 May 2016 22:11:04 +0200 Goffi backend, frontend: messages refactoring (huge commit, not finished):
Sun, 17 Apr 2016 14:45:26 +0200 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Mon, 30 Nov 2015 20:42:14 +0100 Goffi core (sqlite storage): do explicit delete to profile linked tables for deleteProfile
Sat, 15 Aug 2015 22:24:40 +0200 Goffi tmp (wokkel.rsm): use of super instead of direct call in PubSubRequest
Thu, 16 Apr 2015 14:57:57 +0200 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Sat, 04 Oct 2014 10:25:32 +0200 souliane bridge, memory: add "search" attribute to getHistory (filter the results with a unix globbing pattern)
Wed, 24 Sep 2014 13:49:43 +0200 souliane memory: add Parameter "Chat history limit"
Fri, 03 Oct 2014 12:43:59 +0200 souliane memory: getHistory with limit=0 now returns an empty list, use limit=None to return all messages
Sun, 06 Jul 2014 21:54:07 +0200 souliane memory (sqlite): fixes upgrade Deferred issue
Thu, 12 Jun 2014 15:56:41 +0200 souliane memory (sqlite): fixes upgrade to database v2
Fri, 23 May 2014 13:00:35 +0200 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
Fri, 23 May 2014 09:59:15 +0200 souliane memory: auto-update configuration file with libervia's passphrase when migrating the database
Wed, 07 May 2014 16:02:23 +0200 souliane core, memory, bridge: added profile password + password encryption:
Wed, 07 May 2014 15:44:31 +0200 souliane better PEP-8 compliance
Sat, 19 Apr 2014 19:19:19 +0200 Goffi core: use of the new core.log module:
Tue, 25 Mar 2014 14:57:38 +0100 souliane memory: be sure that local_dir exists before creating a new database
Mon, 24 Mar 2014 16:21:14 +0100 souliane plugin account: bug fix profile deletion from the database + unsubscribe the contacts
Sun, 23 Feb 2014 23:30:32 +0100 Goffi core (sqlite): automatic database update:
Wed, 12 Feb 2014 21:46:48 +0100 souliane memory (sqlite): the result of pickle.dumps in addToHistory must be encoded for the special characters to be stored.
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Wed, 23 Oct 2013 00:28:00 +0200 souliane memory: fixed getHistory behavior when parameter between=True:
Thu, 07 Nov 2013 15:29:39 +0100 Goffi core, bridge: extra parameter is saved in history:
Thu, 20 Jun 2013 17:17:35 +0200 Goffi core: fixed bad database creation on first run in sqlite storage
Fri, 08 Mar 2013 00:36:22 +0100 Goffi fixed licences in docstrings (they are now in comments)
Mon, 21 Jan 2013 00:59:50 +0100 Goffi core: added forgotten errback in sqlite's deleteProfile
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/memory.
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Remove every old-style class.
Fri, 18 Jan 2013 17:55:34 +0100 Emmanuel Gil Peyrot Remove trailing whitespaces.
Mon, 07 Jan 2013 23:30:13 +0100 Goffi dates update
Mon, 07 Jan 2013 00:57:50 +0100 Goffi core: sqlite storage constraint fix
Sat, 10 Nov 2012 16:38:16 +0100 Goffi core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
Wed, 17 Oct 2012 00:35:48 +0200 Goffi core, bridge, quick_frontend: MUC private messages history management:
Wed, 01 Aug 2012 22:53:02 +0200 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
Tue, 06 Mar 2012 09:07:24 +0100 Goffi copyleft date update
Sun, 04 Dec 2011 16:18:56 +0100 Goffi core: - history management improved
Sat, 03 Dec 2011 22:21:27 +0100 Goffi core: fixed bad query in Sqlite storage
Wed, 30 Nov 2011 00:23:50 +0100 Goffi core: sqlite persistentBinaryDict storage fix
Sun, 20 Nov 2011 15:34:37 +0100 Goffi core: - memory refactoring (moved memory.py and sqlite.py from tools to memory) base src/tools/sqlite.py@24a6be592998