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