log sat/core/xmpp.py @ 3065:f8e3789912d0

age author description
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:
2018-08-11 Goffi core (xmpp): send initial presence only after all profileConnected have been treated:
2018-08-11 Goffi core (memore/encryption): new methods and checks:
2018-08-11 Goffi tools (trigger, async_trigger): added no_cancel argument to point and asyncPoint when a trigger must not be cancellable
2018-07-29 Goffi core: new EncryptionHandler class which manage encrypted session as a core feature:
2018-07-29 Goffi core: added async TriggerManager
2018-07-29 Goffi core: style improvments (90 chars limit)
2018-06-27 Goffi code style reformatting using black
2018-05-25 Goffi core (xmpp): fixed "Force server" param on Android
2018-05-25 Goffi core (xmpp): use "phone" type in identities when backend is started from Android
2018-04-02 Goffi core, setup: huge cleaning: base src/core/xmpp.py@770198f5ecbe