David Bremner
|
651da30c09
|
cli: optionally restore message properties from dump file
This somewhat mimics the config line parsing, except there can be
arbitrarily many key value pairs, so one more level of looping is
required.
|
2016-09-21 18:14:25 -03:00 |
|
David Bremner
|
b7345d277e
|
CLI: add properties to dump output
Part of providing extensibility via properties is to make sure that user
data is not lost. Thus we need to be able to dump and restore
properties.
|
2016-09-21 18:14:25 -03:00 |
|
David Bremner
|
58fe8fce1d
|
lib: iterator API for message properties
This is a thin wrapper around the string map iterator API just introduced.
|
2016-09-21 18:14:25 -03:00 |
|
David Bremner
|
b8bb6d7964
|
lib: basic message-property API
Initially, support get, set and removal of single key/value pair, as
well as removing all properties.
|
2016-09-21 18:14:24 -03:00 |
|