log src/memory/memory.py @ 874:1f5ad976fa32

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