Posts Tagged ‘Ratbox’

ratbox-services updated to v1.2.4

Thursday, April 22nd, 2010

ratbox-services, the services package for ircd-ratbox, have released version 1.2.4 in their stable tree.

ratbox services logo

ratbox services logo

Version 1.2.4 is mainly a bugfix release, one feature addition that this new version got is that you now can specify both the UID/GID and the path it chroots to on startup with a parameter.

Other than that, some inconsistencies with ChanServ enforcing topics have been rectified and it now “enforces topics whenever it is in the channel”. The handling of read-errors received from servers has been fixed as well as the configure-options of both MySQL and PostgreSQL which now take a path to a binary that will provide the compiler with information it needs to compile the respective support in.

ratbox-services release version 1.2.3

Thursday, February 18th, 2010

ratbox-services, a services package for use with IRCd-ratbox is now available as version 1.2.3 in their stable tree.

ratbox services logo

ratbox services logo

They are “highly configurable, with nearly all options being set in a config that can be rehashed rather than set at compile time. It also uses the SQLite database backend, which works as a database interface to a normal file, meaning no seperate database software must be running”.

The new release has some feature additions for their channel listing service, ALIS, which now lets you search for channels with the +S mode (SSL-only channels). This release also fixes a +S/ALIS related “minor buffer overflow” at the same time.

ratbox-services version 1.2.2 released

Thursday, February 4th, 2010

ratbox-services, a services package for use with IRCd-ratbox is now available as version 1.2.2 in their stable tree.

ratbox services logo

ratbox services logo

They are “highly configurable, with nearly all options being set in a config that can be rehashed rather than set at compile time. It also uses the SQLite database backend, which works as a database interface to a normal file, meaning no seperate database software must be running”.

The new version, aside from various bugfixes, also contains a fix for a potential user-triggerable crashbug.

New ircd-ratbox stable release fixes crashbugs [Updated]

Monday, January 25th, 2010

Developer androsyn just announced the availability of ircd-ratbox 2.2.9, a new release in their stable branch – shortly after the release of a new version in their testing branch.

Upgrading is strongly advised since this release fixes 2 crashbugs that can be triggered by users.

The functions that potentially can lead to a crash of the IRC daemon are said to be “/quote HELP” and “/links”, however the exact commands are not mentioned in the announcement – we will update this post once more details are known.

The downloads to the updated IRCd can be obtained here.

ircd-ratbox releases version 3.0.5

Friday, January 22nd, 2010

ircd-ratbox, the “advanced, stable and fast ircd” which is “the primary ircd used on EFNet” just released version 3.0.5 in their testing tree.

The release is purely a bugfix release as there are no new features been announced to come with it.

The changelog is as follows:

- fix a bug with reading help files
- add debugging in for dealing with a kline removal bug
- fix /rehash tdlines and /rehash bans so they actually do something with dlines
- compute the number of file descriptors passed correctly on freebsd/amd64 (and probably others)
- check for compiler support for various warning flags and add them
- add -fno-strict-aliasing as this is now needed for gcc 4.4
- GNUTLS code now picks up new keys/certificates on rehash