log

age author description
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:
Fri, 06 Mar 2020 18:19:03 +0100 Goffi plugin attachment: remove "path" from attachment once used:
Sun, 01 Mar 2020 18:48:06 +0100 Goffi core, bridge: new `imageGeneratePreview` helped method to generate a thumbnail
Sun, 01 Mar 2020 18:47:05 +0100 Goffi tools (images): max_size can now be manually specified in checkImage and dest in resizeImage:
Sun, 01 Mar 2020 18:33:16 +0100 Goffi plugin XEP-0054: fixed use of current dir instead of empty string
Sun, 01 Mar 2020 18:31:45 +0100 Goffi core (memory/cache): added some metadata:
Sun, 01 Mar 2020 18:29:46 +0100 Goffi core (xmpp): check that entity_jid is actually a jid in SatRosterProtocol.isJidInRoster
Sat, 29 Feb 2020 16:55:22 +0100 Goffi core (constants): renamed `MESS_KEY_MEDIA_TYPE` to `MESS_KEY_ATTACHMENTS_MEDIA_TYPE`
Fri, 28 Feb 2020 18:10:58 +0100 Goffi changelog: update
Fri, 28 Feb 2020 10:06:38 +0100 Goffi core (memory/disco): minor log message change
Fri, 28 Feb 2020 10:06:38 +0100 Goffi quick frontend (app): avoid crash when a listener is removed while being called
Fri, 28 Feb 2020 10:06:23 +0100 Goffi plugin attach: disable TLS check if "check_certificate" is disabled
Wed, 26 Feb 2020 22:03:15 +0100 Goffi memory (sqlite): don't store empty messages
Wed, 26 Feb 2020 22:03:15 +0100 Goffi primitivus (chat) Q&D way to see attachments
Wed, 26 Feb 2020 22:03:15 +0100 Goffi quick frontend(contact list): new "isInRoster" method
Wed, 26 Feb 2020 22:03:15 +0100 Goffi memory(cache): extend EOL when a file metadata is retrieved
Wed, 26 Feb 2020 22:03:11 +0100 Goffi plugin download: use cache if dest_path is empty:
Wed, 26 Feb 2020 15:54:43 +0100 Goffi plugin download, aesgcm: fixed handling of HTTP errors
Wed, 26 Feb 2020 15:54:43 +0100 Goffi memory (cache): purge + pathlib:
Wed, 26 Feb 2020 15:54:34 +0100 Goffi core (xmpp): use pathlib.Path to complete attachments names, and use name to guess type
Sun, 23 Feb 2020 17:49:21 +0100 Goffi core (xmpp): complete attachments for sent attachments:
Sun, 23 Feb 2020 17:48:26 +0100 Goffi plugin attach, XEP-0363: progress id can now be specified:
Sun, 23 Feb 2020 17:48:26 +0100 Goffi plugin attach: first draft:
Sun, 23 Feb 2020 17:48:26 +0100 Goffi core (memory/encryption): "isEncryptionRequested" helper method:
Fri, 21 Feb 2020 12:17:38 +0100 Goffi bridge: messageSend's extra is now serialised
Tue, 18 Feb 2020 18:17:18 +0100 Goffi plugin aesgcm: use 12 bytes Initialisation Vector:
Tue, 18 Feb 2020 18:17:18 +0100 Goffi jp (blog/edit): added `--no-publish` argument.
Tue, 18 Feb 2020 18:17:18 +0100 Goffi quick frontends (chat): handle attachments in Message
Tue, 18 Feb 2020 18:17:18 +0100 Goffi core (xmpp): add `name` and `media_type` in attachements if they are missing.
Tue, 18 Feb 2020 18:17:18 +0100 Goffi plugin aesgcm: look for "aesgcm" links in body to use them as attachments
Tue, 18 Feb 2020 18:17:14 +0100 Goffi core (xmpp): new message key to handle attachments
Tue, 18 Feb 2020 18:13:19 +0100 Goffi core: renamed "MessageReceived" trigger to "messageReceived" for consistency.
Tue, 18 Feb 2020 18:13:18 +0100 Goffi core (memory/encryption): new "isEncrypted" method to check if encrypted flag is set in message data
Tue, 18 Feb 2020 18:13:17 +0100 Goffi core: use serialised dict for `extra` in messageNew and historyGet
Fri, 14 Feb 2020 15:18:52 +0100 Goffi bridge constructor: replaced deprecated `readfp`
Wed, 12 Feb 2020 19:46:14 +0100 Goffi quick frontends (widgets): added widgetNew and widgetDelete listeners:
Wed, 12 Feb 2020 19:44:05 +0100 Goffi quick frontends (app): added an "ignore_missing" argument to RemoveListener:
Wed, 12 Feb 2020 19:40:48 +0100 Goffi quick frontend (app): replaced OrderedDict by regular dict:
Wed, 12 Feb 2020 19:38:32 +0100 Goffi quick frontend(widget): added `with_duplicates` argument to getWidgets:
Mon, 10 Feb 2020 22:02:31 +0100 Goffi quick frontend(app): added listener for selected widget
Mon, 10 Feb 2020 22:01:53 +0100 Goffi bridge: added methods to let frontends store/retrieve/delete private data
Sun, 09 Feb 2020 23:56:42 +0100 Goffi core (xmpp), plugin android: fixed DNS, SRV handling on Android:
Sun, 09 Feb 2020 23:56:40 +0100 Goffi tools (common/async_process): fixed stderr handling + added global "run"
Sun, 09 Feb 2020 23:50:26 +0100 Goffi core (memory/crypto): replaced `PyCrypto` by `cryptography`:
Sun, 09 Feb 2020 23:50:21 +0100 Goffi quick_frontend (app, widget): CagouWidget.onSelected is called when the widget is selected:
Thu, 06 Feb 2020 00:01:36 +0100 Goffi quick frontend (app): added "explicit_close" to deleteWidget, and use it on mucRoomLeftHandler:
Wed, 05 Feb 2020 23:59:19 +0100 Goffi tools (images): fixed type for recommended_size.
Tue, 04 Feb 2020 19:59:42 +0100 Goffi core (memory/disco): fixed checkFeature return Failure:
Tue, 04 Feb 2020 18:24:15 +0100 Goffi plugin XEP-0363: fixed errback args in fileHTTPUpload
Mon, 03 Feb 2020 13:49:45 +0100 Goffi plugin android: attach an action dict to notification:
Mon, 03 Feb 2020 13:46:24 +0100 Goffi core (xmpp): avoid starting several clients at the same time:
Mon, 03 Feb 2020 13:42:43 +0100 Goffi core (memory/disco): fixed failure creation in infosEb
Wed, 29 Jan 2020 20:52:23 +0100 Goffi changelog: update
Wed, 29 Jan 2020 20:52:57 +0100 Goffi doc (profile): added --autoconnect info
Wed, 29 Jan 2020 20:21:21 +0100 Goffi core (xmpp): use a stable resource (sat.[shortuuid]) instead of server one if nothing is specified
Wed, 29 Jan 2020 19:42:02 +0100 Goffi core: log filenames of read config files
Wed, 29 Jan 2020 19:28:08 +0100 Goffi core (constants): use parent of "sat" module dir as last config path
Wed, 29 Jan 2020 19:21:16 +0100 Goffi core (constants): missing trailing `/`
Wed, 29 Jan 2020 19:12:46 +0100 Goffi core (constants): don't parse `sat.conf` from current dir anymore + parse root_dir last
Wed, 29 Jan 2020 19:05:41 +0100 Goffi core (constants): parse `sat.conf` from `sat` module dir
Wed, 29 Jan 2020 18:54:40 +0100 Goffi bridge (dbus): new `bridge_dbus_int_prefix` option (in `[DEFAULT]` settings) to change interface prefix
Wed, 29 Jan 2020 18:31:47 +0100 Goffi plugin XEP-0384: fixed exception catching on getItems
Wed, 29 Jan 2020 17:39:00 +0100 Goffi plugin XEP-0280: handle CCed messages without "to"
Wed, 29 Jan 2020 12:38:48 +0100 Goffi core: fixed `findByFeatures`:
Wed, 29 Jan 2020 11:19:47 +0100 Goffi plugin XEP-0198: minor log formatting
Wed, 29 Jan 2020 11:00:14 +0100 Goffi core (xmpp): raise InternalError when a new profile Client is created while there is already one in host
Wed, 29 Jan 2020 10:07:00 +0100 Goffi fixed shebangs
Wed, 29 Jan 2020 09:50:54 +0100 Goffi dates update
Tue, 28 Jan 2020 22:42:10 +0100 Goffi core (xmpp): don't purge entity on disconnect if continueTrying is set
Tue, 28 Jan 2020 22:27:42 +0100 Goffi plugin manhole: added `d` to namespace as shortcut for defer.ensureDeferred
Tue, 28 Jan 2020 22:26:12 +0100 Goffi plugin XEP-0198: don't crash when xmlstream has been closed
Mon, 27 Jan 2020 19:53:31 +0100 Goffi plugin ip: fixed IP detection with external website
Mon, 27 Jan 2020 19:53:31 +0100 Goffi tools (common/files_utils): fixed get_unique_name when `path` is a str and not a Path
Mon, 27 Jan 2020 19:53:31 +0100 Goffi quick frontend (app): log own jid when received
Mon, 27 Jan 2020 19:53:31 +0100 Goffi plugin XEP-0184: show a warning and the message XML on missing `id`
Mon, 27 Jan 2020 19:52:49 +0100 Goffi core (memory): avoid session locking if profileAuthenticate is called twice quickly
Mon, 27 Jan 2020 19:52:46 +0100 Goffi android: deactivate annoying jnius logs when DEBUG is set
Sun, 26 Jan 2020 18:08:10 +0100 Goffi plugin manhole: added "C" to namespace
Sun, 26 Jan 2020 18:08:09 +0100 Goffi plugin android: reconnect profiles with autoconnect if network is activated:
Sat, 25 Jan 2020 21:08:41 +0100 Goffi plugin android: added a `profileAutoconnectGet` method:
Sat, 25 Jan 2020 21:08:40 +0100 Goffi core (memory/params): added `extra` argument to filter out params notably in `getParamsUI`:
Sat, 25 Jan 2020 21:08:39 +0100 Goffi jp (profile): added --autoconnect argument in `modify` and `create` + use output in `info`
Sat, 25 Jan 2020 21:08:37 +0100 Goffi jp (common): various Table fixes:
Sat, 25 Jan 2020 21:08:32 +0100 Goffi core: backend autoconnection:
Sat, 25 Jan 2020 21:08:29 +0100 Goffi doc (jp/message): typo
Sat, 25 Jan 2020 21:08:26 +0100 Goffi quick frontend (app): call `getReady` once connected to bridge:
Sat, 25 Jan 2020 21:08:25 +0100 Goffi core: added a debug log when a namespace is registered
Fri, 17 Jan 2020 20:27:35 +0100 Goffi quick frontend (widgets): don't use *args for onDelete + more debug logs
Fri, 17 Jan 2020 18:47:02 +0100 Goffi quick frontend (widgets): some more errors handling in getOrCreateWidget
Fri, 17 Jan 2020 17:55:57 +0100 Goffi quick frontend (widgets): fixed widget creation in getOrCreateWidget:
Fri, 17 Jan 2020 15:27:39 +0100 Goffi quick frontend (app): removed workaround for pyjamas
Fri, 17 Jan 2020 15:26:44 +0100 Goffi quick frontend (widgets): added "widget_hash" helper property
Sat, 11 Jan 2020 17:20:44 +0100 Goffi install (setup.py): use progressbar2 instead of progressbar
Fri, 10 Jan 2020 10:22:46 +0100 Goffi core (sat_main): avoid double init + log version
Fri, 10 Jan 2020 10:10:42 +0100 Goffi changelog: update
Fri, 03 Jan 2020 20:10:58 +0100 Goffi quick_frontend (widget): typo
Fri, 03 Jan 2020 17:10:53 +0100 Goffi frontends (tools/strings): added "geo:" scheme in RE_URL
Fri, 03 Jan 2020 13:21:27 +0100 Goffi plugin android: sound notification + change settings:
Fri, 03 Jan 2020 13:20:45 +0100 Goffi core (memory/params): new "makeOptions" method to easily create options XML from a dict
Mon, 30 Dec 2019 20:59:46 +0100 Goffi plugin XEP-0384: OMEMO for MUC implementation:
Mon, 30 Dec 2019 20:44:05 +0100 Goffi plugin XEP-0359: handle origin-id
Mon, 30 Dec 2019 20:44:04 +0100 Goffi core, bridge: encryptionPluginsGet now returns a serialised list + added "directed" in metadata
Mon, 30 Dec 2019 20:44:02 +0100 Goffi plugin XEP-0045: added room statuses to metadata:
Sat, 28 Dec 2019 20:02:18 +0100 Goffi plugin XEP-0060, jp (pubsub/set): publish-options implementation:
Fri, 27 Dec 2019 13:30:20 +0100 Goffi bin: look for twistd3 first:
Fri, 20 Dec 2019 14:26:05 +0100 Goffi plugin XEP-0384: typo
Fri, 20 Dec 2019 14:23:42 +0100 Goffi jp (blog): added --language to common publish argument
Fri, 20 Dec 2019 12:28:04 +0100 Goffi CHANGELOG: update
Fri, 20 Dec 2019 12:28:04 +0100 Goffi plugin android: removed comment on vibrator bug as it is fixed in dev version of plyer
Fri, 20 Dec 2019 12:28:04 +0100 Goffi jp (file): new `get` command + encryption with upload:
Fri, 20 Dec 2019 12:28:04 +0100 Goffi jp (xmlui_manager): use level for notes:
Fri, 20 Dec 2019 12:28:04 +0100 Goffi doc (jp/shell): typos
Fri, 20 Dec 2019 12:28:04 +0100 Goffi tools (common/files_utils): get_unique_name now uses and returns Path instances.
Fri, 20 Dec 2019 12:28:04 +0100 Goffi plugin sec aesgcm: new plugin handling `aesgcm:` scheme for e2e encrypted media sharing:
Fri, 20 Dec 2019 12:28:04 +0100 Goffi plugin upload, XEP-0363: code modernisation + preparation for extension:
Fri, 20 Dec 2019 12:28:04 +0100 Goffi plugin file download: meta plugin to handle file download:
Fri, 20 Dec 2019 12:28:04 +0100 Goffi tools (stream): data modification on SatFile:
Fri, 20 Dec 2019 12:28:04 +0100 Goffi plugin XEP-0045: show join error even if it's not a StanzaError, log it with warning instead of error
Fri, 20 Dec 2019 12:28:01 +0100 Goffi plugin XEP-0384: update to latest python-omemo + better trust management:
Sat, 07 Dec 2019 11:30:56 +0100 Goffi plugin XEP-0384: specific warning on missing omemo-backend-signal + fixed encoding following Python 3 port
Fri, 06 Dec 2019 15:20:00 +0100 Goffi plugin events: fixed eventInviteeGet signature
Fri, 06 Dec 2019 15:19:31 +0100 Goffi plugin manhole: fixed default value
Fri, 06 Dec 2019 15:02:02 +0100 Goffi plugins (imap, maildir, smtp): removed plugins IMAP, Maildir and SMTP:
Thu, 05 Dec 2019 23:05:16 +0100 Goffi plugin XEP-0045: don't fail on `item-not-found` with MAM:
Thu, 05 Dec 2019 22:58:06 +0100 Goffi core (memory/sqlite): added `before_uid` filter to retrieve history before a message UID
Mon, 18 Nov 2019 22:34:13 +0100 Goffi quick frontend(chat): store filters used with initial historyGet
Mon, 18 Nov 2019 22:34:13 +0100 Goffi quick frontend(app): catch exception when trying to remove a missing listener, and log it
Mon, 18 Nov 2019 20:51:25 +0100 Goffi core: use sat_tmp's twisted patches for Python 3.8 compatibility
Mon, 18 Nov 2019 20:50:34 +0100 Goffi plugin text syntaxes: don't use anymore deprecated cgi.escape
Fri, 15 Nov 2019 17:57:49 +0100 Goffi bridge (embedded): typo
Fri, 15 Nov 2019 17:55:39 +0100 Goffi install (setup): added Python 3.8 classifier
Fri, 15 Nov 2019 17:55:14 +0100 Goffi doc (jp): typo
Fri, 08 Nov 2019 12:51:03 +0100 Goffi plugin pubsub schema: fixed XML field handling in `sendDataFormItem`
Fri, 08 Nov 2019 11:56:21 +0100 Goffi quick frontend (chat): removed hack not needed anymore now that Pyjamas is not used anymore
Fri, 08 Nov 2019 11:55:21 +0100 Goffi plugin XEP-0277: fixed comments URLs parsing
Fri, 08 Nov 2019 11:47:42 +0100 Goffi jp (file/upload): fixed exception when no jid is specified
Wed, 30 Oct 2019 19:49:43 +0100 Goffi CHANGELOG: update
Tue, 29 Oct 2019 20:38:39 +0100 Goffi core: added imageCheck and imageResize methods:
Tue, 29 Oct 2019 20:24:29 +0100 Goffi quick frontend (contact list): added "contactsFilled" event
Mon, 21 Oct 2019 23:52:25 +0200 Goffi core (tools/utils): fixed hex conversion in getRepositoryData following Python 3 port
Mon, 21 Oct 2019 23:06:30 +0200 Goffi bridge (pb): added missing _generic_errback
Sun, 20 Oct 2019 19:34:26 +0200 Goffi plugin XEP-0060: fixed bad MAM unwrapping after Python 3 port
Fri, 18 Oct 2019 17:51:44 +0200 Goffi tools (common/template): removed warning catches, jinja2>=2.10.3 now handles them correctly
Fri, 18 Oct 2019 14:45:07 +0200 Goffi plugin XEP-0045: join / MAM history improvements:
Fri, 18 Oct 2019 14:36:46 +0200 Goffi core: `history is skipped as requested` log message is now at debug level
Wed, 16 Oct 2019 08:39:52 +0200 Goffi plugin OTR: work around a bad exception raised in potr
Wed, 16 Oct 2019 08:39:52 +0200 Goffi plugin android: fixed encoding in states after Python 3 port
Wed, 16 Oct 2019 08:39:35 +0200 Goffi core (log): removed Android hack:
Fri, 11 Oct 2019 16:15:34 +0200 Goffi plugin account: fixed email sending
Fri, 11 Oct 2019 16:15:09 +0200 Goffi doc (jp): typos (thanks tbart)
Tue, 08 Oct 2019 12:10:26 +0200 Goffi misc: don't import memory in launch script:
Mon, 07 Oct 2019 17:29:28 +0200 Goffi doc (jp/file_share): typo
Thu, 03 Oct 2019 22:17:19 +0200 Goffi jp: default to "dark" if background is not set and can't be detected
Tue, 01 Oct 2019 22:54:18 +0200 Goffi doc (jp/common_arguments): updated note about `--pwd`
Tue, 01 Oct 2019 22:49:11 +0200 Goffi jp: password is now prompted if needed:
Tue, 01 Oct 2019 22:49:11 +0200 Goffi changelog: update
Tue, 01 Oct 2019 22:49:11 +0200 Goffi jp (debug): new "theme" command to print colour theme according to `background` value:
Tue, 01 Oct 2019 22:49:10 +0200 Goffi jp: dark and light theme:
Tue, 01 Oct 2019 22:49:10 +0200 Goffi tools (common): helping method to calculate luminance:
Tue, 01 Oct 2019 22:49:10 +0200 Goffi core (patches): updated TLS patches:
Tue, 01 Oct 2019 22:49:10 +0200 Goffi jp: handle dbus bridge with asyncio:
Tue, 01 Oct 2019 22:49:10 +0200 Goffi bridge (dbus): AsyncIO version of D-Bus bridge:
Tue, 01 Oct 2019 22:49:06 +0200 Goffi doc (jp): jp commands are now fully documented:
Wed, 25 Sep 2019 08:56:41 +0200 Goffi jp: jp asyncio port:
Wed, 25 Sep 2019 08:53:38 +0200 Goffi bridge (pb): implemented an asyncio compatible bridge:
Wed, 25 Sep 2019 08:41:36 +0200 Goffi common (template): suppress jinja2 depreaction warning (to be removed once 2.10.1 is released)
Mon, 26 Aug 2019 09:14:58 +0200 Goffi jp (common): fixed draft path use in BaseEdit
Sun, 25 Aug 2019 12:16:18 +0200 Goffi install (setup.py): updated classifiers
Sun, 25 Aug 2019 09:53:03 +0200 Goffi install (setup.py): updated `python_requires`
Fri, 16 Aug 2019 17:06:52 +0200 Goffi tools (common/email): fixed email sending after python 3 port
Fri, 16 Aug 2019 17:06:51 +0200 Goffi tools (async_process): log command as str
Fri, 16 Aug 2019 17:06:44 +0200 Goffi plugin XEP-0329: fixed ShareNode item() and values after Python 3 port
Fri, 16 Aug 2019 17:06:43 +0200 Goffi tools (config), memory: renamed SafeConfigParser following Python 3 port
Fri, 16 Aug 2019 14:14:19 +0200 Goffi install (manifest): fixed old paths which where still used
Wed, 14 Aug 2019 08:08:25 +0200 Goffi doc: replaced deprecated installation link in INSTALL
Tue, 13 Aug 2019 19:08:41 +0200 Goffi Python 3 port:
Wed, 31 Jul 2019 11:31:22 +0200 Goffi 0.8 development starts
Wed, 24 Jul 2019 20:05:00 +0200 Goffi Added tag 0.7.0 for changeset c7138e913213
Wed, 24 Jul 2019 19:47:30 +0200 Goffi 0.7.0 « La Commune » release 0.7.0
Wed, 24 Jul 2019 19:54:29 +0200 Goffi install: added doc to MANIFEST.in
Wed, 24 Jul 2019 07:51:48 +0200 Goffi plugin XEP-0313: log issues in addToHistory instead of raising error
Wed, 24 Jul 2019 07:51:07 +0200 Goffi doc: some corrections:
Sun, 21 Jul 2019 22:14:30 +0200 Goffi doc: added, overview, configuration and Primitivus documentation + some small modifications
Sun, 21 Jul 2019 10:16:32 +0200 Goffi plugin XEP-0198: don't crash if transport is None in onAckTimeOut
Sat, 20 Jul 2019 20:55:17 +0200 Goffi plugin XEP-0198: catch and log an error if buffer is unexpectedly empty
Sat, 20 Jul 2019 20:53:52 +0200 Goffi plugin android: catch and log exception when using the vibrator:
Sat, 20 Jul 2019 16:03:28 +0200 Goffi quick frontend (app): show an info log if avatar is not found instead of raising exception
Fri, 19 Jul 2019 23:04:35 +0200 Goffi core: fixed handling of button callback in popups:
Fri, 19 Jul 2019 23:01:57 +0200 Goffi plugin XEP-0045: fixed a bad attribute in a log message.
Fri, 19 Jul 2019 17:07:56 +0200 Goffi plugin ad-hoc D-Bus: fixed warning when no media player is found
Thu, 18 Jul 2019 21:58:34 +0200 Goffi memory (sqlite): properly wait for messages to be writen in database:
Thu, 18 Jul 2019 20:26:49 +0200 Goffi memory (disco): fixed boolean to string conversion
Wed, 17 Jul 2019 09:28:35 +0200 Goffi plugin XEP-0198: retrieve missing messages + send buffered ones on hot reconnection:
Wed, 17 Jul 2019 09:28:34 +0200 Goffi primitivus: fixed status popup's cancel button
Wed, 17 Jul 2019 09:28:33 +0200 Goffi plugin adhoc D-Bus: typo
Tue, 16 Jul 2019 21:59:30 +0200 Goffi plugins XEP-0045, XEP-0198: rejoin MUC rooms while a hot reconnection is done:
Mon, 15 Jul 2019 22:36:28 +0200 Goffi plugins account, email invitation: fixed import of "email" module after it has been moved
Sun, 14 Jul 2019 21:19:47 +0200 Goffi quick frontends (app): setSpecial is now called before getOrCreateWidget in mucRoomJoinedHandler:
Sun, 14 Jul 2019 20:42:14 +0200 Goffi primitivus: better popup sizing:
Sun, 14 Jul 2019 20:38:34 +0200 Goffi primitivus: select the widget even if an other one is selected when the selection comes from an user action:
Sun, 14 Jul 2019 16:43:04 +0200 Goffi plugin XEP-0054: reject image without MIME type if it's not PNG
Sun, 14 Jul 2019 11:23:25 +0200 Goffi plugin 0249: fixed invitation handling + some improvments:
Sun, 14 Jul 2019 11:23:23 +0200 Goffi primitivus: don't focus on new widget if one is already selected:
Fri, 12 Jul 2019 11:29:05 +0200 Goffi jp (blog/preview): fixed watch restoring when file is moved/deleted:
Fri, 12 Jul 2019 11:24:22 +0200 Goffi doc (jp/blog): added note for --preview
Fri, 12 Jul 2019 09:04:45 +0200 Goffi Backed out changeset cf0dda0d4cda
Fri, 12 Jul 2019 08:55:41 +0200 Goffi jp (blog/edit): fail and show error message if --preview is not working
Fri, 12 Jul 2019 08:55:11 +0200 Goffi doc (jp/blog): minor fix
Thu, 11 Jul 2019 09:21:10 +0200 Goffi frontends (xmlui): fixed crash when CURRENT_LABEL is None:
Tue, 09 Jul 2019 09:06:45 +0200 Goffi core, plugin XEP-0045: fixed message type autodetection + ENTITY_TYPE_MUC constant:
Mon, 08 Jul 2019 19:11:29 +0200 Goffi primitivus (contact list): fixed notifications counter for mentions:
Mon, 08 Jul 2019 09:20:06 +0200 Goffi primitivus (chat): don't show minor notifications (all but mentions) when printing history
Sun, 07 Jul 2019 15:39:53 +0200 Goffi plugin XEP-0045: avoid sending useless presence signals:
Sat, 06 Jul 2019 15:51:48 +0200 Goffi plugin XEP-0045: log "failure" on configure error
Sat, 06 Jul 2019 15:50:55 +0200 Goffi memory (sqlite): fixed order for last_stanza_id:
Sat, 06 Jul 2019 12:22:25 +0200 Goffi quick frontend (chat), primitivus(chat): properly clear occupants on resync:
Fri, 05 Jul 2019 15:58:15 +0200 Goffi quick_frontend (contact list): fixed `nick` use for groupchat:
Tue, 02 Jul 2019 19:36:27 +0200 Goffi plugin XEP-0045: added a warning if a message is discarded because the room has not been found
Tue, 02 Jul 2019 19:36:26 +0200 Goffi core (xmpp): removed log for presence, as it is barely useful and too verbose even for debug logs.
Tue, 02 Jul 2019 19:36:15 +0200 Goffi core (xmpp): set message timestamp on message reception:
Tue, 02 Jul 2019 09:09:04 +0200 Goffi core (xmpp): fixed URI correction while parsing messages:
Sun, 30 Jun 2019 16:39:42 +0200 Goffi we are in dev version again
Sun, 30 Jun 2019 15:55:05 +0200 Goffi Added tag 0.7.0b4 for changeset 86bfdf73d24a
Sun, 30 Jun 2019 15:54:10 +0200 Goffi 0.7.0b4 release 0.7.0b4
Sun, 30 Jun 2019 15:52:30 +0200 Goffi core, plugin XEP-0045: fix crashes when changing URIs:
Sun, 30 Jun 2019 15:52:27 +0200 Goffi quick frontends (contact list): ignore roster entities with a resource:
Sun, 30 Jun 2019 15:43:57 +0200 Goffi core: return full jid in bridge's getContacts:
Sun, 30 Jun 2019 15:41:59 +0200 Goffi quick frontends (app, chat): disabled the 2 most verbose logs, as they are barely useful and make reading logs difficult.
Sun, 30 Jun 2019 15:40:52 +0200 Goffi logs: increased defaut limit for memory output to 300
Sun, 30 Jun 2019 15:39:58 +0200 Goffi core (constants): fixed flatpak config paths for older versions of flatpak:
Thu, 27 Jun 2019 20:32:18 +0200 Goffi we are in dev version again
Thu, 27 Jun 2019 20:28:10 +0200 Goffi Added tag 0.7.0b3 for changeset dbf24ba40396
Thu, 27 Jun 2019 20:27:34 +0200 Goffi 0.7.0b3 release 0.7.0b3
Thu, 27 Jun 2019 20:26:00 +0200 Goffi core (constants): fixed Flatpak config path:
Thu, 27 Jun 2019 20:24:14 +0200 Goffi jp (blog/preview): fixed call to getCurrentFile
Sun, 23 Jun 2019 17:56:57 +0200 Goffi we are in dev version again
Sun, 23 Jun 2019 17:45:03 +0200 Goffi Added tag 0.7.0b2 for changeset 43e5e0dc8c60
Sun, 23 Jun 2019 17:44:39 +0200 Goffi 0.7.0b2 release 0.7.0b2
Sun, 23 Jun 2019 17:40:19 +0200 Goffi core (config): if flatpak is detected, config is also looked after in /app
Fri, 21 Jun 2019 12:59:36 +0200 Goffi memory (sqlite): exit with an error if current db version is higher than version expected in current code
Fri, 21 Jun 2019 11:37:51 +0200 Goffi install: remove "service_identity" which is need by Twisted, and request "tls" extra for twisted
Wed, 19 Jun 2019 20:07:56 +0200 Goffi install: updated minimal version for sat_tmp and urwid-satext
Fri, 14 Jun 2019 12:49:45 +0200 Goffi jp (xmlui): check root read_only status in addition to widget one
Fri, 14 Jun 2019 12:49:44 +0200 Goffi jp (xmlui): fixed encoding for raw_input in StringWidget
Fri, 14 Jun 2019 12:37:34 +0200 Goffi plugins schema, tickets, merge_requests: use serialised data for extra dict + some cosmetic changes
Wed, 12 Jun 2019 09:11:28 +0200 Goffi tools (xml_tools): added "read_only" argument in dataFormResult2XMLUI (and use it in plugin pubsub_schema)
Sun, 26 May 2019 22:30:09 +0200 Goffi doc (jp/common_arguments): typo
Sun, 26 May 2019 22:22:01 +0200 Goffi core (constants): added generic constants for "info", "warning" and "error" levels
Sun, 26 May 2019 22:22:00 +0200 Goffi core (constants): "on" can now be used as True value in bool method.
Sun, 26 May 2019 22:21:56 +0200 Goffi doc: minor fixes + use ".pot" extension instead of ".po" for template in README4TRANSLATORS
Sun, 26 May 2019 22:20:33 +0200 Goffi tools (email): moved email code to common so it can be used by frontends
Sat, 25 May 2019 15:13:35 +0200 Goffi tools (common/template): fixed theme parsing when there is no "/" in parenthesis
Tue, 14 May 2019 20:16:45 +0200 Goffi tools (email): fixed bad default value while reading config
Tue, 14 May 2019 19:23:05 +0200 Goffi we are in dev version again
Sun, 05 May 2019 20:26:38 +0200 Goffi Added tag 0.7.0b1 for changeset c6464685fcbb
Sun, 05 May 2019 20:25:50 +0200 Goffi 0.7.0b1 release 0.7.0b1
Sun, 05 May 2019 20:20:46 +0200 Goffi changelog: added setup.py and VERSION
Fri, 22 Feb 2019 18:58:59 +0100 Goffi doc: documentation first draft:
Sun, 05 May 2019 18:50:38 +0200 Goffi jp (blog/edit): fixed --last-item after recent change in defaut value of --item
Sun, 05 May 2019 18:50:35 +0200 Goffi jp (blog/set): fixed missing current_syntax
Sun, 05 May 2019 18:50:32 +0200 Goffi jp (blog): fixed the deserialisation issue when using template output
Sun, 05 May 2019 18:50:30 +0200 Goffi tools (common/data_objects): added a "deserialise" argument to BlogItem:
Sat, 04 May 2019 00:06:41 +0200 Goffi plugin events: fixed invitation + set name and thumb_url from event element
Sat, 04 May 2019 00:05:11 +0200 Goffi plugin list interest: initialise extra with an empty dict if not set in registerPubsub
Fri, 03 May 2019 20:49:27 +0200 Goffi jp (xmlui manager): basic handling of multi-lines text in TextBoxWidget
Fri, 03 May 2019 20:48:19 +0200 Goffi tools (xml_tools): split new lines for multi-lines text in XMLUIResult2DataFormResult to be correctly handled in data form
Fri, 03 May 2019 20:46:59 +0200 Goffi plugin XEP-0329: correctly handle error if something is wrong when getting file from component.
Fri, 03 May 2019 20:44:55 +0200 Goffi plugin list interests: add "namespace" in serialised data
Fri, 03 May 2019 20:42:21 +0200 Goffi plugin events: register namespace using "event" short name
Fri, 03 May 2019 20:41:28 +0200 Goffi plugin file sharing management: filter out empty values in allowed_jids
Fri, 03 May 2019 13:06:47 +0200 Goffi plugin list of interest: added an interestsList bridge method + handle thumb_url
Fri, 03 May 2019 13:05:47 +0200 Goffi jp (file/invite): added a --thumbnail argument
Fri, 03 May 2019 13:05:01 +0200 Goffi plugins invitation*, events: added an extra parameter and use it to keep a thumnail URL
Fri, 03 May 2019 13:00:08 +0200 Goffi plugin XEP-0313: fixed archive retrieval on connection:
Sun, 28 Apr 2019 09:00:51 +0200 Goffi plugin comp file sharing: file sharing management first draft:
Sun, 28 Apr 2019 08:55:13 +0200 Goffi core (memory, memory/sqlite): implemented fileDelete
Sun, 28 Apr 2019 08:55:13 +0200 Goffi plugins (jingle) file transfer: use initial "from" attribute as local jid instead of client.jid:
Sun, 28 Apr 2019 08:55:13 +0200 Goffi core (memory): raise PermissionError directly instead of using failureFailure, as it could not be catched correctly in every case.
Sun, 28 Apr 2019 08:55:07 +0200 Goffi plugin XEP-0384: wait for client to be ready if session is missing when onNewDevices is called
Fri, 26 Apr 2019 11:57:26 +0200 Goffi memory: minor style change
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin XEP-0329: use local part of jid for components:
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin XEP-0106: jid escaping implementation
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin XEP-0050: make plugin usable with components + new adHocError method to easily raise error when needed
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin XEP-0166: fixed missing key in warning log
Fri, 26 Apr 2019 11:57:26 +0200 Goffi memory (sqlite): minor log improvment
Fri, 26 Apr 2019 11:57:26 +0200 Goffi memory (sqlite): fixed fileUpdate when original value is not set (NULL)
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin invitation file: wrong plugin had been uploaded:
Sun, 14 Apr 2019 08:21:51 +0200 Goffi jp (file/share): added invite command to invite an entity to a file sharing repository
Sun, 14 Apr 2019 08:21:51 +0200 Goffi core: fixed component connexion:
Sun, 14 Apr 2019 08:21:51 +0200 Goffi core: added getNamespace method to retrieve a namespace from short name.
Sun, 14 Apr 2019 08:21:51 +0200 Goffi plugins sharing invitation, invitation, list of interest: handle invitation to a file sharing repository
Sun, 14 Apr 2019 08:21:51 +0200 Goffi plugin events: refactored invitation and personal lists logic:
Sun, 14 Apr 2019 08:21:51 +0200 Goffi tools (sat_defer), plugin XEP-0060: added a function "stanza2NotFound" to convert item-not-found StanzaError to exceptions.NotFound in an errback
Sun, 14 Apr 2019 08:21:51 +0200 Goffi jp, plugin merge-requests: used u'' as default for item id in pubsub arguments + fixed some required arguments:
Sun, 14 Apr 2019 08:21:51 +0200 Goffi core (memory), plugin XEP-0329, plugin invitation: minor style improvments
Sun, 14 Apr 2019 08:21:51 +0200 Goffi plugins: removed useless execute permission
Sun, 14 Apr 2019 08:21:51 +0200 Goffi template (filters): set locale when using "date_fmt"
Sun, 14 Apr 2019 08:21:51 +0200 Goffi template (i18n): activate ext.i18n.trimmed policy, to have clean translation strings. Set minimal jinja2 version to 2.10
Wed, 10 Apr 2019 22:15:29 +0200 Goffi jp (common): `publish` is now a boolean
Wed, 10 Apr 2019 21:07:47 +0200 Goffi primitivus (chat): fixed crash when removing focus_marker after a :search or :history command
Wed, 10 Apr 2019 21:04:51 +0200 Goffi template: added "locales" variables to templates:
Wed, 10 Apr 2019 21:04:51 +0200 Goffi constants: added KEY_LANG which is the key/name used in templates to change language/locale.
Wed, 10 Apr 2019 21:04:41 +0200 Goffi code (xmpp): store version after roster item update + fix item removal:
Sun, 07 Apr 2019 21:09:51 +0200 Goffi primitivus: don't call chatStateComposing when host is out of sync:
Sun, 07 Apr 2019 21:09:49 +0200 Goffi quick frontend (app): (un)set sync state on (dis)connect:
Sun, 07 Apr 2019 21:06:57 +0200 Goffi quick frontend (app): added debug logs on sync state change + refill contact lists on resync when AUTO_RESYNC is set
Sun, 07 Apr 2019 20:59:34 +0200 Goffi quick frontend (contact list): fixed profile filtering in fill()
Sun, 07 Apr 2019 20:58:15 +0200 Goffi quick_frontend (app): fixed filters serialisation before calling bridge.historyGet
Sun, 07 Apr 2019 20:57:13 +0200 Goffi memory (sqlite): cast timestamp_start filter to float instead of int
Sun, 07 Apr 2019 20:55:27 +0200 Goffi core, quick_frontend(app): fixed connected signal handling
Sun, 07 Apr 2019 18:50:13 +0200 Goffi jp (roster): added resync command to do a full roster resynchronisation
Sun, 07 Apr 2019 18:49:41 +0200 Goffi core: added a rosterResync method to bridge:
Sun, 07 Apr 2019 18:47:17 +0200 Goffi core (xmpp): implemented roster versioning
Sun, 07 Apr 2019 18:44:57 +0200 Goffi core (memory/persistent): added clear method + initialise with a dict:
Sun, 07 Apr 2019 18:38:18 +0200 Goffi core (memory/sqlite): display arguments in logs in case of too many db/interaction tries
Sun, 07 Apr 2019 15:04:28 +0200 Goffi quick_frontend (widgets): fixed crash on getWidgets when target doesn't correspond to any widget
Sat, 06 Apr 2019 19:05:58 +0200 Goffi plugin android: check connectivity
Sat, 06 Apr 2019 19:05:57 +0200 Goffi core (xmpp): new networkEnabled() and networkDisabled() methods:
Sat, 06 Apr 2019 18:51:20 +0200 Goffi core (xmpp): advanced handling of connection termination
Fri, 05 Apr 2019 21:22:05 +0200 Goffi core (xmpp): use the cleaner stopTrying() instead of setting `continueTrying = 0` when connection is not possible due to invalid certificate.
Fri, 05 Apr 2019 21:22:05 +0200 Goffi jp (avatar/get): fixed avatar being displayed 2 times in a corner case:
Fri, 05 Apr 2019 21:22:03 +0200 Goffi plugin android: fixed csi_timer reset in setActive + crash on call of isActive before session initialisation
Thu, 28 Mar 2019 08:40:38 +0100 Goffi primitivus (chat): use the factorised code for user moved info messages.
Thu, 28 Mar 2019 08:39:19 +0100 Goffi quick frontend(chat): prepared factorisation of merging of user moved info messages:
Wed, 27 Mar 2019 21:15:25 +0100 Goffi core: minor style improvments
Mon, 25 Mar 2019 18:40:12 +0100 Goffi plugin text syntaxes: activated useful markdown extensions:
Mon, 25 Mar 2019 18:40:11 +0100 Goffi tools (common/template): always use highlight.css if present.
Mon, 25 Mar 2019 18:40:10 +0100 Goffi jp (blog/set): fixed use of --item argument
Mon, 25 Mar 2019 18:40:08 +0100 Goffi misc (CHANGELOG): added CSI
Mon, 25 Mar 2019 08:46:09 +0100 Goffi misc (setup): minimum markdown version is not 3.0
Mon, 25 Mar 2019 08:14:00 +0100 Goffi plugin text syntaxes: disable raw HTML parsing in mardown by default
Mon, 25 Mar 2019 07:08:26 +0100 Goffi plugin android: use XEP-0352 to indicate (in)active state:
Mon, 25 Mar 2019 07:08:23 +0100 Goffi plugin XEP-0352: implementation of Client State Indication
Mon, 25 Mar 2019 07:06:48 +0100 Goffi jp (blog/edit): fixed handling of XHTML content when it is not already wrapped in <div>…</div>
Mon, 25 Mar 2019 07:06:48 +0100 Goffi plugin text syntaxes: fixed default syntax
Mon, 25 Mar 2019 07:06:41 +0100 Goffi plugin android: workaround to seek() bug, fixing file upload:
Fri, 22 Mar 2019 19:26:09 +0100 Goffi plugin upload: minor fixes in some docstring length
Fri, 22 Mar 2019 19:26:08 +0100 Goffi plugin XEP-0363: updated to namespace "urn:xmpp:http:upload:0", handle headers
Thu, 21 Mar 2019 08:54:59 +0100 Goffi plugin XEP-0198: reset req_timer on session.reset():
Wed, 20 Mar 2019 19:33:38 +0100 Goffi quick frontend(chat): fixed updateHistory bad call to historyPrint
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin upload: fixed inversion of title and message body + better error message on failed upload
Wed, 20 Mar 2019 09:08:47 +0100 Goffi quick_frontend (app): progress callbacks handling:
Wed, 20 Mar 2019 09:08:47 +0100 Goffi quick frontend (app): fixed notifications ids
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin XEP-0384: handle NoEligibleDevicesException
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin XEP-0384: give feedback to client when encryption failed
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin XEP-0384: small refactoring to encrypt messages + bugfix:
Wed, 20 Mar 2019 09:08:37 +0100 Goffi plugin XEP-0384: removed version restriction, it is now compatible with (and require) last version of python-omemo (0.10.4)
Sat, 16 Mar 2019 14:39:02 +0100 Goffi plugin android: don't send notification if message comes from ourself (from an other device)
Sun, 10 Mar 2019 18:04:27 +0100 Goffi quick frontend(widgets): added QuickWidget.target property as a helper method to get a single target:
Sun, 10 Mar 2019 18:04:01 +0100 Goffi core: added a "_debug" signal:
Sun, 10 Mar 2019 18:03:41 +0100 Goffi quick frontend (widgets): improved deletion of widget:
Sun, 10 Mar 2019 18:03:14 +0100 Goffi quick frontend(widgets): improved handling of multiple instances of widgets:
Sun, 10 Mar 2019 18:03:11 +0100 Goffi quick_frontend (widget, chat): implementation of new sync mechanism, first draft:
Sun, 10 Mar 2019 18:03:02 +0100 Goffi quick frontend (chat): new updateOccupants methods which add/remove occupants to be in sync with new list
Sun, 10 Mar 2019 18:02:58 +0100 Goffi quick frontend(chat): added setLocked/setUnlocked methods:
Sun, 10 Mar 2019 18:02:56 +0100 Goffi quick_frontend(app): fixed use of bare jid for target when getting a new message:
Sun, 10 Mar 2019 18:02:54 +0100 Goffi quick frontend(chat): display a useful message with __unicode__ and __str__
Sun, 10 Mar 2019 18:02:42 +0100 Goffi quick frontend (app): added AUTO_RESYNC attribute in QuickApp, when set (default) the resync method is called on all widgets automatically:
Sat, 09 Mar 2019 16:33:31 +0100 Goffi quick frontend (app): new synchronisation mechanism:
Sat, 09 Mar 2019 16:24:17 +0100 Goffi plugin XEP-0045: added getRoomOccupants/mucOccupantsGet method to retrieve occupants of a joined room.
Sat, 09 Mar 2019 16:24:15 +0100 Goffi core (memory/sqlite): added a "timestamp_start" filter to retrieve history from a specific point in time
Sat, 09 Mar 2019 16:23:07 +0100 Goffi plugin text commands: typo
Sat, 09 Mar 2019 16:23:01 +0100 Goffi plugin android: improved state handling:
Sat, 09 Mar 2019 16:23:00 +0100 Goffi bridge (pb): added bridgeDeactivateSignals and bridgeReactivateSignals methods:
Sun, 03 Mar 2019 20:59:29 +0100 Goffi quick frontend(chat): use bare jid for getEncryptionState, and skip if for group chat
Sun, 03 Mar 2019 19:18:45 +0100 Goffi plugin XEP-0077: correctly report invalid certificate + errback on unexpected stream close
Sun, 03 Mar 2019 17:17:07 +0100 Goffi plugin manhole: added "jid" module to globals
Sun, 03 Mar 2019 12:04:55 +0100 Goffi core (log): add traceback when "exc_info" is set
Sun, 03 Mar 2019 08:57:36 +0100 Goffi tools (config): log error message if config can't be read
Sat, 02 Mar 2019 18:43:09 +0100 Goffi we are in dev version again
Fri, 01 Mar 2019 19:48:25 +0100 Goffi Added tag 0.7.0a4 for changeset 1798d4ace296
Fri, 01 Mar 2019 19:45:26 +0100 Goffi 0.7.0a4 release 0.7.0a4
Fri, 01 Mar 2019 19:36:51 +0100 Goffi misc (CHANGELOG): cap hash disco extensions update
Fri, 01 Mar 2019 19:28:11 +0100 Goffi core (disco): added missing disco extensions when generating the cap hash.
Fri, 01 Mar 2019 17:42:28 +0100 Goffi quick frontend(app): avoid sending empty messages
Fri, 01 Mar 2019 17:33:15 +0100 Goffi primitivus(contact list): fixed room not always appearing correctly in contact list
Fri, 01 Mar 2019 17:32:15 +0100 Goffi plugin XEP-0045: fixed item-not-found exception when creating a room:
Fri, 01 Mar 2019 16:17:00 +0100 Goffi plugin XEP-0045: fixed message type filtering when getting last stanza_id to retrieve history with MAM
Fri, 01 Mar 2019 15:35:55 +0100 Goffi tools(common/date_utils): fixed order on year first + set default date for date_parse
Fri, 01 Mar 2019 14:45:50 +0100 Goffi jp (message/mam): --start doesn't defaut anymore to "1 day ago", it is now unset by default
Fri, 01 Mar 2019 12:17:34 +0100 Goffi plugin XEP-0384: removed _purgeOldData temporary hack, it should not be useful anymore
Fri, 01 Mar 2019 12:16:57 +0100 Goffi plugin XEP-0045: cache presences if they are received before the room is fully joined:
Fri, 01 Mar 2019 12:13:55 +0100 Goffi plugin OTR: ignore messages from sender without resource or from own jid
Fri, 01 Mar 2019 12:12:50 +0100 Goffi core: renamed presenceReceived to presence_reveiced + use "client" as first arguments instead of "profile"
Fri, 01 Mar 2019 12:11:16 +0100 Goffi jp (message/mam): added missing RSM options
Thu, 28 Feb 2019 18:57:28 +0100 Goffi bridge (pb): minor import order change
Thu, 28 Feb 2019 18:57:26 +0100 Goffi plugin XEP-0384: better bundle handling + misc improvments
Thu, 28 Feb 2019 18:57:06 +0100 Goffi plugin XEP-0280: priority and "sent" fixes:
Thu, 28 Feb 2019 18:57:04 +0100 Goffi plugin XEP-0045: fixed issue with deepcopy by using new xml_tools.elementCopy method
Thu, 28 Feb 2019 18:57:00 +0100 Goffi core (xml_tools): new elementCopy method to shallow copy a domish.Element
Thu, 28 Feb 2019 18:56:48 +0100 Goffi core: we are in dev version again
Mon, 25 Feb 2019 08:07:00 +0100 Goffi plugin OTR: do profile session init in profileConnecting, so it is done before receiving any stanza
Sun, 24 Feb 2019 14:12:06 +0100 Goffi plugin OTR: disabled menu as the new generic encryption menu allows to start/stop OTR or display the trust UI.
Sun, 24 Feb 2019 14:11:08 +0100 Goffi core: added a base menu allowing to set encryption session or show the trust management UI.
Sun, 24 Feb 2019 14:09:44 +0100 Goffi core (patches): partially fixed jid caching:
Sat, 23 Feb 2019 19:00:25 +0100 Goffi jp (blog/edit): changed comments handling:
Sat, 23 Feb 2019 18:59:00 +0100 Goffi plugin XEP-0277: blog items data are now entirely serialised before going to bridge:
Wed, 20 Feb 2019 19:42:35 +0100 Goffi misc (README): typo
Fri, 15 Feb 2019 22:24:57 +0100 Goffi jp(pubsub): minor code style fixes
Fri, 15 Feb 2019 22:13:43 +0100 Goffi jp (pubsub/node): new "import" command, to publish many nodes from an XML file
Fri, 15 Feb 2019 22:13:43 +0100 Goffi jp (pubsub/transform): use new psItemsSend method, it is not needed anymore to send items one by one when --admin is not used
Fri, 15 Feb 2019 22:13:43 +0100 Goffi jp (pubsub/node): added purge command
Fri, 15 Feb 2019 22:13:43 +0100 Goffi plugin XEP-0060: added purgeNode/psNodePurge method to remove all items from a node
Fri, 15 Feb 2019 22:13:20 +0100 Goffi plugin XEP-0060: added sendItems/psItemsSend method to publish several items at once
Wed, 06 Feb 2019 09:10:31 +0100 Goffi Added tag 0.7.0a3 for changeset 7d2d28564b3e
Wed, 06 Feb 2019 09:10:27 +0100 Goffi 0.7.0a3 release 0.7.0a3
Sat, 02 Feb 2019 01:12:54 +0100 Goffi tools (common): fixed dateutil.parser import
Sat, 02 Feb 2019 01:05:25 +0100 Goffi plugin XEP-0198: don't use hooks on components
Sat, 26 Jan 2019 20:08:33 +0100 Goffi plugin XEP-0198: fixed typo resulting in a crash on resume
Sat, 26 Jan 2019 20:07:45 +0100 Goffi plugin XEP-0045: fixed crash when <delay> is used at an unexpected time.
Fri, 25 Jan 2019 09:06:29 +0100 Goffi plugin mr mercurial, tools(common/utils): moved command protocol to a new module
Tue, 22 Jan 2019 18:52:16 +0100 Goffi quick frontend (chat): use right type in getOrCreateWidget on new message
Sun, 20 Jan 2019 18:20:55 +0100 Goffi core (findByFeatures): fixed services discovery
Sun, 20 Jan 2019 15:46:32 +0100 Goffi quick frontends: visible_widgets can now keep any kind of widget, new visible_quick_widgets only iters on QuickWidgets
Sat, 19 Jan 2019 23:27:59 +0100 Goffi quick frontend (app): fixed filtering for chat state notifications
Sat, 19 Jan 2019 23:27:22 +0100 Goffi quick frontend (chat): fixed use of old method printInfo
Sat, 19 Jan 2019 22:49:32 +0100 Goffi memory (sqlite): optimizations
Sat, 19 Jan 2019 11:39:02 +0100 Goffi plugin text syntaxes: handle empty content in cleanXHTML + don't use self-closing tags for non-void elements.
Sat, 19 Jan 2019 11:39:02 +0100 Goffi merge_requests: use XHTML for body
Sat, 19 Jan 2019 11:39:02 +0100 Goffi plugin pubsub schema: handle XHTML fields
Sat, 19 Jan 2019 11:39:02 +0100 Goffi frontends, jp, templates: added XHTMLBox widget:
Sat, 19 Jan 2019 11:39:02 +0100 Goffi core (XMLUI): new XHTMLBox widget:
Sat, 19 Jan 2019 11:39:02 +0100 Goffi plugin text syntaxes: cleanStyle is an independent method, cleanXHTML is now blocking (no need to launch thread for that)
Sat, 19 Jan 2019 11:39:02 +0100 Goffi plugin text syntaxes: changed import name to TEXT_SYNTAX (better with underscore for autocompletion)
Sat, 19 Jan 2019 11:38:54 +0100 Goffi changelog: update
Wed, 16 Jan 2019 09:18:16 +0100 Goffi core, XEP-0315: move XML element handling to sat_tmp:
Tue, 15 Jan 2019 08:51:56 +0100 Goffi jp (pubsub): new "transform" command:
Tue, 15 Jan 2019 08:51:54 +0100 Goffi plugin pubsub admin: pubsub administrator first draft:
Sat, 12 Jan 2019 16:50:58 +0100 Goffi jp (base): fixed default values for --max-items and --max when using pubsub
Sat, 12 Jan 2019 16:50:13 +0100 Goffi plugin pubsub schema: code formatting minor update
Sat, 12 Jan 2019 16:49:23 +0100 Goffi jp (pubsub/search): fixed name for node_max
Sat, 12 Jan 2019 15:01:20 +0100 Goffi plugin XEP-0315: implementation of Data Forms XML Element
Sat, 12 Jan 2019 12:25:31 +0100 Goffi date update
Fri, 11 Jan 2019 21:38:20 +0100 Goffi tools (common/data_objects): moved BlogItems._parseMetadata to a parsePubSubMetadata function, so it can be used in a more generic way
Fri, 11 Jan 2019 19:49:01 +0100 Goffi plugin XEP-0060: set a 30s timeout on items get
Fri, 11 Jan 2019 19:48:20 +0100 Goffi core (disco): client.disco.requestInfo failure are re-raised:
Fri, 11 Jan 2019 19:44:46 +0100 Goffi core: findByFeatures speed improvments:
Fri, 11 Jan 2019 16:35:13 +0100 Goffi tools (common/data_objects): metadata parsing in BlogItems:
Fri, 11 Jan 2019 11:13:15 +0100 Goffi misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
Fri, 11 Jan 2019 10:18:02 +0100 Goffi jp (base): MAM and RSM arguments can now be used for pubsub commands:
Fri, 11 Jan 2019 09:48:19 +0100 Goffi XEP-0059: max value check:
Fri, 11 Jan 2019 09:48:17 +0100 Goffi core (XMLUI): small optimisation: introspection is done once at module loading instead of on each XMLUI instantiation
Sun, 06 Jan 2019 17:39:57 +0100 Goffi jp (base, pubsub, ticket): handle order-by:
Sun, 06 Jan 2019 17:36:51 +0100 Goffi plugins XEP-0060, XEP-0313: implemented Order-By protoXEP:
Sun, 06 Jan 2019 17:34:56 +0100 Goffi plugin XEP-0380: register namespace
Sun, 06 Jan 2019 17:33:53 +0100 Goffi plugin XEP-0060: fixed MAM return value on getItems():
Sat, 05 Jan 2019 14:15:11 +0100 Goffi plugin XEP-0384: give feedback to user when trust must be handled before sending a message
Fri, 04 Jan 2019 19:12:43 +0100 Goffi plugin android: fixed path for .cagou_status
Fri, 04 Jan 2019 18:59:24 +0100 Goffi plugin manhole: manhole debug plugin, first draft:
Fri, 04 Jan 2019 18:47:56 +0100 Goffi plugin XEP-0380, XEP-0384: use C.EXTRA_INFO_DECR_ERR as info sub-type when a message can't be decrypted.
Fri, 04 Jan 2019 18:46:39 +0100 Goffi plugin OTR: fixed a bug which was tagging every message as "encrypted"
Fri, 04 Jan 2019 18:46:02 +0100 Goffi core (constants): added a constant for "encrypted"
Fri, 04 Jan 2019 18:44:43 +0100 Goffi core (xmpp): don't add to history a message if there is no message and no subject.
Fri, 04 Jan 2019 11:14:53 +0100 Goffi plugin XEP-0380: Explicit Message Encryption implementation
Fri, 04 Jan 2019 11:14:17 +0100 Goffi core (memory/encryption): added getNamespaces method to retrieve all plugins namespaces
Fri, 04 Jan 2019 11:13:31 +0100 Goffi core (xmpp): added "extra" argument to client.feedback
Fri, 04 Jan 2019 09:26:57 +0100 Goffi memory (sqlite): minor comment move
Fri, 04 Jan 2019 09:21:16 +0100 Goffi memory (sqlite): retry _runInteraction in the same way as for _runQuery, this improve reliability
Fri, 04 Jan 2019 09:20:32 +0100 Goffi plugin XEP-0384: don't ignore StanzaError if it's not item-not-found
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