log src/memory/params.py @ 1770:f525c272fd6d

age author description
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
2015-11-14 Goffi core (memory): fixed a case where getProfileName was returning an empty string instead of raising an errror
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-22 souliane core (params): fixes jid_list to use node's default value when no user value is defined
2015-08-25 Goffi core (params): fixed exception on empty jids list
2015-08-20 Goffi core, plugin watched: new plugin, show an alert when a watched entity goes online
2015-08-20 Goffi core (params): jids_list type management
2015-08-15 Goffi core: getProfileName no raise ProfileUnknownError + minor doc 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-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-16 souliane memory (params): set "Show empty groups" to True by default
2014-10-06 souliane memory (params): add parameters "Show offline contacts" and "Show empty groups"
2014-10-06 souliane memory (params): use more generic param attribute "constraint" instead of "min" and "max"