Mario Rodas
6ce326cef9
treewide: use liberachat and OFTC in examples
...
Freenode was taken over by a wannabe bitcoin millionaire [1], which
prompted the migration of communities to Libera Chat and OFTC [2].
[1] https://blog.bofh.it/debian/id_461
[2] https://hackaday.com/2021/05/20/freenode-debacle-prompts-staff-exodus-new-network/
2022-12-05 10:38:54 +01:00
David Morgan
160025ca46
irssi: add option for SASL external authentication
2022-10-31 09:28:49 +01:00
Sumner Evans
f911ebbec9
lib.booleans: add yesNo function ( #2818 )
...
Closes #2772
2022-04-07 22:36:13 -06:00
Naïm Favier
0cf9dadf5b
irssi: use types.lines for extraConfig
2022-03-23 23:10:23 +01:00
ReplayCoding
5d4327cff4
irssi: fix syntax error when no channels are specified
2022-03-13 13:33:09 +01:00
Robert Helgesson
275f955db9
irssi: format using nixfmt
2021-10-31 10:32:58 +01:00
Naïm Favier
bd11e2c5e6
Replace usage of literalExample
...
Instead use the new function `literalExpression`. See
https://github.com/NixOS/nixpkgs/pull/136909
2021-10-13 00:16:10 +02:00
Rodney Lorrimar
afb5fd962c
irssi: add ssl_cert option for servers ( #2043 )
...
* irssi: add ssl_cert option for servers
I was following these instructions
https://www.oftc.net/NickServ/CertFP/
and found that the `/server add -ssl_cert` option was needed.
This patch therefore adds an optional
`programs.irssi.networks.<name>.server.ssl.certificateFile` path.
Perhaps this could also be done with a `settings` attribute, but that
would probably require most of this module to be reworked.
* irsii: Add example-settings test case
2021-06-06 15:31:25 -06:00
Robert Helgesson
ed4f66185f
Use types.port
where applicable
...
This changes the type of all options that specify ports to
`types.port`. This type restricts values to between 0 and 65535.
2019-08-19 20:37:48 +02:00
Amarandus
02a5a678f6
irssi: add module
...
irssi is a cli IRC client.
2019-01-29 00:53:39 +01:00