Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Dec 2008 15:41:46 +0100] rev 19
op, deop, ban, unban, kick, kickban implemented
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Dec 2008 15:41:35 +0100] rev 18
LOGIN without Password added
* the bot can access an irc server without a password
* the help system won't start a botwar anymore
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Dec 2008 15:41:12 +0100] rev 17
BUG INTRODUCED from a6c36a2b97f6bed5577d66474949c8ec8b32c8e8
the signal handler is essential for this bot
the script performs a kill -TERM and the application has enough time to finish the connection.
it's essential.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Dec 2008 15:40:46 +0100] rev 16
The active = 0|1 thingy is essential for a networking application -> re-activated
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Dec 2008 15:40:28 +0100] rev 15
ChangeLog mcbot-0.95-1
* current_channel changed from pointer type to char [41]
* many constants added in parse.c and irc.c
* codebase reduced
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Dec 2008 15:40:26 +0100] rev 14
mcbot shows the proper git location for the source...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Dec 2008 15:40:23 +0100] rev 13
mcbot-0.94-5 Changelog
Compat.c added:
* provides a safe strdup replacement
* snprintf and fdopen may follow...
garbage_collection improved
Nasty compiler warning removed in parse.c
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 13 Dec 2008 15:40:22 +0100] rev 12
A simple garbage collector fills the memory leaks...
committer: Markus Bröker <mbroeker@largo.homelinux.org>