GNU Guix consists of Scheme code that implements the deployment model of the Nix package management tool. In fact, it currently talks to a build daemon whose code comes from Nix (see the manual for details.) Nix was initially written by Eelco Dolstra; other people have been contributing to it. See `nix/AUTHORS' for details. The list of GNU Guix contributors is now generated from the output of 'git log' and written to this file, as can be seen in release tarballs. ef='/'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/messaging.scm
AgeCommit message (Expand)Author
2023-05-21services: Transient inetd services inherit requirements....Ludovic Courtès
2023-05-11services: dicod, bitlbee: Pass 'make-inetd-constructor' a list of endpoints....Ludovic Courtès
2022-08-25services: configuration: Change the value of the unset marker....Attila Lendvai
2022-08-25services: Use the new maybe/unset API....Attila Lendvai
2022-08-01services: configuration: Step back from *unspecified*....Maxim Cournoyer
2022-06-15services: configuration: Use *unspecified* instead of 'disabled....Attila Lendvai
2022-06-04services: bitlbee: Run under a UTF-8 locale....Ludovic Courtès
2022-05-16services: bitlbee: Run as user "bitlbee"....Ludovic Courtès
2022-05-02services: Make sure Shepherd destructors match constructors....Ludovic Courtès
2022-05-02services: bitlbee: Preserve 'PURPLE_PLUGIN_PATH'....Ludovic Courtès
2022-05-01services: quassel: Use 'least-authority-wrapper'....Ludovic Courtès
2022-05-01services: bitlbee: Use 'make-inetd-constructor'....Ludovic Courtès
2022-04-05services: messaging: Fix two copy-paste mistakes; avoid warnings....Attila Lendvai