Version: 3.0.10, Package name: ircd-ratbox-3.0.10 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description ircd-ratbox is an advanced, stable and fast ircd. It is the primary ircd used on EFNet, combining the stability of an ircd required for a large production network together with a rich set of features, making it also suitable for use on smaller networks. Features include: * optional SSL support to enable encrypted connections between clients and servers, as well as server to server links * support for SSL only channels (channel mode +S) * uses sqlite3 for handling and storing k/x/d lines * support for global CIDR limits * provides adminwall command allowing admins to broadcast messages to each other * support to force nick changes |
Filesize: 2868.213 KB |
Version History (View Complete History) |
|
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2016-11-08 14:53:16 by Stuart Henderson | Files touched by this commit (5) |
Log message: WANTLIB += pthread |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-03-16 15:19:39 by Christian Weisgerber | Files touched by this commit (46) |
Log message: remove SHARED_ONLY from ports that use only the gnu module |
2016-03-07 00:12:44 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to ircd-ratbox-3.0.10. from Brad |
2015-12-20 00:52:43 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Use ${LOCALSTATEDIR}. from Brad |
2015-12-17 02:56:35 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - update to ircd-ratbox 3.0.9 * various bugfixes including CVE-2015-5290 |
2015-12-15 23:42:57 by Antoine Jacoutot | Files touched by this commit (9) |
Log message: Udate to ircd-ratbox 3.0.9. - Fixes a remote DoS issue, CVE 2015-5290. from Brad |
2015-11-05 12:09:01 by Jeremie Courreges-Anglas | Files touched by this commit (135) |
Log message: Drop MAINTAINER, the mail address bounces. |
2011-05-01 14:22:34 by Stuart Henderson | Files touched by this commit (1) |
Log message: Use correct AUTOCONF_VERSION, from Brad. |
2010-12-27 07:50:24 by Antoine Jacoutot | Files touched by this commit (97) |
Log message: Simplify after recent rc.subr change. The framework is now stable and we will start documenting it (at last). |
2010-12-24 03:40:06 by Antoine Jacoutot | Files touched by this commit (96) |
Log message: Cope with recent rc.subr changes. |
2010-11-19 15:31:39 by Marc Espie | Files touched by this commit (372) |
Log message: new depends |
2010-11-09 04:56:18 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: - better filename for the script |
2010-11-09 04:53:53 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Use tab for consistency with other rc scripts. |
2010-11-09 04:33:34 by Federico G. Schwindt | Files touched by this commit (4) |
Log message: Add rc script and move to new style LIB_DEPENDS. jasper@ ok. |
2010-04-02 15:55:38 by Federico G. Schwindt | Files touched by this commit (1) |
Log message: use underscore within the flavor's name as dash is not allowed. |
2010-02-09 21:48:15 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY FIX Resolves CVE-2009-4016 and CVE-2010-0300 patches from upstream ok simon@ jasper@ |
2010-02-01 03:32:07 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: SECURITY UPDATE of ircd-ratbox to 3.0.6 - among the bugfixes is are fixes for CVE-2010-0300 and CVE-2009-4016. ok ajacoutot@ |
2009-10-19 15:01:16 by Federico G. Schwindt | Files touched by this commit (1) |
Log message: Hack to allow to change the default nick length. martynas@ and simon@ (maintainer) agreed. |
2009-10-04 06:56:23 by Federico G. Schwindt | Files touched by this commit (3) |
Log message: create /var/run/ircd-ratbox at starting time, not as a @sample. while i'm here indent and improve comment. maintainer timed out. martynas@ ok. |
2009-06-23 08:02:03 by Simon Bertrang | Files touched by this commit (4) |
Log message: update to version 3.0.4 and set NO_REGRESS prodded by same diff from Michiel van Baak, thanks! |