author | Markus Bröker <mbroeker@largo.dyndns.tv> |
Sat, 13 Dec 2008 15:41:35 +0100 | |
changeset 18 | 4435146391ae |
parent 14 | fe8adc56b109 |
child 22 | b786b5f92a93 |
permissions | -rw-r--r-- |
0 | 1 |
# |
2 |
# Project : mcbot |
|
3 |
# |
|
4 |
||
5 |
Known Bugs: |
|
14
fe8adc56b109
mcbot shows the proper git location for the source...
Markus Bröker <mbroeker@largo.dyndns.tv>
parents:
7
diff
changeset
|
6 |
* no known bugs :) fixed |
0 | 7 |
* PRIVMSG for n=some@unaffiliated/users |
14
fe8adc56b109
mcbot shows the proper git location for the source...
Markus Bröker <mbroeker@largo.dyndns.tv>
parents:
7
diff
changeset
|
8 |
* strdup must be freed: DONE |
0 | 9 |
|
10 |
Todo: |
|
11 |
* UTF-8 aware Character-Encoding |
|
12 |
* Dynamic Loading of plugins with dlopen |
|
18
4435146391ae
LOGIN without Password added
Markus Bröker <mbroeker@largo.dyndns.tv>
parents:
14
diff
changeset
|
13 |
* implementation of some fun stuff |
4435146391ae
LOGIN without Password added
Markus Bröker <mbroeker@largo.dyndns.tv>
parents:
14
diff
changeset
|
14 |
* AUTO-RECONNECT must be implemented |
0 | 15 |
|
16 |
Author: |
|
17 |
* Markus Broeker mbroeker@largo.homelinux.org |
|
18 |
||
19 |
Comments: |
|
20 |
* scanner/parser rewritten |
|
18
4435146391ae
LOGIN without Password added
Markus Bröker <mbroeker@largo.dyndns.tv>
parents:
14
diff
changeset
|
21 |
* a flex / bison parser will be better and safer than pointer arithmetics |