log

age author description
2015-12-07 Goffi Added tag 0.6.0 for changeset 21e6d11615ea
2015-12-07 Goffi core: avoid initialisation blocking when a long callback is added to backend.initialised (could prevent sessions starting)
2015-12-07 Goffi core (client): fixed maximum connection tries to 3
2015-12-07 Goffi we are in dev version again
2015-12-02 Goffi updated setup.py version 0.6.0
2015-12-02 Goffi fixed changelog 0.6.0 publication date
2015-12-02 Goffi update version to 0.6.0
2015-12-02 souliane README and README4PACKAGERS: add Jinja2 to the dependencies list
2015-12-02 souliane updated CHANGELOG for 0.6
2015-12-02 Goffi plugin static blog: temporarily deactivated public blog menu
2015-12-02 souliane stdui (contact_list): use jid.JID to check the JID instead of an approximative regex
2015-12-02 souliane plugin misc_account: temporary disabling posts and account deletion
2015-12-01 souliane plugin XEP-0277: remove forgotten break statement
2015-12-01 souliane plugin XEP-0277: don't try to create a new comments node if it already exists
2015-12-01 Goffi plugin XEP-0054: use full jid to manage the card/avatar if the bare jid correspond to a MUC room
2015-12-01 Goffi plugin XEP-0277: raise a failure if XHTML content is not wrapped in a <div/>
2015-12-01 Goffi plugin XEP-0277: accept several <title/> elements, there is a standard issue so for now it's the most flexible behaviour
2015-12-01 souliane primitivus and plugins: renamed a few menus:
2015-11-30 Goffi plugin (xml log): workaround for a crash on big stanzas
2015-11-30 Goffi core (sqlite storage): do explicit delete to profile linked tables for deleteProfile
2015-11-30 Goffi core (memory): fixed bad memory cleaning on asyncDeleteProfile
2015-11-30 souliane plugin welcome: fixed typo
2015-11-30 souliane jp (profile): fixed creating profile with given JID and XMPP password
2015-11-29 Goffi plugin welcome: first draft
2015-11-29 Goffi plugin XEP-0045: fixed bad default parameter
2015-11-27 Goffi plugin XEP-0277: just a reminder
2015-11-27 Goffi primitivus (profile manager): session is started for newly create profiles
2015-11-27 Goffi core (stdui[ui_profile_manager]): refactored profile authentication: the workflow is greatly simplified by the use of the new startSession mechanisme and deferedUI
2015-11-27 Goffi plugin account: fixed profile creation: session is started to set the connection parameters, then stopped
2015-11-27 Goffi core (memory): asyncCreateProfile fix: a fake session is created to set general password param
2015-11-27 Goffi core (memory): profile is checked in startSession (an error is raised if it doesn't exist)
2015-11-27 Goffi core (memory): stopSession implementation
2015-11-27 Goffi core (xmlui): new deferredUI method allows to manage XMLUI with a Deferred insteand of manual submit_id handling:
2015-11-27 souliane plugin misc_account: fixed password verification
2015-11-27 Goffi core: fixed cache check on presence unavailable
2015-11-26 Goffi core (memory): catch exceptions.UnknownEntityError in getMainResource
2015-11-26 Goffi core(params): replaced isConnected by isSessionStarted for profile update signal when a general param is modified
2015-11-26 Goffi jp (profile): fixed profile/modify command:
2015-11-26 Goffi profile (params): fixed password setting: if profile was not connected, set was silently ignored
2015-11-25 Goffi core: avoid to send presence unavailable signal when it's not necessary
2015-11-25 Goffi core (disco): disco hashes are now stored in database to avoid doing the same disco request on next load
2015-11-25 Goffi plugin XEP-0054: fixed presence issue when avatar is not in cache
2015-11-25 Goffi plugin XEP-0054: fixed vcard-update callback which was updating avatar when hash was empty, resulting in a really slow start
2015-11-25 Goffi plugin XEP-0277: minor fixes for publisher attribute
2015-11-25 Goffi plugin XEP-0277: unicode fixes in logs
2015-11-25 souliane plugin XEP-0277: use bare JIDs to verify publisher
2015-11-25 souliane plugin XEP-0060: trap failure when subscription to a node is not possible
2015-11-25 Goffi tmp (wokkel.pubsub): implemented missing notifyRetract
2015-11-25 Goffi primitivus: a warning is loggued when trying to remove an unknown popup, instead of an error raised
2015-11-25 Goffi plugin XEP-0065: fixed bad error handling
2015-11-25 Goffi plugin file: fixed bad method call
2015-11-25 Goffi plugin group blog: minor log change
2015-11-25 Goffi plugin group blog: big cleaning
2015-11-25 Goffi plugin XEP-0277, group blog: added item2data trigger + group permission are parsed when receiving a new item
2015-11-25 Goffi jp (pipe): pipe commands now use the new CommandAnswering API (with actionNew)
2015-11-25 Goffi plugin pipe: rewritten plugin as a jingle application. The current implentation can, in some cases, block the backend, and is experimental only. Improvments are needed in the future.
2015-11-24 Goffi plugin ip: fixed ip check (XEP-0279) use
2015-11-24 souliane quick_frontend (quick_blog): remove tags2mbdata which is replaced by common.iter2dict
2015-11-24 Goffi quick frontend (blog): replaced mbdata2tags and tags2mbdata by sat.tools.common.dict2iter and iter2dict
2015-11-24 souliane plugin XEP-0020: fixed bad import