about summary refs log tree commit diff
path: root/pkgs/applications/networking/znc
AgeCommit message (Collapse)AuthorFilesLines
2023-01-24treewide: remove global with lib; in pkgs/{misc,networking}Shawn89011-10/+8
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-2/+2
the argument to optional should not be list
2021-11-14zncModules.clientbuffer: 2020-04-24 -> 2021-05-30Simon Žlender1-3/+3
2021-11-10treewide: replace '-git' packages with 'unstable-' in version (#145396)Felix Bühler1-23/+27
2021-07-19applications/networking: /s/name/pname&version/Felix Buehler1-10/+10
2021-03-29znc: enable parallel buildingIvan Kozik1-0/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-18zncModules.palaver: 2018-09-18 -> 2020-07-18Simon Žlender1-3/+3
2021-01-18maintainers: add szlendSimon Žlender1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob2-10/+10
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-9/+9
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
2020-10-06znc: 1.8.1 -> 1.8.2Alvar Penning1-2/+2
2020-10-02zncModules.clientbuffer: 2015-08-27 -> 2020-04-24szlend1-6/+6
2020-06-09znc: 1.8.0 -> 1.8.1geistesk1-2/+2
Fixes CVE-2020-13775
2020-05-12znc: 1.7.5 -> 1.8.0R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-9/+9
2019-10-07znc: 1.7.4 -> 1.7.5Izorkin1-2/+2
2019-10-07zncModules.fish: fix buildgeistesk1-5/+5
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-29znc: 1.7.3 -> 1.7.4 (#63901)Yurii Izorkin1-2/+2
2019-05-26zncModules: palaver init at 2018-09-18Robert Djubek1-0/+20
2019-05-26zncModules: ignore init at 2017-04-28Robert Djubek1-0/+20
2019-05-26zncModules: clientaway init at 2017-04-28Robert Djubek1-0/+20
2019-04-03znc: 1.7.2 -> 1.7.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/znc/versions
2019-02-24znc: 1.7.1 -> 1.7.2 (#55134)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/znc/versions
2018-10-27znc: add configure options (#48683)Yurii Izorkin2-2/+9
* 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-18znc: add option to enable unicode supportIzorkin1-1/+3
2018-08-03treewide: Make all the rest of configureFlagsJohn Ericson1-4/+7
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-07-21Merge pull request #43896 from r-ryantm/auto-update/zncJörg Thalheim1-2/+2
znc: 1.7.0 -> 1.7.1
2018-07-21znc: 1.7.0 -> 1.7.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/znc/versions.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-05-12znc: 1.6.6 -> 1.7.0 (#40055)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/znc/versions. These checks were done: - built on NixOS - ran ‘/nix/store/kkf4gxgjxcq0j8cm6yv5mnv6b8klbgrf-znc-1.7.0/bin/znc -h’ got 0 exit code - ran ‘/nix/store/kkf4gxgjxcq0j8cm6yv5mnv6b8klbgrf-znc-1.7.0/bin/znc --help’ got 0 exit code - found 1.7.0 with grep in /nix/store/kkf4gxgjxcq0j8cm6yv5mnv6b8klbgrf-znc-1.7.0 - directory tree listing: https://gist.github.com/766f104f22de520d85cc6b31c46cd5db
2018-03-23znc: 1.6.5 -> 1.6.6Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/z51kkm0wj1wv4bxkib8lv7nqizdly9jw-znc-1.6.6/bin/znc -h` got 0 exit code - ran `/nix/store/z51kkm0wj1wv4bxkib8lv7nqizdly9jw-znc-1.6.6/bin/znc --help` got 0 exit code - ran `/nix/store/z51kkm0wj1wv4bxkib8lv7nqizdly9jw-znc-1.6.6/bin/znc -v` and found version 1.6.6 - ran `/nix/store/z51kkm0wj1wv4bxkib8lv7nqizdly9jw-znc-1.6.6/bin/znc --version` and found version 1.6.6 - ran `/nix/store/z51kkm0wj1wv4bxkib8lv7nqizdly9jw-znc-1.6.6/bin/znc -h` and found version 1.6.6 - ran `/nix/store/z51kkm0wj1wv4bxkib8lv7nqizdly9jw-znc-1.6.6/bin/znc --help` and found version 1.6.6 - found 1.6.6 with grep in /nix/store/z51kkm0wj1wv4bxkib8lv7nqizdly9jw-znc-1.6.6
2018-01-27zncModules: backlog init at 2017-06-13Silvan Mosberger1-0/+20
2017-03-17znc: 1.6.4 -> 1.6.5Daiderd Jordan1-4/+6
2017-03-06znc: 1.6.3 -> 1.6.4Daiderd Jordan1-3/+5
2016-10-22zncModules.push: 2016-07-28 -> 2016-10-12schneefux1-3/+3
2016-10-22zncModules: refactor fetchgit -> fetchFromGitHubschneefux1-17/+17
2016-10-16zncModules.push: 2015-12-07 -> 2016-07-28schneefux1-4/+4
2016-10-16znc: 1.6.2 -> 1.6.3schneefux1-3/+3
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-3/+3
2016-02-06znc: delete 1.4Christoph Hrdinka1-35/+0
2016-02-06znc-playback: init at git-2015-08-04Christoph Hrdinka1-0/+20
2016-02-06znc-clientbuffer: init at git-2015-08-27Christoph Hrdinka1-0/+20
2016-02-06znc-privmsg: c9f98690be -> git-2015-02-22Christoph Hrdinka1-4/+5
2016-02-06znc-fish: 8e1f150fda -> git-2014-10-10Christoph Hrdinka1-5/+7