log

age author description
Tue, 22 Aug 2017 22:12:57 +0200 Goffi core (memory/disco): added use_cache parameter to discoInfos/discoItems (set to False to ignore cache)
Sun, 20 Aug 2017 17:37:43 +0200 Goffi plugin XEP-0277: added microblog namespace to disco info
Sun, 20 Aug 2017 15:01:35 +0200 Goffi jp (info): fixed help for version and session
Sun, 20 Aug 2017 10:33:33 +0200 Goffi jp (pubsub/node): added subscriptions subcommand:
Sun, 20 Aug 2017 10:31:53 +0200 Goffi plugin XEP-0060: implemented subscriptions management method for node owner:
Sun, 20 Aug 2017 10:29:26 +0200 Goffi tmp (wokkel/pubsub): subscriptions improvments:
Sun, 20 Aug 2017 10:26:10 +0200 Goffi jp (profile): added disconnect command
Mon, 17 Jul 2017 16:20:55 +0200 Goffi primitivus(chat): fixed scroll down (was broken when Primitivus had not the focus and was receiving messages)
Fri, 14 Jul 2017 09:06:03 +0200 Goffi jp (common): fixed decode error when item is not specified
Fri, 14 Jul 2017 08:34:10 +0200 Goffi primitivus (chat): added "GOTO_BOTTOM" ("G") shortcut to scroll down to last message in history
Fri, 14 Jul 2017 08:32:49 +0200 Goffi primitivus (chat): only scroll down if we are at the bottom of the discussion
Thu, 13 Jul 2017 22:49:37 +0200 Goffi jp (blog/edit): avoid call to syntaxConvert if syntax is already XHTML
Thu, 13 Jul 2017 21:54:15 +0200 Goffi jp (blog/edit): pretty format XHTML before editing it
Thu, 13 Jul 2017 21:45:26 +0200 Goffi jp (common): fixed encoding issue in URLs
Thu, 13 Jul 2017 21:23:36 +0200 Goffi tools(common/uri): fixed encoding in buildXMPPUri
Thu, 13 Jul 2017 21:13:35 +0200 Goffi jp (blog/get): added "url" key, which compute xmpp: URL of items
Thu, 13 Jul 2017 21:12:46 +0200 Goffi tools (common/uri): buildXMPPUri: use XEP-0277 namespace as node if node is empty or None for microblog subtype
Thu, 13 Jul 2017 20:55:35 +0200 Goffi jp (blog/edit): syntax modifications:
Thu, 13 Jul 2017 20:53:51 +0200 Goffi plugin text syntaxes: various improvments:
Wed, 12 Jul 2017 19:06:28 +0200 Goffi template: print warning message and use DEFAULT_LOCALE on bad locale
Wed, 12 Jul 2017 19:05:33 +0200 Goffi plugins invitation, XEP-0277: strip language, we don't want spaces
Sun, 09 Jul 2017 16:17:16 +0200 Goffi jp (event/attendee/list): added --missing to show missing people (ones who didn't replied) and --no-rsvp to hide ones who answered
Sun, 09 Jul 2017 15:20:31 +0200 Goffi jp (pubsub/search): fixed encoding for stdin in external commands
Sat, 08 Jul 2017 23:21:01 +0200 Goffi plugin XEP-0060: remove max_items when item_ids is set on getItems
Sat, 08 Jul 2017 22:50:25 +0200 Goffi jp (pubsub/search): profile is transmited to subcommand for "exec" action
Sat, 08 Jul 2017 22:49:55 +0200 Goffi jp (arg_tools): args is not modified anymore in get_use_args + fixed args returned + parser_args are returned separatly (return is now a tuple)
Sat, 08 Jul 2017 21:54:24 +0200 Goffi jp (pubsub): new search command:
Sat, 08 Jul 2017 21:45:14 +0200 Goffi jp (arg_tools): moved get_cmd_choices, get_use_args and escape to a new arg_tools module, so they can be used in other commands than shell
Sat, 08 Jul 2017 21:43:36 +0200 Goffi plugin XEP-0060: fixed service in metadata for PEP
Fri, 07 Jul 2017 22:33:55 +0200 Goffi jp (shell): use of subprocess instead of running commands in the same process: