log

age author description
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:
2017-02-21 Goffi jp (base): improved module import:
2017-02-21 Goffi jp (base, blog, output(std)): fixed bad unicode handling in stdout, use of jp.disp instead of simple print
2017-02-21 Goffi core (tools/common): data objects first draft:
2017-02-21 Goffi core (tools/common): template renderer first draft:
2017-02-16 Goffi jp (blog/get): fancy output prints author, published and updated if verbosity > 1 and tags if verbosity > 2 + format published and updated
2017-02-16 Goffi jp (blog): added blog/get command:
2017-02-15 Goffi jp (outputs): added OUTPUT_COMPLEX type for data which are more complex than key/value dictionaries
2017-02-15 Goffi jp (core): added extra_outputs:
2017-02-15 Goffi core (constants), tools (common/ansi): moved ANSI escape codes to a dedicated class, with helper methods
2017-02-15 Goffi tools (common/data_format): added dict2iterdict to yield dictionary from serialised complex values
2017-02-13 Goffi plugins XEP-0033, XEP-0280, text commands: fixed method renaming after client refactoring
2017-02-12 Goffi jp (info/disco): added --node argument
2017-02-12 Goffi core(memory.disco), bridge: discoInfos and discoItems now handle node
2017-02-12 Goffi plugin XEP-0045: fix after client refactoring
2017-02-12 Goffi core (memory/disco): getInfos now handle node + use client instead of profile in many methods
2017-02-12 Goffi core: added release name in constants + full version
2017-02-12 Goffi core, frontends: getProfilesList renamed to profilesGetList + behaviour change:
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2017-02-12 Goffi core, jp: component handling + client handling refactoring:
2017-02-06 Goffi memory (sqlite): introduced component table, schema updated:
2017-02-06 Goffi core, bridge, frontends: renamed asyncConnect to connect, and added options parameters (not used yet)