TODO
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sat, 13 Dec 2008 15:41:50 +0100
changeset 20 b94039112f28
parent 18 4435146391ae
child 22 b786b5f92a93
permissions -rw-r--r--
database.c and config.c were responsible for the leaks... committer: Markus Bröker <mbroeker@largo.homelinux.org>

#
# Project : mcbot
#

Known Bugs:
	* no known bugs :) fixed
	* PRIVMSG for n=some@unaffiliated/users
	* strdup must be freed: DONE

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