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