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