2019-03-25 |
Goffi |
plugin text syntaxes: disable raw HTML parsing in mardown by default
|
2019-03-25 |
Goffi |
plugin android: use XEP-0352 to indicate (in)active state:
|
2019-03-25 |
Goffi |
plugin XEP-0352: implementation of Client State Indication
|
2019-03-25 |
Goffi |
jp (blog/edit): fixed handling of XHTML content when it is not already wrapped in <div>…</div>
|
2019-03-25 |
Goffi |
plugin text syntaxes: fixed default syntax
|
2019-03-25 |
Goffi |
plugin android: workaround to seek() bug, fixing file upload:
|
2019-03-22 |
Goffi |
plugin upload: minor fixes in some docstring length
|
2019-03-22 |
Goffi |
plugin XEP-0363: updated to namespace "urn:xmpp:http:upload:0", handle headers
|
2019-03-21 |
Goffi |
plugin XEP-0198: reset req_timer on session.reset():
|
2019-03-20 |
Goffi |
quick frontend(chat): fixed updateHistory bad call to historyPrint
|
2019-03-20 |
Goffi |
plugin upload: fixed inversion of title and message body + better error message on failed upload
|
2019-03-20 |
Goffi |
quick_frontend (app): progress callbacks handling:
|
2019-03-20 |
Goffi |
quick frontend (app): fixed notifications ids
|
2019-03-20 |
Goffi |
plugin XEP-0384: handle NoEligibleDevicesException
|
2019-03-20 |
Goffi |
plugin XEP-0384: give feedback to client when encryption failed
|
2019-03-20 |
Goffi |
plugin XEP-0384: small refactoring to encrypt messages + bugfix:
|
2019-03-20 |
Goffi |
plugin XEP-0384: removed version restriction, it is now compatible with (and require) last version of python-omemo (0.10.4)
|
2019-03-16 |
Goffi |
plugin android: don't send notification if message comes from ourself (from an other device)
|
2019-03-10 |
Goffi |
quick frontend(widgets): added QuickWidget.target property as a helper method to get a single target:
|
2019-03-10 |
Goffi |
core: added a "_debug" signal:
|
2019-03-10 |
Goffi |
quick frontend (widgets): improved deletion of widget:
|
2019-03-10 |
Goffi |
quick frontend(widgets): improved handling of multiple instances of widgets:
|
2019-03-10 |
Goffi |
quick_frontend (widget, chat): implementation of new sync mechanism, first draft:
|
2019-03-10 |
Goffi |
quick frontend (chat): new updateOccupants methods which add/remove occupants to be in sync with new list
|
2019-03-10 |
Goffi |
quick frontend(chat): added setLocked/setUnlocked methods:
|
2019-03-10 |
Goffi |
quick_frontend(app): fixed use of bare jid for target when getting a new message:
|
2019-03-10 |
Goffi |
quick frontend(chat): display a useful message with __unicode__ and __str__
|
2019-03-10 |
Goffi |
quick frontend (app): added AUTO_RESYNC attribute in QuickApp, when set (default) the resync method is called on all widgets automatically:
|
2019-03-09 |
Goffi |
quick frontend (app): new synchronisation mechanism:
|
2019-03-09 |
Goffi |
plugin XEP-0045: added getRoomOccupants/mucOccupantsGet method to retrieve occupants of a joined room.
|
2019-03-09 |
Goffi |
core (memory/sqlite): added a "timestamp_start" filter to retrieve history from a specific point in time
|
2019-03-09 |
Goffi |
plugin text commands: typo
|
2019-03-09 |
Goffi |
plugin android: improved state handling:
|
2019-03-09 |
Goffi |
bridge (pb): added bridgeDeactivateSignals and bridgeReactivateSignals methods:
|
2019-03-03 |
Goffi |
quick frontend(chat): use bare jid for getEncryptionState, and skip if for group chat
|
2019-03-03 |
Goffi |
plugin XEP-0077: correctly report invalid certificate + errback on unexpected stream close
|
2019-03-03 |
Goffi |
plugin manhole: added "jid" module to globals
|
2019-03-03 |
Goffi |
core (log): add traceback when "exc_info" is set
|
2019-03-03 |
Goffi |
tools (config): log error message if config can't be read
|
2019-03-02 |
Goffi |
we are in dev version again
|
2019-03-01 |
Goffi |
Added tag 0.7.0a4 for changeset 1798d4ace296
|
2019-03-01 |
Goffi |
0.7.0a4 release
0.7.0a4
|
2019-03-01 |
Goffi |
misc (CHANGELOG): cap hash disco extensions update
|
2019-03-01 |
Goffi |
core (disco): added missing disco extensions when generating the cap hash.
|
2019-03-01 |
Goffi |
quick frontend(app): avoid sending empty messages
|
2019-03-01 |
Goffi |
primitivus(contact list): fixed room not always appearing correctly in contact list
|
2019-03-01 |
Goffi |
plugin XEP-0045: fixed item-not-found exception when creating a room:
|
2019-03-01 |
Goffi |
plugin XEP-0045: fixed message type filtering when getting last stanza_id to retrieve history with MAM
|
2019-03-01 |
Goffi |
tools(common/date_utils): fixed order on year first + set default date for date_parse
|
2019-03-01 |
Goffi |
jp (message/mam): --start doesn't defaut anymore to "1 day ago", it is now unset by default
|
2019-03-01 |
Goffi |
plugin XEP-0384: removed _purgeOldData temporary hack, it should not be useful anymore
|
2019-03-01 |
Goffi |
plugin XEP-0045: cache presences if they are received before the room is fully joined:
|
2019-03-01 |
Goffi |
plugin OTR: ignore messages from sender without resource or from own jid
|
2019-03-01 |
Goffi |
core: renamed presenceReceived to presence_reveiced + use "client" as first arguments instead of "profile"
|
2019-03-01 |
Goffi |
jp (message/mam): added missing RSM options
|
2019-02-28 |
Goffi |
bridge (pb): minor import order change
|
2019-02-28 |
Goffi |
plugin XEP-0384: better bundle handling + misc improvments
|
2019-02-28 |
Goffi |
plugin XEP-0280: priority and "sent" fixes:
|
2019-02-28 |
Goffi |
plugin XEP-0045: fixed issue with deepcopy by using new xml_tools.elementCopy method
|
2019-02-28 |
Goffi |
core (xml_tools): new elementCopy method to shallow copy a domish.Element
|
2019-02-28 |
Goffi |
core: we are in dev version again
|
2019-02-25 |
Goffi |
plugin OTR: do profile session init in profileConnecting, so it is done before receiving any stanza
|
2019-02-24 |
Goffi |
plugin OTR: disabled menu as the new generic encryption menu allows to start/stop OTR or display the trust UI.
|
2019-02-24 |
Goffi |
core: added a base menu allowing to set encryption session or show the trust management UI.
|
2019-02-24 |
Goffi |
core (patches): partially fixed jid caching:
|
2019-02-23 |
Goffi |
jp (blog/edit): changed comments handling:
|
2019-02-23 |
Goffi |
plugin XEP-0277: blog items data are now entirely serialised before going to bridge:
|
2019-02-20 |
Goffi |
misc (README): typo
|
2019-02-15 |
Goffi |
jp(pubsub): minor code style fixes
|
2019-02-15 |
Goffi |
jp (pubsub/node): new "import" command, to publish many nodes from an XML file
|
2019-02-15 |
Goffi |
jp (pubsub/transform): use new psItemsSend method, it is not needed anymore to send items one by one when --admin is not used
|
2019-02-15 |
Goffi |
jp (pubsub/node): added purge command
|
2019-02-15 |
Goffi |
plugin XEP-0060: added purgeNode/psNodePurge method to remove all items from a node
|
2019-02-15 |
Goffi |
plugin XEP-0060: added sendItems/psItemsSend method to publish several items at once
|
2019-02-06 |
Goffi |
Added tag 0.7.0a3 for changeset 7d2d28564b3e
|
2019-02-06 |
Goffi |
0.7.0a3 release
0.7.0a3
|
2019-02-02 |
Goffi |
tools (common): fixed dateutil.parser import
|
2019-02-02 |
Goffi |
plugin XEP-0198: don't use hooks on components
|
2019-01-26 |
Goffi |
plugin XEP-0198: fixed typo resulting in a crash on resume
|
2019-01-26 |
Goffi |
plugin XEP-0045: fixed crash when <delay> is used at an unexpected time.
|
2019-01-25 |
Goffi |
plugin mr mercurial, tools(common/utils): moved command protocol to a new module
|
2019-01-22 |
Goffi |
quick frontend (chat): use right type in getOrCreateWidget on new message
|
2019-01-20 |
Goffi |
core (findByFeatures): fixed services discovery
|
2019-01-20 |
Goffi |
quick frontends: visible_widgets can now keep any kind of widget, new visible_quick_widgets only iters on QuickWidgets
|
2019-01-19 |
Goffi |
quick frontend (app): fixed filtering for chat state notifications
|
2019-01-19 |
Goffi |
quick frontend (chat): fixed use of old method printInfo
|
2019-01-19 |
Goffi |
memory (sqlite): optimizations
|
2019-01-19 |
Goffi |
plugin text syntaxes: handle empty content in cleanXHTML + don't use self-closing tags for non-void elements.
|
2019-01-19 |
Goffi |
merge_requests: use XHTML for body
|
2019-01-19 |
Goffi |
plugin pubsub schema: handle XHTML fields
|
2019-01-19 |
Goffi |
frontends, jp, templates: added XHTMLBox widget:
|
2019-01-19 |
Goffi |
core (XMLUI): new XHTMLBox widget:
|
2019-01-19 |
Goffi |
plugin text syntaxes: cleanStyle is an independent method, cleanXHTML is now blocking (no need to launch thread for that)
|
2019-01-19 |
Goffi |
plugin text syntaxes: changed import name to TEXT_SYNTAX (better with underscore for autocompletion)
|
2019-01-19 |
Goffi |
changelog: update
|
2019-01-16 |
Goffi |
core, XEP-0315: move XML element handling to sat_tmp:
|
2019-01-15 |
Goffi |
jp (pubsub): new "transform" command:
|
2019-01-15 |
Goffi |
plugin pubsub admin: pubsub administrator first draft:
|
2019-01-12 |
Goffi |
jp (base): fixed default values for --max-items and --max when using pubsub
|
2019-01-12 |
Goffi |
plugin pubsub schema: code formatting minor update
|
2019-01-12 |
Goffi |
jp (pubsub/search): fixed name for node_max
|
2019-01-12 |
Goffi |
plugin XEP-0315: implementation of Data Forms XML Element
|
2019-01-12 |
Goffi |
date update
|
2019-01-11 |
Goffi |
tools (common/data_objects): moved BlogItems._parseMetadata to a parsePubSubMetadata function, so it can be used in a more generic way
|
2019-01-11 |
Goffi |
plugin XEP-0060: set a 30s timeout on items get
|
2019-01-11 |
Goffi |
core (disco): client.disco.requestInfo failure are re-raised:
|
2019-01-11 |
Goffi |
core: findByFeatures speed improvments:
|
2019-01-11 |
Goffi |
tools (common/data_objects): metadata parsing in BlogItems:
|
2019-01-11 |
Goffi |
misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
|
2019-01-11 |
Goffi |
jp (base): MAM and RSM arguments can now be used for pubsub commands:
|
2019-01-11 |
Goffi |
XEP-0059: max value check:
|
2019-01-11 |
Goffi |
core (XMLUI): small optimisation: introspection is done once at module loading instead of on each XMLUI instantiation
|
2019-01-06 |
Goffi |
jp (base, pubsub, ticket): handle order-by:
|
2019-01-06 |
Goffi |
plugins XEP-0060, XEP-0313: implemented Order-By protoXEP:
|
2019-01-06 |
Goffi |
plugin XEP-0380: register namespace
|
2019-01-06 |
Goffi |
plugin XEP-0060: fixed MAM return value on getItems():
|
2019-01-05 |
Goffi |
plugin XEP-0384: give feedback to user when trust must be handled before sending a message
|
2019-01-04 |
Goffi |
plugin android: fixed path for .cagou_status
|
2019-01-04 |
Goffi |
plugin manhole: manhole debug plugin, first draft:
|
2019-01-04 |
Goffi |
plugin XEP-0380, XEP-0384: use C.EXTRA_INFO_DECR_ERR as info sub-type when a message can't be decrypted.
|