1 |
BUG REPORTS: |
2 |
=== ======= |
3 |
(i.e. things that are broke, but aren't getting fixed anytime soon) |
4 |
|
5 |
* Solve to non-working alarm(10) in linux (calls to gethostbyaddr/name() |
6 |
have blocked for long periods when bind/named doesn't resolve quickly, |
7 |
and the alarm does not interrupt it). |
8 |
* High-bit characters are being filtered from channel names. This is |
9 |
a fault of the TCL interpreter, and not eggdrop. The TCL interpreter |
10 |
filters the characters when it reads a file for interpreting. Update |
11 |
your TCL version 8.1 or higher |
12 |
* Since version 8.1 TCl support unicode characters, like for example รจ. |
13 |
If those characters are handled in a script as text, you run into |
14 |
errors, eggdrop can't handle those at the moment. |
15 |
|