[Voodoo-circle-announce] New CVS release of VooDoo cIRCle
Brought to you by:
ghostvoodooman
|
From: Ghost V. <gho...@us...> - 2008-07-02 16:45:01
|
Greetings, There is in the CVS repository the latest stable version of VooDoo cIRCle IRC bot. From ChangeLog: - Bug fix: For some odd reason MSVC's STL implementation has problems with reverse iterators on lists and vectors. We now use deque in such cases. - Improvement: We are now not removing redundant exactly same messages to IRC server. However, there is still some optimization on MODE commands (joining more MODE's into single one on the same channel in time-limited period), if "smart_mode" key in "conf.txt" is set to "1" in "compress_mode_wait" seconds period. - Improvement: If compiled with heap-debugging (default when debug mode is on), we zero memory prior to free. This can be turned off by "SANITIZE_FREED_MEMORY" preprocessor macro set to zero, e.g. in "params.h". - Improvement: Can be compiled with debugging turned off, and heap-debugging/memory leak detection turned on. See "REPORT_LEAKS" in "params.h". - Bug fix: When compiled without debugging support, there were reports not printed on shutdown. - Bug fix: Made able to compile with g++ -O2 and RAM quota 512 MiB (tested on linux x86_64 + gcc 4.1.2, i686 + gcc 4.1.1). URL of the project: http://voodoo-circle.sourceforge.net/ CVS instructions: $ cvs -d:pserver:ano...@vo...:/cvsroot/voodoo-circle login $ cvs -z3 -d:pserver:ano...@vo...:/cvsroot/voodoo-circle co -P voodoo-circle-src (two commands on two separate lines; on first command, when asked for password just hit ENTER/RETURN - an empty password) Don't forget to: $ chmod a+rx ./configure irc_bot/configure sendmail/configure \ vdcsvc/configure irc_bot/selftest_eval-test-1.sh With best regards, VooDooMan VooDoo cIRCle project . |