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