TODO
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sat, 13 Dec 2008 15:40:14 +0100
changeset 11 a769385a59c6
parent 7 b04ef0b1cd3b
child 14 fe8adc56b109
permissions -rw-r--r--
Many Memory Leaks in config.c * strdup is safer Still reachable memory holes in irc.c * theLine is strdup(ed) and not released. committer: Markus Bröker <mbroeker@largo.homelinux.org>

#
# Project : mcbot
#

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

Todo:
	* UTF-8 aware Character-Encoding
	* Dynamic Loading of plugins with dlopen
	* implementation of some fun stuff  

Author:
	* Markus Broeker mbroeker@largo.homelinux.org
	
Comments:
	* scanner/parser rewritten