2015-11-21 |
souliane |
quick_frontend (quick_blog): retrieve and set the tags from/to microblog data
|
2015-11-20 |
Goffi |
primivitus: fixed crash when self.target is a full jid
|
2015-11-20 |
Goffi |
primitivus: fixed progress panel
|
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:
|
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:
|
2015-11-02 |
Goffi |
plugin XEP-0047: minor improvements
|
2015-11-02 |
Goffi |
plugin XEP-0234: "senders" handling
|
2015-11-02 |
Goffi |
plugin XEP-0166, XEP-0234, XEP-0261:
|
2015-11-02 |
Goffi |
plugin ip: local ip cache + DNS error detection
|
2015-11-02 |
Goffi |
plugin NAT port: added UPnP IGD mapping + automatic unmapping on backend shut down
|
2015-11-02 |
Goffi |
fixed bad inheritance of SatFile
|
2015-11-02 |
Goffi |
core (disco): use of “profile” instead of “profile_key” in several disco methods
|
2015-11-02 |
Goffi |
core (client): add IQ method to easily create an IQ stanza with the current xmlstream, and manage result with a Deferred.
|
2015-11-02 |
Goffi |
core: plugin unload:
|
2015-11-02 |
Goffi |
core (tools): “DelayedDeferred” implementation, which is a Deferred launched after a delay
|
2015-11-02 |
Goffi |
launching script: use SIGTERM instead of SIGINT with the “stop” command
|
2015-11-02 |
Goffi |
plugin XEP-0085: fixed bad use of threads resulting in delay and crash when stopping the backend.
|
2015-11-02 |
Goffi |
core (stdui): fixed a keyword argument not changed after commit 48706f4ff19c
|
2015-11-02 |
Goffi |
jp: renamed “params” command to “param” for consistency with other commands + added a “get” subcommand
|
2015-11-02 |
Goffi |
jp: separate password and connection of profile in --connect and --pwd arguments
|
2015-11-02 |
Goffi |
social contract: fixed a typo
|
2015-09-30 |
Goffi |
plugins: added new MissingModule exceptions to plugins using third party modules
|
2015-09-30 |
Goffi |
README, README4PACKAGERS: some update about third party modules.
|
2015-09-30 |
Goffi |
plugin ad-hoc D-Bus: exception fixe + minor fixes
|
2015-09-29 |
Goffi |
plugins: lowered security limits for non dangerous actions. A reference documentation is in progress to choose values: http://wiki.goffi.org/wiki/Security_Limits/en
|
2015-09-29 |
Goffi |
reverted patch ad4ec8d9235e: there must not be security limit on room configuration
|
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
|