Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ChangeLog
1 2000-03-27  Kevin L. Mitchell  <klmitch@emc.com>
2
3         * ircd/channel.c (modebuf_flush): if there are no mode changes to
4         propagate, we're done...
5
6         * ircd/channel.c (modebuf_flush): duh; it's sendto_server_butone,
7         not sendto_all_butone
8
9         * ircd/m_clearmode.c: define skeleton for m{o,s}_clearmode
10
11         * ircd/m_opmode.c: define skeleton for m{o,s}_opmode
12
13         * ircd/Makefile.in (SRC): added m_opmode() and m_clearmode() to
14         the list
15
16         * ircd/parse.c: added messages for opmode and clearmode
17
18         * include/handlers.h: added declarations for mo_opmode(),
19         ms_opmode(), mo_clearmode(), and ms_clearmode()
20
21         * include/msg.h: define MSG_OPMODE, TOK_OPMODE, MSG_CLEARMODE, and
22         TOK_CLEARMODE
23
24         * include/channel.h (MODEBUF_DEST_OPMODE): Define the
25         MODEBUF_DEST_OPMODE flag
26
27         * ircd/channel.c (modebuf_flush): added new flag,
28         MODEBUF_DEST_OPMODE; causes channel MODE/HACK(4) notice to appear
29         to originate from source's server (or source itself, if
30         IsServer(source)); also causes a server-level MODE to be sent as
31         OPMODE instead
32
33         * include/channel.h: defined MODEBUF_DEST_SERVER,
34         MODEBUF_DEST_HACK4
35
36         * ircd/channel.c: Add another argument to build_string() to handle
37         numeric nicks; implemented MODEBUF_DEST_SERVER to send MODEs to
38         servers; implemented MODEBUF_DEST_HACK4 to cause HACK(4) notices
39         to be sent out
40
41 2000-03-27  Perry Lorier <isomer@coders.net>
42
43         * ircd/s_bsd.c: fixed missing 'u' typo.
44
45 2000-03-26  Kevin L. Mitchell  <klmitch@emc.com>
46
47         * ircd/channel.c: implement modebuf_init(), _mode(), _mode_uint(),
48         _mode_string(), _mode_client(), _flush(); also implemented a
49         simple build_string()
50
51         * include/channel.h: added definition of ModeBuf, modebuf_*
52         manipulation functions, and a couple of helper macros
53
54 #
55 # ChangeLog for ircu2.10.11
56 #
57 # $Id: ChangeLog,v 1.28 2000-03-27 17:52:55 kev Exp $
58 #
59 # Insert new changes at beginning of the change list.
60 #
61 #-----------------------------------------------------------------------------
62 2000-03-24 Thomas Helvey <tomh@inxpress.net>
63   * numicks.c: convert extended numerics to use original mask version
64   * numnicks.h: ""
65   * s_user.c:
66 2000-03-23 Thomas Helvey <tomh@inxpress.net>
67   * Merge in changes from production
68 2000-03-22 Thomas Helvey <tomh@inxpress.net>
69   * numicks.c: Tweak to numnick generator to reduce possibility of duplicates.
70   * rfc1459.unet: Add Maniac's documentation for /names 0
71 * Fix misc. jupe bugs that somehow made it into the tree
72 * Escape /names 0 to mean /names --Maniac
73 * Don't core when server asks for info --Maniac 
74 * Add Kev's jupe patch --Bleep
75 * Add Maniacs squit patch --Bleep
76 * Merge in u2_10_10_beta07 changes --Bleep
77 * Merge in u2_10_10_beta06 changes --Bleep
78 * Start ircu2.10.11 development, beta branch u2_10_10 --Bleep