log sat/core/xmpp.py @ 3286:ddf3ded93b78

age author description
2020-04-14 Goffi core, frontends: avatar refactoring:
2020-04-03 Goffi core (xmpp): helper method to launch a plugin method:
2020-04-01 Goffi core (xmpp): properly clean profile data in case of startConnection failure:
2020-03-30 Goffi core (xmpp): use asDeferred for profileConnecting and profileConnected
2020-03-23 Goffi core (memory/encryption): set encrypted flag also for outgoing messages and put it in extra:
2020-03-22 Goffi core (memory/encryption): encryption session are now restored on client connection
2020-03-22 Goffi core (xmpp): use async corouting for startConnection
2020-03-22 Goffi core (xmpp): fixed workflow with post_xml_treatments in sendMessage:
2020-03-06 Goffi core (xmpp): isConnected now returns True when full connection is done:
2020-03-01 Goffi core (xmpp): check that entity_jid is actually a jid in SatRosterProtocol.isJidInRoster
2020-02-29 Goffi core (constants): renamed `MESS_KEY_MEDIA_TYPE` to `MESS_KEY_ATTACHMENTS_MEDIA_TYPE`
2020-02-26 Goffi core (xmpp): use pathlib.Path to complete attachments names, and use name to guess type
2020-02-23 Goffi core (xmpp): complete attachments for sent attachments:
2020-02-21 Goffi bridge: messageSend's extra is now serialised
2020-02-18 Goffi core (xmpp): add `name` and `media_type` in attachements if they are missing.
2020-02-18 Goffi core (xmpp): new message key to handle attachments
2020-02-18 Goffi core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
2020-02-18 Goffi core: use serialised dict for `extra` in messageNew and historyGet
2020-02-09 Goffi core (xmpp), plugin android: fixed DNS, SRV handling on Android:
2020-02-03 Goffi core (xmpp): avoid starting several clients at the same time:
2020-01-29 Goffi core (xmpp): use a stable resource (sat.[shortuuid]) instead of server one if nothing is specified
2020-01-29 Goffi core (xmpp): raise InternalError when a new profile Client is created while there is already one in host
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2020-01-28 Goffi core (xmpp): don't purge entity on disconnect if continueTrying is set
2020-01-26 Goffi plugin android: reconnect profiles with autoconnect if network is activated:
2019-10-18 Goffi core: `history is skipped as requested` log message is now at debug level
2019-10-01 Goffi core (patches): updated TLS patches:
2019-09-25 Goffi jp: jp asyncio port:
2019-08-13 Goffi Python 3 port:
2019-07-09 Goffi core, plugin XEP-0045: fixed message type autodetection + ENTITY_TYPE_MUC constant:
2019-07-02 Goffi core (xmpp): removed log for presence, as it is barely useful and too verbose even for debug logs.
2019-07-02 Goffi core (xmpp): set message timestamp on message reception:
2019-07-02 Goffi core (xmpp): fixed URI correction while parsing messages:
2019-06-30 Goffi core, plugin XEP-0045: fix crashes when changing URIs:
2019-04-14 Goffi core: fixed component connexion:
2019-04-10 Goffi code (xmpp): store version after roster item update + fix item removal:
2019-04-07 Goffi core, quick_frontend(app): fixed connected signal handling
2019-04-07 Goffi core: added a rosterResync method to bridge:
2019-04-07 Goffi core (xmpp): implemented roster versioning
2019-04-06 Goffi core (xmpp): new networkEnabled() and networkDisabled() methods:
2019-04-06 Goffi core (xmpp): advanced handling of connection termination
2019-04-05 Goffi core (xmpp): use the cleaner stopTrying() instead of setting `continueTrying = 0` when connection is not possible due to invalid certificate.
2019-03-01 Goffi core: renamed presenceReceived to presence_reveiced + use "client" as first arguments instead of "profile"
2019-01-26 Goffi plugin XEP-0045: fixed crash when <delay> is used at an unexpected time.
2019-01-16 Goffi core, XEP-0315: move XML element handling to sat_tmp:
2019-01-12 Goffi date update
2019-01-04 Goffi core (xmpp): don't add to history a message if there is no message and no subject.
2019-01-04 Goffi core (xmpp): added "extra" argument to client.feedback
2019-01-03 Goffi core (xmpp): implemented human friendly __unicode__ for client
2019-01-02 Goffi core (xmpp): don't send message without message or subject to bridge (and log a warning in frontends if such a message is received)
2018-12-27 Goffi core (xmpp): set "to" attribute to <message> element when it's missing:
2018-12-07 Goffi plugin XEP-0045: MAM implementation for MUC
2018-12-07 Goffi core (xmpp): check <message> namespace in parseMessage, and accept empty namespace (happen with Wokkel)
2018-12-01 Goffi plugin XEP-0313: implementation of MAM for messages:
2018-11-19 Goffi core: removed whitespace ping (not needed anymore as we handle XMPP ping)
2018-11-18 Goffi core (xmpp): added NS_X_DATA to disco features
2018-11-18 Goffi plugin XEP-0198: Stream Management implementation:
2018-11-10 Goffi core (xmpp): added missing disco#info namespace to disco info result.
2018-11-10 Goffi core (xmpp): server certificate validation: