| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815 | Monzero Build System | 4 hours | 6 | -44/+46 |
| | | |||||
| * | Set desktop file name for the application | Balló György | 2026-07-02 | 1 | -0/+1 |
| | | | | | | | This ensures that the XDG toplevel app ID matches with the desktop file name, so Wayland compositors could match the window with the application and show the appropriate icon for them. | ||||
| * | p2pool v4.17.1 | SChernykh | 2026-06-28 | 1 | -12/+12 |
| | | |||||
| * | wizard: check wallet file directory is writeable | plowsof | 2026-06-25 | 2 | -0/+7 |
| | | |||||
| * | p2pool v4.17 | SChernykh | 2026-06-21 | 1 | -12/+12 |
| | | |||||
| * | TransactionHistory: prevent CSV formula injection in writeCSV | Thomas | 2026-06-18 | 1 | -4/+27 |
| | | | | | | | | | | | | | | | | | | | writeCSV wrote the transaction note and subaddress label into the CSV stripping only the quote character. A cell beginning with =, +, - or @ can be interpreted as a formula by spreadsheet software on open, which CSV quoting does not prevent. The transaction note can be attacker-controlled: a payment request's tx_description is stored as the note when the payment is sent, so a crafted note can run a spreadsheet formula when the user later exports and opens their history, potentially enabling data exfiltration or command execution. Prefix affected fields with a single quote so they are treated as text; fields beginning with whitespace or a control character are prefixed too. Co-authored-by: selsta <selsta@sent.at> | ||||
| * | Merge pull request #4602 | tobtoht | 2026-06-17 | 1 | -1/+1 |
| |\ | | | | | | | | | | | 1627661 libwalletqt: capture background sync password by value (selsta) ACKs: plowsof | ||||
| | * | libwalletqt: capture background sync password by value | selsta | 2026-06-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #4603 | tobtoht | 2026-06-17 | 2 | -1/+15 |
| |\ \ | | | | | | | | | | | | | | | | bfce02b libwalletqt: start wallet refresh worker lazily (selsta) ACKs: plowsof | ||||
| | * | | libwalletqt: start wallet refresh worker lazily | selsta | 2026-06-05 | 2 | -1/+15 |
| | |/ | |||||
| * | | Merge pull request #4596 | tobtoht | 2026-06-15 | 1 | -1/+11 |
| |\ \ | | | | | | | | | | | | | | | | 082cf9a network: require SSL for HTTPS requests (selsta) ACKs: plowsof | ||||
| | * | | network: require SSL for HTTPS requests | selsta | 2026-05-22 | 1 | -1/+11 |
| | | | | |||||
| * | | | Merge pull request #4597 | tobtoht | 2026-06-15 | 1 | -5/+9 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | be9eade QR: skip QImage padding when filling quirc buffer (selsta) ACKs: plowsof | ||||
| | * | | | QR: skip QImage padding when filling quirc buffer | selsta | 2026-05-26 | 1 | -5/+9 |
| | |/ / | | | | | | | | | | also update quirc submodule | ||||
| * | / | P2Pool v4.16 | SChernykh | 2026-06-13 | 1 | -12/+12 |
| | |/ |/| | |||||
| * | | P2Pool v4.15.1 | SChernykh | 2026-05-11 | 1 | -12/+12 |
| |/ | |||||
| * | p2pool v4.15 | SChernykh | 2026-05-01 | 1 | -12/+12 |
| | | |||||
| * | Merge pull request #4575 | tobtoht | 2026-03-28 | 2 | -3/+10 |
| |\ | | | | | | | e2a8efc installer: move p2pool to LocalAppData (selsta) | ||||
| | * | installer: move p2pool to LocalAppData | selsta | 2026-03-21 | 2 | -3/+10 |
| | | | |||||
| * | | p2pool v4.14 | SChernykh | 2026-03-01 | 1 | -12/+12 |
| |/ | |||||
| * | Merge pull request #4558 | tobtoht | 2026-01-29 | 3 | -0/+7 |
| |\ | | | | | | | 80e209d filter: intercept quit event to avoid deadlock (selsta) | ||||
| | * | filter: intercept quit event to avoid deadlock | selsta | 2026-01-20 | 3 | -0/+7 |
| | | | |||||
| * | | Merge pull request #4556 | tobtoht | 2026-01-29 | 2 | -0/+15 |
| |\ \ | | | | | | | | | | 2ddb550 WizardController: set password for temp wallet (selsta) | ||||
| | * | | WizardController: set password for temp wallet | selsta | 2026-01-19 | 2 | -0/+15 |
| | |/ | |||||
| * | | Merge pull request #4554 | tobtoht | 2026-01-29 | 1 | -78/+84 |
| |\ \ | | | | | | | | | | | | | 7182eb6 utils: replace rand with QRandomGenerator (selsta) 077ab3d cmake: drop unnecessary package (selsta) | ||||
| | * | | utils: replace rand with QRandomGenerator | selsta | 2026-01-19 | 1 | -78/+84 |
| | |/ | | | | | | | | | Also change how the list is allocated, does not really matter for this code but can't hurt. | ||||
| * / | DaemonManager: use accurate blockchain size estimate | selsta | 2026-01-20 | 2 | -5/+4 |
| |/ | |||||
| * | p2pool v4.13 | SChernykh | 2025-12-18 | 1 | -12/+12 |
| | | |||||
| * | p2pool v4.12 | SChernykh | 2025-11-05 | 1 | -12/+12 |
| | | |||||
| * | p2pool v4.11 | SChernykh | 2025-09-27 | 1 | -12/+12 |
| | | |||||
| * | p2pool v4.10.1 | sech1 | 2025-09-10 | 1 | -12/+12 |
| | | |||||
| * | p2pool v4.10 | sech1 | 2025-09-09 | 1 | -12/+12 |
| | | |||||
| * | p2pool: update to v4.9.1 | sech1 | 2025-08-21 | 1 | -12/+12 |
| | | |||||
| * | Merge pull request #4482 | tobtoht | 2025-08-04 | 1 | -0/+4 |
| |\ | | | | | | | 614b81f p2pool: add nano sidechain (nahuhh) | ||||
| | * | p2pool: add nano sidechain | nahuhh | 2025-07-24 | 1 | -0/+4 |
| | | | |||||
| * | | Implement background sync when locked | j-berman | 2025-08-03 | 2 | -0/+85 |
| |/ | |||||
| * | p2pool: update to v4.9 | SChernykh | 2025-07-20 | 1 | -12/+12 |
| | | |||||
| * | p2pool: update to v4.8.1 | SChernykh | 2025-06-25 | 1 | -12/+12 |
| | | |||||
| * | p2pool: update to v4.5 | SChernykh | 2025-05-03 | 1 | -12/+12 |
| | | |||||
| * | p2pool: update to v4.4 | SChernykh | 2025-03-01 | 1 | -12/+12 |
| | | |||||
| * | Merge pull request #4411 | tobtoht | 2025-02-24 | 1 | -1/+1 |
| |\ | | | | | | | 7e7215c7 fix testnet address check (preland) | ||||
| | * | fix testnet address check | preland | 2025-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | p2pool: update to v4.3 | SChernykh | 2024-12-30 | 1 | -12/+12 |
| |/ | |||||
| * | Merge pull request #4334 | luigi1111 | 2024-08-13 | 1 | -12/+12 |
| |\ | | | | | | | ff1e507 p2pool: update to v4.1 (SChernykh) | ||||
| | * | p2pool: update to v4.1 | SChernykh | 2024-08-12 | 1 | -12/+12 |
| | | | |||||
| * | | Merge pull request #4333 | luigi1111 | 2024-08-13 | 3 | -40/+0 |
| |\ \ | | | | | | | | | | 8118355 macOS: remove deprecated screenshot function (tobtoht) | ||||
| | * | | macOS: remove deprecated screenshot function | tobtoht | 2024-08-09 | 3 | -40/+0 |
| | |/ | |||||
| * / | utils: add quotes to desktop entry path | selsta | 2024-04-02 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #4281 | luigi1111 | 2024-03-08 | 1 | -1/+1 |
| |\ | | | | | | | e956b4f tails: fix detection (tobtoht) | ||||
| | * | tails: fix detection | tobtoht | 2024-02-28 | 1 | -1/+1 |
| | | | |||||
