log

age author description
Mon, 23 Mar 2020 17:53:29 +0100 Goffi quick frontend (app): fixed argument order in `messageSend` default errback
Mon, 23 Mar 2020 17:52:18 +0100 Goffi core (memory/encryption): automatic start encryption if peer send encrypted message:
Mon, 23 Mar 2020 16:55:15 +0100 Goffi changelog: update
Mon, 23 Mar 2020 16:53:29 +0100 Goffi quick frontend (chat): added `encrypted` property
Mon, 23 Mar 2020 16:53:03 +0100 Goffi core (memory/encryption): set encrypted flag also for outgoing messages and put it in extra:
Sun, 22 Mar 2020 18:47:59 +0100 Goffi changelog: update
Sun, 22 Mar 2020 18:39:12 +0100 Goffi core (memory/encryption): encryption session are now restored on client connection
Sun, 22 Mar 2020 18:35:22 +0100 Goffi core (memory/persistent): implemented `aset` and `adel`:
Sun, 22 Mar 2020 14:31:48 +0100 Goffi core (xmpp): use async corouting for startConnection
Sun, 22 Mar 2020 14:04:16 +0100 Goffi plugin attach: handle large images resizing:
Sun, 22 Mar 2020 14:01:47 +0100 Goffi plugin aesgcm: wait for each splitted message to be sent before sending next one
Sun, 22 Mar 2020 13:59:19 +0100 Goffi core (xmpp): fixed workflow with post_xml_treatments in sendMessage:
Sun, 22 Mar 2020 12:52:43 +0100 Goffi tools (images): methods renaming
Wed, 18 Mar 2020 20:25:02 +0100 Goffi plugin attach, aesgcm: attachments refactoring:
Wed, 18 Mar 2020 19:56:05 +0100 Goffi plugin XEP-0384: added "/omemo_reset" text command:
Wed, 18 Mar 2020 19:54:07 +0100 Goffi core (memory/encryption): namespace can now be specified to test a specific algorithm in isEncryptionRequested
Fri, 13 Mar 2020 17:50:08 +0100 Goffi plugin text commands: handles coroutines + better command parsing:
Fri, 13 Mar 2020 17:46:27 +0100 Goffi core (tools/utils): new `asDeferred` function:
Wed, 11 Mar 2020 20:44:49 +0100 Goffi plugin XEP-0384: use "max_items=1" for devices and bundles nodes:
Wed, 11 Mar 2020 19:15:48 +0100 Goffi plugin XEP-0060: async sendItems + precondition-not-met policy:
Fri, 06 Mar 2020 18:51:04 +0100 Goffi jp (xmlui): added missing `disp` method in XMLUIPanel
Fri, 06 Mar 2020 18:19:03 +0100 Goffi plugin download: clean unfinished files and re-raise exception in case of download error
Fri, 06 Mar 2020 18:19:03 +0100 Goffi core (memory/cache): new removeFromCache method
Fri, 06 Mar 2020 18:19:03 +0100 Goffi core (memory/cache): purge cache metadata when the referenced file doesn't exist
Fri, 06 Mar 2020 18:19:03 +0100 Goffi bridge (constructor/dbus): typo
Fri, 06 Mar 2020 18:19:03 +0100 Goffi jp(info): `devices` command first draft:
Fri, 06 Mar 2020 18:19:03 +0100 Goffi core, bridge: new `devicesInfosGet` method to get infos on known devices of an entity
Fri, 06 Mar 2020 18:19:03 +0100 Goffi plugin download, aesgcm: disable TLS check if `check_certificate` setting is disabled
Fri, 06 Mar 2020 18:19:03 +0100 Goffi quick frontend(app): new `QuickApp.profileConnected` method
Fri, 06 Mar 2020 18:19:03 +0100 Goffi core (xmpp): isConnected now returns True when full connection is done: