Remove old and crusty Sun pkg
[packages] / xemacs-packages / zenirc / BUGS
1 ZenIRC BUGS list -- Last updated 1996-04-25
2
3 * The server parsing code does strange things when it gets lots of
4   action at the same time.
5
6   Noah Friedman's comments to this 'bug'; 
7
8   No, it's probably because the process filter isn't reentrant, and it
9   wasn't intended to be. (It uses a global vector to reduce memory
10   consumption). I've never observed that behavior, and I don't know
11   how it can happen---the only time the server parser can be called
12   recursively is if you are in the debugger or you send back a
13   response through a process that has a pty.  But that's only
14   significant it is gets run from a server hook, since only those get
15   called from within the process filter.
16
17   You could fix that at the expense of considerably greater consing.
18
19 * ISON is limited to 512 characters, make sure ZenIRC groks that.
20
21 * ZenIRC doesn't parse the following numerics at all, some of them aren't
22   used by either 2.8 nor 2.9. Some other ugly servers use other numerics
23   for other stuff as well.
24
25         416 ERR_TOOMANYMATCHES, "%s %s :Output too long (try locally)",
26         434 ERR_SERVICENAMEINUSE, (char *)NULL,
27         435 ERR_SERVICECONFUSED, (char *)NULL,
28         438 ERR_QUOTAEXCEEDED, "%s :Quota exceeded, try again later.",
29         466 ERR_YOUWILLBEBANNED, (char *)NULL,
30         476 ERR_BADCHANMASK, "%s :Bad Channel Mask",
31         484 ERR_RESTRICTED, ":Your connection is restricted!",
32         492 ERR_NOSERVICEHOST, (char *)NULL,
33         304 RPL_TEXT, (char *)NULL,
34         316 RPL_WHOISCHANOP, (char *)NULL,
35         361 RPL_KILLDONE, (char *)NULL,
36         362 RPL_CLOSING, "%s :Closed. Status = %d",
37         363 RPL_CLOSEEND, "%d: Connections Closed",
38         373 RPL_INFOSTART, ":Server INFO",
39         383 RPL_YOURESERVICE, (char *)NULL,
40         384 RPL_MYPORTIS, "%d :Port to local server is\r\n",
41         385 RPL_NOTOPERANYMORE, (char *)NULL,
42         207 RPL_TRACESERVICE, "Service %d %s",
43         231 RPL_SERVICEINFO, (char *)NULL,
44         232 RPL_ENDOFSERVICES, (char *)NULL,
45         233 RPL_SERVICE, (char *)NULL,
46         234 RPL_SERVLIST, "%s %s %s %d %d :%s",
47         235 RPL_SERVLISTEND, "%s %d :End of service listing",
48         245 RPL_STATSSLINE, "%c %s * %s %d %d", 
49         246 RPL_STATSPING, "%s %d %d %d %d",