log

age author description
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:
2015-11-15 Goffi jp (base): added a self.disp method which manage verbosity and stderr + verbosity property
2015-11-15 Goffi jp (base): added quitFromSignal method to quit from signal handler with errcode without traceback, and addOnQuitCallback to manage cleaning callbacks
2015-11-15 Goffi core: added callback_id in DataError message of launchCallback
2015-11-15 Goffi plugin file: 'size' key is not added anymore in progress'data if size is 0 or not specified in SatFile
2015-11-15 Goffi core (xmlui), plugin file: added action_extra param to deferXMLUI/deferDialog which is merged to the action data dict when actionNew is called
2015-11-14 Goffi jp: added a --verbose command
2015-11-14 Goffi backend, bridge, frontends: actionNew has now a security_limit argument + added some docstring to explain data argument
2015-11-14 Goffi core, plugin file: fixed progress id + data is now returned by getProgress, instead of being an argument to fill
2015-11-14 Goffi jp: added profile/connect command
2015-11-14 Goffi jp: better profile commands:
2015-11-14 Goffi core, bridge: added a profileSetDefault method
2015-11-14 Goffi jp: profile session can now be started without connection:
2015-11-14 Goffi jp: added param/set command
2015-11-14 Goffi bridge: new core method profileStartSession to start a session without connecting the profile
2015-11-14 Goffi core: profile session starting and connection are now separated. Moved profile session starting/authentication to memory module
2015-11-14 Goffi core (memory): fixed a case where getProfileName was returning an empty string instead of raising an errror
2015-11-14 Goffi jp: optional positional arguments on "param get" command
2015-11-14 Goffi jp: fixed bad --connect option check
2015-11-14 Goffi core, bridge (params): added asyncGetParamsValuesFromCategory (yes that's a long name!) method to retrive params names and values for a given category
2015-11-14 Goffi bridge, core(params): removed obsolete methods:
2015-11-14 Goffi plugins XEP-0096, XEP-0260, file: sendFile method is managed by file plugin, which choose the best available method + progress_id fix
2015-11-13 Goffi plugin XEP-0065: session cleaning and timeout + log choosed candidate when using SI File Transfer
2015-11-13 Goffi plugins XEP-0047, XEP-0065, XEP-0096: fixed use of failure.condition insteand of failure.value + removed gettext use for local logs
2015-11-13 Goffi primitivus: partly reverted commit 641cfd2faefe :
2015-11-11 Goffi plugin XEP-0065: chunk size optimization: 64Kio is used except for proxy were it is set to 4Kio, to avoid wild disconnection by Prosody's proxy
2015-11-11 Goffi Primitivus: better popups handling:
2015-11-11 Goffi quick_frontend, primitivus (xmlui): removed _xmluiClose from workflow were submit is triggered, as submit launch the callback which close the dialog itself + fixed dialogs _xmluiClose
2015-11-11 Goffi plugin XEP-0047: some cleaning
2015-11-11 Goffi plugins XEP-0020, XEP-0065, XEP-0095, XEP-0096: fixed file copy with Stream Initiation:
2015-11-11 Goffi plugins IP: getLocalIPs now return localhost IP instead of an empty list if no non-localhost ip can be found
2015-11-11 Goffi plugins XEP-0234, file: moved human file size conversion to file plugi
2015-11-11 Goffi plugins XEP-0234, file: moved file request dialog to file plugin
2015-11-11 Goffi core (client): added a sendError method to easily build error response from <IQ\> stanza
2015-11-08 Goffi quick frontend: fixed resources display in quickContactList
2015-11-08 Goffi plugins XEP-0234, XEP-0260, XEP-0261: jingle session termination is managed by application (XEP-0234) instead of transport
2015-11-08 Goffi plugins XEP-0260, XEP-0065: proxy handling:
2015-11-08 Goffi plugin XEP-0065: fixed CHUNK_SIZE to 4096 to avoid wild disconnection by some proxies (Prosody's proxy65 disconnect if it receive bigger chunks)
2015-11-08 Goffi plugins XEP-0234, file: use of SatFile for writing too
2015-11-08 Goffi plugins XE0166, XEP-0234, XEP-0260, XEP-0261: renamed session key managing other peer's jid to "peer_jid" instead of "to_jid"
2015-11-08 Goffi plugin ip: implemented XEP-0279 for external ip retrieval + fixed bad exception handling
2015-11-06 Goffi plugin XEP-0085: renamed "__xxx" methods to "_xxx"
2015-11-06 Goffi core (xmpp.py): fixed bad import
2015-11-03 Goffi plugin XEP-0085: fixed chatstate blinking following 0632d96f08ad change
2015-11-02 Goffi plugin NAT Port: added instruction with pip when miniupnpc is missing
2015-11-02 Goffi README: removed "Privacy Warning" as external website is now only called after user agreement
2015-11-02 Goffi plugin XEP-0260: first draft
2015-11-02 Goffi plugin XEP-0065, XEP-0096: preparation for plugin XEP-0260 implementation: