349 Commits
Author SHA1 Message Date
RandyTheSilly cc58d3509f Clearly document decrypted entry format 2025-07-19 14:33:05 -04:00
RandyTheSilly d023058630 Properly return errors for non-persistent TOTP copy 2025-07-06 12:48:24 -04:00
RandyTheSilly fb2120c94e Allow setting custom device ID prefix 2025-07-06 11:29:41 -04:00
RandyTheSilly 1a66a30bc1 Fix one-time TOTP copy 2025-06-30 22:59:12 -04:00
RandyTheSilly 591624eff6 Fix interactive compilation on *nix 2025-06-30 22:54:31 -04:00
RandyTheSilly 3fdcc9e96d Allow one-time copy of TOTP codes 2025-06-30 22:46:17 -04:00
RandyTheSilly 9fc9b208b6 Update dependency comments 2025-06-29 13:15:15 -04:00
RandyTheSilly 41a12c6e4a Fix clipClearProcess on iOS 2025-06-29 13:04:44 -04:00
RandyTheSilly bed23e987d Add iOS clipboard support 2025-06-29 12:58:08 -04:00
RandyTheSilly dd622c59e2 Explicitly ignore some errors 2025-06-28 21:25:58 -04:00
RandyTheSilly 362eb75dc4 Fix offlineMode not being written for third-party clients with no client-specific config data 2025-06-28 19:09:58 -04:00
RandyTheSilly d1b5c50d70 Add draft release notes for v0.4.0 2025-06-19 19:16:46 -04:00
RandyTheSilly 1c06713548 Bump go-boilerplate and rcw 2025-06-19 18:13:23 -04:00
RandyTheSilly 37a1a6049f Bump Go to v1.24.4; bump dependencies 2025-06-19 14:39:47 -04:00
RandyTheSilly cf5d5051fd Fix compilation for Android 2025-06-07 21:00:39 -04:00
RandyTheSilly 0f03096ed2 Default to online mode in init 2025-06-07 14:20:49 -04:00
RandyTheSilly d844fb1010 libmuttonserver: Fix deletions renaming 2025-06-07 14:16:54 -04:00
RandyTheSilly 111324cc25 libmuttonserver: When changing device IDs, rename pending old deletions 2025-06-07 13:56:26 -04:00
RandyTheSilly 3daaf2d67a Remove verifyOldLocationExists parameter from RenameLocal() 2025-06-05 20:23:18 -04:00
RandyTheSilly c0f55156d8 Bump go-boilerplate 2025-06-01 17:01:40 -04:00
RandyTheSilly ca4913f054 Fix init when no device ID directory exists 2025-06-01 16:40:24 -04:00
RandyTheSilly 4a0e0f8e9e Ensure old device ID remains active on the client if new device ID registration fails 2025-06-01 16:24:47 -04:00
RandyTheSilly 87041a7bb3 Fix folder sync 2025-06-01 15:43:16 -04:00
RandyTheSilly d0f7b663d5 Simplify target existence checks 2025-06-01 15:24:31 -04:00
RandyTheSilly 5f8789a0f0 Bump go-boilerplate; make error codes sequential 2025-06-01 14:17:51 -04:00
RandyTheSilly 2e3be57e3e Handle unhandled error; remove error handling in server-only function (error would never become visible to user) 2025-06-01 12:35:07 -04:00
RandyTheSilly 4dab9f2c93 Automatically install new entry directory in EntryRefresh() 2025-05-31 20:41:30 -04:00
RandyTheSilly 038cd3670d Forward sanity check error in EntryRefresh() 2025-05-31 20:34:47 -04:00
RandyTheSilly 346fa35dc8 Fix support for entries <4 lines long in EntryRefresh() 2025-05-31 20:28:01 -04:00
RandyTheSilly c4db7dfd59 Fix passphrase setup in EntryRefresh() 2025-05-31 19:57:59 -04:00
RandyTheSilly 2840ff3cf2 Fix backup/temp directory cleaning in EntryRefresh() 2025-05-31 19:20:51 -04:00
RandyTheSilly ca277ba773 Add entry refresh feature; fix ClampTrailingWhitespace ignoring the initial trim 2025-05-31 21:48:11 +00:00
RandyTheSilly 5666974a7f Do not determine online/offline mode based on device ID presence 2025-05-30 16:02:46 +00:00
RandyTheSilly c2fc911693 Re-order ParseConfig offlineMode check to fail earlier 2025-05-30 13:53:51 +00:00
RandyTheSilly 6e74e37e5b Fix SSH config retrieval 2025-05-30 00:36:33 -04:00
RandyTheSilly 3dd07e7165 Add offline mode option to libmutton.ini 2025-05-29 23:39:15 -04:00
RandyTheSilly 9ffd6d5cef Slim down ConfigParser error system 2025-05-29 23:01:03 -04:00
RandyTheSilly a1c47b06a1 Address JetBrains warnings 2025-05-29 22:05:57 -04:00
RandyTheSilly 16aaa4f330 Fix unused error values 2025-05-30 01:18:40 +00:00
RandyTheSilly aa0e242748 Fix inconsistent error message 2025-05-29 21:15:11 -04:00
RandyTheSilly 40f0f35f45 Return errors, rather than printing them 2025-05-30 01:08:43 +00:00
RandyTheSilly 74b8261bc8 Do not rely on importing projects for libmutton initialization 2025-05-29 23:35:50 +00:00
RandyTheSilly 50ab27c674 Ensure libmutton.ini is created with 0600 permissions (on *nix) 2025-05-29 16:52:15 +00:00
RandyTheSilly fa6f057b49 Do not perform sanity check if RetryPassphrase is false (leave to client) 2025-05-28 16:32:03 +00:00
RandyTheSilly 3c5db78da9 Build release binaries to target x86_64_v2 and arm64v8.7 (v8.0 still offered on Linux) 2025-05-21 16:40:26 +00:00
RandyTheSilly 02c663447a wiki: Mention rooted ADB on LineageOS 2025-05-21 15:19:21 +00:00
RandyTheSilly c591601b6c wiki: Add TOTP usage information 2025-05-21 14:41:59 +00:00
RandyTheSilly e64da70edb Bump RCW to v0.2.0 2025-05-20 16:14:53 +00:00
RandyTheSilly 35d053b46f Drop github.com/fortis/go-steam-totp (functionality now convered by github.com/pquerna/otp) 2025-05-16 20:11:20 -04:00
RandyTheSilly cdf41c3d17 Bump RCW to v0.1.2 (fix compilation without RCWD) 2025-05-12 22:00:33 -04:00