Commit Graph
20 Commits
Author SHA1 Message Date
RandyTheSilly cc626363c7 Update wiki for new changes; fix compilation for some platforms 2025-12-26 21:14:20 -05:00
RandyTheSilly 6004a94b77 Remove now-redundant Linux/BSD-specific clip clear logic 2025-12-26 20:48:33 -05:00
RandyTheSilly fdce036be6 Improve versatility of getClipCommands() 2025-12-26 19:57:43 -05:00
RandyTheSilly 2880ce2823 Address JetBrains warnings 2025-12-26 19:12:48 -05:00
RandyTheSilly 50d51f9d96 Initial password aging support 2025-11-23 03:20:58 -05:00
RandyTheSilly d2a6ed5eaa Move GenTOTP() to core package 2025-11-13 23:46:21 -05:00
RandyTheSilly 04e1b0dd37 Handle Steam TOTP directly in GenTOTP 2025-11-13 22:47:46 -05:00
RandyTheSilly 336dc5c158 Continue dropping support for non-continuous TOTP copy 2025-11-13 22:35:07 -05:00
RandyTheSilly c63dff4092 Drop support for non-continuous TOTP copy 2025-11-13 22:18:02 -05:00
RandyTheSilly 8d1dd48035 Remove mobile clipboard management (this should be the responsibility of the GUI toolkit) 2025-11-13 21:58:37 -05:00
RandyTheSilly 80cf65775a Fix panic on error in clip.TOTPCopier() when not run as a goroutine 2025-11-13 21:14:51 -05:00
RandyTheSilly bc793178e1 Fix compilation for Windows 2025-11-10 23:17:40 -05:00
RandyTheSilly a0f21b31f7 Return errors from TOTPCopier so it can optionally be called on the main thread 2025-11-10 22:37:11 -05:00
RandyTheSilly a3b89fcb96 Fix LaunchClipClearProcess() for GUI platforms 2025-11-10 19:55:36 -05:00
RandyTheSilly 483af75613 Improve clarity of TOTP refresher start message 2025-11-10 01:07:53 -05:00
RandyTheSilly b39a40407f Update stdout logging regarding clipboard refresher 2025-11-10 01:02:05 -05:00
RandyTheSilly 14dda0b091 Fix continuous TOTP copy 2025-11-10 00:35:38 -05:00
RandyTheSilly 9703790336 Export ClipClearProcess() 2025-11-09 23:57:26 -05:00
RandyTheSilly 8f4590cf34 Fix subprocesses getting killed when the main process is force killed (fixes rcwd w/TOTP and clipboard clearing issues) 2025-11-09 23:50:15 -05:00
RandyTheSilly bf1399ce8d Better modularize clipboard code (add "clip" package; break up TOTP code 2025-11-09 23:23:47 -05:00