1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: app-problems.html,v 1.14 2006-03-27 06:48:58 wcc Exp $ -->
<html>
<head>
<title>Eggdrop Documentation: Known Problems</title>
</head>
<body>
<div align="center">
<p><strong>Known Problems</strong></p>
</div>
<hr>
<p><strong>Things that are broke, but aren't getting fixed anytime
soon:</strong></p>
<blockquote>
<ul>
<li>
<p>Non-working alarm(10) in Linux (calls to gethostbyaddr/name()
have blocked for long periods when bind/named doesn't resolve
quickly, and the alarm does not interrupt it).</p>
<blockquote>
<p>Note: This should now work if you use the dns module.</p>
</blockquote>
</li>
<li>
<p>High-bit characters are being filtered from channel names.
This is a fault of the Tcl interpreter, and not Eggdrop. The Tcl
interpreter filters the characters when it reads a file for
interpreting. Update your Tcl to version 8.1 or higher.</p>
</li>
<li>
<p>Version 8.1 of Tcl doesn't support unicode characters, for
example, è. If those characters are handled in a script as
text, you run into errors. Eggdrop can't handle these errors at
the moment.</p>
</li>
</ul>
</blockquote>
<hr>
<p><em>Copyright © 1997 Robey Pointer<br>
Copyright © 1999 - 2006 Eggheads Development Team
<a href="http://www.eggheads.org/"> Eggheads Development Team</a></em></p>
</body>
</html>
|