TODO
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sat, 13 Dec 2008 15:42:08 +0100
changeset 25 a0fad312ea30
parent 22 b786b5f92a93
child 33 56571d34d754
permissions -rw-r--r--
Build dependencies improved * check for gettext (msgfmt) * check for libgdbm-dev Webserver integration: * /usr/lib/cgi-bin/mcbot.cgi added committer: Markus Bröker <mbroeker@largo.homelinux.org>

#
# Project : mcbot
#

Known Bugs:
	* PRIVMSG for n=some@unaffiliated/users
	* strdup must be freed: DONE
	* the bot must be registered to use op commands
	  -> works best on irc.freenode.net

Todo:
	* UTF-8 aware Character-Encoding
	* Dynamic Loading of plugins with dlopen
	* implementation of some fun stuff
	* AUTO-RECONNECT must be implemented

Author:
	* Markus Broeker mbroeker@largo.homelinux.org
	
Comments:
	* scanner/parser rewritten
	* a flex / bison parser will be better and safer than pointer arithmetics