log

age author description
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
2017-03-26 Goffi plugin XEP-0060: added setNodeAffiliations and its bridge method (psNodeAffiliationsSet)
2017-03-26 Goffi tmp(wokkel/pubsub): removed affiliations attribute which was there twice + added missing _render_affiliations
2017-03-23 Goffi jp (pubsub): added affiliations and node/affiliations/get:
2017-03-23 Goffi plugin XEP-0060: added affiliation handling:
2017-03-23 Goffi tmp (wokkel/pubsub): fixed affiliations (normal entity) handling
2017-03-23 Goffi plugin groupblog, XEP-0060: added ACCESS_PUBLISHER_ROSTER and switched to it in groupblog
2017-03-23 Goffi tmp (wokkel/pubsub): fixed configuration setting
2017-03-13 Goffi jp (pubsub/node): added set command
2017-03-13 Goffi plugin XEP-0060: added setConfiguration/psNodeConfigurationSet + fix in tmp.wokkel.pubsub
2017-03-13 Goffi jp (pubsub): added pubsub/node/info command to retrieve node configuration
2017-03-13 Goffi plugin XEP-0060: added getConfiguration ad psNodeConfigurationGet bridge method
2017-03-13 Goffi plugin XEP-0060: renamed psGet bridge method to psItemGet
2017-03-13 Goffi jp (output dict): added color and no-header option
2017-03-13 Goffi jp (base): raise InternalError if output is used when use_output is not declared
2017-03-13 Goffi jp (output xml): remove blank spaces on parsing for better pretty printing
2017-03-12 Goffi jp(pubsub/get): pubsub/get command, first draft
2017-03-12 Goffi jp (outputs): new xml and list_xml outputs, handling pretty formatting and syntax highlighting
2017-03-12 Goffi jp (base): output can now specify a default when registering
2017-03-12 Goffi jp (base): replaced log.warning by stderr prints
2017-03-12 Goffi jp (outputs): moved output options parsing and checking to base methods
2017-03-12 Goffi jp (std output): force unicode on simple output
2017-03-12 Goffi plugin XEP-0060: added psGet bridge method
2017-03-12 Goffi plugin invitations: first draft:
2017-03-12 Goffi plugin XEP-0077: minor raise fix
2017-03-12 Goffi memory (persistent, sqlite): better private values handling + new LazyPersistentBinaryDict:
2017-03-12 Goffi plugin account, tools: some cleaning account + email and password tools: