summaryrefslogtreecommitdiff
path: root/src/wallet/message_store.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [release-v0.16] MMS: New 'config_checksum' subcommandrbrunner72020-05-201-24/+80
|
* message_store: don't print an error when there is no mms filemoneromooo-monero2020-04-271-1/+1
| | | | It confuses people
* Allow wallet2.h to run in WebAssemblywoodser2020-04-151-1/+1
| | | | | | | - Add abstract_http_client.h which http_client.h extends. - Replace simple_http_client with abstract_http_client in wallet2, message_store, message_transporter, and node_rpc_proxy. - Import and export wallet data in wallet2. - Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.
* Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-1/+1
|
* MMS: Use chans instead of normal addresses for auto-configrbrunner72019-08-201-11/+3
|
* message_store: fix error message adding const char * with offsetmoneromooo-monero2018-12-221-7/+7
|
* MMS (Multisig Messaging System): Initial versionrbrunner72018-12-121-0/+1445