- Error
-
- DB function failed with error number 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND ti.component="com_content" GROUP BY t.id ORDER BY t.title LIMIT 0,10' at line 1 SQL=SELECT t.id, t.title, t.alias FROM jos_jootags_tags AS t INNER JOIN jos_jootags_tag_items AS ti ON ti.tag_id=t.id WHERE ti.item_id= AND ti.component="com_content" GROUP BY t.id ORDER BY t.title LIMIT 0,10
- DB function failed with error number 1064
ratbox updates
The guys behind ratbox-ircd and ratbox-services have been very hard at work with fixing up there products for the next round of releases which actually
includes 4 release this time. We'll start out with the services package which is highlighted as a security release as it looks to address an SQL injection issue:
- fix an unquoted sql string related to email, that could be used for sql injection
- fix the configure test for --with-pcre
Thankfully the guys didnt stop there and went on to address this issue in the older release:
ratbox-services 1.1.3- fix an unquoted sql string related to email, that could be used for a sql injection
- various improvements to the configure script
and he finished up by making the following announcement:
Warning: Invalid argument supplied for foreach() in /home/ircnews/public_html/plugins/content/jootags.php on line 55
ircd-ratbox 3.0.0 beta 8
The latest ircd-ratbox beta has been released this time around in the form of 3.0.0 beta 8 which includes some key fixes as ircd-ratbox heads towards cleaning up and optimizing the
IRCd. The changelog provided reads a little like this:
- some cleanups in the checksplit code
- some cleanups in the /trace code
- show reasons for failed outbound SSL handshakes to opers
- log ssl errors for servers and handshakes in serverlog
- make sqlite3 checking more robust
- change the resolver to use the code from charybdis instead of adns
- fix identd checking so it works again
- fix a bug where the ircd could stop reading from the client on the CAP command
- add some functions for random number generation for the nossl case in libratbox
ircd ratbox 3.0.0 beta 9 & 10
ircd-ratbox has not one but two new betas to discuss, however one coming directly after the other - ratbox includes some fixes in whats the current development branch of ircd-ratbox, this
time around there we're some key fixes to several problem areas such as /stats A not functioning as well as some crash fixes and a memory issue here n there.
There are two 'new' items in the release both of the new items being DNS based additions. This time around however ive decided not to say that i expect that ratbox will be in RC stages at some point soon, as 7 release after the first time i said it they are still cooking up things to fix or improve so! .. lets wait and see!
As ever the changelogs are provided with the downloads already in place
ircd-ratbox-3.0.0beta10
- fix a case a passing a NULL to match()
- properly fix a crash in the block heap garbage collection code
ircd-ratbox-3.0.0beta9
- fix a hang with the resolver using epoll
- add dns source port randomization
- add a vhost_dns/vhost6_dns option to control which IP addresses the resolver binds to
- make /stats A work again
- cleanup some remains of the old ident helper

