Author: Gte <gte@atomicrevs.demon.co.uk>
[ircu2.10.12-pk.git] / ChangeLog
1 #
2 # ChangeLog for Undernet ircu Servers
3 #
4 # $Id: ChangeLog,v 1.11 2000-03-14 01:35:20 bleep Exp $
5 #
6 # Please insert new entries on the top of the list, a one or two line comment
7 # is sufficient. Please include your name on the entries we know who to blame.
8 # Please keep lines < 80 chars.
9 #-------------------------------------------------------------------------------
10 * s_auth.c (start_auth): Bugfix - uninitialized len variable caused binding to
11   client local address to fail, initialize to sizeof(struct sockaddr_in).
12   Clean up leaking file descriptors, set authfd to -1 when closed for error.
13   Bug stomping and fix by Gte. --Bleep
14 * Add Run's pline patch. --Run
15 * channel.c (send_channel_modes): send modes for second line for channels with
16   a lot of ops. --Gte
17 * config-sh.in: add runs fix for symlink restart bug. --Bleep
18 * Fixed default behavior for BADCHAN. supposed to DEFAULT yes, however
19   should not change each time a make config is done. -- WT
20 * doc/readme.www: add Runs link update patch for linux info. --Bleep
21 * channel.c, channel.h: add David M's fixup for local channel oper overrides.
22   --Bleep
23 * s_misc.c (date): add Runs Y2K patch --Bleep
24 * hash.c (hChangeClient): bug fix. If the client pointer matched the first
25   pointer in the bucket, the change was ignored (returned 0), leaving stale
26   values in the hash table, eventually causing the server to die for mysterious
27   reasons. Bug discovered by Quant and Isomer --Bleep
28 * config-sh.in, channel.h, numeric.h, channel.c, s_debug.c, s_err.c:
29   add lchanmode patch by CaptJay, add symbols to incredibly long
30   feature string. Bump patchlevel to .03 --Bleep
31 * list.h list.c s_conf.h s_conf.c opercmds.c:
32   badchan patch 2 seperate settings, allow global, and allow local.
33   currently allow_local is 'unapproved' for use on undernet. --WildThang
34 * ircd.h, s_serv.h, s_debug.h, ircd.c, s_user.c, s_bsd.c:
35   removed STAT_MASTER/BOOT_OPER code, original patch by Isomer --Bleep
36 * s_user.c (m_nick): removed redundant check for acptr --Bleep
37 * ChangeLog (file): added ChangeLog, and BUGS files, import to ircu2.10 --Bleep
38