log

age author description
2016-01-15 souliane tools (strings): add method fixXHTMLLinks to add a scheme if missing, and force opening in new tab
2016-01-13 souliane jp (roster): change groups delimiter for "roster get" output, from "|" to "\t"
2016-01-13 souliane jp (roster): add command "roster get" with parameters "--subscriptions", "--name" and "--groups"
2016-01-13 souliane jp (roster stats): add some extra information
2016-01-13 souliane jp (roster): add parameters "--no_from" and "--no_to" to command "roster purge" in order to remove the contacts with no from/to subscription
2016-01-13 souliane jp: add command "roster stats"
2016-01-13 Goffi primivitus: Primivitus doesn't handle microblog yet, configure QuickApp accordingly
2016-01-13 Goffi bridge (D-Bus): fixed handling of profile in kwargs:
2016-01-13 souliane jp: add command "roster purge" to remove the contacts with no from/to subscription
2016-01-13 Goffi tools (xml_tools): removed unused import
2016-01-13 Goffi reverted patch 3770d13776e8
2016-01-13 souliane tools (strings): add a parameter "new_target" to addURLToText
2016-01-13 souliane plugin XEP-0045: raise a special error when the room has already been joined
2016-01-13 souliane primitivus (chat): since dialog refresh is done in message notification, print the message first and then notify
2016-01-12 souliane quick_frontend, primitivus: mechanism to signal a new message reception when the window is hidden (even if the message is actually displayed):
2016-01-12 souliane quick_frontend, primitivus (chat): move notification command to quick_frontend
2016-01-08 Goffi tmp (wokkel.mam): recipient and sender are handled in MAM Request. TODO: MAMRequest should inherit from generic.Stanza, the same way as for PubSubRequest
2016-01-08 Goffi tmp (wokkel.mam): MAMErrow now inherit from StanzaError so it can be handler properly by services
2016-01-08 Goffi tmp (wokkel.rsm): raise RSMError when <after/> element is empty
2016-01-08 Goffi tmp (wokkel.rsm): RSMError now inherit from StanzaError, so they are correctly handled by services
2016-01-07 Goffi tmp (wokkel.rsm): fixed incorrect behaviour which was adding max_items attribute
2016-01-07 Goffi tmp (wokkel.rsm): fixed forgotten method renaming
2016-01-07 Goffi plugin XEP-0277: don't use max_comments if it is 0 in getFromManyWthComments bridge callback
2016-01-07 Goffi plugin XEP-0060: fixed extra mam filters parsing
2016-01-05 Goffi plugin XEP-0060: MAM integration:
2016-01-05 Goffi plugin XEP-0313: cleaning and improvments:
2016-01-05 Goffi plugin XEP-0277: ignore maxItems if it is null
2016-01-05 Goffi tmp (wokkel.mam): cleaning and bug fix:
2016-01-05 Goffi plugin XEP-0060, tmp(wokkel.rsm): small refactoring:
2016-01-05 Goffi tmp (wokkel.pubsub): PubSubRequest class can be overriden everywhere, including PubSubClient
2016-01-05 Goffi tmp (wokkel/rsm): various improvments:
2016-01-03 Goffi tmp (mam): various improvments:
2016-01-03 Goffi plugin xep-0059: minor cleaning
2016-01-03 Goffi tmp (rsm): removed useless cast
2016-01-03 Goffi tmp (wokkel): removed delay as it is nearly identical to original one, and the additional exception should be catched elsewhere
2016-01-03 Goffi copyright update
2015-12-22 souliane plugin misc_account: fixes login messages when sending emails
2015-12-22 souliane quick_frontend (chat): temporary fix for bug 12:
2015-12-22 souliane quick_frontend (chat): scroll down after having printed the history
2015-12-22 souliane quick_frontend, primitivus (chat): printing the history is left to quick_frontend
2015-12-18 Goffi quick_frontend (blog): replaced first argument in addEntry by edit_entry, so it can be managed separately from entries + handle it in Entry.delete
2015-12-18 Goffi plugin XEP-0060: None is no more used in addManagedNode, but all nodes prefixed with a registered one are now triggered
2015-12-17 Goffi plugin XEP-0065: better handling of finished Deferred
2015-12-17 Goffi plugin XEP-0260, XEP-0065: fixed session hash handling:
2015-12-17 Goffi plugins XEP-0065, XEP-0260: fixed session creation order: session is created earlied, and file object associated in a second time if needed
2015-12-17 Goffi plugin XEP-0260: better proxy error handling:
2015-12-17 Goffi plugin XEP-0260: kill s5b session if session is declined
2015-12-17 Goffi plugin XEP-0166: jingleTerminate is called (if present) on applications and transports plugins on session-terminate action, can be used to do some cleaning
2015-12-17 Goffi plugin XEP-0234: log file transfer "terminated" instead of "completed", as the file may not be complete (check is done after)
2015-12-17 Goffi core (disco): display a warning when a disco info/items request failed, and return empty DiscoInfo/DiscoITems
2015-12-16 souliane primitivus (chat): duplicate message check is actually not needed when retrieving local MUC history is disabled
2015-12-15 souliane tools, plugins XEP-0071, XEP-0277: remove recently added expandNewLinesToXHTML, just leave it to the convertors
2015-12-15 souliane quick_frontend: restore printing the day change while displaying history
2015-12-12 souliane frontends: small message refactorisation:
2015-12-15 souliane memory (params): fixes loading user value and building params XML for jids_list type
2015-12-15 Goffi plugin extra_pep: replaced name by a short one
2015-12-15 Goffi core (params): removed unused values
2015-12-15 Goffi plugin extra_pep, params: fixed insecure building of jids_list
2015-12-11 souliane plugin XEP-0203, core (xmpp): leave the management of delay element to XEP-0203 (fix bug 59):
2015-12-15 souliane complete the Exception's list when catching JID error:
2015-12-11 souliane plugin misc_extra_pep: use a user parameter (jids_list) instead of a general configuration value
2015-12-15 souliane memory (params): parameter jids_list values are specified with <jid>...</jid>
2015-12-15 souliane memory (params): forbid to pass a value to a parameter of type "list" with <param value...>
2015-12-15 Goffi reverted patch 58ecc0e2e6fc as it may hide an other issue
2015-12-15 Goffi core (xmlui): fixed deferConfirm
2015-12-15 Goffi core (xmlui): fixed bad call of deferredUI in deferXMLUI
2015-12-11 souliane tools: expandNewLinesToXHTML replaces two or more \n instead of each ones
2015-12-10 souliane plugin XEP-0277: revert use of expandNewLinesToXHTML for incoming messages:
2015-12-10 souliane plugin XEP-0277, xml_tools: restore decapsulation of XHTML content
2015-12-10 souliane xml_tools, plugin XEP-0071, XEP-0277: add method expandNewLinesToXHTML:
2015-12-10 souliane quick_frontend: catch an exception that can occurs when using a concurrent client
2015-12-09 souliane plugin misc_radiocol: the smaller fix in the world (1 character!)
2015-12-09 souliane plugin misc_account: send email to the admins when a new profile is created for an external XMPP account
2015-12-08 souliane plugin XEP-0277, EXTRA-PEP: get massive blogs from all the roster also retrieve items from a special JIDs list defined in EXTRA-PEP
2015-12-08 souliane reverted revision 2ebe66a96d05
2015-12-07 souliane plugin misc_account: auto add some contacts at profile creation
2015-12-07 souliane core, plugin misc_account: set XMPP connection max retries to 0 when checking if an external account exists
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