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