Share

IRCReport

File Release Notes and Changelog

Release Name: v2.0b2

Notes:


Changes: 2.0b2 ChangeLog * Server: Fixed log rotation problem, logs now rotate every night like they should * Server: Added proper handling for JOIN 0 (reported in bug tracker #918011) * General: Fixed my misunderstanding that hybrid 7.0 uses the TS4 protocol, turned out it's using TS5 (reported in bug tracker #918011) This is merely an update to the comments in the configuration file * MRTG: Silenced MRTG output, this usually generated rateup warnings on the shell when new servers were added. * Server/MRTG: Silenced PHP Notices some people were getting (with E_NOTICE in the error_reporting directive in php.ini) * Web: Fixed a problem that displayed a blank page when output buffering is enabled * Server: (hybrid) Fixed user modes in NICK command * Server: (hybrid) Fixed multiple nicks in SJOIN command * Web: Added an option to limit the amount of channels to show * Server: To take some stress off the MySQL server, I've added an option to sleep a few microseconds after each query. This is generally not recommended, because it will slow down the operation of the server. See the configuration file for more details. * Server: Copied the channel user count list to the memory to save on SQL queries * Server: Added a configuration option to enable or disable TLD statistics * Server: Now writes out a PID file like it should (filename can be set in ircreport.conf) * Server: Fixed rehash command (dynamic language implentation broke it) * Server: (hybrid) Properly handles multiple mode suffixes in SJOIN * Server: Added proper modes handleing code * Web: No longer showing secret channels in the list * Web: Using "new style" +p channels (* name, no topic, but show the user count) * Server: Now caching data for Data->isIRCop(), saves queries * Server: (hybrid) Now processing modes sent in SJOIN * Server: (hybrid) After some extensive testing and bug fixing, hybrid support is now out of the experimental stage Thanks to SLL from dalnet.ru for helping me test it