log

age author description
Wed, 02 Jan 2019 18:28:30 +0100 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)
Wed, 02 Jan 2019 18:25:55 +0100 Goffi core (memory/sqlite): new delPrivateNamespace method to delete all data of a specific namespace for a profile.
Wed, 02 Jan 2019 18:24:14 +0100 Goffi core (memory/persistent): new LazyPersistentBinaryDict.remove method
Wed, 02 Jan 2019 18:22:30 +0100 Goffi core (memory/encryption): new encryptionNamespaceGet and encryptionTrustUIGet methods:
Thu, 27 Dec 2018 11:40:04 +0100 Goffi core (log): fixed double call to ansiColors
Thu, 27 Dec 2018 11:40:04 +0100 Goffi core (xmpp): set "to" attribute to <message> element when it's missing:
Thu, 27 Dec 2018 11:40:04 +0100 Goffi quick frontend(chat): use unicode on jid.JID instance in self.host.bridge.messageEncryptionGet:
Thu, 27 Dec 2018 09:21:10 +0100 Goffi plugin XEP-0198: rised ACK_TIMEOUT + set req_time to None when timing out to be ready after resuming
Wed, 26 Dec 2018 17:21:39 +0100 Goffi plugin XEP-0045: fixed bad MAM detection on join
Wed, 26 Dec 2018 17:21:38 +0100 Goffi plugin XEP-0198: allow to customise/disable ack_timeout:
Wed, 26 Dec 2018 17:18:52 +0100 Goffi plugin OTR: catch and log potr.context.ErrorReceived instead of raising it.
Wed, 26 Dec 2018 14:37:13 +0100 Goffi plugin XEP-0198: abort connection if ack is not received after a timeout:
Wed, 12 Dec 2018 08:58:52 +0100 Goffi plugin XEP-0045: don't loop when initiating MAM archive
Wed, 12 Dec 2018 01:13:15 +0100 Goffi plugin XEP-0045: request 50 *last* MAM messages if new archive
Wed, 12 Dec 2018 00:53:14 +0100 Goffi core (memory/sqlite): further improvments in update_v7:
Tue, 11 Dec 2018 23:53:27 +0100 Goffi core (memory/sqlite): fixed v7 update performance issue:
Mon, 10 Dec 2018 21:06:20 +0100 Goffi core (memory/sqlite): do not call commitStatements if there is nothing to commit in checkUpdates
Mon, 10 Dec 2018 20:34:45 +0100 Goffi jp (message/mam): display metadata when verbose
Mon, 10 Dec 2018 20:34:45 +0100 Goffi plugin XEP-0313, XEP-0045: loop MAM requests until whole archive is retrieved:
Mon, 10 Dec 2018 20:34:45 +0100 Goffi plugin XEP-0059: added serialise method
Sun, 09 Dec 2018 14:07:26 +0100 Goffi core (memory/sqlite): changed history constraint
Fri, 07 Dec 2018 19:13:28 +0100 Goffi plugin XEP-0045: MAM implementation for MUC
Fri, 07 Dec 2018 17:46:50 +0100 Goffi core (xmpp): check <message> namespace in parseMessage, and accept empty namespace (happen with Wokkel)
Fri, 07 Dec 2018 17:43:43 +0100 Goffi plugin XEP-0313: improvments to prepare MUC MAM:
Sat, 01 Dec 2018 14:40:32 +0100 Goffi core (memory/disco): normalise booleans in extensions
Sat, 01 Dec 2018 14:39:35 +0100 Goffi core (memory/sqlite): skip a line before debug log showing statements
Sat, 01 Dec 2018 14:35:28 +0100 Goffi jp (info/disco): better default output for extensions
Sat, 01 Dec 2018 14:34:55 +0100 Goffi tools (common/data_format): use "default" in json.dumps in serialise (useful notably to serialise jid.JID)
Sat, 01 Dec 2018 10:48:01 +0100 Goffi jp (message): new mam subcommand:
Sat, 01 Dec 2018 10:48:01 +0100 Goffi jp (output): new OUTPUT_MESS output to handle data containing chat messages