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