aboutsummaryrefslogtreecommitdiff
path: root/net/znc
Commit message (Collapse)AuthorAge
* 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>