Lee *!* Clagett

Results 58 issues of Lee *!* Clagett

Requested privately. Mostly a relay to from the daemon. Possibly useful to clients that only have access to LWS REST.

This is the first cut at remote scanning in LWS. It took a while to complete because a custom TCP implementation using ASIO was done - ZMQ sockets were too...

The [wallet2_api](https://github.com/monero-project/monero/blob/a1dc85c5373a30f14aaf7dcfdd95f5a7375d3623/src/wallet/api/wallet2_api.h) uses raw pointers in most situations. In some places, [memory leaks exist if an exception is thrown](https://github.com/monero-project/monero/blob/a1dc85c5373a30f14aaf7dcfdd95f5a7375d3623/src/wallet/api/transaction_history.cpp#L183). In other places, the [memory management isn't specified in the documentation](https://github.com/monero-project/monero/blob/a1dc85c5373a30f14aaf7dcfdd95f5a7375d3623/src/wallet/api/wallet2_api.h#L212)...

important
proposal
discussion
wallet

Socks v5 adds IPv6 support and basic username/password authentication. The user/pass authentication is a cheap way to prevent rogue applications from requesting proxied connections. Tor and SSH do not support...

enhancement
pending review
networking

Someone in chat requested information about ZMQ-PUB output, so I decided todo a json schema foreach ZMQ-PUB topic. A few tweaks to our ZMQ read code should be done to...

enhancement
pending review
easy

Same as #9511 except on release branch.

database

This allows `boost::uuids::uuid` to be used in the lmdb glue code. LWS currently has this patched until this gets committed.

database