1 |
$Id: KNOWN-PROBLEMS,v 1.14 2003/12/09 00:27:13 wcc Exp $ |
2 |
|
3 |
Known Problems |
4 |
Last revised: April 16, 2003 |
5 |
_________________________________________________________________ |
6 |
|
7 |
Known Problems |
8 |
|
9 |
Things that are broken, but aren't getting fixed anytime soon: |
10 |
|
11 |
* Non-working alarm(10) in Linux (calls to gethostbyaddr/name() have |
12 |
blocked for long periods when bind/named doesn't resolve quickly, and |
13 |
the alarm does not interrupt it). |
14 |
|
15 |
Note: This should now work if you use the dns module. |
16 |
|
17 |
* High-bit characters are being filtered from channel names. This is a |
18 |
fault of the Tcl interpreter, and not Eggdrop. The Tcl interpreter |
19 |
filters the characters when it reads a file for interpreting. Update |
20 |
your Tcl to version 8.1 or higher. |
21 |
|
22 |
* Version 8.1 of Tcl doesn't support unicode characters, for example, รจ. |
23 |
If those characters are handled in a script as text, you run into errors. |
24 |
Eggdrop can't handle these errors at the moment. |
25 |
________________________________________________________________________ |
26 |
|
27 |
Copyright (C) 2003, 2004 Eggheads Development Team |