aboutsummaryrefslogtreecommitdiff
path: root/net/znc
Commit message (Collapse)AuthorAge
* znc: Added support for ICU through menu configurationXotic7502016-06-07
| | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* Merge pull request #2787 from Xotic750/znc-runas-shellJonas Gorski2016-06-05
|\ | | | | znc: Added RUNAS_SHELL variable to assist when using external configuration
| * znc: Added RUNAS_SHELL variable to assist when using external configurationXotic7502016-06-03
| | | | | | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* | znc: Bump to v1.6.3Xotic7502016-06-03
|/ | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* Merge pull request #2587 from stweil/masterHannu Nyman2016-04-13
|\ | | | | net: Fix typos (found by codespell)
| * net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
|/ | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* znc: update to 1.6.2Jonas Gorski2016-01-08
| | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: enable features/support explicitlyJonas Gorski2016-01-08
| | | | | | | | | Don't let znc autodetect library presence to avoid random missing dependencies popping up. Closes #2193. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: drop GCC dependenciesJonas Gorski2015-11-26
| | | | | | | | OpenWrt trunk's lowest supported GCC version is 4.8, so we don't need to depend on specific versions anymore. Fixes visibility with GCC 5, the current default. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: update to 1.6.1Jonas Gorski2015-08-20
| | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: allow setting ssl fingerprintsJonas Gorski2015-07-01
| | | | | | | ZNC 1.6.0 now verifies SSL certificates on connect, and some Servers do not use a valid one (e.g. freenode). Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: close Network tagsJonas Gorski2015-07-01
| | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: update to 1.6.0Jonas Gorski2015-06-19
| | | | | | | | Fixes compilation with musl. Requires GCC 4.7 or newer, so broken for octeon. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: disable mips16Jonas Gorski2015-04-12
| | | | | | Using mips16 seems to make znc randomly crash. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: link to libstdc++ to fix performance issues on channel joinJonas Gorski2014-11-21
| | | | | | | | | | | | | | ZNC uses a map to cache channel memebers on join. Unfortunately uclibc++ uses a naive linked-list implementation with horrible performance, which can cause joins to take a few minutes on popular channels. Therefore Switch to libstdc++ which uses a much more performant hashmap. ZNC by itself is already rather large, so the added footprint of libstd++ vs uclibc++ does not matter that much anyway. Should fix #11778. Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: update to 1.4Jonas Gorski2014-07-19
| | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org>
* znc: copy from old packages and add PKG_LICENSEJonas Gorski2014-07-19
Signed-off-by: Jonas Gorski <jogo@openwrt.org>