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