aboutsummaryrefslogtreecommitdiff
path: root/whispers
AgeCommit message (Collapse)Author
2025-05-19Add configurable extra forwardings to stealth proxy in whispers ssh.HEADtrunkRunciter
M whispers/packages/doc.scm Update ssh-tunneler-doc package to latest commit; Update whispers-doc package to latest commit M whispers/services/ssh-tunneler.scm In record type socks-proxy-configuration; Improve comments to the dynamic-forward member. M whispers/services/whispers/ssh.scm In record type whispers-forwarding; Add member stealth-extra-forwards; Use it to extend extra forwardings to proxy server sshd
2025-04-27Bump commit of whispers-doc package.Runciter
M whispers/packages/doc.scm
2025-04-27Add working log rotation using new Shepherd 1.0 log-rotation service.Runciter
M whispers/services/whispers.scm Add boolean flag log-rotation to whispers-configuration record Add log-rotation-service to lieutenant list type when flag is toggled Move whispers-service-type? procedure at earlier position in source Remove uncalled leftover whispers-log-rotation procedure Remove uncalled leftover whispers-tree-log-files procedure
2025-04-27Remove rottlog-service-type extension by whispers-service-type.Runciter
M whispers/services/whispers.scm
2025-04-27Fix mistake with collected account service extensions.Runciter
M whispers/services/whispers.scm Collect account-service-type services from whispers tree into PID 1's account-service-type Was incorrectly collecting them into rottlog-service-type
2025-03-10Fix deprecation warning with start-in-the-background procedure.Runciter
M whispers/services/whispers.scm Apply start-in-the-background to one list of auto-started lieutenants (applying the procedure to a rest list is deprecated)
2025-02-15Debug.Runciter
M whispers/packages/dict.scm Add missing used module (gnu packages compression)
2025-02-15Debug.Runciter
M whispers/packages/dict.scm Add missing used module (gnu packages base)
2025-02-15Remove packages added to official Guix.Runciter
M whispers/packages/dict.scm Remove libmaa, dictd and freedict-tools packages Make cc-cedict depend on dictd from official Guix
2025-02-09Correct checksum of ssh-tunneler-tests package.Runciter
M whispers/packages/sh.scm
2025-02-09Update ssh-tunneler-tests package.Runciter
M whispers/packages/sh.scm
2025-02-08Use (whispers packages sh) module to fix system configuration error.Runciter
M whispers/services/ssh-tunneler.scm
2025-01-28Remove freedict symbols addded to official Guix.Runciter
M whispers/services/dict.scm
2024-12-13Remove call to old action procedure.Runciter
M whispers/services/ssh-agent.scm Replace leftover call to action procedure by perform-service-action
2024-12-13Fix previous commit.Runciter
M whispers/services/whispers/vpn.scm Add missing paren.
2024-12-13Resolve broken calls to (make <service> ...) in Shepherd Scheme.Runciter
M whispers/services/whispers/vpn.scm Replace (make <service> ...) by calls to the service procedure.
2024-12-13Remove calls to old action procedure which were in shepherd 1.0.0.Runciter
M whispers/services/whispers/finance.scm Replace leftover calls to action procedure by perform-service-action M whispers/services/whispers/ssh.scm Replace leftover calls to action procedure by perform-service-action
2024-12-09Debug previous commitRunciter
M whispers/packages/dict.scm Comment out freedict-dictionaries package definition. M whispers/services/dict.scm Restore using (whispers packages dict) module.
2024-12-09FreeDict from mainline 'guix channel.Runciter
M whispers/services/dict.scm Use freedict-dictionaries package from mainline guix.
2024-11-09Deprecation warning and typo.Runciter
M whispers/packages/whispers.scm whispers: update deprecate symbol. M whispers/services/ssh-tunneler.scm Correct typo.
2024-10-28Initial.Runciter
A .guix-authorizations A .guix-channel A COPYING A README A whispers/packages/dict.scm A whispers/packages/doc.scm A whispers/packages/pdf.scm A whispers/packages/sh.scm A whispers/packages/whispers.scm A whispers/services/console.scm A whispers/services/dict.scm A whispers/services/finance.scm A whispers/services/gps.scm A whispers/services/proton.scm A whispers/services/ssh-agent.scm A whispers/services/ssh-tunneler.scm A whispers/services/whispers.scm A whispers/services/whispers/finance.scm A whispers/services/whispers/gps.scm A whispers/services/whispers/mail.scm A whispers/services/whispers/ssh.scm A whispers/services/whispers/vpn.scm A whispers/services/whispers/xdg.scm A whispers/tests/ssh-tunneler.scm