log

age author description
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
2017-06-29 Goffi jp (pubsub/get): renamed --id option to --item for consistency with other commands
2017-06-28 Goffi jp (input): log improvments + empty filter:
2017-06-28 Goffi jp (pubsub/delete): delete command implementation (to delete an item)
2017-06-28 Goffi jp (pubsub, common): fixed last item edition (keep item id instead of creating a new one)
2017-06-28 Goffi jp (cmd_pubsub): xmpp: uri handling, first draft
2017-06-27 Goffi jp (input): input command first draft:
2017-06-27 Goffi jp (base): added no_lf in disp() to avoid printing a line feed
2017-06-27 Goffi jp (common): added --last-item to take last item when no item id is found/given
2017-06-27 Goffi jp (pubsub/edit): new edit subcommand, which work in a same way as for blog
2017-06-27 Goffi jp (pubsub): psItemGet has been renamed to psItemsGet as several items are gotten
2017-06-27 Goffi jp (blog, common): various fixes in common and blog:
2017-06-27 Goffi plugin XEP-0060: added sendItem and psItemSend bridge method as a way to send directly raw XML for an item + use client instead of profile_key in publish + renamed psItemGet to psItemsGet
2017-06-27 Goffi jp (blog): minor typo fix
2017-06-27 Goffi jp (blog, common): added --force-item option to avoid magic and use argument as actual item id:
2017-06-27 Goffi jp (blog, common): moved and improved edit code from blog:
2017-06-27 Goffi jp (constants): added exit code for data error.
2017-06-25 Goffi jp (blog): added language in managed keys
2017-06-24 Goffi tools (common/template): changed blog_date filter to date_days
2017-06-24 Goffi tools (common/template): ScriptsHandler fix/improvments:
2017-06-22 Goffi plugin XEP-0277, tools/common/data_objects: language handling
2017-06-21 Goffi core (stdui): added a FIXME to not use plugin/default_host in the future
2017-06-21 Goffi core: check uncatched exceptions during plugin import and stdui init, log error and exit if any found
2017-06-21 Goffi plugin account: print a warning and use "example.net" as default instead or raising an error when xmpp_domain is not set
2017-06-21 Goffi jp (invitation): fixed inconsistency in language handling
2017-06-19 Goffi core: added hosts_dict handling in general config:
2017-06-03 Goffi plugin XEP-0054: fixed not transmitted arguments in getAvatar
2017-05-22 Goffi core (tools/common/data_objects): added classes to handle Identities
2017-05-21 Goffi plugin invitations: name is now registered as nickname on XMPP server thanks to plugin identity
2017-05-21 Goffi plugin invitations: doesn't raise an exception anymore if url_template is not set while email is not requested
2017-05-21 Goffi jp (identity): new identity command to handle the new plugin identity in backend, and maybe other plugins like vcard in the future
2017-05-21 Goffi plugin identity: plugin identity first draft: