Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 27 Feb 2010 18:58:24 +0100] rev 50
No such username(402) status code updated
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Fri, 26 Feb 2010 01:42:46 +0100] rev 49
safe_strncpy replaces the insecure strncpy function
strncpy copies up to n bytes and does not terminate it, except the
null byte is in the first n bytes...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 23 Feb 2010 11:04:52 +0100] rev 48
message.email renamed to message.domain
The struct field "email" is not an email, it's the "domain" of the
admin user.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Mon, 22 Feb 2010 19:06:15 +0100] rev 47
fgets may return a NULL pointer...
fgets can return NULL and if it returns NULL, the application
will be in an undefined state.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 16 Feb 2010 23:45:45 +0100] rev 46
mcbot version 0.99-3
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 16 Feb 2010 23:38:02 +0100] rev 45
Prevent further segmentation faults in parse.c
Some critical parts in parse.c depend on parseable data in
message->user and message->email. These values will never be NULL
and will never again result in a segmentation fault.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 16 Feb 2010 23:36:49 +0100] rev 44
fixed a segmentation fault in irc_parsemessage
The old hyperion ircd shows usernames as
* user!~user=domain.com and the new ircdseven as
* user!~user@domain.com
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 16 Feb 2010 23:33:22 +0100] rev 43
distclean: remove the debian build dir
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 02 Feb 2010 12:54:44 +0100] rev 42
This Bot uses bashisms und thus, a bash shell
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 02 Feb 2010 12:51:49 +0100] rev 41
Login Error after Server Software has changed
The bot was not able to login because it has not recognized it
properly.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Tue, 02 Feb 2010 12:50:52 +0100] rev 40
Topic command added
The bot can change the topic on the fly right now
committer: Markus Bröker <mbroeker@largo.homelinux.org>
Markus Bröker <mbroeker@largo.dyndns.tv> [Sat, 30 May 2009 21:58:25 +0200] rev 39
fixed some typos in the help screen
I have removed some semicolons in the help screen
and that's consistent now
committer: Markus Bröker <mbroeker@largo.homelinux.org>