log

age author description
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