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