2015-09-29 |
Goffi |
plugin IP discovery: better IP discovering:
|
2015-09-29 |
Goffi |
plugin nat-port: NAT port first draft:
|
2015-09-29 |
Goffi |
core: more robust plugins loading:
|
2015-09-29 |
Goffi |
plugin ip, params: plugin IP discovery, first draft:
|
2015-09-29 |
Goffi |
core: removed forgotten breakpoint
|
2015-09-14 |
souliane |
plugin tmp_demo_directory: removed
|
2015-09-26 |
Goffi |
core (xmlui): fixed submit_id returning None when its value is ''
|
2015-09-26 |
Goffi |
core (XMLUI): restorer submit_id:
|
2015-09-26 |
Goffi |
plugin XEP-0234: removed forgotten debugging bridge method
|
2015-09-25 |
Goffi |
plugin XEP-0234: jingle file transfer first draft
|
2015-09-25 |
Goffi |
plugin XEP-0261: jingle in-band bystream first draft
|
2015-09-25 |
Goffi |
plugin XEP-0300: hashes management first draft
|
2015-09-25 |
Goffi |
plugin file: first draft:
|
2015-09-25 |
Goffi |
plugin XEP-0047, XEP-0096: In-Band Bystream plugin cleaning:
|
2015-09-25 |
Goffi |
plugin XEP-0166: (jingle) first draft. Not all actions are managed yet
|
2015-09-25 |
Goffi |
core: progression handling improvments:
|
2015-09-25 |
Goffi |
core (xmlui): deferDialog can now manage additional dialog options through the "options" argument
|
2015-09-25 |
Goffi |
core (contants): added PROF_KEY_ALL en PLUG_TYPE_* constants
|
2015-09-25 |
Goffi |
core (memory, params): minor docstrings updates
|
2015-09-25 |
Goffi |
primitivus (XMLUI): manage message in FileDialog /!\ Urwid SàText need to be updated /!\
|
2015-09-25 |
Goffi |
plugin XEP-0050: minor parentheses removal
|
2015-09-10 |
souliane |
plugin XEP-0277, misc_groupblog: move getGroupBlogsAtom to XEP-0277, rename to mbGetAtom
|
2015-09-10 |
souliane |
tmp (wokkel): fixes RSM when maxItems is 0
|
2015-09-10 |
souliane |
tmp (wokkel): fixes changeset 91631837ce5c (rev 1510)
|
2015-09-10 |
souliane |
plugin XEP-0277, quick_frontend: rename mbGetLast to mbGet and add it the parameter "item_ids"
|
2015-09-10 |
souliane |
plugin XEP-0060: fixes a one-line loop
|
2015-09-10 |
souliane |
plugin XEP-0277: clarify a docstring for one complex method argument
|
2015-09-10 |
souliane |
tmp (wokkel): fixes RSM implementation to fit sat_pubsub answer when in "unrestricted" mode
|
2015-09-02 |
souliane |
plugin XEP-0055: add "Directory subscription" menu + use the category "Service" for this plugin's menus instead of "Communication"
|
2015-09-02 |
souliane |
plugin XEP-0055: display the search results using XMLUI JidsListWidget
|
2015-09-02 |
souliane |
tools (xml_tools): split dataFormResult2AdvancedList in dataFormResult2XMLUIData and XMLUIData2AdvancedList
|
2015-09-02 |
souliane |
plugin XEP-0055: remove a "debug" break that has been forgotten here
|
2015-09-02 |
souliane |
plugin XEP-0050: pre-fill the target server's field with user's host.
|
2015-08-27 |
Goffi |
core (xmlui): added helper method to easily manage dialogs with a deferred
|
2015-08-27 |
Goffi |
core (plugins): detect import_name conflicts
|
2015-08-27 |
Goffi |
core (utils): added a method to generate XEP-0082 style dates
|
2015-08-27 |
Goffi |
frontends (xmlui): fixed a bug in xmlui resulting in a bad dialog creation (parameters were lost, including profile)
|
2015-08-26 |
souliane |
tools (xml_tools): keeps data form result headers sorted
|
2015-08-26 |
souliane |
tools (xml_tools): fixes JidElement.__init__
|
2015-08-21 |
souliane |
plugin XEP-0055: add "simple" and "advanced" modes to Jabber search:
|
2015-08-22 |
souliane |
core (params): fixes jid_list to use node's default value when no user value is defined
|
2015-08-25 |
Goffi |
core (params): fixed exception on empty jids list
|
2015-08-25 |
Goffi |
plugin XEP-0050: fixed crash on empty node in addAdHocCommand
|
2015-08-25 |
Goffi |
plugin XEP-0050: return disco for commands only on commands namespace
|
2015-08-25 |
Goffi |
core (disco): use of failure.Failure when raising FeatureNotFound to avoid a jump in debugger in debug mode
|
2015-08-25 |
Goffi |
plugin groupblog: item access availability on serveur is checked on profile connection, and getFeatures is filled accordingly (with "available" key)
|
2015-08-25 |
Goffi |
core (disco): added checkFeatures to check several features at once + identities are now managed with a tuple in findFeaturesSet and checkFeatures
|
2015-08-25 |
Goffi |
core (xmlui): reverted change from 039d96e131be: we should be able to recreate the same container with changeContainer
|
2015-08-25 |
Goffi |
frontends: callback are now always used in QuickApp launchAction (before it was only used if validated is present):
|
2015-08-25 |
Goffi |
primitivus (ProfileManager): fixed profile change event callback
|
2015-08-21 |
souliane |
tools (xmlui): changeContainer do not create a new one when the current one already fits
|
2015-08-21 |
souliane |
tools, frontends (xmlui): allow to select a tab when adding it
|
2015-08-21 |
Goffi |
plugin groupblog: groupblog compatible pubsub service is checked in profileConected + getFeatures implementation
|
2015-08-21 |
Goffi |
core (disco): fixed bad indentation resulting in bad result in findFeaturesSet
|
2015-08-21 |
Goffi |
plugin XEP-0060: implemented getFeatures, data has a "service" key if service is found for this profile
|
2015-08-21 |
Goffi |
core, bridge: added getFeatures method:
|
2015-08-20 |
Goffi |
QuickFrontend: removed old watched stuff as a new plugin now manages it properly
|
2015-08-20 |
Goffi |
core, plugin watched: new plugin, show an alert when a watched entity goes online
|
2015-08-20 |
Goffi |
primivitus: fixed profile manager exception when nothing is focused
|
2015-08-20 |
Goffi |
frontends, primitivus: JidsList XMLUI widget management /!\ urwid SàText must be updated
|