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
|
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:
|
2017-05-21 |
Goffi |
plugin XEP-0054: nick handling + don't remove data on avatar set
|
2017-05-21 |
Goffi |
core: fixed profile key detection in getClients + raise DataError on empty profile
|
2017-05-21 |
Goffi |
jp (invitation): fixed typo
|
2017-05-21 |
Goffi |
core (tools/common/template): i18n support
|
2017-05-21 |
Goffi |
jp (output/template): initialize template rendered only if a rendering is actually needed
|
2017-05-21 |
Goffi |
jp (event): don't use dayfirst for YY-MM-DD style dates
|
2017-05-19 |
Goffi |
plugin events: fixed blog/invitees uri handling
|
2017-05-19 |
Goffi |
core (tools/common/template): helping methods/filters for templates:
|
2017-05-19 |
Goffi |
jp (event): creation/modification of main event + invitee commands are now in a "invitee" subcommand
|
2017-05-19 |
Goffi |
plugin events: separation of event node and invitees node
|
2017-05-19 |
Goffi |
core (tools/common/uri): don't display finale "?" if no extra data is specified
|
2017-05-19 |
Goffi |
plugin invitations: on modify an empty value delete corresponding extra keys, and reserved keys are now ignored.
|
2017-05-19 |
Goffi |
jp (uri): new command to parse or generate XMPP URIs
|
2017-05-19 |
Goffi |
jp (pubsub/uri): fixed URI generation
|
2017-05-19 |
Goffi |
core (tools/utils): added method to parse XMPP dates
|
2017-05-03 |
Goffi |
jp: fixed progress
|
2017-04-26 |
Goffi |
jp (event): event handling commands, first draft
|
2017-04-26 |
Goffi |
jp: added use_pubsub and use_pubsub_node_req arguments to CommandBase
|
2017-04-26 |
Goffi |
jp (invitation): added list subcommand
|
2017-04-26 |
Goffi |
jp (output): added LIST_DICT output, to handle list of dictionaries
|
2017-04-26 |
Goffi |
jp: added constant to handle ANSI code for header and subheaders
|
2017-04-26 |
Goffi |
plugin event: first draft:
|
2017-04-26 |
Goffi |
plugin invitations: added invitationList command
|
2017-04-20 |
Goffi |
tools (common/uri): minor comment update
|
2017-04-17 |
Goffi |
tools (common/data_objects): comments items can now be chained to their parent
|
2017-04-17 |
Goffi |
plugin XEP-0277: comments node access model changes:
|
2017-04-17 |
Goffi |
plugin XEP-0060: getNodeAffiliations use jid.JID as keys instead of jids as unicode
|
2017-04-16 |
Goffi |
jp (blog): service and node can now be specified for edit command
|
2017-04-16 |
Goffi |
jp (pubsub): added uri command to build pubsub URI
|
2017-04-16 |
Goffi |
plugin invitations: fixed url_template check
|
2017-04-16 |
Goffi |
tools/common (uri): added a method to build URI
|
2017-04-02 |
Goffi |
jp (pubsub/node): added create and delete commands
|
2017-04-02 |
Goffi |
jp (invitation): added modify command
|
2017-04-02 |
Goffi |
plugin invitations: added modify method (+ bridge) and fixed email setting in extra
|
2017-04-02 |
Goffi |
plugin XEP-0060: node create/delete improvments:
|
2017-04-02 |
Goffi |
tmp(wokkel/pubsub): fixed configuration parsing
|
2017-03-29 |
Goffi |
tools(common/uri): XMPP uri parsing module, first draft
|
2017-03-29 |
Goffi |
jp (invitation): invitation command first draft
|
2017-03-29 |
Goffi |
jp (pubsub/get): --service is now optional argument, and sub_id now use "-S" short option
|
2017-03-29 |
Goffi |
jp (base): added msg and exit_code argument to errback so it's more generic
|
2017-03-29 |
Goffi |
plugin invitations: added getInvitation method, it return invitation data and raise an error if it is not found
|
2017-03-29 |
Goffi |
plugin invitations: invitation id and invitee jid are now added to return dict in invitationCreate, bridge signature has changed too
|
2017-03-29 |
Goffi |
plugin invitations: raise ValueError if url_template and message_body are both not specified
|
2017-03-29 |
Goffi |
memory (persistent, sqlite): fixed getPrivates bug with keys arguments and its use in LazyPersistentBinaryDict
|
2017-03-26 |
Goffi |
plugin invitations: fixed leak of uuid in jid
|
2017-03-26 |
Goffi |
jp (pubsub/node) added pubsub/node/affiliations/set command
|