Author: Bleep <helveytw@home.com>
[ircu2.10.12-pk.git] / ChangeLog
1 2000-09-17  Thomas Helvey <helveytw@home.com>
2         * include/class.h: add missing prototype
3         * ircd/class.c: make argument to get_conf_class const
4
5 2000-09-17  Thomas Helvey <helveytw@home.com>
6         * ircd/*.c: merged in changes from 2.10.10.pl12, cleanup
7         merge conflicts.
8         * ircd/*.h: merged in changes from 2.10.10.pl12, cleanup
9         merge conflicts
10
11 2000-09-16  Thomas Helvey <helveytw@home.com>
12         * ircd/s_conf.c: add code for server struct
13         * ircd/client.c: copy of class.c sort of, new file for client
14         specific operations, will move things here as appropriate,
15         currently only one function is exported from here.
16         * ircd/*.c: general logic cleanups, convert negatives to
17         positives in places.
18
19 2000-09-16  Thomas Helvey <helveytw@home.com>
20         * ircd/s_conf.c: add code for new crule data structs, strip quotes
21         * ircd/crule.c: clean up scary casting a bit, type safety stuff
22         * include/s_conf.h: add CRuleConf struct and support, remove
23         unused constants
24         * include/crule.h: type safety cleanups
25         * ircd/*.c: fixup code that depended on stuff I changed
26
27 2000-09-15  Thomas Helvey <helveytw@home.com>
28         * ircd/s_conf.c: start adding code for new conf data structs, changed
29         listeners, admin line, motd lines, class lines. Move validate_hostent
30         to resolver. General mayhem.
31         * include/s_conf.h: new data structs and accessors
32         * ircd/res.c: move validate_hostent here, rewrite, use regular
33         expression for validation.
34         * doc/example.conf: update docs for port
35
36 2000-09-14  Thomas Helvey <helveytw@home.com>
37         * ircd/s_conf.c (conf_init): rewrite conf file parser, start to break
38         up conf_init into managable chunks.
39         * ircd/listener.c (set_listener_mask): fix logic bug core dump.
40         * include/s_conf.h: add new data struct for local info (unwinding the mess).
41
42 2000-09-13  Thomas Helvey <helveytw@home.com>
43         * ircd/list.c: put Clients in free lists, pre-allocate MAXCONNECTIONS
44         local clients.
45         * ircd/list.c: put SLinks in free lists
46         * ircd/channel.c: put Memberships in free lists
47         * ircd/ircd.c: rearrange initializations a bit in main
48         Note: With these changes, ircd NEVER frees Clients, SLinks or
49         Memberships. It will also rarely need to allocate new
50         ones during net bursts and other disruptions. This should
51         cut down on memory fragmentation a bit as well.
52
53 2000-08-30  Kevin L. Mitchell  <klmitch@mit.edu>
54
55         * ircd/m_names.c (do_names): pull-up from do_names fix in
56         u2.10.10.pl11
57
58 2000-07-15  Perry Lorier       <Isomer@coders.net>
59         * various: IP only k:'s and G:'s now do bit tests instead of two(!) 
60                  match()'s.  Major Major cpu savings.  Also speed up the
61                  other case slightly.  As a side effect you can now
62                  k/Gline *@10.0.0.0/8.  I'll do bans tomorrow, it's nearing
63                  3am.
64
65 2000-07-15  Perry Lorier       <Isomer@coders.net>
66         * various: Fixed warnings after compiling on an alpha.
67 2000-07-09  Perry Lorier       <Isomer@coders.net>
68         * doc/ircd.8: Applied grammitical changes by Liandrin, applied
69                       changes suggested by various other people.
70         * ircd/IPcheck.c: More bug fixes.  Current problem appears to be
71                         that it gets a corrupt entry somehow.
72 2000-07-09  Greg Sikorski <gte@atomicrevs.demon.co.uk>
73         * ircd/m_oper.c: Clean up compiler warning.
74
75 2000-07-08  Perry Lorier       <Isomer@coders.net>
76         * doc/ircd.8: Updated the documentation, it was slightly out of date
77                       being updated around 1989.
78         * ircd/m_whois.c: Rewrote for clarity, and probably a bit more speed.
79                           fixed a few minor glitches.
80         * doc/rfc1459.unet: Updated.
81         * ircd/IPcheck.c: Fixed more bugs.
82         * ircd/s_bsd.c: We now keep track of servers we've conected.
83
84 2000-07-02  Perry Lorier       <Isomer@coders.net>
85         * ircd/s_misc.c: Fixed remote IPcheck bug.  Ok, I'm a moron, so sue
86                         me.  Thanks to Hektik, thanks thanks thanks thanks
87                         thanks thanks thanks thanks thank thanks thank thanks
88
89 2000-07-01  Perry Lorier       <Isomer@coders.net>
90         * ircd/s_conf.c: "Fixed" the "bug" where people would "evade" K:'s.
91         * ircd/s_conf.c, include/IPcheck.h: Fixed compile warnings.
92
93 2000-06-22  Perry Lorier       <Isomer@coders.net>
94         * ircd/IPcheck.c: Large chunks redone.
95         * ircd/s_conf.c: Changes due to IPcheck - ONE nolonger supported,
96                         single AND double digit limits are allowed now.
97         * misc other: Changes to IPcheck.
98
99 2000-06-30  Perry Lorier       <Isomer@coders.net>
100         * ircd/ircd.c: Fix command line parameter bugs.
101
102 2000-06-30  Perry Lorier       <Isomer@coders.net>
103         * ircd/m_kill.c: Fixed bug with LOCAL_KILL_ONLY
104         * ircd/m_nick.c: Tidied things up.
105
106 2000-06-12 Joseph Bongaarts <foxxe@trms.com>
107         * ircd/m_stats.c: Iso forgot mo_stats when he added /stats v
108         
109 2000-05-29  Perry Lorier       <Isomer@coders.net>
110         * ircd/m_stats.c: add /stats v to do only the last part of the /trace
111         * ircd/IPcheck.c: Cosmetic change, if we meddle with it enough do
112                         you think it'll get bored and fix itself?
113
114 2000-06-09  Greg Sikorski <gte@atomicrevs.demon.co.uk>
115
116         * ircd/m_names.c: Clean up compiler warnings.
117
118 2000-06-09  Kevin L. Mitchell  <klmitch@mit.edu>
119
120         * ircd/channel.c (mode_parse_client): don't send warning if
121         there's not enough arguments for a +/-o/v; means the habit of
122         doing "/mode #channel +oooooo bob" doesn't result in a bunch of
123         error messages
124
125 2000-06-04  Greg Sikorski <gte@atomicrevs.demon.co.uk>
126
127         * ircd/m_names.c: Re-factor code to remove unneccessary
128         GlobalChannelList iteration every time someone joins a channel.
129
130 2000-06-02  Kevin L. Mitchell  <klmitch@mit.edu>
131
132         * ircd/s_user.c: add struct Gline * argument to register_user;
133         look up global glines and repropagate them if necessary; send
134         acknowledgement of gline to remote servers when registering users
135
136         * ircd/s_serv.c (server_estab): don't send acknowledgement of
137         local glines to remote servers; do send gline acknowledgement of
138         bursted users
139
140         * ircd/m_user.c (m_user): pass new struct Gline * argument to
141         register_user
142
143         * ircd/m_pong.c: pass new struct Gline * argument to register_user
144
145         * ircd/m_nick.c (ms_nick): document protocol change
146
147         * ircd/gline.c: support GLINE_LASTMOD
148
149         * include/s_user.h: add struct Gline * argument to register_user
150
151         * include/gline.h: add GLINE_LASTMOD to look up non-zero lastmods
152
153         * ircd/s_conf.c (find_kill): add unsigned int argument to
154         gline_lookup()
155
156         * ircd/gline.c: add GLINE_GLOBAL to lookup or find only global
157         glines; add unsigned int argument to gline_lookup()
158
159         * include/gline.h: add GLINE_GLOBAL flag; add unsigned int
160         argument to gline_lookup()
161
162         * ircd/m_server.c: Resend jupe only when there is no %<lastmod>
163         parameter, or when it falls out of bounds: see comments prior to
164         call to jupe_resend(); call server_estab with struct Jupe
165         parameter, so that we place the appropriate %<lastmod> in the
166         appropriate place.
167
168         * ircd/s_serv.c (server_estab): send %<lastmod> for introduced
169         server, as well as for servers when we're sending the BURST
170
171         * include/s_serv.h: add a struct Jupe * to the arguments for
172         server_estab() so that we can send the appropriate lastmod
173         parameter
174
175         * ircd/m_gline.c (ms_gline): actually, this should be the
176         slightest bit more efficient...
177
178         * ircd/m_jupe.c (ms_jupe): actually, this should be the slightest
179         bit more efficient...
180
181         * ircd/m_gline.c (ms_gline): inhibit GLINE processing resends
182         during netburst
183
184         * ircd/m_jupe.c (ms_jupe): inhibit JUPE processing resends during
185         netburst
186
187         * ircd/channel.c (joinbuf_join): really remove user from local
188         channels
189
190 2000-05-29  Perry Lorier       <Isomer@coders.net>
191         * ircd/m_names.c: Removed redundant space. 
192         * ircd/s_bsd.c: Fixed incorrect syntax on ERROR line.
193
194 2000-05-18  Kevin L. Mitchell  <klmitch@mit.edu>
195
196         * ircd/m_burst.c (ms_burst): er...that should have been a ",", not
197         a " "
198
199 2000-05-04  Kevin L. Mitchell  <klmitch@mit.edu>
200
201         * ircd/channel.c: replace bogus assertions with returns, which is
202         logically correct; only wipe out limit/key if they were originally
203         set in the first place; remove user from channel when doing a
204         PARTALL; only send MODE +o for user CREATEing channel if user is
205         not MyUser--CREATE will only be used if the channel did not
206         originally exist, therefore we can assume no one local is on the
207         channel anyway, and we don't exactly need for the user to see an
208         explicit +o for themselves
209
210         * doc/readme.gline: describe the syntax of the GLINE command
211
212         * doc/readme.jupe: update to reflect a couple of changes to JUPE
213
214         * ircd/gline.c: don't propagate local changes
215
216         * ircd/jupe.c: don't propagate local changes
217
218         * ircd/m_gline.c (mo_gline): force local flag when deactivating
219         glines with 0 lastmod
220
221         * ircd/gline.c (gline_deactivate): G-lines with zero lastmod time
222         are now removed instead of being deactivated
223
224         * ircd/m_gline.c (ms_gline): make G-lines of the form "GLINE *
225         -<mask>" be accepted
226
227         * ircd/channel.c (send_channel_modes): deal with one of the last
228         vestiges of sendbuf
229
230         * ircd/m_burst.c (ms_burst): debugged ban processing; removed
231         debugging hooks
232
233         * ircd/channel.c (modebuf_extract): remove debugging
234         sendto_opmask_butone calls
235
236 2000-05-03  Kevin L. Mitchell  <klmitch@mit.edu>
237
238         * ircd/channel.c: support a couple of new flags to support using
239         mode_parse; fix some bugs with 0 struct ModeBuf *; implementation
240         of modebuf_extract to extract added flags for use by ms_burst
241
242         * include/channel.h: a couple of new flags to support using
243         mode_parse inside ms_burst
244
245         * ircd/m_burst.c (ms_burst): brand new implementation of BURST
246
247         * ircd/m_endburst.c: add loop to processing of end_of_burst to
248         free empty channels after the BURST is over.
249
250         * ircd/m_server.c: convert to use new send.c functions--I wanted
251         to rewrite it from scratch, but the logic's pretty complex; I may
252         still rewrite it, though...
253
254 2000-05-02  Thomas Helvey <tomh@inxpress.net>
255
256         * ircd/ircd.c: fix broken header include ordering
257
258 2000-05-02  Thomas Helvey <tomh@inxpress.net>
259         
260         * ircd/IPcheck.c: cleanups for ZenShadow's cleanups
261         review emailed privately
262
263         * include/IPcheck.h: removed unneeded include
264
265 2000-05-02  Kevin L. Mitchell  <klmitch@mit.edu>
266
267         * ircd/s_user.c (hunt_server): throw in a comment so I know what
268         the sendto_one is for
269
270         * include/querycmds.h (Count_unknownbecomesclient): convert to
271         sendto_opmask_butone
272
273         * ircd/send.c: start removing dead code
274
275         * include/send.h: start removing dead code
276
277         * ircd/m_rping.c: convert to sendcmdto_one / send_reply /
278         hunt_server_cmd
279
280         * ircd/m_rpong.c: convert to sendcmdto_one / send_reply
281
282 2000-05-01  Kevin L. Mitchell  <klmitch@mit.edu>
283
284         * ircd/m_stats.c: convert to sendcmdto_one / send_reply
285
286         * ircd/m_kick.c: Completely reimplement m_kick
287
288         * ircd/channel.c: send_user_joins removed; it was dead code,
289         anyway...
290
291 2000-05-01  Perry Lorier <isomer@coders.net>
292         * ircd/m_invite.c: Fix for the rest of m_invite.c, and again.
293         * ircd/channels.c: My fix for the part problem.  Untested, probably
294                 won't work.  Can't be much worse than the current problem.
295                 it'll either work or core, take your pick.
296
297
298 2000-04-30  Perry Lorier <isomer@coders.net>
299         * config/config-sh.in: Fix for CONNEXIT
300         * ircd/s_{user,misc}.c: Fix for CONNEXIT
301         * ircd/m_invite.c: Fix for incorrectly numnickified invite.
302                         (Kev: Want to come talk to me about this?)
303
304 2000-04-30  Steven M. Doyle <steven@doyle.net>
305         * ircd/ircd.c
306           - general cleanups and readability enhancements
307           - rewrite of setuid/chroot code.
308           - server will no longer run as root
309           - -DPROFIL compile option removed
310           - Fixed IPcheck API calls
311  
312         * config/config-sh.in
313           - Fixed up chroot compile options
314           - Added options for debug and profile compiles
315  
316         * config/gen.ircd.Makefile
317           - Support for new debug/profile options
318  
319         * ircd/Makefile.in
320           - Support for new debug/profile options
321  
322         * ircd/ircd_signal.c
323           - Removed -DPROFIL
324
325         * include/IPcheck.h
326           - Removed old API prototypes, added new ones
327         
328         * ircd/IPcheck.c
329           - Readability cleanups (well, I -think-...)
330           - Changed IPRegistryEntry.last_connect to a time_t.  The previously
331             used unsigned short was probably causing interesting things after
332             a client had been connected longer than about 65,535 seconds...
333           - Removed old API functions.
334
335         * ircd/whocmds.c
336           - Removed IPcheck.h include
337         
338         * Additionally modified IPcheck API calls in:
339           - ircd/m_nick.c
340           - ircd/m_auth.c
341           - ircd/s_bsd.c
342           - ircd/s_conf.c
343           - ircd/s_misc.c
344           - ircd/s_serv.c
345           - ircd/s_user.c
346         
347         
348 2000-04-30  Perry Lorier <isomer@coders.net>
349         * ircd/s_bsd.c: Sigh. :)
350         * ircd/m_mode.c: fix for modeless channels by poptix.
351
352 2000-04-29  Kevin L. Mitchell  <klmitch@mit.edu>
353
354         * ircd/m_join.c: reimplement JOIN in terms of struct JoinBuf
355
356         * ircd/channel.c (clean_channelname): make clean_channelname also
357         truncate long channel names
358
359 2000-04-28  Kevin L. Mitchell  <klmitch@mit.edu>
360
361         * ircd/m_create.c: reimplement CREATE in terms of struct JoinBuf
362
363         * ircd/channel.c: implemented joinbuf_init, joinbuf_join,
364         joinbuf_flush
365
366         * include/channel.h: definitions and declarations for the struct
367         JoinBuf abstraction
368
369 2000-04-29  Perry Lorier <isomer@coders.net>
370         * ircd/s_bsd.c: Ok, so I thought I compiled and tested this...
371
372 2000-04-29  Perry Lorier <isomer@coders.net>
373         * ircd/s_bsd.c: Add debugging code to IPcheck
374
375 2000-04-28  Kevin L. Mitchell  <klmitch@mit.edu>
376
377         * include/ircd_reply.h (SND_EXPLICIT): use instead of RPL_EXPLICIT
378
379         * ircd/ircd_reply.c (send_reply): use SND_EXPLICIT instead of
380         RPL_EXPLICIT
381
382         * ircd/m_userhost.c (m_userhost): add a dead code comment
383
384         * ircd/m_desynch.c: forgot one...
385
386         * ircd/m_rehash.c (mo_rehash): er, duplicates :)
387
388         * ircd/m_proto.c (proto_send_supported): just change a comment so
389         it doesn't show up in my scans
390
391         * ircd/ircd_reply.c (send_reply): fix a slight bug...
392
393         * ircd/s_numeric.c (do_numeric): use new sendcmdto_* functions,
394         kinda hackish...
395
396         * ircd/parse.c (parse_server): argument wrangling to make
397         processing in do_numeric a little easier to deal with
398
399         * ircd/s_serv.c (server_estab): SERVER should come from
400         acptr->serv->up, not &me
401
402         * ircd/m_lusers.c: accidentally left out sptr for a %C
403
404         * ircd/send.c: hack to support doing wallchops...
405
406         * ircd/m_whowas.c: convert to new send functions
407
408         * ircd/m_whois.c: convert to new send functions
409
410         * ircd/m_who.c: convert to new send functions
411
412         * ircd/m_wallops.c: convert to new send functions
413
414         * ircd/m_wallchops.c: convert to new send functions
415
416         * ircd/m_version.c: convert to new send functions
417
418         * ircd/m_userip.c: convert to new send functions
419
420         * ircd/m_userhost.c: convert to new send functions
421
422         * ircd/m_uping.c: convert to new send functions
423
424         * ircd/m_trace.c: convert to new send functions
425
426         * ircd/m_topic.c: convert to new send functions
427
428         * ircd/m_time.c: convert to new send functions
429
430         * ircd/m_squit.c: convert to new send functions
431
432         * ircd/m_silence.c: convert to new send functions
433
434         * ircd/m_settime.c: convert to new send functions
435
436         * ircd/m_restart.c: convert to new send functions
437
438         * ircd/m_rehash.c: convert to new send functions
439
440         * ircd/m_privmsg.c: convert to new send functions
441
442         * ircd/m_pong.c: convert to new send functions
443
444         * ircd/m_ping.c: convert to new send functions
445
446         * ircd/m_pass.c: convert to new send functions
447
448         * ircd/m_opmode.c: convert to new send functions
449
450         * ircd/m_oper.c: convert to new send functions
451
452         * ircd/m_notice.c: convert to new send functions
453
454         * ircd/m_nick.c: convert to new send functions
455
456         * ircd/m_names.c: convert to new send functions
457
458         * ircd/m_motd.c: convert to new send functions
459
460         * ircd/m_mode.c: convert to new send functions
461
462         * ircd/m_map.c: convert to new send functions
463
464         * ircd/m_lusers.c: convert to new send functions
465
466         * ircd/m_list.c: convert to new send functions
467
468         * ircd/m_links.c: convert to new send functions
469
470         * ircd/m_kill.c: convert to new send functions
471
472         * ircd/m_jupe.c: convert to new send functions
473
474         * ircd/m_invite.c: convert to new send functions
475
476         * ircd/m_info.c: convert to new send functions
477
478         * ircd/m_help.c: convert to new send functions
479
480         * ircd/m_gline.c: convert to new send functions
481
482         * ircd/m_error.c: convert to new send functions
483
484         * ircd/m_endburst.c: convert to new send functions
485
486         * ircd/m_die.c: convert to new send functions
487
488         * ircd/m_destruct.c: convert to new send functions
489
490         * ircd/m_defaults.c: convert to new send functions
491
492         * ircd/m_connect.c: convert to new send functions
493
494 2000-04-28  Perry Lorier <isomer@coders.net>
495         * RELEASE.NOTES: Describe a few more undocumented features.
496         * config/config-sh.in: change the default paths for logging
497         and the recommended number of channels.
498         * include/supported.h: Rearrange slightly, added CHANTYPE's
499
500 2000-04-27  Kevin L. Mitchell  <klmitch@mit.edu>
501
502         * ircd/m_close.c: convert to send_reply
503
504         * ircd/m_clearmode.c: convert to send_reply, sendcmdto_serv_butone
505
506         * ircd/m_away.c: convert to send_reply and sendcmdto_serv_butone
507
508         * ircd/m_admin.c: convert to send_reply and hunt_server_cmd
509
510         * ircd/s_user.c (hunt_server_cmd): new hunt_server replacement
511         that takes cmd and tok arguments, etc.  NOTE: THIS IMPLEMENTATION
512         HAS A MAJOR HACK!!!  The whole hunt_server architecture should be
513         carefully rethought...
514
515         * ircd/s_stats.c (hunt_stats): use new hunt_server_cmd
516
517         * include/s_user.h: hunt_server_cmd -- replacement for hunt_server
518
519         * ircd/s_misc.c: *sigh* 2.10.10 doesn't support squitting by
520         numeric nick; therefore, we have to use the server name
521
522         * ircd/m_squit.c (ms_squit): allow to squit by server numeric nick
523
524         * ircd/send.c: fix minor bugs
525
526         * ircd/s_user.c (check_target_limit): mark dead code so I filter
527         it when I grep
528
529         * ircd/s_serv.c (exit_new_server): mark dead code so I filter it
530         when I grep
531
532         * ircd/parse.c: mark dead code so I filter it when I grep
533
534         * ircd/map.c: mark dead code so I filter it when I grep
535
536         * ircd/ircd.c: mark dead code so I filter it when I grep
537
538         * ircd/ircd_relay.c: convert over to new sendcmdto_*, send_reply
539         functions
540
541         * ircd/channel.c: mark dead code so I filter it when I grep
542
543         * ircd/s_stats.c: use send_reply instead of sendto_one w/rpl_str;
544         hope I'm not stepping on toes...
545
546         * ircd/s_conf.c: more sendto_opmask_butone / send_reply
547         conversions; use ircd_snprintf in a couple of cases to negate the
548         possibility of buffer overflow
549
550 2000-04-26  Kevin L. Mitchell  <klmitch@mit.edu>
551
552         * ircd/channel.c: convert as much as possible to new send
553         semantics
554
555         * ircd/send.c (sendcmdto_common_channels): fix a subtle bug --
556         test member->user->from->fd, not from->fd
557
558         * ircd/gline.c (gline_add): go ahead and add badchans; we just
559         won't look for them in m_gline; this way, they always work...
560
561         * ircd/jupe.c: use ircd_vsnprintf conversion specifiers
562
563         * ircd/gline.c: since write_log now uses ircd_vsnprintf, use
564         ircd_vsnprintf conversion specifiers
565
566         * ircd/support.c (write_log): use ircd_vsnprintf for write_log, so
567         I have my conversion specifiers
568
569         * ircd/gline.c (do_gline): use send_reply for ERR_YOUREBANNEDCREEP
570
571         * ircd/send.c (sendcmdto_flag_butone): explicitly send WALLOPS to
572         local users
573
574         * ircd/s_serv.c (exit_new_server): rewrite exit_new_server to be a
575         little less brain-dead
576
577         * ircd/s_misc.c: use sendcmdto_one, sendrawto_one, and send_reply
578
579         * ircd/s_debug.c: use send_reply with RPL_EXPLICIT for
580         RPL_STATSDEBUG
581
582         * ircd/res.c (cres_mem): use send_reply with RPL_EXPLICIT for
583         RPL_STATSDEBUG
584
585         * ircd/list.c (send_listinfo): use send_reply with RPL_EXPLICIT
586         for RPL_STATSDEBUG
587
588         * ircd/m_pong.c: use RPL_EXPLICIT for ERR_BADPING
589
590         * ircd/ircd.c: use RPL_EXPLICIT for ERR_BADPING
591
592         * ircd/s_user.c (register_user): use RPL_EXPLICIT for
593         ERR_INVALIDUSERNAME
594
595         * ircd/ircd_reply.c (send_reply): support RPL_EXPLICIT
596
597         * include/ircd_reply.h (RPL_EXPLICIT): somewhat of a hack to mark
598         a numeric as needing to use an explicit pattern, which will be the
599         first argument in the variable argument list
600
601         * ircd/s_user.c: use sendrawto_one instead of sendto_one to send
602         non-prefixed nospoof PING
603
604         * ircd/s_bsd.c: use sendrawto_one instead of sendto_one to send
605         non-prefixed SERVER login
606
607         * ircd/ircd.c (check_pings): fix last sendto_one calls (except for
608         a numeric usage further up)
609
610         * include/send.h: declare sendrawto_one
611
612         * ircd/send.c (sendrawto_one): new function to use ONLY for
613         non-prefixed commands, like PING to client, or PASS/SERVER on
614         server registration
615
616 2000-04-25  Kevin L. Mitchell  <klmitch@mit.edu>
617
618         * ircd/ircd_snprintf.c (doprintf): implement %H for possible
619         future expansion (channel numerics?)
620
621         * include/ircd_snprintf.h: added documentation to # to explain use
622         with %C; added documentation for : to explain use with %C; added
623         documentation for %H for channels
624
625         * ircd/whocmds.c: use send_reply
626
627         * ircd/userload.c: use sendcmdto_one
628
629         * ircd/uping.c: use sendcmdto_one
630
631         * ircd/send.c: use new flags to %C format string; ':' prefixes
632         client name with a colon for local connects, '#' uses
633         nick!user@host form for local connects
634
635         * ircd/s_user.c: use send_reply, sendto_opmask_butone,
636         sendcmdto_one, sendcmdto_serv_butone, sendcmdto_flag_butone
637
638         * ircd/s_serv.c: use sendcmdto_one, sendto_opmask_butone
639
640         * ircd/s_bsd.c: use sendto_opmask_butone, send_reply,
641         sendcmdto_one
642
643         * ircd/s_auth.c: use sendto_opmask_butone
644
645         * ircd/res.c: use sendcmdto_one
646
647         * ircd/ircd_snprintf.c (doprintf): minor bug fixes and some
648         debugging assertions
649
650 2000-04-24  Kevin L. Mitchell  <klmitch@mit.edu>
651
652         * ircd/support.c: dumpcore is no longer used, so get rid of it
653
654         * ircd/parse.c: use send_reply, sendcmdto_one
655
656         * ircd/map.c: use send_reply
657
658         * ircd/listener.c: use send_reply
659
660         * ircd/jupe.c: use sendto_opmask_butone, send_reply
661
662         * ircd/ircd_reply.c: use send_reply
663
664         * ircd/ircd.c: use sendto_opmask_butone
665
666         * ircd/gline.c: use sendto_opmask_butone, send_reply
667
668         * ircd/ircd_snprintf.c (doprintf): make it deal with incompletely
669         registered clients; make FLAG_ALT print nick!user@host; make
670         FLAG_COLON print :blah
671
672         * ircd/class.c (report_classes): use send_reply instead of
673         sendto_one
674
675         * ircd/hash.c (m_hash): replace sendto_one with sendcmdto_one
676
677         * ircd/IPcheck.c (ip_registry_connect_succeeded): replace
678         sendto_one with sendcmdto_one
679
680 2000-04-21  Kevin L. Mitchell  <klmitch@mit.edu>
681
682         * ircd/send.c: clean up logic in sendcmdto_channel_butone; use
683         MyConnect() instead of IsServer() in sendcmdto_flag_butone; define
684         sendcmdto_match_butone
685
686         * include/send.h: declare sendcmdto_match_butone
687
688 2000-04-20  Kevin L. Mitchell  <klmitch@mit.edu>
689
690         * ircd/jupe.c: update to use send_reply()
691
692         * ircd/gline.c: update to use send_reply()
693
694         * include/ircd_reply.h: declare send_reply
695
696         * ircd/ircd_reply.c (send_reply): send_error_to_client, but for
697         replies; uses ircd_snprintf
698
699         * ircd/send.c: added comments to redirect searchers to appropriate
700         sendcmdto_* function; moved new functions to end of file; added
701         explanatory comments; reordered arguments; defined new functions
702         mentioned below
703
704         * ircd/m_jupe.c: reorder arguments to sendcmdto_* functions
705
706         * ircd/m_gline.c: reorder arguments to sendcmdto_* functions
707
708         * ircd/jupe.c: reorder arguments to sendcmdto_* functions
709
710         * ircd/gline.c: reorder arguments to sendcmdto_* functions
711
712         * include/send.h: reorder arguments, add explanatory comments,
713         declare new functions sendcmdto_flag_butone, sendto_opmask_butone,
714         and vsendto_opmask_butone
715
716 2000-04-19  Kevin L. Mitchell  <klmitch@mit.edu>
717
718         * ircd/send.c: define sendcmdto_channel_butone, wrote a simplified
719         vsendto_op_mask that uses '*' instead of the receiving client
720         nickname
721
722         * include/send.h: declare sendcmdto_channel_butone; takes a skip
723         argument that allows you to skip (or not to skip) deaf users,
724         users behind bursting servers, and non channel operators
725
726 2000-04-17  Kevin L. Mitchell  <klmitch@mit.edu>
727
728         * ircd/send.c: new sendcmdto_channel_butserv -- note that old
729         sendto_channel_butserv has a subtle bug; also wrote
730         sendcmdto_common_channels.
731
732         * include/send.h: declare new sendcmdto_* functions
733
734         * ircd/jupe.c: support local deactivations of jupes
735
736         * ircd/gline.c: support local deactivations of glines
737
738         * include/jupe.h: JUPE_LDEACT allows jupes to be locally
739         deactivated; if they aren't locally deactivated, then it slaves to
740         the net-wide activation status; JupeIsRemActive() tests only
741         whether the jupe is active everywhere else
742
743         * include/gline.h: GLINE_LDEACT allows glines to be locally
744         deactivated; if they aren't locally deactivated, then it slaves to
745         the net-wide activation status; GlineIsRemActive() tests only
746         whether the gline is active everywhere else
747
748         * ircd/gline.c: detect overlapping G-lines; if an existing, wider
749         gline expires after the new one will, we drop the new one,
750         otherwise we add the G-line after that one (so the wide one will
751         apply first); if the new one contains an existing G-line and if it
752         will expire after the existing one, we drop the existing one to
753         save memory
754
755         * ircd/m_gline.c (mo_gline): opers could issue remote local
756         glines when CONFIG_OPERCMDS was off; fixed
757
758 2000-04-16  Kevin L. Mitchell  <klmitch@mit.edu>
759
760         * ircd/m_jupe.c (mo_jupe): allow target argument to be dropped if
761         this is a local JUPE
762
763         * ircd/gline.c: add flags argument to gline_activate and
764         gline_deactivate for future expansion
765
766         * ircd/m_gline.c: pass flags to gline_activate and
767         gline_deactivate
768
769         * include/gline.h: add flags argument to gline_activate and
770         gline_deactivate
771
772         * ircd/jupe.c: add flags argument to jupe_activate and
773         jupe_deactivate for future expansion
774
775         * include/jupe.h: add flags argument to jupe_activate and
776         jupe_deactivate
777
778         * ircd/m_jupe.c: pass a flags argument to jupe_add instead of
779         local, active; pass flags to jupe_activate and jupe_deactivate
780
781         * include/gline.h: remove dead code
782
783         * ircd/gline.c: make gline expire times relative to CurrentTime,
784         since that should be monotonically increasing, instead of
785         TStime(), which can be set backwards, and which can therefore
786         cause an expire time to increase; make local glines be removed
787         instead of just deactivated; don't let gline_find() look for
788         user@host glines if the mask being looked up is a channel mask
789
790         * ircd/send.c (vsendcmdto_one): forgot to account for the case
791         where origin is a server and destination is a user
792
793         * ircd/jupe.c: make jupe expire times relative to CurrentTime,
794         since that should be monotonically increasing, instead of
795         TStime(), which can be set backwards, and which can therefore
796         cause an expire time to increase; make local jupes be removed
797         instead of just deactivated
798
799         * ircd/ircd_snprintf.c: d'oh, thanks for catching that; short for
800         limit is fine.  any other warnings I should know about?
801
802 2000-04-15  Thomas Helvey <tomh@inxpress.net>
803
804         * ircd/*.c: const correctness and type safety cleanups to
805         get code to compile with C++ compiler. Still has
806         signed/unsigned comparison warnings.
807
808 2000-04-15  Greg Sikorski <gte@atomicrevs.demon.co.uk>
809
810         * ircd/userload.c: change <sys/time.h> include to <time.h> for
811           portability.
812
813 2000-04-14  Kevin L. Mitchell  <klmitch@mit.edu>
814
815         * ircd/m_gline.c (mo_gline): d'oh, target isn't a numeric; use %C
816         and convert acptr...
817
818         * ircd/s_user.c: move gline_lookup function call into
819         register_user, where it'll have a username to lookup!
820
821         * ircd/m_gline.c: modify to utilize new sendcmdto_* series of
822         functions; also stuff send_error_to_client into return clauses
823
824         * ircd/m_jupe.c: modify to utilize new sendcmdto_* series of
825         functions; also use send_error_to_client where that makes sense
826
827         * ircd/jupe.c: modify to utilize new sendcmdto_* series of
828         functions; also use send_error_to_client where that makes sense
829
830         * ircd/gline.c: modify to utilize new sendcmdto_* series of
831         functions; also fix gline_lookup() to deal properly with remote
832         clients--boy, do struct Client and struct User need to be cleaned
833         up!
834
835         * ircd/ircd_snprintf.c (doprintf): a dest of &me is a server,
836         too...
837
838         * ircd/send.c: wrote sendcmdto_one(), vsendcmdto_one(), and
839         sendcmdto_serv_butone(), all utilizing the %v conversion of
840         ircd_snprintf()
841
842         * include/send.h: define IRC_BUFSIZE, max size of a message;
843         declare sendcmdto_one(), vsendcmdto_one(), and
844         sendcmdto_serv_butone()
845
846         * include/msg.h: define all the CMD_* constants needed to utilize
847         the new sendcmdto_* series of functions
848
849         * ircd/Makefile.in (SRC): list ircd_snprintf.c; run make depend
850
851         * ircd/gline.c: remove old, dead code.
852
853         * ircd/m_gline.c (mo_gline): disallow setting of global G-lines
854         unless CONFIG_OPERCMDS is enabled; disallow listing of all G-lines
855         (don't advertise proxies); remove dead code
856
857         * ircd/parse.c: oper handler for JUPE only lists jupes unless
858         CONFIG_OPERCMDS is enabled
859
860         * ircd/m_jupe.c (mo_jupe): don't compile mo_jupe() if
861         CONFIG_OPERCMDS is not enabled; we'll disable it in parse.c
862
863         * ircd/m_opmode.c (mo_opmode): if CONFIG_OPERCMDS is not enabled,
864         always return ERR_DISABLED
865
866         * ircd/m_clearmode.c (mo_clearmode): if CONFIG_OPERCMDS is not
867         enabled, always return ERR_DISABLED
868
869         * ircd/s_err.c: add error message to indicate disabled commands
870
871         * include/numeric.h (ERR_DISABLED): to indicate disabled commands
872
873         * doc/Configure.help: add documentation for CONFIG_OPERCMDS
874
875         * config/config-sh.in: add CONFIG_OPERCMDS, default both it and
876         CONFIG_NEW_MODE to 'y' for now
877
878         * ircd/gline.c (gline_list): fix a minor formatting bogon
879
880         * BUGS: since I fixed that bug, might as well mark it fixed.
881
882         * ircd/m_join.c: look up badchans with GLINE_EXACT
883
884         * ircd/m_gline.c: fix parc count problems; look up existing
885         G-lines with GLINE_EXACT; only set new lastmod when
886         activating/deactivating existing glines if old lastmod was not 0
887
888         * ircd/gline.c: forgot to copy the gline reason over; don't
889         propagate a gline with 0 lastmod if origin is user; add
890         GLINE_EXACT to force exact matching of gline mask
891
892         * ircd/ircd_snprintf.c (doprintf): forgot to deal with the zero
893         flag properly
894
895         * ircd/s_conf.c (find_kill): gline_find() takes a char *userhost,
896         but gline_lookup() actually takes a client--d'oh.
897
898 2000-04-13  Thomas Helvey <tomh@inxpress.net>
899         * ircd/IPcheck.c: Back port BLMet's bugfix from 2.10.10
900
901 2000-04-13  Greg Sikorski <gte@atomicrevs.demon.co.uk>
902
903         * ircd/whocmds.c: Don't make idle flag default in /who, to prevent:
904           "/who * x"
905           "Gte3 H*iwg Gte@212.49.240.217 :1 :0 I am the one that was."
906           (Found by Plexus).
907
908         * ircd/whocmds.c: Change idle time calc from socket idle to user
909           idle.
910
911 2000-04-13  Kevin L. Mitchell  <klmitch@mit.edu>
912
913         * config/aclocal.m4 (unet_CHECK_TYPE_SIZES): check size of void *,
914         too, for ircd_snprintf.c
915
916         * include/ircd_snprintf.h: documentation for ircd_(v)snprintf, in
917         comments; mostly descended from the Linux manpage for printf, but
918         also documenting the extensions.
919
920         * ircd/ircd_snprintf.c: NULL dest is equivalent to going to a
921         client; make 'q' be the same as 'L'; remove __inline__; only
922         define EXTENSION if HAVE_LONG_LONG is defined
923
924         * include/handlers.h: declare m_gline()
925
926         * ircd/parse.c: gline can be called by users, but it only lists
927         the glines.
928
929         * ircd/s_user.c (set_nick_name): resend gline if a remote server
930         introduces a glined client
931
932         * ircd/s_serv.c (server_estab): burst glines, too
933
934         * ircd/gline.c: fix up all the expire times to be offsets;
935         simplify gline_resend()
936
937         * ircd/m_gline.c: begin coding replacements for ms_gline(),
938         mo_gline(), and m_gline()
939
940         * ircd/gline.c (gline_add): allow *@#channel to work correctly;
941         also, prohibit local BADCHANs if LOCAL_BADCHAN not defined
942
943 2000-04-13  Greg Sikorski <gte@atomicrevs.demon.co.uk>
944
945         * tools/Bouncer/*: Add comments/documentation/tags.
946         * tools/Bouncer/*: Add debug defines, make task fork().
947
948 2000-04-12  Thomas Helvey <tomh@inxpress.net>
949         * ircd/s_err.c: Cleanup s_err.c make one table so we
950         don't have to do anything tricky to get an error string.
951
952 2000-04-12  Greg Sikorski <gte@atomicrevs.demon.co.uk>
953         * Add port bouncer for http (x/w)
954
955 2000-04-12  Kevin L. Mitchell  <klmitch@mit.edu>
956
957         * ircd/s_conf.c (find_kill): replaced call to find_gline() with a
958         call to gline_find(); also used GlineReason() instead of direct
959         reference to structure member
960
961         * ircd/m_join.c (m_join): replace bad_channel() calls with calls
962         to gline_find(name, GLINE_BADCHAN), and also check to see if gline
963         is active
964
965         * ircd/channel.c: nothing seems to be called anywhere...
966
967         * ircd/s_err.c: update a couple of replies to dovetail with new
968         semantics
969
970         * ircd/gline.c: begin complete re-implementation of gline.c along
971         the lines of the final design of jupe.c
972
973         * include/gline.h: begin complete re-implementation of gline.c
974         along the lines of the final design of jupe.c
975
976         * ircd/channel.c (mode_process_clients): fix "Deop of +k user on
977         %s by %s" message...
978
979         * ircd/ircd_snprintf.c: my new snprintf()-like functions
980
981         * include/ircd_snprintf.h: my new snprintf()-like functions
982
983 2000-04-11  Thomas Helvey <tomh@inxpress.net>
984         * ircd/IPcheck.c: removed old dead code
985         * ircd/s_user.c (send_user_info): removed non-standard
986           user not found message for userhost/userip
987
988 2000-04-11  Greg Sikorski <gte@atomicrevs.demon.co.uk>
989
990         * ircd/s_err.c: Added missing quotes to ERR_DONTCHEAT numeric.
991         * doc/p10.html: Work on chapter 4.
992
993 2000-04-10  Kevin L. Mitchell  <klmitch@mit.edu>
994
995         * ircd/channel.c (mode_parse_client): fix coredump on /mode
996         #foobar +o nosuchnick
997
998 2000-04-10  Perry Lorier  <Isomer@coders.net>
999         * BUGS: Added bug.
1000
1001 2000-04-09  Thomas Helvey <tomh@inxpress.net>
1002         * include/IPcheck.h: fix prototype
1003         * ircd/s_user.c: fix usage of IPcheck_remote_connect
1004         * ircd/IPcheck.c: removed unused args
1005
1006 2000-04-09  Thomas Helvey <tomh@inxpress.net>
1007         * include/IPcheck.h: add proto for IPcheck_expire
1008
1009         * ircd/IPcheck.c: Rewrote
1010
1011         * ircd/ircd.c: Add IPcheck_expire to main message loop
1012
1013         * ircd/s_user.c: Redo target hashing, refactor target code
1014
1015         * include/numeric.h: Cleaned up numerics, added which ones are
1016         in use by other networks and what they are in use for.
1017
1018         * ircd/channel.c: cleaned can_join(), allow anyone through anything
1019         if /invited, simplified the function.  Opers overusing OPEROVERRIDE
1020         will get a message explaining to them not to cheat.
1021
1022         * ircd/m_join.c: cleaned up the various join functions, should be
1023         a lot more efficient.  Still needs work.  Now assumes that s<->s
1024         won't send it a JOIN 0.  Service coders - note this and tread with
1025         care.
1026
1027         * ircd/m_stats.c: added Gte-'s stats doc patch.
1028
1029         * ircd/m_version.c: /version now returns the 005 numeric as well.
1030         as requested by Liandrin.
1031
1032
1033 2000-04-07  Kevin L. Mitchell  <klmitch@mit.edu>
1034
1035         * ircd/m_clearmode.c: add include for support.h for write_log()
1036
1037         * configure: move ircd/crypt/* to tools/*
1038
1039 2000-04-06  Thomas Helvey <tomh@inxpress.net>
1040         * ircd/s_auth.c: Shorten auth connect timeout to 60 seconds
1041           set client host to server alias if connection from localhost
1042
1043 2000-04-06  Perry Lorier <isomer@coders.net>
1044         * ircd/ircd.c: Fix core during pinging (oops)
1045         
1046 2000-04-06  Perry Lorier <isomer@coders.net>
1047         * ircd/send.c: fixed wrong ident being sent to channels bug.
1048         * include/numerics.h: Updated some of the numerics from other
1049         networks.  Flagged some as 'unused' by undernet.
1050
1051 2000-03-30  Perry Lorier <isomer@coders.net>
1052         * ircd/ircd.c: Lets see if this helps the ping problem at all.
1053         * ircd/whocmds.c, /doc/readme.who: Added %l specifier to get idle
1054         time for local clients. (as requested), extended who now returns all
1055         the flags (@+!) so you can tell the complete state of a client.
1056
1057 2000-03-30  Thomas Helvey <tomh@inxpress.net>
1058         * m_rping.c m_rpong.c: add Gte's rping/rpong fixes
1059
1060 2000-03-30  Perry Lorier <isomer@coders.net>
1061         * ircd/parse.c: oops, missed opers.
1062
1063 2000-03-30  Perry Lorier <isomer@coders.net>
1064         * ircd/parse.c: fixed mystifying ping bug thats been plaguing us
1065         for so long.  Remember: m_ping MUST be in the parse array. :)
1066
1067 2000-03-30  Perry Lorier <isomer@coders.net>
1068         * ircd/ircd.c: test in check_pings was wrong.  I move that we
1069         disallow cvs commit after 10pm localtime....
1070
1071 2000-03-30  Perry Lorier <isomer@coders.net>
1072         * ircd/m_pong.c: Fix it for servers too.
1073
1074 2000-03-30  Perry Lorier <isomer@coders.net>
1075         * ircd/m_pong.c: Fix ping timeout bugs
1076
1077 2000-03-30  Perry Lorier <isomer@coders.net>
1078         * ircd/channel.c: Bans had CurrentTime in their when field instead
1079         of TStime()
1080
1081 2000-03-31  Thomas Helvey <tomh@ixpress.net>
1082         * ircd/numnicks.c (SetXYYCapacity): fix for extended
1083         numerics.
1084
1085 2000-03-30  Perry Lorier <isomer@coders.net>
1086         * ircd/m_nick.c: send kills both ways so when we add nick change
1087         on collision we don't desync the network.
1088
1089         * ircd/map.c: Fixup the map a bit more.
1090
1091 2000-03-31  Kevin L. Mitchell  <klmitch@mit.edu>
1092
1093         * ircd/m_clearmode.c (do_clearmode): Log the CLEARMODE to OPATH
1094
1095         * ircd/m_opmode.c: Log the mode changes to OPATH
1096
1097         * ircd/channel.c (modebuf_flush_int): Log the mode changes to
1098         OPATH
1099
1100         * include/channel.h (MODEBUF_DEST_LOG): Log the mode changes to
1101         OPATH
1102
1103         * doc/Configure.help: help text for CONFIG_LOG_OPMODE / OPATH
1104
1105         * config/config-sh.in: added OPATH for opmode log file
1106
1107         * ircd/m_clearmode.c (do_clearmode): updated uses of
1108         modebuf_mode_string() for the new usage
1109
1110         * ircd/channel.c: added flag MODE_FREE and an int argument to
1111         modebuf_mode_string() to indicate that the string must be free'd;
1112         updated calls to modebuf_mode_string() for the new usage; called
1113         collapse(pretty_mask()) on the ban string and use allocated memory
1114         for it; added ban list length accounting; fixed a number of small
1115         bugs in ban processing
1116
1117         * include/channel.h: added flag MODE_FREE and an int argument to
1118         modebuf_mode_string() to indicate that the string must be free'd
1119
1120         * ircd/m_clearmode.c (do_clearmode): made sure clearmode removed
1121         keys and limits that are set
1122
1123 2000-03-30  Perry Lorier <isomer@coders.net>
1124         * ircd/ircd.c: rewrote check_pings() for maintainability
1125         and speed.  Also changed quit msg's so they don't have
1126         redundant nick[host] info in them.
1127
1128         * ircd/send.c: Changed write errors to report what error
1129         occured (if possible).
1130
1131         * ircd/gline.c: added gline comment to the quit.
1132
1133         * ircd/m_server.c: Added suggestions to server quits mentioning
1134         what went wrong so the admin can fix it earlier instead of asking
1135         questions...
1136
1137         * ircd/map.c: Changed m_map() to hide numerics, show a * beside
1138         servers that aren't fully burst yet.  And show '(--s)' for servers
1139         where its not sure.
1140
1141         * doc/example.conf: Fixed wrapped U:
1142
1143 2000-03-30  Kevin L. Mitchell  <klmitch@mit.edu>
1144
1145         * ircd/m_mode.c (ms_mode): implemented a new m_mode in terms of
1146         mode_parse() (version selectable at compile time)
1147
1148         * ircd/m_clearmode.c (mo_clearmode): clean_channelname(parv[1])
1149
1150         * ircd/m_opmode.c (mo_opmode): clean_channelname(parv[1])
1151
1152         * config/config-sh.in: add new config option to enable new m_mode
1153         implementation
1154
1155         * doc/Configure.help: add documentation for new config option
1156         CONFIG_NEW_MODE
1157
1158         * ircd/channel.c (mode_parse_client): /opmode #foobar -o -- 461
1159         MODE -v : Not enough parameters
1160
1161         * ircd/m_clearmode.c (do_clearmode): do_clearmode() would remove
1162         +k and +l even if they weren't set...
1163
1164         * ircd/m_opmode.c: implement the OPMODE command using mode_parse()
1165
1166         * ircd/channel.c: make mode_process_clients() clear the DEOPPED
1167         flag; fix +s+p exclusivity; add MODE_ADD/MODE_DEL to flag list
1168         for; test the 0-th member, not the i-th member, of the client
1169         change state stuff
1170
1171         * ircd/m_clearmode.c (do_clearmode): use the new
1172         mode_invite_clear() function
1173
1174         * ircd/channel.c: cleared up all the compile-time warnings and
1175         errors
1176
1177         * include/channel.h: added declarations for mode_ban_invalidate()
1178         and mode_invite_clear()
1179
1180         * ircd/channel.c: finished mode_parse(), then broke it up into a
1181         dozen or so helper functions to make the code easier to read
1182
1183 2000-03-29  Thomas Helvey <tomh@inxpress.net>
1184         * ircd/ircd.c: refactor server initialization a bit, use
1185         getopt for parsing command line, refactor init_sys, main,
1186         and other bits.
1187
1188         * ircd/s_bsd.c: add functions for initialization to clean
1189         up logic a bit and remove duplicated code.
1190
1191         * include/ircd.h: add struct for server process related
1192         variables.
1193
1194 2000-03-29  Kevin L. Mitchell  <klmitch@mit.edu>
1195
1196         * ircd/channel.c: initial definition of mode_parse(); flags to
1197         prevent doing the same thing multiple times; helper method
1198         send_notoper() to send a "Not oper"/"Not on channel" notice
1199
1200         * include/channel.h: declare mode_parse() and helper flags
1201
1202         * ircd/channel.c (modebuf_flush_int): fiddled with timestamp
1203         sending to match the current action of set_mode() closely enough
1204         that hopefully there won't be major conflicts
1205
1206         * ircd/channel.c (modebuf_flush_int): consolidated the mode string
1207         building logic, reversed the order of the arguments to mode
1208         commands to have '-' preceed '+'
1209
1210 2000-03-29  Thomas Helvey <tomh@inxpress.net>
1211         * ircd/s_bsd.c (add_connection): don't disable socket options
1212         let OS tune itself and allow important performance tweaks to 
1213         work.
1214
1215 2000-03-28  Kevin L. Mitchell  <klmitch@mit.edu>
1216
1217         * ircd/channel.c (modebuf_flush_int): use %d, not %-15d; I got
1218         confused by set_mode, which is doing some really weird logic;
1219         guess what I'm going to rewrite next?  ;)
1220
1221 2000-03-28  Kevin L. Mitchell  <klmitch@emc.com>
1222
1223         * include/channel.h: added MODE_SAVE for the bounds checking stuff
1224         in modebuf_flush
1225
1226         * ircd/channel.c: make modebuf_flush into modebuf_flush_int and
1227         make it do bounds checking on the buffer; all modes are sent only
1228         if the all parameter is 1; modebuf_flush is the exported wrapper
1229
1230         * include/channel.h: add BOUNCE, renumber flags to get a little
1231         more space
1232
1233         * ircd/channel.c (modebuf_flush): don't overload HACK2, add
1234         BOUNCE; send DESYNCH message
1235
1236 2000-03-27  Kevin L. Mitchell  <klmitch@emc.com>
1237
1238         * ircd/m_clearmode.c (do_clearmode): only mark the modes the
1239         channel actually has in effect for deletion
1240
1241         * ircd/channel.c: added explanatory comments to all added
1242         functions; made flushing take place at the correct place even if
1243         the MODEBUF_DEST_DEOP flag is set; rewrote build_string() helper
1244         to bash some stupid bugs; made modebuf_flush() return if ModeBuf
1245         is empty, fixed the apparent source, removed some bogus string
1246         termination code, properly terminate the mode strings, add support
1247         for HACK2 and HACK3, made limit strings not be sent if the limit
1248         is being removed, changed where '+' and '-' come from in sent
1249         strings, added support for DEOP flag, set up bouncing code for
1250         HACK2
1251
1252         * ircd/Makefile.in: ran make depend
1253
1254         * include/channel.h: added new defines for future functionality,
1255         made modebuf_flush() return int so I can use tail recursion
1256
1257         * ircd/m_clearmode.c: add msg.h to includes; other misc cleanups
1258         to make it all compile
1259
1260         * ircd/m_opmode.c: add msg.h to includes...
1261
1262         * ircd/m_clearmode.c: implemented mo_clearchan()/ms_clearchan()
1263
1264         * ircd/channel.c (modebuf_flush): realized I forgot to
1265         nul-terminate addbuf/rembuf properly...
1266
1267         * ircd/m_clearmode.c (do_clearmode): wrote do_clearmode()...
1268
1269         * ircd/channel.c (modebuf_flush): correct sendto_server_butone to
1270         sendto_serv_butone--blah^2
1271
1272         * ircd/send.c (sendto_serv_butone): stupid comments confused me
1273
1274         * ircd/channel.c (modebuf_flush): if there are no mode changes to
1275         propagate, we're done...
1276
1277         * ircd/channel.c (modebuf_flush): duh; it's sendto_server_butone,
1278         not sendto_all_butone
1279
1280         * ircd/m_clearmode.c: define skeleton for m{o,s}_clearmode
1281
1282         * ircd/m_opmode.c: define skeleton for m{o,s}_opmode
1283
1284         * ircd/Makefile.in (SRC): added m_opmode() and m_clearmode() to
1285         the list
1286
1287         * ircd/parse.c: added messages for opmode and clearmode
1288
1289         * include/handlers.h: added declarations for mo_opmode(),
1290         ms_opmode(), mo_clearmode(), and ms_clearmode()
1291
1292         * include/msg.h: define MSG_OPMODE, TOK_OPMODE, MSG_CLEARMODE, and
1293         TOK_CLEARMODE
1294
1295         * include/channel.h (MODEBUF_DEST_OPMODE): Define the
1296         MODEBUF_DEST_OPMODE flag
1297
1298         * ircd/channel.c (modebuf_flush): added new flag,
1299         MODEBUF_DEST_OPMODE; causes channel MODE/HACK(4) notice to appear
1300         to originate from source's server (or source itself, if
1301         IsServer(source)); also causes a server-level MODE to be sent as
1302         OPMODE instead
1303
1304         * include/channel.h: defined MODEBUF_DEST_SERVER,
1305         MODEBUF_DEST_HACK4
1306
1307         * ircd/channel.c: Add another argument to build_string() to handle
1308         numeric nicks; implemented MODEBUF_DEST_SERVER to send MODEs to
1309         servers; implemented MODEBUF_DEST_HACK4 to cause HACK(4) notices
1310         to be sent out
1311
1312 2000-03-27  Perry Lorier <isomer@coders.net>
1313
1314         * ircd/s_bsd.c: fixed missing 'u' typo.
1315
1316 2000-03-26  Kevin L. Mitchell  <klmitch@emc.com>
1317
1318         * ircd/channel.c: implement modebuf_init(), _mode(), _mode_uint(),
1319         _mode_string(), _mode_client(), _flush(); also implemented a
1320         simple build_string()
1321
1322         * include/channel.h: added definition of ModeBuf, modebuf_*
1323         manipulation functions, and a couple of helper macros
1324
1325 2000-03-24 Thomas Helvey <tomh@inxpress.net>
1326   * numicks.c: convert extended numerics to use original mask version
1327   * numnicks.h: ""
1328   * s_user.c:
1329 2000-03-23 Thomas Helvey <tomh@inxpress.net>
1330   * Merge in changes from production
1331 2000-03-22 Thomas Helvey <tomh@inxpress.net>
1332   * numicks.c: Tweak to numnick generator to reduce possibility of duplicates.
1333   * rfc1459.unet: Add Maniac's documentation for /names 0
1334 * Fix misc. jupe bugs that somehow made it into the tree
1335 * Escape /names 0 to mean /names --Maniac
1336 * Don't core when server asks for info --Maniac 
1337 * Add Kev's jupe patch --Bleep
1338 * Add Maniacs squit patch --Bleep
1339 * Merge in u2_10_10_beta07 changes --Bleep
1340 * Merge in u2_10_10_beta06 changes --Bleep
1341 * Start ircu2.10.11 development, beta branch u2_10_10 --Bleep
1342 #-----------------------------------------------------------------------------