2015-02-21 |
souliane |
core, quick_frontends: fixes one typo and a variable naming issue
frontends_multi_profiles
|
2015-02-09 |
Goffi |
core: added a "profileConnecting" method check:
frontends_multi_profiles
|
2015-02-09 |
Goffi |
core: added getEntitiesData which get cache data for several entities at once
frontends_multi_profiles
|
2015-01-24 |
Goffi |
core, frontends: refactoring to base Libervia on QuickFrontend (big mixed commit):
frontends_multi_profiles
|
2014-12-10 |
Goffi |
core: improved roster management + misc:
frontends_multi_profiles
|
2014-10-07 |
Goffi |
core: better management of default value in getConfig
|
2014-09-08 |
Goffi |
core (disco): added a timeout to get items
|
2014-09-01 |
souliane |
core: sendMessage handles the extra data key 'send_only' to skip triggers, storage and echo
|
2014-09-01 |
Goffi |
core: more robust plugins importation
|
2014-08-25 |
Goffi |
core: twistd plugin refactoring:
|
2014-08-24 |
Goffi |
core: sat bakcend is now a twisted plugin (no more .tac file)
|
2014-06-26 |
Goffi |
core: use of debug log instead of error when port default value is used
|
2014-06-25 |
Goffi |
core (menus): constants are used for menu types
|
2014-06-23 |
souliane |
core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:
|
2014-06-22 |
souliane |
core, memory, plugins, stdui, frontends: look for DNS SRV records when server is not specified:
|
2014-06-07 |
souliane |
frontends: async failures are more detailed (full class name + error message)
|
2014-05-23 |
souliane |
core, frontends: remove bridge method "connect" (always use asyncConnect)
|
2014-06-07 |
Goffi |
core (XMPP): sendMessage refactoring:
|
2014-05-21 |
souliane |
core, stdui (profile manager), quick_app: ask for another XMPP password when profile authentication succeed but XMPP connection fails
|
2014-05-15 |
souliane |
core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:
|
2014-05-07 |
souliane |
stdui: add ui_profile_manager to interact with frontends when profile authentication is needed
|
2014-05-07 |
souliane |
core, memory, bridge: added profile password + password encryption:
|
2014-05-15 |
Goffi |
core: fixed typo
|
2014-05-15 |
Goffi |
core: getReady and asyncConnect now wait full initialisation, not only memory
|
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-05-05 |
Goffi |
core (log): refactoring + twisted backend:
|
2014-04-11 |
souliane |
plugin XEP_0033: fixes the server part and the tests
|
2014-04-19 |
Goffi |
core: use of the new core.log module:
|
2014-04-18 |
Goffi |
core: logging refactoring, first step:
|
2014-04-03 |
souliane |
core, frontends: unify the roster management UIs in sat/stdui/ui_contact_list.py
|
2014-04-02 |
Goffi |
core: better plugin initialisation sequence:
|
2014-04-01 |
Goffi |
core (disco): added discoInfos and discoItems bridge methods
|
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
|
2014-02-23 |
Goffi |
core (sqlite): automatic database update:
|
2014-02-18 |
souliane |
core: fix mispelled argument
|
2014-02-07 |
souliane |
core: bug fix at connection time
|
2014-02-04 |
Goffi |
core: registerNewAccount partial fix
|
2014-02-04 |
Goffi |
dates update
|
2014-02-04 |
Goffi |
core: security limit in menus
|
2014-02-04 |
Goffi |
plugin XEP-0077, plugin XEP-0100, frontends: gateways have been entirely implemented in backend using the new refactored XMLUI and AdvancedListContainer. The now useless code has been removed from frontends.
|
2014-02-04 |
Goffi |
core: added "one_shot" option to registered callback:
|
2014-02-04 |
Goffi |
plugin XEP-0045, primitivus: added MUC configuration
|
2014-01-05 |
souliane |
test: added tests for XEP-0033
|
2013-12-27 |
souliane |
core, bridge: new method paramsRegisterApp to register frontend's specific parameters
|