log src/memory/memory.py @ 2442:b8ffb7f8056b

age author description
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-02-12 Goffi core, frontends: getProfilesList renamed to profilesGetList + behaviour change:
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2016-08-28 Goffi core: line feed (\n) are now forbidden in profile names
2016-07-17 Goffi backend (memory), frontends: improved history filtering:
2016-06-27 Goffi plugin XEP-0045, quick_frontend + primitivus (chat): cleaning of XEP-0045 (first pass):
2016-06-20 Goffi backend, frontends: message refactoring (huge commit):
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-02-29 Goffi core (memory, config): moved parseMainConf to tools/config so it can be used by frontends too
2016-01-03 Goffi copyright update
2015-12-07 Goffi core: avoid initialisation blocking when a long callback is added to backend.initialised (could prevent sessions starting)
2015-11-30 Goffi core (memory): fixed bad memory cleaning on asyncDeleteProfile
2015-11-27 Goffi core (memory): asyncCreateProfile fix: a fake session is created to set general password param
2015-11-27 Goffi core (memory): profile is checked in startSession (an error is raised if it doesn't exist)
2015-11-27 Goffi core (memory): stopSession implementation
2015-11-26 Goffi core (memory): catch exceptions.UnknownEntityError in getMainResource
2015-11-25 Goffi core (disco): disco hashes are now stored in database to avoid doing the same disco request on next load
2015-11-25 Goffi plugin XEP-0054: fixed vcard-update callback which was updating avatar when hash was empty, resulting in a really slow start
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