Commit Graph

278 Commits (1d3768c88591911fdc7afe0c277eeccc13488155)
 

Author SHA1 Message Date
moneroexamples 1d3768c885 warning about devevelopment version added to home.html
7 years ago
moneroexamples a5b3818a23 simplify main.cpp by adding MAKE_RESOURCE macro
7 years ago
moneroexamples 06d428521e api in readme updated
7 years ago
moneroexamples b4a30998ee parse_request refactored
7 years ago
moneroexamples 9523317101 viewkey check added to get_address_txs and get_address_info
7 years ago
moneroexamples ba1848fd6d check if tx exisit in blockchain using blockchain_tx_id
7 years ago
moneroexamples 16b8c429bf blockchain_tx_id added to Transaction table
7 years ago
moneroexamples de2881ef5f make xmreg::MicroCore into unqiue_ptr
7 years ago
moneroexamples 3595fdfde6 find_txs_in_mempool has its own, local mysql connection
7 years ago
moneroexamples 4dfc397c9e mysql pining thread moved to YourMoneroRequests::YourMoneroRequests
7 years ago
moneroexamples 638985d128 YourMoneroRequests::login refactored
7 years ago
moneroexamples 122c91d2d6 fix: search thread has no view key
7 years ago
moneroexamples c415017beb fix: search thread not started for new accounts
7 years ago
moneroexamples 3c8a812378 YourMoneroRequests::login refactored
7 years ago
moneroexamples 00334cb69d login api added to readme
7 years ago
moneroexamples 3e686805e2 ssqlses refactor to limit repetition of code.
7 years ago
moneroexamples d1f27a90d9 refactoring of YourMoneroRequests::login started
7 years ago
moneroexamples d49c18371f your_xmr renamed to open_monero in main.cpp
7 years ago
moneroexamples d873e58ca5 mysql ping thread added to keep mysql connection alive
7 years ago
moneroexamples fac1bda535 Merge pull request #9 from moneroexamples/use_unique_ptr
7 years ago
moneroexamples d4b29c9d55 make unique_ptr work with older gcc as in ubuntu 16.04
7 years ago
moneroexamples 7695449e7f use unique_ptr instead of shared_ptr for TxSearch threads
7 years ago
moneroexamples ff46d639f1 check if thread exist in clean_search_thread_map before erasing it.
7 years ago
moneroexamples 5baf81af3c url added to readme
7 years ago
moneroexamples a89a3b5c81 url added to readme
7 years ago
moneroexamples b66c55ea26 reconnecting to mysql added to some MySqlAccounts methods
7 years ago
moneroexamples 61e87b2b14 MySqlConnector::connect() method added
7 years ago
moneroexamples 2beb4bd83e readme updated
7 years ago
moneroexamples 52b17605e8 new api examples added
7 years ago
moneroexamples 2f37111e33 color of Transaction Private Key tip changed
7 years ago
moneroexamples effdd1e677 example api added to readme
7 years ago
moneroexamples 14c5a91007 fix: padding of payment_id with zeros didnt work
7 years ago
moneroexamples 5414992812 decode login key button changed to a href link
7 years ago
moneroexamples 6be97e533c pad payment_id with zeros if too short to 64 characters
7 years ago
moneroexamples dfb3ba78d3 readme updated
7 years ago
moneroexamples 33ffd67713 readme updated
7 years ago
moneroexamples 749ee051b3 readme updated
7 years ago
moneroexamples 27d76fd6e1 readme updated
7 years ago
moneroexamples cb4f0a2c8c Merge pull request #6 from moneroexamples/show_offline_keys
7 years ago
moneroexamples 467724becd private tx key added when sending txs
7 years ago
moneroexamples a026243a6e private tx key added when sending txs
7 years ago
moneroexamples 3c61ddf5e1 decode the login key in the offline mode
7 years ago
moneroexamples f49316329d fix: unitialized total_received_unlocked
7 years ago
moneroexamples 4d50909804 Update README.md
7 years ago
moneroexamples ffe17fa317 html corrections
7 years ago
moneroexamples bdd7d6ab85 slight style correctins
7 years ago
moneroexamples 3e6c58b754 Update README.md
7 years ago
moneroexamples d935045a32 Merge pull request #5 from moneroexamples/view_only_account
7 years ago
moneroexamples fea5a0da5e view only mode added
7 years ago
moneroexamples f0e72ba614 show error when login fails due to search thread start failure
7 years ago