[Voodoo-circle-announce] New CVS release of VooDoo cIRCle
Brought to you by:
ghostvoodooman
|
From: Ghost V. <gho...@us...> - 2008-06-17 11:20:48
|
Greetings,
There is in the CVS repository the latest stable version of VooDoo
cIRCle IRC bot.
From ChangeLog:
- Bug fix: There was bug in algorithm that erases redundant (multiple
exactly same) messages to IRC server, leading to incorrect erasure of
other messages. I suspect this bug is present only on specific STL
implementations due to ambiguity of interpretation of ISO standard. Bug
is confirmed in using of MSVC's STL implementation.
- Bug fix: We are now removing redundant (multiple exactly same)
messages to IRC that begins with "MODE ", "NICK ", "PART ", "QUIT ",
"KICK " and "JOIN " only; others are unaffected now.
- Improvement: Little speed improvement by using more suitable STL
container for messages to IRC server ("deque" instead of "list", because
we are using "push_back" and "pop_front").
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
.
|