log

age author description
Thu, 03 Jan 2019 21:04:55 +0100 Goffi plugin XEP-0384: various bug fixes:
Thu, 03 Jan 2019 21:00:00 +0100 Goffi core (memory/encryption), plugin OTR: finished OTR integration in encryption:
Thu, 03 Jan 2019 20:51:08 +0100 Goffi core (xmpp): implemented human friendly __unicode__ for client
Thu, 03 Jan 2019 20:49:21 +0100 Goffi tools (xml_tools): isXMLUICancelled helper function to check if an XMLUI has been cancelled from raw XML.
Wed, 02 Jan 2019 18:50:57 +0100 Goffi jp (message/send, encryption): encryption handling:
Wed, 02 Jan 2019 18:50:47 +0100 Goffi jp (xmlui): JidWidget + small improvments:
Wed, 02 Jan 2019 18:50:28 +0100 Goffi plugin XEP-0384: update to last python-omemo + trust management:
Wed, 02 Jan 2019 18:32:16 +0100 Goffi frontends (XMLUI): TabsContainer can now be the main container (Primitivus keep the old behaviour and always use VerticalContainer as main container)
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
Sat, 01 Dec 2018 10:47:59 +0100 Goffi jp (base): pubsub legacy --max option renamed to --max-item to prepare the use of --max for RSM.
Sat, 01 Dec 2018 10:42:25 +0100 Goffi jp (base): new own_jid host attribute:
Sat, 01 Dec 2018 10:41:37 +0100 Goffi jp (base): new date_decoder to specify dates in arguments
Sat, 01 Dec 2018 10:40:19 +0100 Goffi tools (common/date_utils): date_parse_ext + timezone handling:
Sat, 01 Dec 2018 10:34:42 +0100 Goffi plugin XEP-0060: use new parseExtra methods from MAM and RSM
Sat, 01 Dec 2018 10:33:43 +0100 Goffi plugin XEP-0313: implementation of MAM for messages:
Sat, 01 Dec 2018 10:10:25 +0100 Goffi plugin XEP-0059: added "parseExtra" method to easily handle RSM argument coming from bridge.
Sat, 01 Dec 2018 10:08:17 +0100 Goffi core (memory/sqlite): added stanza_id:
Sat, 01 Dec 2018 10:04:17 +0100 Goffi core: minor style/typos fixes
Sat, 01 Dec 2018 09:59:48 +0100 Goffi tools (common/data_format): serialise now check types and return a default value when empty string is parsed.
Sat, 01 Dec 2018 09:57:25 +0100 Goffi plugin XEP-0359: Unique and Stable Stanza IDs implementation, first draft
Mon, 19 Nov 2018 23:46:50 +0100 Goffi core: fixed reactor crash by installing reactor only in makeService
Mon, 19 Nov 2018 21:08:25 +0100 Goffi core: removed whitespace ping (not needed anymore as we handle XMPP ping)
Sun, 18 Nov 2018 15:49:59 +0100 Goffi core (xmpp): added NS_X_DATA to disco features
Sun, 18 Nov 2018 15:49:55 +0100 Goffi jp (base): fixed connection when start_session arg exists but is False
Sun, 18 Nov 2018 15:49:46 +0100 Goffi plugin XEP-0198: Stream Management implementation:
Sat, 10 Nov 2018 10:16:38 +0100 Goffi jp: new command "ping"
Sat, 10 Nov 2018 10:16:38 +0100 Goffi plugin XEP-0199: implementation of XMPP Ping
Sat, 10 Nov 2018 10:16:38 +0100 Goffi core (xmpp): added missing disco#info namespace to disco info result.
Sat, 10 Nov 2018 10:16:35 +0100 Goffi core (xmpp): server certificate validation:
Fri, 09 Nov 2018 16:17:45 +0100 Goffi quick frontend (contact list): use property to retrieve "whoami" in ProfileContactList:
Mon, 05 Nov 2018 09:13:05 +0100 Goffi quick frontend (app): create the contact list immediatly on plug
Fri, 05 Oct 2018 13:42:06 +0200 Goffi core: fixed package name for Android
Wed, 03 Oct 2018 20:38:10 +0200 Goffi template: better css files order
Wed, 03 Oct 2018 20:37:12 +0200 Goffi plugin identity: fixed nick when there is no user part in entity
Thu, 27 Sep 2018 08:51:01 +0200 Goffi jp (info): replaced "Client" by the more generic "Software"
Thu, 27 Sep 2018 08:50:38 +0200 Goffi template: fixed by variable used in css_files_noscript
Sun, 23 Sep 2018 17:02:47 +0200 Goffi install: don't do conditional requirement for omemo anymore, it should now work on all unixes
Thu, 20 Sep 2018 19:52:47 +0200 Goffi doc: CHANGELOG update
Thu, 20 Sep 2018 19:04:02 +0200 Goffi install: use omemo in install_requires only for platforms supported upstream
Tue, 18 Sep 2018 20:59:34 +0200 Goffi template: overriden get_template to always have full template name:
Tue, 18 Sep 2018 20:55:58 +0200 Goffi template: import contextfilter as module attribute
Tue, 18 Sep 2018 20:53:50 +0200 Goffi core (exceptions): new ConfigError exception
Fri, 14 Sep 2018 16:45:11 +0200 Goffi jp (blog/import): removed now useless generation of url_redirections_profile config key
Fri, 14 Sep 2018 16:44:34 +0200 Goffi jp: fixed bad call to quit
Mon, 10 Sep 2018 08:58:18 +0200 Goffi tools (common/template), jp: refactoring to handle multiple sites:
Fri, 31 Aug 2018 17:18:51 +0200 Goffi core(twisted): install reactor before doing anything else
Fri, 31 Aug 2018 16:03:12 +0200 Goffi frontends (xmlui): class_map is now an arg of create function:
Fri, 31 Aug 2018 15:57:11 +0200 Goffi core, frontends (xmlui): added "hidden" widget, to specify a value to be returned unmodified
Fri, 31 Aug 2018 15:47:00 +0200 Goffi plugin XEP-0050, adhoc D-Bus: Ad-Hoc improvment + remote media control:
Fri, 31 Aug 2018 15:29:25 +0200 Goffi core: findByFeatures fixes
Fri, 31 Aug 2018 15:25:25 +0200 Goffi core: minor version fix for pyjamas workaround
Sat, 11 Aug 2018 18:24:55 +0200 Goffi quick frontend (app, chat): encryption handling:
Sat, 11 Aug 2018 18:24:55 +0200 Goffi jp (message): new encryption/algorithms command to retrieve available encryptions algorithms.
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin XEP-0384: PEP handling + mark as encrypted:
Sat, 11 Aug 2018 18:24:55 +0200 Goffi core (xmpp): send initial presence only after all profileConnected have been treated:
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin XEP-0163: fixed bad PEP filtering
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin OTR: use new "directed" attribute when registering + use new markAsEncrypted
Sat, 11 Aug 2018 18:24:55 +0200 Goffi core (memore/encryption): new methods and checks:
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin otr: use namespace specified in XEP-0378
Sat, 11 Aug 2018 18:24:55 +0200 Goffi tools (common/data_format): added serialise and deserialise methods (using json for now)
Sat, 11 Aug 2018 18:24:55 +0200 Goffi core (bridge): new messageEncryptionStarted and messageEncryptionStopped signals (not used yet)
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin XEP-0384, install: adapted plugin to omemo module changes + added omemo module to dependencies:
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin OTR: integrated in new encryption handler + fixed use of bare jid where full jid was expected
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin XEP-0334: added a method to add hint directly to elements (i.e. on domish.Element instead of message data)
Sat, 11 Aug 2018 18:24:55 +0200 Goffi core (memory/encryption): start improvments, stop and getSession:
Sat, 11 Aug 2018 18:24:52 +0200 Goffi tools (trigger, async_trigger): added no_cancel argument to point and asyncPoint when a trigger must not be cancellable
Sat, 04 Aug 2018 13:03:44 +0200 Goffi core: we are in dev version again
Sun, 29 Jul 2018 19:24:21 +0200 Goffi plugin XEP-0384: OMEMO implementation first draft:
Sun, 29 Jul 2018 19:23:01 +0200 Goffi plugin XEP-0060: added singleton ID ("current")
Sun, 29 Jul 2018 19:22:56 +0200 Goffi core: new EncryptionHandler class which manage encrypted session as a core feature:
Sun, 29 Jul 2018 19:22:51 +0200 Goffi core: added async TriggerManager
Sun, 29 Jul 2018 18:44:49 +0200 Goffi core (memory/persistent): better default value handling in LazyPersistentBinaryDict (don't jump to debugger in debug mode if value is not found)
Sun, 29 Jul 2018 18:44:27 +0200 Goffi core: style improvments (90 chars limit)
Sun, 08 Jul 2018 18:38:32 +0200 Goffi Added tag 0.7.0a2 for changeset b42aa52d2621
Sun, 08 Jul 2018 18:38:29 +0200 Goffi 0.7.0a2 release 0.7.0a2
Sun, 08 Jul 2018 18:37:36 +0200 Goffi install (setup.py): don't use sys.prefix for locales
Sun, 08 Jul 2018 11:15:22 +0200 Goffi jp (blog): fixed path encoding for inotify
Wed, 04 Jul 2018 08:00:19 +0200 Goffi Added tag 0.7.0a1 for changeset 534b264d63df (replace former tag after setup fix)
Wed, 04 Jul 2018 07:58:24 +0200 Goffi install: fixed DBUS_FILE path 0.7.0a1
Wed, 04 Jul 2018 07:33:26 +0200 Goffi Added tag 0.7.0a1 for changeset eecd84a2530a
Wed, 04 Jul 2018 07:26:20 +0200 Goffi 0.7.0a1 release
Wed, 04 Jul 2018 07:26:20 +0200 Goffi plugin XEP-0077: fixed RegisteringAuthenticator to use TLS if possible
Wed, 04 Jul 2018 07:24:42 +0200 Goffi misc: renamed former tags from "SàT va.b.c" to "a.b.c"
Mon, 02 Jul 2018 08:54:57 +0200 Goffi quick_frontend (chat): create target in cache if it is not found, avoiding an exception
Mon, 02 Jul 2018 08:53:29 +0200 Goffi doc (CHANGELOG): added D-Bus namespace change
Mon, 02 Jul 2018 08:26:02 +0200 Goffi doc (CHANGELOG): prepared CHANGELOG for 0.7 release + unified indentation to 4 spaces
Mon, 02 Jul 2018 08:25:04 +0200 Goffi doc (README): removed version from README to avoid having to update it each time + removed mentions to future frontends
Sun, 01 Jul 2018 20:37:58 +0200 Goffi core, frontends: replaced org\.goffi namespaces by org.salutatoi + fixed generation:
Fri, 29 Jun 2018 15:54:46 +0200 Goffi plugin merge-request/mercurial: fixed missing last line in diff while parsing patch
Wed, 27 Jun 2018 22:50:32 +0200 Goffi quick_frontend (QuickApp): fixed getCache handling after changes in QuickContactList
Wed, 27 Jun 2018 21:15:34 +0200 Goffi plugin XEP-0070: use a confirm dialog instead of a form + simplified a bit the code