log src/memory/params.py @ 2257:0ffa8ba0857c

age author description
2017-03-08 Goffi core (params): removed registerNewAccount button: it is misplaced and more confusing than useful, may come back in the future
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-26 Goffi core (memory/params): fixed exception when setting an empty password
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
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"
2014-09-24 souliane memory: add Parameter "Chat history limit"
2014-10-03 souliane memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
2014-06-25 souliane memory: add helper methods encryptValue and decryptValue
2014-06-22 souliane core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:
2014-06-03 souliane memory (params), test: fixes updateParams bug
2014-06-03 souliane memory (params), test: fixes bug relative to parameter filtering
2014-05-21 souliane plugins misc_account, misc_register_account: manually delete the sessions when not needed anymore
2014-05-21 souliane memory (params): fixes bugs in setParam:
2014-05-20 souliane memory (params): fix parameters of type "list" to use the default option when no individual value is set
2014-05-15 souliane core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:
2014-05-07 souliane core, memory, bridge: added profile password + password encryption:
2014-05-15 Goffi core: added a getReady method which can be called by frontends to ensure that backend is fully initialised before doing anything + this ckeck is automatically done in asyncConnect
2014-05-07 souliane better PEP-8 compliance
2014-05-04 souliane memory, jp: added jp commands to load/save parameters template
2014-04-19 Goffi core: use of the new core.log module:
2014-04-01 souliane tools, frontends, memory: param definition and XMLUI handle multi-selection for list widgets:
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-27 souliane plugin account, groupblog: user can erase all their microblogs at once
2014-03-21 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
2014-03-21 Goffi core (memory): moved Params in its own module + introduced a new core/constants module, and moved some constants there base src/memory/memory.py@261c54b238bf