log src/plugins/plugin_xep_0065.py @ 2377:e50aee5caf33

age author description
2017-02-12 Goffi core (memory/disco): getInfos now handle node + use client instead of profile in many methods
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2017-02-04 Goffi core: replaced calls to client.xmlstream.send by client.send which is the right method to use. client.xmlstream should not be used directly
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-02-08 Goffi plugin XEP-0065: fixed timer cancellation when a profile is receiving a file
2016-01-03 Goffi copyright update
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-15 souliane complete the Exception's list when catching JID error:
2015-11-25 Goffi plugin XEP-0065: fixed bad error handling
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-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-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 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-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-02 Goffi plugin XEP-0065, XEP-0096: preparation for plugin XEP-0260 implementation:
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2014-10-06 souliane memory (params): use more generic param attribute "constraint" instead of "min" and "max"
2014-10-03 souliane memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
2014-09-15 Matteo Cypriani misc: fixed some typos
2014-09-08 Goffi plugins XEP-0096, XEP-0065: fixed bad log calls
2014-04-19 Goffi core: use of the new core.log module:
2014-03-31 Goffi plugin XEP-0065: fixed initialisation sequence
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-28 Goffi core, plugins: host.getClient now raise an exception instead of returning None when no profile is found, plugins have been adapted consequently and a bit cleaned
2014-02-04 Goffi dates update
2013-12-29 Goffi core: i18n refactoring:
2013-12-11 souliane plugin XEP-0033: implementation of the addressing feature:
2013-10-31 Goffi core: importParams renamed to updateParams: it now updates the parameter instead of appending children if it find an existing one.
2013-09-07 souliane core: added the security_limit to setParam
2013-09-05 souliane misc: a few "cosmetic" changes (PEP 8...)
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-18 Emmanuel Gil Peyrot Remove useless trailing semicolons.
2013-01-07 Goffi dates update
2012-11-10 Goffi core, frontends, bridgen plugins: fixed methods which were unproperly managing multi-profiles
2012-11-01 Goffi core, plugins: fixed bad namespace in stanza creation
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-03-06 Goffi copyleft date update
2011-10-07 Goffi plugins XEP-0047 and XEP-0065: timout bug fix
2011-10-05 Goffi File transfer:
2011-10-03 Goffi plugin XEP-0065: refactored and misc stuff fixed. Still not finished
2011-02-06 Goffi plugins: fixed bad import names
2011-01-16 Goffi minor copyright update, date format harmonisation
2011-01-05 Goffi 2011 copyright upgrade
2010-12-29 Goffi Files reorganisation base plugins/plugin_xep_0065.py@0c6d3f7edfd3