Mercurial > libervia-backend
log src/memory/memory.py @ 1930:70ce9421c4d3
age | author | description |
---|---|---|
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 |