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