Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | znc: disable mips16 | Jonas Gorski | 2015-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 join | Jonas Gorski | 2014-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.4 | Jonas Gorski | 2014-07-19 |
| | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> | ||
* | znc: copy from old packages and add PKG_LICENSE | Jonas Gorski | 2014-07-19 |
Signed-off-by: Jonas Gorski <jogo@openwrt.org> |