log

age author description
2017-08-22 Goffi jp (info/disco): added --no-cache option
2017-08-22 Goffi core (memory/disco): added use_cache parameter to discoInfos/discoItems (set to False to ignore cache)
2017-08-20 Goffi plugin XEP-0277: added microblog namespace to disco info
2017-08-20 Goffi jp (info): fixed help for version and session
2017-08-20 Goffi jp (pubsub/node): added subscriptions subcommand:
2017-08-20 Goffi plugin XEP-0060: implemented subscriptions management method for node owner:
2017-08-20 Goffi tmp (wokkel/pubsub): subscriptions improvments:
2017-08-20 Goffi jp (profile): added disconnect command
2017-07-17 Goffi primitivus(chat): fixed scroll down (was broken when Primitivus had not the focus and was receiving messages)
2017-07-14 Goffi jp (common): fixed decode error when item is not specified
2017-07-14 Goffi primitivus (chat): added "GOTO_BOTTOM" ("G") shortcut to scroll down to last message in history
2017-07-14 Goffi primitivus (chat): only scroll down if we are at the bottom of the discussion
2017-07-13 Goffi jp (blog/edit): avoid call to syntaxConvert if syntax is already XHTML
2017-07-13 Goffi jp (blog/edit): pretty format XHTML before editing it
2017-07-13 Goffi jp (common): fixed encoding issue in URLs
2017-07-13 Goffi tools(common/uri): fixed encoding in buildXMPPUri
2017-07-13 Goffi jp (blog/get): added "url" key, which compute xmpp: URL of items
2017-07-13 Goffi tools (common/uri): buildXMPPUri: use XEP-0277 namespace as node if node is empty or None for microblog subtype
2017-07-13 Goffi jp (blog/edit): syntax modifications:
2017-07-13 Goffi plugin text syntaxes: various improvments:
2017-07-12 Goffi template: print warning message and use DEFAULT_LOCALE on bad locale
2017-07-12 Goffi plugins invitation, XEP-0277: strip language, we don't want spaces
2017-07-09 Goffi jp (event/attendee/list): added --missing to show missing people (ones who didn't replied) and --no-rsvp to hide ones who answered
2017-07-09 Goffi jp (pubsub/search): fixed encoding for stdin in external commands
2017-07-08 Goffi plugin XEP-0060: remove max_items when item_ids is set on getItems
2017-07-08 Goffi jp (pubsub/search): profile is transmited to subcommand for "exec" action
2017-07-08 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)
2017-07-08 Goffi jp (pubsub): new search command:
2017-07-08 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
2017-07-08 Goffi plugin XEP-0060: fixed service in metadata for PEP
2017-07-07 Goffi jp (shell): use of subprocess instead of running commands in the same process:
2017-07-07 Goffi jp (base): typo
2017-07-06 Goffi jp (shell): added "whoami" command to print currently used profile
2017-07-06 Goffi jp (shell): don't print header if a command is specified in help
2017-07-06 Goffi jp (shell): shell command (REPL mode), first draft:
2017-07-05 Goffi jp (pubsub/hook): added create/delete/list hook command to handle new Pubsub hook feature
2017-07-05 Goffi plugin Pubsub Hook: first draft:
2017-07-05 Goffi jp (common): fixed the use of --last-item when "-n [node]" is used
2017-07-05 Goffi plugin XEP-0060: addManagedNode callbacks now use client syntax instead of profile
2017-07-05 Goffi core (tools/email): an unicode "to" email (instead of a list) can now be used
2017-07-05 Goffi plugin events: changed import names to EVENTS uppercase for consistency with other plugins
2017-07-05 Goffi core (memory/persistent): fixed calls to delPrivateValue
2017-07-05 Goffi jp (event/invitee/list): don't add a space after nick and jid when a table is displayed
2017-07-02 Goffi jp (event/invitee): added list command to get R.S.V.P. :
2017-07-02 Goffi jp (event): added checkURI to InviteeGet and InviteeSet
2017-07-02 Goffi jp (common): new ansi_ljust, ansi_rjust and ansi_center command + table:
2017-07-02 Goffi core (tools/common/regex): new ansiRemove method to remove ANSI escape codes from a string
2017-07-02 Goffi jp (standard output): added simple, json and json_raw for OUTPUT_DICT_DICT
2017-07-02 Goffi jp (constants): added OUTPUT_DICT_DICT for dictionaries of nested dictionaries
2017-07-02 Goffi plugin events: added eventInviteesList method to get all R.S.V.P. at once.
2017-06-29 Goffi jp (input/csv): fixed encoding issue in debug mode
2017-06-29 Goffi jp (pubsub/node/affiliations/set): call checkURI
2017-06-29 Goffi plugin events, invitations + jp (event/create, invitation/invitee/invite): several emails addresses can now be specified for a single invitation:
2017-06-29 Goffi jp (pubsub/node/set): added checkURI to handle xmpp: URIs
2017-06-29 Goffi plugin XEP-0277: max_items fix (last "fix" about it was actually bad)
2017-06-29 Goffi jp (event/invitee/invite): command to use new eventInvite backend method
2017-06-29 Goffi plugin events: added eventInvite command as a helper for the complex invitation workflow:
2017-06-29 Goffi plugin XEP-0277: change affiliations for comments + fixes:
2017-06-29 Goffi jp (invitation/create): typo
2017-06-29 Goffi jp (blog, event): added checkURI to some command to be able to enter a xmpp: uri as argument