TODO
changeset 18 4435146391ae
parent 14 fe8adc56b109
child 22 b786b5f92a93
equal deleted inserted replaced
17:9a32b5242320 18:4435146391ae
     8 	* strdup must be freed: DONE
     8 	* strdup must be freed: DONE
     9 
     9 
    10 Todo:
    10 Todo:
    11 	* UTF-8 aware Character-Encoding
    11 	* UTF-8 aware Character-Encoding
    12 	* Dynamic Loading of plugins with dlopen
    12 	* Dynamic Loading of plugins with dlopen
    13 	* implementation of some fun stuff  
    13 	* implementation of some fun stuff
       
    14 	* AUTO-RECONNECT must be implemented
    14 
    15 
    15 Author:
    16 Author:
    16 	* Markus Broeker mbroeker@largo.homelinux.org
    17 	* Markus Broeker mbroeker@largo.homelinux.org
    17 	
    18 	
    18 Comments:
    19 Comments:
    19 	* scanner/parser rewritten
    20 	* scanner/parser rewritten
       
    21 	* a flex / bison parser will be better and safer than pointer arithmetics