log

age author description
2015-11-20 Goffi plugin file: added "Action/send" file menu
2015-11-20 Goffi primitivus: removed all file menu + temporary workaround to send full jid on C.MENU_SINGLE menu action.
2015-11-20 Goffi quick frontend: added progressIdHandler to managed progress id on action result + ignore meta_* action results
2015-11-19 Goffi primitivus: fixed showDialog
2015-11-19 Goffi plugin XEP-0260, XEP-0261: fallback from S5B to IBB is implemented
2015-11-19 Goffi plugin XEP-0166: transport replacement:
2015-11-19 Goffi plugin XEP-0065: renamed _killSession to killSession as it make sense to kill a session from an other plugin
2015-11-19 Goffi plugin 0047: increased timeout to 120s
2015-11-19 Goffi jp (base, file): use of new progress API. Progress callbacks are managed through CommandBase.onProgress* method instead of host attributes.
2015-11-19 Goffi core, plugins file, XEP-0234, bridge: progression api enhancement:
2015-11-19 souliane quick_frontend: add quick_list_manager.py and the QuickTagList class
2015-11-18 Goffi core: fixed launchAction:
2015-11-17 Goffi jp: use the new actionsGet method
2015-11-17 Goffi core, bridge: actionsGet:
2015-11-17 Goffi jp (file): print a message and quit if progress_id is not received
2015-11-17 Goffi plugin XEP-0234: hash checksum proper handling
2015-11-17 Goffi plugin file: 'data_cb' key can be used in file_data to specified a callback used on each read/write
2015-11-17 Goffi plugin XEP-0300: implemented hashing:
2015-11-17 Goffi plugin XEP-0166: added delayedContentTerminate to terminate a content inside a handler
2015-11-17 Goffi plugin XEP-0166: session-info action handling
2015-11-17 Goffi jingle XEP-0166: fixed session creation on non session-initiate actions
2015-11-17 Goffi plugin XEP-0166: sendError now manage jingle conditions
2015-11-17 Goffi quick_frontend(profile manager): fixed alert messages
2015-11-17 Goffi primitivus: fixed showDialog and XMLUI message dialog
2015-11-16 Goffi core (params): removed resource from default JabberID (example value), as it is best practive to have resource binded by server. Advanced used can force it if needed though.
2015-11-16 Goffi primitivus (xmlui): fixed closing on popup panel "OK" button press
2015-11-16 Goffi primitivus: fixed alert case + alert in profileManager
2015-11-16 Goffi frontends (xmlui): fixed widget closing on submit
2015-11-15 Goffi plugin file: progressFinished and progressError are now sent on SatFile.close. eof Deferred attribute is removed, as it is not used and bring unnecessary complication
2015-11-15 Goffi jp (base, file): file command and progress fixes and adaptation to new API: