Mon, 03 Mar 2014 15:37:49 +0100 |
souliane |
core (memory): asyncDeleteProfile can force the deletion of a profile, even if it's connected (when called from the backend only)
|
Mon, 03 Mar 2014 09:59:10 +0100 |
souliane |
core, frontends: add method asyncDeleteProfile, remove synchronous methods createProfile and deleteProfile
|
Tue, 25 Feb 2014 23:03:13 +0100 |
Goffi |
core (memory): added 'no' value management in configuration's booleans
|
Sun, 23 Feb 2014 23:30:32 +0100 |
Goffi |
core (sqlite): automatic database update:
|
Mon, 17 Feb 2014 14:58:26 +0100 |
souliane |
misc: fix unnamed arguments in format strings
|
Fri, 07 Feb 2014 17:10:24 +0100 |
souliane |
memory: bug fix to not register twice frontends parameters + added some tests for param update
|
Tue, 04 Feb 2014 18:54:06 +0100 |
Goffi |
core: registerNewAccount partial fix
|
Tue, 04 Feb 2014 18:32:49 +0100 |
Goffi |
dates update
|
Tue, 04 Feb 2014 18:19:00 +0100 |
Goffi |
core, frontends: XMLUI refactoring:
|
Sun, 05 Jan 2014 07:26:41 +0100 |
souliane |
memory: factorize the node checks in Params.__constructProfileXml
|
Sat, 04 Jan 2014 21:13:51 +0100 |
souliane |
memory: bug fix related to method paramsRegisterApp + getParams was not always returning a Deferred
|
Sat, 04 Jan 2014 21:12:49 +0100 |
souliane |
memory: fixed wrong information in the docstrings for security_limit
|
Fri, 27 Dec 2013 13:28:26 +0100 |
souliane |
core, bridge: new method paramsRegisterApp to register frontend's specific parameters
|
Sun, 29 Dec 2013 17:06:01 +0100 |
Goffi |
core: i18n refactoring:
|
Tue, 24 Dec 2013 15:19:08 +0100 |
Goffi |
backend, frontends: callbacks refactoring:
|
Tue, 24 Dec 2013 15:19:08 +0100 |
Goffi |
core (memory): added optional profile checking in Sessions:
|
Tue, 24 Dec 2013 15:19:08 +0100 |
Goffi |
core (memory): new Sessions management class (similar to dict)
|
Tue, 17 Dec 2013 00:56:39 +0100 |
Goffi |
core, bridge: better GenericException handling
|
Mon, 16 Dec 2013 14:35:26 +0100 |
souliane |
core: bug fix for requestServerDisco in sat_main.py + added getAllServerIdentities method in memory.py
|
Wed, 11 Dec 2013 17:16:53 +0100 |
souliane |
plugin XEP-0033: implementation of the addressing feature:
|
Thu, 12 Dec 2013 01:06:19 +0100 |
Goffi |
core: management of _list and _dict in sat.conf
|
Tue, 10 Dec 2013 17:25:31 +0100 |
Goffi |
plugin XEP-0050: Ad-Hoc commands first draft (answering part)
|
Thu, 28 Nov 2013 17:23:08 +0100 |
Goffi |
core (memory): fixed setDefault behaviour + minor refactoring
|
Tue, 22 Oct 2013 09:41:27 +0200 |
souliane |
wix, misc: use picture of dimension 32x32 for tray icon + better PEP-8 compliance
|
Fri, 18 Oct 2013 19:23:03 +0200 |
souliane |
core (memory): cleaned the part for load/save to xml (not used)
|
Thu, 07 Nov 2013 15:29:39 +0100 |
Goffi |
core, bridge: extra parameter is saved in history:
|
Thu, 31 Oct 2013 17:14:15 +0100 |
Goffi |
core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
|
Wed, 02 Oct 2013 20:25:19 +0200 |
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.
|
Sat, 21 Sep 2013 15:34:10 +0200 |
Goffi |
core: misc bug fixes
|
Sat, 07 Sep 2013 19:50:12 +0200 |
souliane |
plugin XEP-0085: renamed category and parameter
|
Sun, 08 Sep 2013 15:00:15 +0200 |
souliane |
core: fix for methods signature
|
Sat, 07 Sep 2013 02:03:17 +0200 |
souliane |
core: added the security_limit to setParam
|
Thu, 05 Sep 2013 21:03:52 +0200 |
souliane |
core: better handling of profile_key and don't write the param file anymore
|
Sun, 08 Sep 2013 19:12:59 +0200 |
souliane |
core: memory's updateEntityData improvments.
|
Thu, 05 Sep 2013 20:28:44 +0200 |
souliane |
core: security attribute added to the parameters
|
Thu, 20 Jun 2013 17:22:40 +0200 |
Goffi |
core: fixed crash on first run, when no profile exist yet
|
Thu, 20 Jun 2013 12:11:54 +0200 |
Goffi |
core: more explicit UnknownEntityError
|
Sun, 10 Mar 2013 20:55:29 +0100 |
Goffi |
core: added Priority management
|
Fri, 08 Mar 2013 00:36:22 +0100 |
Goffi |
fixed licences in docstrings (they are now in comments)
|
Fri, 18 Jan 2013 17:55:35 +0100 |
Emmanuel Gil Peyrot |
Fix pep8 support in src/memory.
|
Fri, 18 Jan 2013 17:55:35 +0100 |
Emmanuel Gil Peyrot |
Remove every old-style class.
|
Fri, 18 Jan 2013 17:55:34 +0100 |
Emmanuel Gil Peyrot |
Remove trailing whitespaces.
|
Tue, 08 Jan 2013 00:46:38 +0100 |
Goffi |
core, plugin imap, plugin smtp: fixed SMTP/IMAP integration. /!\ Profile need to be connected for IMAP server to work (will change in the future)
|
Mon, 07 Jan 2013 23:30:13 +0100 |
Goffi |
dates update
|
Mon, 07 Jan 2013 00:57:50 +0100 |
Goffi |
core: sqlite storage constraint fix
|
Sun, 16 Dec 2012 18:01:06 +0100 |
Goffi |
core: paramaters are now merged: if a parameter doens't exist in loaded xml but exists in default parameters, it is added
|
Sun, 16 Dec 2012 17:59:50 +0100 |
Goffi |
core: added Port parameter
|
Thu, 06 Dec 2012 22:11:41 +0100 |
Goffi |
core: fixed presence cache error
|