log src/memory/params.py @ 1896:c1fbd47b53bf

age author description
2016-01-25 Goffi core (params): return given profile for ProfileUnknownError
2016-01-03 Goffi copyright update
2015-12-15 souliane memory (params): fixes loading user value and building params XML for jids_list type
2015-12-15 Goffi core (params): removed unused values
2015-12-15 Goffi plugin extra_pep, params: fixed insecure building of jids_list
2015-12-15 souliane memory (params): parameter jids_list values are specified with <jid>...</jid>
2015-12-15 souliane memory (params): forbid to pass a value to a parameter of type "list" with <param value...>
2015-11-26 Goffi core(params): replaced isConnected by isSessionStarted for profile update signal when a general param is modified
2015-11-26 Goffi profile (params): fixed password setting: if profile was not connected, set was silently ignored
2015-11-23 Goffi core: fixed getStringParamA
2015-11-23 Goffi core (param), plugin file: set security_limit for acount changes, backend (dis)connection, and put a higher one for file send
2015-11-18 Goffi core: fixed launchAction:
2015-11-16 Goffi core (params): removed resource from default JabberID (example value), as it is best practive to have resource binded by server. Advanced used can force it if needed though.
2015-11-14 Goffi core, bridge: added a profileSetDefault method