Commit graph

26 commits

Author SHA1 Message Date
Simon Žlender 16de77bac5 zncModules.palaver: 2018-09-18 -> 2020-07-18 2021-01-18 21:50:31 +01:00
Simon Žlender bf0ac7e155 maintainers: add szlend 2021-01-18 21:49:52 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
szlend 41f6274c34 zncModules.clientbuffer: 2015-08-27 -> 2020-04-24 2020-10-02 14:22:37 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
geistesk 8c9c942e90 zncModules.fish: fix build 2019-10-07 01:18:45 -07:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Robert Djubek 98ed6f2e49
zncModules: palaver init at 2018-09-18 2019-05-26 05:02:30 +00:00
Robert Djubek f054767603
zncModules: ignore init at 2017-04-28 2019-05-26 05:02:29 +00:00
Robert Djubek 5e0d79376d
zncModules: clientaway init at 2017-04-28 2019-05-26 05:02:29 +00:00
Yurii Izorkin 69fb8a811a znc: add configure options (#48683)
* znc: add option to disable IPv6

* znc: add option to enable debugging

* znc: add option to enable zlib support

* zncModules: match znc build inputs

znc-buildmod expects modules to be aware of the same libs znc itself is linked to.
Before this: znc-buildmod was passing -lz but zlib was not in the include path
2018-10-27 22:50:06 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Silvan Mosberger 462f34c44a
zncModules: backlog init at 2017-06-13 2018-01-27 01:05:19 +01:00
schneefux 56ac17a55a
zncModules.push: 2016-07-28 -> 2016-10-12 2016-10-22 13:52:25 +02:00
schneefux 37d4f15ff6
zncModules: refactor fetchgit -> fetchFromGitHub 2016-10-22 13:52:25 +02:00
schneefux c106c47d86
zncModules.push: 2015-12-07 -> 2016-07-28 2016-10-16 11:53:29 +02:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Christoph Hrdinka 9423951609 znc-playback: init at git-2015-08-04 2016-02-06 13:51:23 +01:00
Christoph Hrdinka bc63d669f5 znc-clientbuffer: init at git-2015-08-27 2016-02-06 13:51:23 +01:00
Christoph Hrdinka 0765936b63 znc-privmsg: c9f98690be -> git-2015-02-22 2016-02-06 13:51:23 +01:00
Christoph Hrdinka 41480ae67b znc-fish: 8e1f150fda -> git-2014-10-10 2016-02-06 13:51:23 +01:00
Christoph Hrdinka ce4bd7bbc6 znc-push: 1.0.0 -> git-2015-12-07 2016-02-06 13:51:23 +01:00
vi d47bec44e6 ZNC: added "privmsg" module. 2015-01-16 18:45:03 +00:00
Evgeny Egorochkin 39e9fabae0 ZNC modules: expose meta properly, fix typo in license 2013-11-12 14:43:29 +02:00
Jaka Hudoklin e4ebc03367 znc: add support for modules, add fish and push module
Close #1148.
2013-10-30 17:12:55 +02:00