File: KNOWN-PROBLEMS

package info (click to toggle)
eggdrop 1.6.18-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,248 kB
  • ctags: 5,135
  • sloc: ansic: 55,311; sh: 4,101; tcl: 2,423; makefile: 1,505
file content (28 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (2)
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
$Id: KNOWN-PROBLEMS,v 1.18 2006-03-27 06:48:58 wcc Exp $

Known Problems
Last revised: April 16, 2003
    _____________________________________________________________________

                               Known Problems


  Things that are broken, but aren't getting fixed anytime soon:

    * 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).

      Note: This should now work if you use the dns module.

    * 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.

    * 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.
    _____________________________________________________________________

  Copyright (C) 2003 - 2006 Eggheads Development Team