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