Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ChangeLog
1 2000-03-28  Kevin L. Mitchell  <klmitch@emc.com>
2
3         * include/channel.h: add BOUNCE, renumber flags to get a little
4         more space
5
6         * ircd/channel.c (modebuf_flush): don't overload HACK2, add
7         BOUNCE; send DESYNCH message
8
9 2000-03-27  Kevin L. Mitchell  <klmitch@emc.com>
10
11         * ircd/m_clearmode.c (do_clearmode): only mark the modes the
12         channel actually has in effect for deletion
13
14         * ircd/channel.c: added explanatory comments to all added
15         functions; made flushing take place at the correct place even if
16         the MODEBUF_DEST_DEOP flag is set; rewrote build_string() helper
17         to bash some stupid bugs; made modebuf_flush() return if ModeBuf
18         is empty, fixed the apparent source, removed some bogus string
19         termination code, properly terminate the mode strings, add support
20         for HACK2 and HACK3, made limit strings not be sent if the limit
21         is being removed, changed where '+' and '-' come from in sent
22         strings, added support for DEOP flag, set up bouncing code for
23         HACK2
24
25         * ircd/Makefile.in: ran make depend
26
27         * include/channel.h: added new defines for future functionality,
28         made modebuf_flush() return int so I can use tail recursion
29
30         * ircd/m_clearmode.c: add msg.h to includes; other misc cleanups
31         to make it all compile
32
33         * ircd/m_opmode.c: add msg.h to includes...
34
35         * ircd/m_clearmode.c: implemented mo_clearchan()/ms_clearchan()
36
37         * ircd/channel.c (modebuf_flush): realized I forgot to
38         nul-terminate addbuf/rembuf properly...
39
40         * ircd/m_clearmode.c (do_clearmode): wrote do_clearmode()...
41
42         * ircd/channel.c (modebuf_flush): correct sendto_server_butone to
43         sendto_serv_butone--blah^2
44
45         * ircd/send.c (sendto_serv_butone): stupid comments confused me
46
47         * ircd/channel.c (modebuf_flush): if there are no mode changes to
48         propagate, we're done...
49
50         * ircd/channel.c (modebuf_flush): duh; it's sendto_server_butone,
51         not sendto_all_butone
52
53         * ircd/m_clearmode.c: define skeleton for m{o,s}_clearmode
54
55         * ircd/m_opmode.c: define skeleton for m{o,s}_opmode
56
57         * ircd/Makefile.in (SRC): added m_opmode() and m_clearmode() to
58         the list
59
60         * ircd/parse.c: added messages for opmode and clearmode
61
62         * include/handlers.h: added declarations for mo_opmode(),
63         ms_opmode(), mo_clearmode(), and ms_clearmode()
64
65         * include/msg.h: define MSG_OPMODE, TOK_OPMODE, MSG_CLEARMODE, and
66         TOK_CLEARMODE
67
68         * include/channel.h (MODEBUF_DEST_OPMODE): Define the
69         MODEBUF_DEST_OPMODE flag
70
71         * ircd/channel.c (modebuf_flush): added new flag,
72         MODEBUF_DEST_OPMODE; causes channel MODE/HACK(4) notice to appear
73         to originate from source's server (or source itself, if
74         IsServer(source)); also causes a server-level MODE to be sent as
75         OPMODE instead
76
77         * include/channel.h: defined MODEBUF_DEST_SERVER,
78         MODEBUF_DEST_HACK4
79
80         * ircd/channel.c: Add another argument to build_string() to handle
81         numeric nicks; implemented MODEBUF_DEST_SERVER to send MODEs to
82         servers; implemented MODEBUF_DEST_HACK4 to cause HACK(4) notices
83         to be sent out
84
85 2000-03-27  Perry Lorier <isomer@coders.net>
86
87         * ircd/s_bsd.c: fixed missing 'u' typo.
88
89 2000-03-26  Kevin L. Mitchell  <klmitch@emc.com>
90
91         * ircd/channel.c: implement modebuf_init(), _mode(), _mode_uint(),
92         _mode_string(), _mode_client(), _flush(); also implemented a
93         simple build_string()
94
95         * include/channel.h: added definition of ModeBuf, modebuf_*
96         manipulation functions, and a couple of helper macros
97
98 2000-03-24 Thomas Helvey <tomh@inxpress.net>
99   * numicks.c: convert extended numerics to use original mask version
100   * numnicks.h: ""
101   * s_user.c:
102 2000-03-23 Thomas Helvey <tomh@inxpress.net>
103   * Merge in changes from production
104 2000-03-22 Thomas Helvey <tomh@inxpress.net>
105   * numicks.c: Tweak to numnick generator to reduce possibility of duplicates.
106   * rfc1459.unet: Add Maniac's documentation for /names 0
107 * Fix misc. jupe bugs that somehow made it into the tree
108 * Escape /names 0 to mean /names --Maniac
109 * Don't core when server asks for info --Maniac 
110 * Add Kev's jupe patch --Bleep
111 * Add Maniacs squit patch --Bleep
112 * Merge in u2_10_10_beta07 changes --Bleep
113 * Merge in u2_10_10_beta06 changes --Bleep
114 * Start ircu2.10.11 development, beta branch u2_10_10 --Bleep
115 #-----------------------------------------------------------------------------
116 #
117 # ChangeLog for ircu2.10.11
118 #
119 # $Id: ChangeLog,v 1.35 2000-03-28 05:33:39 kev Exp $
120 #
121 # Insert new changes at beginning of the change list.
122 #