log src/memory/memory.py @ 1669:697effba0310

age author description
2015-11-23 souliane memory: fixes asyncCreateProfile to not overwrite the personal key
2015-11-14 Goffi core, bridge: added a profileSetDefault method
2015-11-14 Goffi core: profile session starting and connection are now separated. Moved profile session starting/authentication to memory module
2015-11-14 Goffi core, bridge (params): added asyncGetParamsValuesFromCategory (yes that's a long name!) method to retrive params names and values for a given category
2015-11-14 Goffi bridge, core(params): removed obsolete methods:
2015-09-29 Goffi plugin ip, params: plugin IP discovery, first draft:
2015-09-25 Goffi core (memory, params): minor docstrings updates
2015-08-18 Goffi core (memory): fixed a double timer.cancel in Sessions
2015-08-15 Goffi core: getProfileName no raise ProfileUnknownError + minor doc fixes
2015-08-15 Goffi core (memory): Sessions fixes:
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
2015-03-25 souliane memory, plugin XEP-0045: getMainResource returns None when asking a MUC entity + fixes /whois on a MUC (bare) entity
2015-03-19 Goffi core: if we are in dev version and it's possible, repository data are now checked and added to SàT version
2015-02-09 Goffi core (memory): updateEntityData now accept a "silent" argument to avoid sending signal to frontends when updating an attribute with "signalOnUpdate" flag. frontends_multi_profiles
2015-02-09 Goffi core: added getEntitiesData which get cache data for several entities at once frontends_multi_profiles
2015-01-24 Goffi core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit): frontends_multi_profiles
2014-12-10 Goffi core: misc improvments: frontends_multi_profiles
2014-10-22 souliane memory: fixes issue in a test
2014-10-20 souliane memory: add method isContactConnected
2014-10-19 souliane memory: temporary dirty hack to fix the personnal key issue after the auth session expired
2014-10-17 souliane memory: don't save last resource in entity data for the MUC jids
2014-10-07 Goffi core: better management of default value in getConfig
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-09-22 souliane memory: session timeout won't be reset on each access if the Sessions() is called with resettable_timeout=False
2014-09-22 souliane memory: profileSessions.profileGetUnique was not resetting the timer
2014-09-22 souliane memory: handle the case where an existing session ID is re-used for creating a new session
2014-09-21 souliane memory: Sessions.newSession can be called with a forced session ID
2014-09-15 Matteo Cypriani misc: fixed some typos
2014-06-27 souliane memory (memory): delete profile session on profile deletion
2014-06-25 souliane memory: add helper methods encryptValue and decryptValue
2014-06-09 souliane memory, tools (config): move special config retrieval from memory to tools
2014-05-23 souliane tools: add missing file src/tools/config.py
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-10 souliane memory: add class ProfileSessions based on Sessions
2014-05-04 souliane memory, jp: added jp commands to load/save parameters template
2014-05-05 Goffi core (log): refactoring + twisted backend:
2014-04-30 souliane memory: fixes the method fixLocalDir for pid_dir and log_dir to use local_dir as default
2014-04-19 Goffi core: use of the new core.log module:
2014-03-28 Goffi core(memory): fixed last resource
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-28 Goffi core (memory): entities cache improvments:
2014-03-24 souliane memory: bug fix the current local_dir after sat.conf is auto-updated
2014-03-23 souliane core, memory: use XDG recommended paths as the defaults for the config and local directories
2014-03-22 Goffi core: removed default_config:
2014-03-22 Goffi core: added IQ_SET to core.constants + getLastResource now manage correctly jid.JID
2014-03-21 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
2014-03-21 Goffi core (memory): moved Params in its own module + introduced a new core/constants module, and moved some constants there
2014-03-21 Goffi core: minor docstring fixes
2014-03-03 souliane core (memory): asyncDeleteProfile can force the deletion of a profile, even if it's connected (when called from the backend only)
2014-03-03 souliane core, frontends: add method asyncDeleteProfile, remove synchronous methods createProfile and deleteProfile
2014-02-25 Goffi core (memory): added 'no' value management in configuration's booleans
2014-02-23 Goffi core (sqlite): automatic database update:
2014-02-17 souliane misc: fix unnamed arguments in format strings
2014-02-07 souliane memory: bug fix to not register twice frontends parameters + added some tests for param update
2014-02-04 Goffi core: registerNewAccount partial fix
2014-02-04 Goffi dates update
2014-02-04 Goffi core, frontends: XMLUI refactoring:
2014-01-05 souliane memory: factorize the node checks in Params.__constructProfileXml
2014-01-04 souliane memory: bug fix related to method paramsRegisterApp + getParams was not always returning a Deferred
2014-01-04 souliane memory: fixed wrong information in the docstrings for security_limit
2013-12-27 souliane core, bridge: new method paramsRegisterApp to register frontend's specific parameters
2013-12-29 Goffi core: i18n refactoring:
2013-12-24 Goffi backend, frontends: callbacks refactoring:
2013-12-24 Goffi core (memory): added optional profile checking in Sessions:
2013-12-24 Goffi core (memory): new Sessions management class (similar to dict)
2013-12-16 Goffi core, bridge: better GenericException handling
2013-12-16 souliane core: bug fix for requestServerDisco in sat_main.py + added getAllServerIdentities method in memory.py
2013-12-11 souliane plugin XEP-0033: implementation of the addressing feature:
2013-12-12 Goffi core: management of _list and _dict in sat.conf
2013-12-10 Goffi plugin XEP-0050: Ad-Hoc commands first draft (answering part)
2013-11-28 Goffi core (memory): fixed setDefault behaviour + minor refactoring
2013-10-22 souliane wix, misc: use picture of dimension 32x32 for tray icon + better PEP-8 compliance
2013-10-18 souliane core (memory): cleaned the part for load/save to xml (not used)
2013-11-07 Goffi core, bridge: extra parameter is saved in history:
2013-10-31 Goffi core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
2013-10-02 souliane bridge, memory: added the parameter security_limit to asyncGetParamA so it can be used from libervia. refactorization in memory.py are related to that.
2013-09-21 Goffi core: misc bug fixes
2013-09-07 souliane plugin XEP-0085: renamed category and parameter
2013-09-08 souliane core: fix for methods signature
2013-09-07 souliane core: added the security_limit to setParam
2013-09-05 souliane core: better handling of profile_key and don't write the param file anymore
2013-09-08 souliane core: memory's updateEntityData improvments.
2013-09-05 souliane core: security attribute added to the parameters
2013-06-20 Goffi core: fixed crash on first run, when no profile exist yet
2013-06-20 Goffi core: more explicit UnknownEntityError
2013-03-10 Goffi core: added Priority management
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
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 core, plugin imap, plugin smtp: fixed SMTP/IMAP integration. /!\ Profile need to be connected for IMAP server to work (will change in the future)
2013-01-07 Goffi dates update
2013-01-06 Goffi core: sqlite storage constraint fix
2012-12-16 Goffi core: paramaters are now merged: if a parameter doens't exist in loaded xml but exists in default parameters, it is added
2012-12-16 Goffi core: added Port parameter
2012-12-06 Goffi core: fixed presence cache error
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-09-27 Goffi frontends, core, plugin XEP-0045: leave implementation + better nick change
2012-09-25 Goffi core, quick frontend, plugin xep-0054, bridge: use of memory's entities data for vcard:
2012-08-17 Goffi core: memory bug fix
2012-08-17 Goffi core: entity cache misc data management + error moved to core.exceptions in memory
2012-08-15 Goffi core: presence status + last resource refactored and kept in entitiesCache in memory.py, profile cache is purged on disconnection
2012-08-12 Goffi core: fixed bad try/except block in memory
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-03-25 Goffi core: Roster cache refactoring: cache is now managed by client's SatRosterProtocol instance.
2012-03-13 Goffi backend: added warning message when jabberfr workaround is used + fixed missing warning method
2012-03-06 Goffi copyleft date update
2012-03-06 Goffi core: fixed Params class name in load_default_params
2011-12-03 Goffi core: getPrivate/setPrivate removed from memory, private values now use database storage and persistent dicts \o/
2011-11-20 Goffi core: - memory refactoring (moved memory.py and sqlite.py from tools to memory) base src/tools/memory.py@bca0130cc7b6