summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: add TODO for yubicrypt CLI integrationHEADmaingabrix732026-06-031-0/+13
|
* Actualiser README.mdvirebent2026-06-031-7/+4
|
* docs: clarify GnuPG default and YubiKey as optional for Usenetgabrix732026-06-032-19/+43
| | | | | | | | | | | | | - Added GnuPG as default signing method for regular email - Clarified YubiKey PIV signing is optional (only for Usenet posts) - Added three signing options: GnuPG (default), YubiKey (optional), none - Updated requirements table with gnupg as required package - Added clear instructions to disable YubiKey (change to vim) for users without hardware - accounts/mail2news: added comment explaining how to switch to plain vim Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
* fix: use pinentry/zenity for YubiKey PIN prompt in non-interactive contextsgabrix732026-06-033-3/+67
| | | | | | | | | | | | | | | Added yubisigner-with-pinentry wrapper that handles PIN entry via: - zenity (GUI popup, primary method) - pinentry-qt (Qt GUI fallback) - pinentry-curses (TUI fallback) - /dev/tty direct read (last resort) This fixes PIN prompt failing when vim-yubisigner is called from NeoMutt, where fmt.Scanln() in yubisigner-cli cannot capture stdin properly. Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
* Fix blog post URLgabrix732026-05-311-1/+1
|
* Add vim-yubisigner wrapper and installation instructionsgabrix732026-05-312-4/+79
| | | | | | - Add scripts/vim-yubisigner (editor wrapper for YubiKey signing) - Update README with complete installation steps for yubisigner-cli - Include code blocks for building and installing wrapper
* Add link to yubisigner-cli repositorygabrix732026-05-311-1/+1
|
* Actualiser README.mdvirebent2026-05-311-2/+2
|
* Update onion gateway address and NNTP backendgabrix732026-05-311-4/+4
| | | | | | - Replace old onion with qee4i7sags6phsvb2yodwecfj7noimfhhalsjktsvikrwotxzis3raad.onion - Add Peanny NNTP backend address in gateway description - Update swaks example with new onion address
* Add YubiKey PIV Ed25519 signing to READMEgabrix732026-05-311-3/+18
| | | | | | | | - Add YubiKey signing feature to features list - Document yubisigner-cli requirement and setup - Add link to yubisigner project - Update onion gateway address - Note automatic signing with vim-yubisigner
* Add YubiKey PIV Ed25519 signature support for mail2newsgabrix732026-05-312-59/+141
| | | | | | | | - Configure vim-yubisigner as editor for automatic signing - Update m2n-prompt.sh to use vim-yubisigner wrapper - Add X-PGP-Key header with WKD URL - Update SMTP onion address - Signatures created with yubisigner-cli in PGP-like clearsign format
* Update repository URL to git.virebent.artgabrix732026-05-301-1/+1
|
* update: real mail2news config with virebent.art onion addresses, add Tor ↵Gab Virebent2026-05-265-164/+302
| | | | | | | | | | profile and posting script - accounts/mail2news: real onion SMTP endpoint, ephemeral nobody@virebent.invalid From - scripts/m2n-prompt.sh: working interactive posting script (swaks + torsocks) - neomuttrc.tor: Tor profile sourcing mail2news account, F9 macro binding - neomuttrc.common: shared UI/GPG/sidebar base config - README: rewritten in English, documents actual setup and gateway address
* Initial public releaseGab Virebent2026-05-2310-0/+772