Anders
Anders
Detect unused types in specification files and display a warning
Add support for writing and recognizing value blocks (and address fields). Add the support to output function, to show signed numbers instead of bytes. And add support to the set...
Refactor the tag read cmd implementation to look like tag write impl. Use a fwd iterator.
Add support for array subscripts in the specification paths like so: .sector_1k.blocks[4].trailer
There is no notion of time (or even a partial order) in the distributed message DB. Introduce a timestamp field in the messages that clients can choose to fill out...
Currently private identities (private key components) are stored in the data base as plain data. That's no real security at all. Add a symetric crypto step that uses a password...
Should we add any restrictions on message contents? We could e.g. strip html / js to avoid attacks if that data is presented in a browser, but is this really...
When receiving data the client should perform some form of validation of incoming data and terminate the connection if things look funky.
Modify the protocol so that clients can request messages that have particular senders or receivers only. This might be useful to reduce traffic in case a database gets filled with...
On connection failure with known (transient) servers, try to sync less frequent before finally eliminating them from the known servers list.