2014-10-04 |
souliane |
bridge, memory: add "search" attribute to getHistory (filter the results with a unix globbing pattern)
|
2014-09-15 |
Matteo Cypriani |
misc: fixed some typos
|
2014-09-05 |
Goffi |
core: a new "info" type is used in newMessage for system messages (not comming from outside)
|
2014-05-23 |
souliane |
core (xmpp), stdui (profile_manager), bridge, frontends: raise an exception if the XMPP connection failed instead of sending a signal
|
2014-05-23 |
souliane |
core, frontends: remove bridge method "connect" (always use asyncConnect)
|
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-01 |
Goffi |
core (disco): added discoInfos and discoItems bridge methods
|
2014-03-28 |
Goffi |
core (memory): entities cache improvments:
|
2014-03-20 |
souliane |
bridge, frontends: display presence with the highest priority + reset your own presence when you (dis)connect
|
2014-03-03 |
souliane |
core, frontends: add method asyncDeleteProfile, remove synchronous methods createProfile and deleteProfile
|
2014-01-04 |
souliane |
memory: fixed wrong information in the docstrings for security_limit
|
2013-12-27 |
souliane |
core, bridge: new method paramsRegisterApp to register frontend's specific parameters
|
2013-12-29 |
Goffi |
core: dynamics menus refactoring:
|
2013-12-24 |
Goffi |
backend, frontends: callbacks refactoring:
|
2013-12-24 |
Goffi |
core, frontends: callMenu is now async and don't use callback_id anymore
|
2013-12-17 |
Goffi |
core,bridge: sendMessage bridge method is now async
|
2013-11-13 |
Goffi |
core: sendMessage's options parameter has been renamed to extra to be consistent with newMessage
|
2013-11-07 |
Goffi |
core, bridge: extra parameter is saved in history:
|
2013-10-02 |
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.
|
2013-09-29 |
Goffi |
bridge: doc fix for newContact
|
2013-09-07 |
souliane |
core: added the security_limit to setParam
|
2013-09-05 |
souliane |
plugin XEP-0085: Chat State Notifications
|
2013-09-05 |
souliane |
core: security attribute added to the parameters
|
2013-01-18 |
Emmanuel Gil Peyrot |
Remove trailing whitespaces.
|
2012-11-14 |
Goffi |
core, bridge: waiting confirmation management (new getWaitingConf method)
|
2012-11-10 |
Goffi |
core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
|
2012-10-20 |
Goffi |
core, quick_frontend, primitivus, wixi, bridge: fixed delayed message timestamp:
|
2012-10-16 |
Goffi |
core, bridge, quick_frontend: MUC private messages history management:
|
2012-09-25 |
Goffi |
core, quick frontend, plugin xep-0054, bridge: use of memory's entities data for vcard:
|
2012-09-24 |
Goffi |
core, quick_frontend, primitivus, wix: Contacts List refactoring phase 1:
|
2012-08-17 |
Goffi |
Bridge: "auto" type for sendMessage method
|
2011-12-04 |
Goffi |
core: - history management improved
|
2011-11-08 |
Goffi |
backend, bridge: asynchronous history
|
2011-11-06 |
Goffi |
backend: - bridge async D-Bus method now automatically manage callback and errback, we just have to return a deferred
|
2011-11-02 |
Goffi |
bridge: added generic D-Bus exception management + asyncCreateProfile method
|
2011-11-01 |
Goffi |
core: - individual parameters managed through sqlite
|
2011-10-06 |
Goffi |
core: added getLastResource method
|
2011-09-29 |
Goffi |
spelling
|
2011-08-11 |
Goffi |
bridge: .ini arguments are now named jid or .*_jid if a Jabber ID is expected
|
2011-08-08 |
Goffi |
D-Bus constructor: add Constructors specific flags (--flags argument)
|
2011-07-05 |
Goffi |
bridge refactoring: categories are now core and plugin instead of communication and request
|
2011-06-18 |
Goffi |
core: local_dir moved to config file
|
2011-06-18 |
Goffi |
core: configuration file
|
2011-05-28 |
Goffi |
Bridge: added updateContact method
|
2011-05-26 |
Goffi |
bridge: async callback managed in bridge_constructor + misc
|
2011-05-25 |
Goffi |
core: added email in registerNewAccount
|
2011-01-30 |
Goffi |
bridge, bridge constructor: fixed mix stuff
|
2011-01-25 |
Goffi |
Bridge: rename connection_error to connectionError for function name consistency
|
2011-01-24 |
Goffi |
bridge: core & frontend sides of bridge are now generated
|
2011-01-24 |
Goffi |
Bridge constructor:
base
src/bridge/bridge_template.ini@d534f0be1e98
|