aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/message_store.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-24[master] MMS: New 'config_checksum' subcommandrbrunner71-24/+77
2020-04-27message_store: don't print an error when there is no mms filemoneromooo-monero1-1/+1
It confuses people
2020-04-15Allow wallet2.h to run in WebAssemblywoodser1-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.
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez1-1/+1
2019-08-20MMS: Use chans instead of normal addresses for auto-configrbrunner71-11/+3
2018-12-22message_store: fix error message adding const char * with offsetmoneromooo-monero1-7/+7
2018-12-12MMS (Multisig Messaging System): Initial versionrbrunner71-0/+1445