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