log

age author description
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:
2017-03-09 Goffi jp (account): command to handle XMPP account creation/password change/deletion using in-band registration
2017-03-09 Goffi jp (profile): fixed help gettext calls
2017-03-09 Goffi jp (base): added generic errback to CommandBase + show error message on plugin ImportError
2017-03-09 Goffi plugin XEP-0077: added inBandAccountNew, inBandUnregister and inBandPasswordChange bridge methods
2017-03-08 Goffi plugin account: removed dependency to Prosody/prosodyctl and properly use in-band registration instead
2017-03-08 Goffi plugin XEP-0077: added changePassword and removeRegistration methods
2017-03-08 Goffi jp (profile/list): fixed options help
2017-03-08 Goffi core (params): removed registerNewAccount button: it is misplaced and more confusing than useful, may come back in the future
2017-03-08 Goffi core, plugin XEP-0077: in-band registration fix and move:
2017-03-08 Goffi primitivus: fixed profileCreate bridge call
2017-03-06 Goffi i18n: updated sat.po
2017-03-05 Goffi tools(templates): workflow improvments:
2017-03-05 Goffi core, bridge: renamed getProfileName to profileNameGet according to new conventions
2017-02-26 Goffi core, frontends: various fixes for Libervia:
2017-02-26 Goffi core (memory/cache): escape profile when creating cache dir
2017-02-23 Goffi tools (common): fixed tty detection when isatty is not available
2017-02-21 Goffi jp (blog): set default template and data mapping for the new template output
2017-02-21 Goffi jp (output): template output first draft: