1 |
guppy |
1.10 |
Things that are broke, but aren't getting fixed anytime soon: |
2 |
segfault |
1.1 |
|
3 |
wcc |
1.12 |
* Non-working alarm(10) in Linux (calls to gethostbyaddr/name() have |
4 |
guppy |
1.10 |
blocked for long periods when bind/named doesn't resolve quickly, |
5 |
|
|
and the alarm does not interrupt it). |
6 |
guppy |
1.6 |
|
7 |
guppy |
1.10 |
Note: This should now work if you use the dns module. |
8 |
|
|
|
9 |
|
|
* High-bit characters are being filtered from channel names. This is |
10 |
|
|
a fault of the Tcl interpreter, and not Eggdrop. The Tcl interpreter |
11 |
|
|
filters the characters when it reads a file for interpreting. Update |
12 |
|
|
your Tcl to version 8.1 or higher. |
13 |
|
|
|
14 |
wcc |
1.12 |
* Version 8.1 of Tcl doesn't support unicode characters, for example, รจ. |
15 |
guppy |
1.10 |
If those characters are handled in a script as text, you run into errors. |
16 |
tothwolf |
1.11 |
Eggdrop can't handle these errors at the moment. |