1788 Commits

Author SHA1 Message Date
thePR0M3TH3AN
fd419fb943 chore: add poetry and CI tests 2025-08-06 17:06:28 -04:00
thePR0M3TH3AN
f571ded60c Merge pull request #783 from PR0M3TH3AN/codex/introduce-auditlogger-in-manager.py
Add tamper-evident audit logging
2025-08-06 12:12:28 -04:00
thePR0M3TH3AN
b3b703985d test: cover audit logging 2025-08-06 12:07:09 -04:00
thePR0M3TH3AN
363b54b656 Merge pull request #782 from PR0M3TH3AN/codex/add-architecture-overview-to-readme
docs: add Nostr setup guide and architecture overview
2025-08-06 10:09:22 -04:00
thePR0M3TH3AN
1a35bb42bd docs: add Nostr setup guide and architecture overview 2025-08-06 10:09:05 -04:00
thePR0M3TH3AN
8cc2e75741 Merge pull request #781 from PR0M3TH3AN/codex/add-fuzz-tests-for-encryption-module
Calibrate Argon2 KDF and add encryption fuzz tests
2025-08-06 10:07:44 -04:00
thePR0M3TH3AN
edcf2787ee Add Argon2 calibration and encryption fuzz tests 2025-08-06 09:58:44 -04:00
thePR0M3TH3AN
072db52650 Merge pull request #780 from PR0M3TH3AN/codex/cache-bip-85-results-in-manager.py
Cache BIP85 derivations and skip unchanged snapshot chunks
2025-08-06 08:42:30 -04:00
thePR0M3TH3AN
a864da5751 Cache BIP85 derivations and incremental snapshots 2025-08-06 08:36:48 -04:00
thePR0M3TH3AN
37a1d4b4cf Merge pull request #779 from PR0M3TH3AN/codex/wrap-worker-functions-with-error-handling
Queue background errors
2025-08-05 23:32:42 -04:00
thePR0M3TH3AN
f0a7fb7da1 Queue background errors 2025-08-05 23:26:54 -04:00
thePR0M3TH3AN
b49e37b6e1 Merge pull request #778 from PR0M3TH3AN/codex/add-quick-unlock-configuration-flag
Add quick unlock flag and event logging
2025-08-05 23:10:19 -04:00
thePR0M3TH3AN
94d0b80dce Add quick unlock flag and event logging 2025-08-05 23:05:11 -04:00
thePR0M3TH3AN
4f11db5aa4 Merge pull request #777 from PR0M3TH3AN/codex/add-configurable-attempt-counter-with-backoff
Add configurable prompt attempt limit with exponential backoff
2025-08-05 22:53:56 -04:00
thePR0M3TH3AN
099c24921f feat: add configurable prompt backoff 2025-08-05 22:48:18 -04:00
thePR0M3TH3AN
7725701b50 Merge pull request #776 from PR0M3TH3AN/codex/raise-exception-if-xclip/xsel-is-missing
Gracefully handle missing clipboard utilities
2025-08-05 22:35:34 -04:00
thePR0M3TH3AN
b795d1236a Raise ClipboardUnavailableError on all platforms 2025-08-05 22:26:10 -04:00
thePR0M3TH3AN
6888fa2431 Remove duplicate import in test 2025-08-05 22:18:26 -04:00
thePR0M3TH3AN
1870614d8a Merge pull request #775 from PR0M3TH3AN/codex/create-test-fixtures-and-refactor-tests
Add test fixtures for manager and vault
2025-08-05 21:59:24 -04:00
thePR0M3TH3AN
34f19e1b2b Add test fixtures for manager and vault 2025-08-05 21:53:23 -04:00
thePR0M3TH3AN
41848fbcc3 Merge pull request #774 from PR0M3TH3AN/codex/refactor-code-organization-for-nostr-module
refactor: modularize nostr client
2025-08-05 21:44:07 -04:00
thePR0M3TH3AN
2aae6db22d fix: route nostr helpers through client module 2025-08-05 21:38:48 -04:00
thePR0M3TH3AN
f36c12122e Merge pull request #773 from PR0M3TH3AN/codex/add-dependency-auditing-and-checks
Add dependency vulnerability scan and optional dependency checks
2025-08-05 21:10:21 -04:00
thePR0M3TH3AN
68eaa34d76 Add dependency scanning and optional dependency checks 2025-08-05 21:04:50 -04:00
thePR0M3TH3AN
c2d80aa438 Merge pull request #772 from PR0M3TH3AN/codex/replace-except-exception-with-specific-exceptions
Refine exception handling in config and terminal utilities
2025-08-05 20:41:20 -04:00
thePR0M3TH3AN
87cf2d837b Refine exception handling 2025-08-05 20:34:26 -04:00
thePR0M3TH3AN
ade2d99572 Merge pull request #771 from PR0M3TH3AN/codex/convert-api-functions-to-async
Refactor API endpoints to async
2025-08-05 20:24:01 -04:00
thePR0M3TH3AN
91bea60928 Limit anyio tests to installed backends 2025-08-05 20:14:42 -04:00
thePR0M3TH3AN
dc7673c7e0 Refactor API endpoints to async 2025-08-05 20:03:56 -04:00
thePR0M3TH3AN
726a8f7aa4 Merge pull request #770 from PR0M3TH3AN/codex/catch-specific-exceptions-in-_reload_relays
Improve relay reload error handling
2025-08-05 19:52:11 -04:00
thePR0M3TH3AN
181f486afb Add test for relay reload logging 2025-08-05 19:46:14 -04:00
thePR0M3TH3AN
5e8375aad5 Merge pull request #769 from PR0M3TH3AN/codex/refactor-to-use-fastapi-dependencies
refactor: move api state to app
2025-08-05 19:19:58 -04:00
thePR0M3TH3AN
20ee8a891b refactor: move api state to app 2025-08-05 19:14:11 -04:00
thePR0M3TH3AN
fa4826fe2d Merge pull request #768 from PR0M3TH3AN/codex/refactor-cli.py-into-command-modules
refactor: modularize CLI commands
2025-08-05 18:57:16 -04:00
thePR0M3TH3AN
90b60a6682 refactor: modularize CLI commands 2025-08-05 18:51:36 -04:00
thePR0M3TH3AN
3744cf9f30 Merge pull request #767 from PR0M3TH3AN/codex/streamline-nostr-sync-notifications
Fix inconsistent Nostr sync notifications
2025-08-05 15:04:26 -04:00
thePR0M3TH3AN
2949cc22c9 Fix inconsistent Nostr sync notifications 2025-08-05 14:53:39 -04:00
thePR0M3TH3AN
9c5e6a12a0 Merge pull request #766 from PR0M3TH3AN/codex/modify-_display_live_stats-for-input-handling
Handle immediate Enter in stats view
2025-08-05 13:19:05 -04:00
thePR0M3TH3AN
89cbef1aa4 Flush stdin and exit stats screen on Enter 2025-08-05 13:13:31 -04:00
thePR0M3TH3AN
d21ad78a02 Merge pull request #765 from PR0M3TH3AN/codex/verify-list-refresh-logic-results
test: cover archived entries in summaries and view handler
2025-08-05 13:03:08 -04:00
thePR0M3TH3AN
6260e81eaa test: cover archived entries in summaries and view handler 2025-08-05 12:56:33 -04:00
thePR0M3TH3AN
a78d587307 Merge pull request #764 from PR0M3TH3AN/codex/recompute-summaries-in-loop-and-add-tests
Refresh entry summaries after edits
2025-08-05 12:46:13 -04:00
thePR0M3TH3AN
19881dbeeb Test entry summary refresh on edits 2025-08-05 12:40:39 -04:00
thePR0M3TH3AN
224143eb76 Merge pull request #763 from PR0M3TH3AN/codex/update-fingerprint-removal-logic-and-tests
Handle empty profile cleanup
2025-08-05 12:31:51 -04:00
thePR0M3TH3AN
1f669746db Handle empty profile cleanup 2025-08-05 12:24:53 -04:00
thePR0M3TH3AN
0d883b2736 Merge pull request #762 from PR0M3TH3AN/codex/update-readme-to-highlight-breaking-change
docs: document deterministic derivation breaking change
2025-08-05 10:56:22 -04:00
thePR0M3TH3AN
6a20728db4 docs: note deterministic derivation change 2025-08-05 10:55:56 -04:00
thePR0M3TH3AN
8e703e3282 Merge pull request #761 from PR0M3TH3AN/codex/fix-seed-decryption-failure
Add PBKDF2 iteration fallback
2025-08-04 15:13:35 -04:00
thePR0M3TH3AN
9cc7e4d0d7 Test PBKDF2 iteration fallback 2025-08-04 15:01:40 -04:00
thePR0M3TH3AN
036e2e59be Merge pull request #760 from PR0M3TH3AN/codex/update-migration-handling-and-tests
Gate sync prompt on confirmed migrations
2025-08-04 14:52:31 -04:00