log src/memory/memory.py @ 1571:c668081eba1c

age author description
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