Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ChangeLog
1 2000-03-27  Kevin L. Mitchell  <klmitch@emc.com>
2
3         * include/channel.h: defined MODEBUF_DEST_SERVER,
4         MODEBUF_DEST_HACK4
5
6         * ircd/channel.c: Add another argument to build_string() to handle
7         numeric nicks; implemented MODEBUF_DEST_SERVER to send MODEs to
8         servers; implemented MODEBUF_DEST_HACK4 to cause HACK(4) notices
9         to be sent out
10
11 2000-03-27  Perry Lorier <isomer@coders.net>
12
13         * ircd/s_bsd.c: fixed missing 'u' typo.
14
15 2000-03-26  Kevin L. Mitchell  <klmitch@emc.com>
16
17         * ircd/channel.c: implement modebuf_init(), _mode(), _mode_uint(),
18         _mode_string(), _mode_client(), _flush(); also implemented a
19         simple build_string()
20
21         * include/channel.h: added definition of ModeBuf, modebuf_*
22         manipulation functions, and a couple of helper macros
23
24 #
25 # ChangeLog for ircu2.10.11
26 #
27 # $Id: ChangeLog,v 1.25 2000-03-27 15:36:41 kev Exp $
28 #
29 # Insert new changes at beginning of the change list.
30 #
31 #-----------------------------------------------------------------------------
32 2000-03-24 Thomas Helvey <tomh@inxpress.net>
33   * numicks.c: convert extended numerics to use original mask version
34   * numnicks.h: ""
35   * s_user.c:
36 2000-03-23 Thomas Helvey <tomh@inxpress.net>
37   * Merge in changes from production
38 2000-03-22 Thomas Helvey <tomh@inxpress.net>
39   * numicks.c: Tweak to numnick generator to reduce possibility of duplicates.
40   * rfc1459.unet: Add Maniac's documentation for /names 0
41 * Fix misc. jupe bugs that somehow made it into the tree
42 * Escape /names 0 to mean /names --Maniac
43 * Don't core when server asks for info --Maniac 
44 * Add Kev's jupe patch --Bleep
45 * Add Maniacs squit patch --Bleep
46 * Merge in u2_10_10_beta07 changes --Bleep
47 * Merge in u2_10_10_beta06 changes --Bleep
48 * Start ircu2.10.11 development, beta branch u2_10_10 --Bleep