log src/core/sat_main.py @ 952:91836a647515

age author description
2014-03-31 Goffi core (disco): added checkFeature method + fixed hasFeature test
2014-03-31 Goffi core: fixed bad closure in connection intialisation sequence (profileConnected in plugins were not called correctly)
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-28 Goffi core (memory): entities cache improvments:
2014-03-28 Goffi core, plugins: host.getClient now raise an exception instead of returning None when no profile is found, plugins have been adapted consequently and a bit cleaned
2014-03-23 souliane core, memory: use XDG recommended paths as the defaults for the config and local directories
2014-03-23 Goffi core: plugins now accepts recommendations:
2014-03-22 Goffi core: removed default_config:
2014-03-22 Goffi core: sendMessageTrigger now manage pre and post treatments, which happen before or after XML generation
2014-03-22 Goffi core: added IQ_SET to core.constants + getLastResource now manage correctly jid.JID
2014-03-20 souliane bridge, frontends: display presence with the highest priority + reset your own presence when you (dis)connect
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
2014-03-21 Goffi core: minor docstring fixes
2014-03-03 souliane core, frontends: add method asyncDeleteProfile, remove synchronous methods createProfile and deleteProfile