3cc1fa864d93cd160bc98411d8b019f67cbd1dbe
[ircu2.10.12-pk.git] / ChangeLog
1 2001-04-20  Kevin L. Mitchell  <klmitch@mit.edu>
2
3         * ircd/m_whois.c (do_whois): display proper server name if the
4         user is looking up himself
5
6         * ircd/m_who.c (m_who): disable match by servername or display of
7         server names by non-opers
8
9         * include/ircd_policy.h: add define for
10         HEAD_IN_SAND_WHO_SERVERNAME to cover full intent of sub-motion 15
11         of CFV 165
12
13 2001-04-18  Kevin L. Mitchell  <klmitch@mit.edu>
14
15         * ircd/s_conf.c: keep the $R in memory so we can see it clearly
16         when we do a /stats k
17
18         * ircd/s_user.c (set_user_mode): pull-up of changes to prevent
19         users from turning on +s and +g
20
21         * ircd/s_misc.c (exit_client): pull-up of changes to turn off
22         net.split notice
23
24         * ircd/parse.c: pull-up of changes to disable /trace, /links, and
25         /map for users
26
27         * ircd/m_whois.c (do_whois): pull-up of server name masking for
28         /whois
29
30         * ircd/m_user.c (m_user): removal of umode and snomask defaulting
31         functions, pull-up
32
33         * ircd/m_stats.c (m_stats): pull-up of stats-disabling stuff
34
35         * ircd/m_map.c (m_map_redirect): pull-up of m_map_redirect()
36
37         * ircd/m_links.c (m_links_redirect): pull-up of m_links_redirect()
38
39         * ircd/channel.c (channel_modes): pull-up of channel key display
40         as *
41
42         * include/ircd_policy.h: pull-up of ircd_policy.h
43
44         * include/client.h: pull-up of Set/ClearServNotice()
45
46         * ircd/gline.c (do_gline): report client name in G-line message
47         (pull-up)
48
49         * ircd/s_user.c (register_user): pull-up--show IP address in some
50         server notices dealing only with users; report which connection
51         class has filled up
52
53         * ircd/s_stats.c (report_deny_list): use conf->flags &
54         DENY_FLAGS_IP insteaf of conf->ip_kill
55
56         * ircd/m_stats.c (report_klines): use conf->flags & DENY_FLAGS_IP
57         insteaf of conf->ip_kill
58
59         * ircd/s_conf.c: use flags field in struct DenyConf; pull-up of
60         K-line by real name
61
62         * include/s_conf.h: use a flags field in struct DenyConf; define
63         DENY_FLAGS_FILE, DENY_FLAGS_IP, and DENY_FLAGS_REALNAME for
64         pull-up of K-line by real name
65
66         * ircd/m_trace.c: pull-up of IP show for user connections
67
68         * doc/example.conf: pull-up of the realname K-line documentation
69
70         * ircd/ircd.c: forward port of pid file advisory locking mechanism
71
72 2001-04-16  Kevin L. Mitchell  <klmitch@mit.edu>
73
74         * ircd/send.c (sendcmdto_flag_butone): recast to just broadcast to
75         all servers, rather than to only servers that have +w/+g/whatever
76         users on them; among other things, this removes that atrocity
77         known as sentalong[] from this function
78
79         * ircd/m_admin.c: must include ircd.h to declare "me"; must
80         include hash.h to declare FindUser()
81
82         * ircd/m_wallusers.c: implementation of WALLUSERS
83
84         * ircd/m_desynch.c (ms_desynch): only send DESYNCHs to opers
85
86         * ircd/m_wallops.c: only send WALLOPS to opers
87
88         * ircd/parse.c: add WALLUSERS command to parser table
89
90         * include/handlers.h: declare wallusers handlers
91
92         * include/msg.h: add WALLUSERS command
93
94         * ircd/send.c (sendcmdto_flag_butone): if FLAGS_OPER is or'd with
95         flag, send only to appropriate opers
96
97 2001-03-13 Joseph Bongaarts <foxxe@wtfs.net>
98         * ircd/os_openbsd.c: Tweaked the openbsd hack a bit.
99         
100 2001-03-07  Joseph Bongaarts  <foxxe@wtfs.net>
101
102         * config/configure.in: Add check for OpenBSD
103
104         * ircd/os_openbsd.c: Add seperate os dep file for openbsd which
105         differs from generic BSD, particularly in its handling of
106         _XOPEN_SOURCE.
107         
108 2001-02-12  Kevin L. Mitchell  <klmitch@mit.edu>
109
110         * ircd/m_gline.c (ms_gline): propagate a G-line that happened to
111         have been added by a U-lined server, rather than going through the
112         activate/deactivate logic; propagate G-line removals by U-lined
113         servers as well
114
115         * ircd/gline.c: rename propagate_gline() to gline_propagate();
116         make gline_propagate() return an int 0 (convenience return); only
117         update lastmod in gline_activate() and gline_deactivate() if the
118         current lastmod is non-zero, since 0 lastmod is our flag of a
119         U-lined server having added a G-line
120
121         * include/gline.h (gline_propagate): exporting the G-line
122         propagation function
123
124         * ircd/m_list.c (m_list): duh; permit explicit channel name
125         specification only when /list gets two arguments ("Kev
126         #wasteland") rather than when /list gets more than two
127         arguments--nice braino
128
129 2001-01-29  Thomas Helvey <twhelvey1@home.com>
130
131         * ircd/ircd_reply.c (need_more_params): fix bug that allowed
132         unregistered clients to spam opers with protocol violation
133         messages. Note: the bugfix may have eliminated some useful
134         protocol violation messages.
135         Please send protocol violation messages explicitly from the
136         functions they are discovered in, you have much better context
137         for the error there and it helps to document the behavior of the
138         server. This was also a design bug in that it violated the
139         "A function should do one thing" heuristic. Patching this one
140         would have resulted in a continuous spawning of other bugs over
141         the next 3 years, so I killed it. Check around for stuff this
142         broke and readd the calls to protocol_violation in the functions
143         that need to send the message.
144
145 2001-01-29  Kevin L. Mitchell  <klmitch@mit.edu>
146
147         * ircd/channel.c (mode_parse_ban): stopper a tiny leak--if a ban
148         already existed, then the logic would (attempt to) skip it, but
149         would not free the ban string; now the ban string is free'd and
150         the ban count is decremented, releasing the ban for use
151
152         * ircd/s_user.c: make send_umode_out() take a prop argument
153         instead of testing for the PRIV_PROPAGATE privilege itself; fix
154         set_umode() to use this new argument, calculating it before
155         calculating the new privileges for a -o'd user
156
157         * ircd/m_oper.c (m_oper): pass the new prop argument to
158         send_umode_out()
159
160         * ircd/channel.c (mode_parse_ban): turn off MODE_ADD bit in bans
161         that we're not actually going to add because they already exist;
162         test that particular bit before adding to the linked list
163
164         * include/s_user.h: add a prop argument to send_umode_out() to
165         indicate whether or not to propagate the user mode
166
167 2001-01-24  Kevin L. Mitchell  <klmitch@mit.edu>
168
169         * ircd/msgq.c: ircd_vsnprintf() returns the number of bytes that
170         it would have written; upper-bound the number to prevent overflows
171         by proxy; also, tune buffer size given to ircd_vsnprintf() to take
172         into account the fact that ircd_vsnprintf() already takes the
173         terminal \0 into account
174
175 2001-01-22  Kevin L. Mitchell  <klmitch@mit.edu>
176
177         * ircd/msgq.c: add an incredibly ugly hack to attempt to track
178         down an apparent buffer overflow; remove msgq_map(), since it's no
179         longer used anywhere; slight tweaks to prevent off-by-one errors,
180         but these can't explain the problems we've seen
181
182         * include/msgq.h: remove msgq_map(), since it's no longer used
183         anywhere
184
185 2001-01-18  Kevin L. Mitchell  <klmitch@mit.edu>
186
187         * ircd/s_user.c (set_nick_name): call client_set_privs() after
188         parsing user modes
189
190 2001-01-17  Kevin L. Mitchell  <klmitch@mit.edu>
191
192         * ircd/s_bsd.c (read_message): fix a typo in the select version of
193         read_message()
194
195         * ircd/whowas.c (whowas_free): MyFree() is a macro that expects
196         its argument to be an lvalue, which means we can't use
197         whowas_clean()'s handy-dandy "return ww" feature
198
199         * ircd/ircd_features.c: default LOCOP_KILL to TRUE--oops...
200
201 2001-01-15  Kevin L. Mitchell  <klmitch@mit.edu>
202
203         * ircd/client.c: fixed feattab; basically, when I changed features
204         to use small integers specifying bit positions, instead of the
205         bits themselves, I forgot to update feattab to not | these
206         privileges together; also fixed a bug in the antiprivs masking
207         loop in client_set_privs()--last index wouldn't get parsed
208
209 2001-01-03  Kevin L. Mitchell  <klmitch@mit.edu>
210
211         * ircd/whowas.c: Completely re-did the old allocation scheme by
212         turning it into a linked list, permitting the
213         NICKNAMEHISTORYLENGTH feature to be changed on the fly
214
215         * ircd/s_debug.c (count_memory): use FEAT_NICKNAMEHISTORYLENGTH
216         feature instead of old #define
217
218         * ircd/ircd_features.c: add NICKNAMEHISTORYLENGTH feature as an
219         integer feature with a notify callback (whowas_realloc)
220
221         * ircd/client.c (client_set_privs): second memset was supposed to
222         be over antiprivs, not privs; thanks, Chris Behrens
223         <cbehrens@xo.com> for pointing that out...
224
225         * include/whowas.h: new elements for an extra linked list in
226         struct Whowas; a notify function for feature value changes
227
228         * include/ircd_features.h: new feature--FEAT_NICKNAMEHISTORYLENGTH
229
230         * config/config-sh.in: NICKNAMEHISTORYLENGTH is now a feature
231
232 2001-01-02  Kevin L. Mitchell  <klmitch@mit.edu>
233
234         * config/config-sh.in: get rid of DEFAULT_LIST_PARAMETER
235         compile-time option--now in features subsystem
236
237         * ircd/motd.c (motd_init): rework motd_init() to be called as the
238         notify function for MPATH and RPATH features (should probably
239         split it up a bit, though...)
240
241         * ircd/m_privs.c (mo_privs): if called with no parameters, return
242         privs of the caller, rather than an error
243
244         * ircd/m_list.c: pull usage message into its own function; pull
245         list parameter processing into its own function that does not
246         modify the contents of the parameter; add list_set_default() to
247         set the default list parameter (uses the notify hook); rework
248         m_list() to make use of these functions; removed dead code
249
250         * ircd/ircd_log.c (log_feature_mark): make sure to return 0, since
251         we have no notify handler
252
253         * ircd/ircd_features.c: add notify callback for notification of
254         value changes; give mark callback an int return value to indicate
255         whether or not to call the notify callback; fix up feature macros
256         for new notify callback; add DEFAULT_LIST_PARAM feature; rewrite
257         string handling in feature_set() to deal with def_str being a null
258         pointer; wrote feature_init() to set up all defaults appropriately
259
260         * ircd/ircd.c (main): call feature_init() instead of
261         feature_mark(), to avoid calling notify functions while setting up
262         defaults
263
264         * ircd/client.c: updated to deal with new privileges structure
265
266         * ircd/class.c: updated so init_class() can be called should one
267         of PINGFREQUENCY, CONNECTFREQUENCY, MAXIMUM_LINKS, or
268         DEFAULTMAXSENDQLENGTH be changed
269
270         * include/ircd_log.h: log_feature_mark() updated to fit with new
271         API changes
272
273         * include/ircd_features.h: added DEFAULT_LIST_PARAM feature and
274         feature_init() function (found necessary since adding the notify
275         stuff and notifying motd.c during start-up...before we defined
276         RPATH!)
277
278         * include/client.h: move privs around to enable addition of more
279         bits if necessary; based on the FD_* macros
280
281         * include/channel.h: declare list_set_default (actually located in
282         m_list.c *blanche*)
283
284         * ircd/s_user.c: retrieve MAXSILES and MAXSILELENGTH (now
285         AVBANLEN*MAXSILES) from features subsystem
286
287         * ircd/s_debug.c (debug_serveropts): CMDLINE_CONFIG doesn't go to
288         anything anymore
289
290         * ircd/s_bsd.c: retrieve HANGONGOODLINK and HANGONRETRYDELAY from
291         the features subsystem
292
293         * ircd/s_auth.c (start_auth): NODNS migrated to the features
294         subsystem
295
296         * ircd/random.c: created random_seed_set() function to set seed
297         value, along with some stuff to make ircrandom() a little more
298         random--state preserving, xor of time instead of direct usage,
299         etc.; it's still a pseudo-random number generator, though, and
300         hopefully I haven't broken the randomness
301
302         * ircd/m_version.c: FEATUREVALUES makes use of feature_int() calls
303
304         * ircd/m_join.c: use features interface to retrieve
305         MAXCHANNELSPERUSER
306
307         * ircd/ircd_features.c: add NODISP flag for super-secret features;
308         add a whole bunch of new features migrated over from make config
309
310         * ircd/ircd.c: use features interface to retrieve PINGFREQUENCY,
311         CONNECTTIMEOUT, and TIMESEC
312
313         * ircd/client.c (client_get_ping): use features interface to
314         retrieve PINGFREQUENCY
315
316         * ircd/class.c: use features interface to retrieve PINGFREQUENCY,
317         CONNECTFREQUENCY, MAXIMUM_LINKS, and DEFAULTMAXSENDQLENGTH
318
319         * ircd/chkconf.c (DEFAULTMAXSENDQLENGTH): since it's now in the
320         features subsystem, we have to add something explicit
321
322         * ircd/channel.c: use features interface to retrieve
323         KILLCHASETIMELIMIT, MAXBANLENGTH, MAXBANS, and MAXCHANNELSPERUSER;
324         note that MAXBANLENGTH is now calculated dynamically from MAXBANS
325         and AVBANLEN
326
327         * ircd/Makefile.in: run make depend
328
329         * include/supported.h (FEATURESVALUES): update to reference
330         feature settings
331
332         * include/random.h: add prototype for random_seed_set
333
334         * include/ircd_features.h: add several more features
335
336         * include/channel.h: move MAXBANS and MAXBANLENGTH into feature
337         subsystem
338
339         * config/config-sh.in: feature-ized some more stuff
340
341         * include/motd.h: some new elements in motd.h for motd.c changes
342
343         * ircd/motd.c: motd_cache() now searches a list of already cached
344         MOTD files; saves us from having duplicate caches in memory if
345         there are two identical T-lines for two different sites...
346
347 2001-01-02  Perry Lorier <isomer@coders.net>
348         * ircd/motd.c: don't core if the motd isn't found.  Bug found by
349         Amarande.
350
351 2001-01-02  Perry Lorier <isomer@coders.net>
352         * ircd/s_err.c: Added third param to 004 - the channel modes that tage params.  Used by hybrid/epic.
353         * ircd/s_channels.c: Added fix for msg'ing a -n+m channel - thanks
354                 to guppy for noticing, and hektik for providing the fix.
355         * misc others: Minor cleanups, added more protocol_violations, ripped
356                 out more P09 stuffs, bit more protocol neg stuff.
357
358 2000-12-19  Kevin L. Mitchell  <klmitch@mit.edu>
359
360         * ircd/m_ison.c (m_ison): Dianora says that ISON has to end with a
361         space (*sigh* stupid clients...)
362
363         * ircd/s_user.c: make WALLOPS_OPER_ONLY a feature managed through
364         ircd_features.[ch]
365
366         * ircd/s_err.c: get rid of GODMODE conditionals
367
368         * ircd/s_debug.c (debug_serveropts): switch to using appropriate
369         calls into the features subsystem for various serveropts
370         characters
371
372         * ircd/s_conf.c (find_conf_entry): get rid of USEONE conditional
373
374         * ircd/s_bsd.c: remove GODMODE conditional; use features subsystem
375         to get value of VIRTUAL_HOST and CLIENT_FLOOD; remove
376         NOFLOWCONTROL conditional
377
378         * ircd/s_auth.c: use features subsystem to determine value of
379         KILL_IPMISMATCH
380
381         * ircd/parse.c: get rid of NOOPER and GODMODE conditionals; use
382         features subsystem to determine the setting of IDLE_FROM_MSG
383
384         * ircd/numnicks.c: get rid of EXTENDED_NUMERICS conditionals
385
386         * ircd/motd.c: get value of NODEFAULTMOTD from features subsystem;
387         use features subsystem to get motd file names
388
389         * ircd/m_settime.c: get value of RELIABLE_CLOCK from features
390         subsystem
391
392         * ircd/m_server.c: get rid of CRYPT_LINK_PASSWORD, since it does
393         us no good; use features subsystem to figure out if we need to do
394         HUB-type stuff; make TESTNET debugging sendto_opmask_butone's use
395         the Debug(()) macro instead; get value of RELIABLE_CLOCK from
396         features subsystem
397
398         * ircd/m_privmsg.c: get IDLE_FROM_MSG from the features subsystem
399
400         * ircd/m_oper.c: get CRYPT_OPER_PASSWORD from the features
401         subsystem
402
403         * ircd/m_connect.c: get SERVER_PORT from the features subsystem
404
405         * ircd/ircd_log.c (log_set_file): fix a bug that kept log files
406         from getting marked if they were already set to something...
407
408         * ircd/ircd_features.c: add a flag to indicates read-only access;
409         add several new features that used to be compile-time selected
410
411         * ircd/ircd.c: grab pidfile out of feature subsystem; don't check
412         access to motd files (what the heck?); make sure to initialize the
413         feature subsystem before trying to write the config file
414
415         * ircd/dbuf.c: use feature_int() to retrieve BUFFERPOOL settings;
416         use feature_bool() to figure out if we're using the FERGUSON
417         flusher
418
419         * ircd/Makefile.in: MPATH and RPATH are now done differently, so
420         remove the clause that creates empty files of that name; also ran
421         make depend
422
423         * include/sys.h: CLIENT_FLOOD is now a feature; unfortunately,
424         there is no easy way to bounds-check it at present
425
426         * include/querycmds.h: make sure ircd_features.h is included; use
427         feature_str(FEAT_DOMAINNAME) in calls to match()
428
429         * include/ircd_features.h: many new features that used to be
430         compile-time selected
431
432         * config/config-sh.in: add * to DOMAINNAME; try also using first
433         argument to search in /etc/resolv.conf; removed many compile-time
434         options that now can be configured through the features system
435
436 2000-12-18  Kevin L. Mitchell  <klmitch@mit.edu>
437
438         * doc/api/log.txt: how to use the logging API
439
440         * doc/api/features.txt: how to use the features API
441
442         * doc/api/api.txt: how to write API documentation
443
444         * include/ircd_features.h: rearranged a couple of features for
445         neatness purposes
446
447         * ircd/ircd_features.c: cleaned up the macros some; rearranged
448         some code to all go into the switch; rearranged a couple of
449         features for neatness purposes
450
451 2000-12-16  Greg Sikorski <gte@atomicrevs.demon.co.uk>
452         * ircd/os_bsd.c: Added os_set_tos for BSD users.
453
454 2000-12-16  Kevin L. Mitchell  <klmitch@mit.edu>
455
456         * ircd/ircd_features.c: Isomer almost got it right; you need to
457         use F_I(), since it's an integer value, not a boolean value.  The
458         asserts in feature_int would catch you out...  Also made the F_*
459         macros take flags
460
461         * ircd/s_err.c: define RPL_PRIVS reply
462
463         * ircd/parse.c: put new PRIVS command into command table
464
465         * ircd/m_privs.c (mo_privs): message handler to report operator
466         privileges
467
468         * ircd/ircd_features.c: declare new features OPER_SET and
469         LOCOP_SET; redo boolean testing routine to accept TRUE, YES, and
470         ON for boolean TRUE, and FALSE, NO, and OFF for boolean FALSE
471
472         * ircd/client.c: simplify client_set_privs() with a table that
473         defines what features to test for; add new client_report_privs()
474
475         * ircd/Makefile.in: compile new m_privs.c; run make depend
476
477         * include/numeric.h (RPL_PRIVS): new reply numeric for displaying
478         an operator's privileges
479
480         * include/msg.h: define new command: PRIVS
481
482         * include/ircd_features.h: create new features OPER_SET and
483         LOCOP_SET for controlling access to /set
484
485         * include/handlers.h (mo_privs): declare message handler for
486         reporting oper privileges
487
488         * include/client.h (client_report_privs): declare function to
489         report what privileges an oper has
490
491         * ircd/m_whois.c (do_whois): fix a bug that caused /whois to
492         report that a user is an oper if the oper doing the /whois had
493         PRIV_SEE_OPERS
494
495 2000-12-17  Isomer <Isomer@coders.net>
496         * ircd/listener.c: added support for TOS twiddling as a 'feature'.
497
498 2000-12-17  Isomer <Isomer@coders.net>
499         * ircd/os_linux.c: add TOS stuffs
500
501         * ircd/listener.c: add TOS stuffs
502
503 2000-12-16  Kevin L. Mitchell  <klmitch@mit.edu>
504
505         * ircd/whocmds.c (do_who): use HasPriv to determine whether or not
506         to indicate a user is an oper
507
508         * ircd/s_user.c: clear privileges setting when deopping; don't
509         propagate +o unless user has PRIV_PROPAGATE privilege
510
511         * ircd/s_debug.c (debug_serveropts): created debug_serveropts()
512         function and replaced how the server option string is generated
513
514         * ircd/parse.c: remove conditional on CONFIG_OPERCMDS
515
516         * ircd/m_whois.c (do_whois): use HasPriv to determine whether or
517         not to indicate the user is an operator
518
519         * ircd/m_who.c: use HasPriv to determine whether or not a user
520         should be displayed in the list of opers
521
522         * ircd/m_version.c: call debug_serveropts() to get server option
523         string
524
525         * ircd/m_userip.c (userip_formatter): use HasPriv to determine
526         whether or not to show oper status
527
528         * ircd/m_userhost.c (userhost_formatter): use HasPriv to determine
529         whether or not to show oper status
530
531         * ircd/m_restart.c (mo_restart): replace ugly #ifdef conditional
532         checks with HasPriv check; remove dead code
533
534         * ircd/m_rehash.c (mo_rehash): replace ugly #ifdef conditional
535         checks with HasPriv check
536
537         * ircd/m_opmode.c (mo_opmode): use HasPriv to check permissions;
538         use feature_bool to check if disabled
539
540         * ircd/m_oper.c (m_oper): set oper priviliges
541
542         * ircd/m_mode.c (m_mode): replace #ifdef conditional with HasPriv
543         check
544
545         * ircd/m_kill.c (mo_kill): use HasPriv checks to determine if we
546         can kill
547
548         * ircd/m_kick.c (m_kick): replace #ifdef conditional with HasPriv
549         check
550
551         * ircd/m_jupe.c (mo_jupe): rework permissions checking structure;
552         use feature_bool to check if disabled
553
554         * ircd/m_join.c (m_join): remove BADCHAN conditional; replace
555         #ifdef conditional with a HasPriv check
556
557         * ircd/m_gline.c (mo_gline): rework permissions checking
558         structure; use feature_bool to check if any part is disabled
559
560         * ircd/m_die.c: replace ugly #ifdef conditionals with HasPriv
561         check; remove dead code
562
563         * ircd/m_clearmode.c: use feature_bool() to detect if we're
564         disabled; use HasPriv to figure out what we're permitted to do;
565         only allow clearmode on moded channels
566
567         * ircd/ircd_features.c: define various features; use HasPriv to
568         verify permissions to set/reset
569
570         * ircd/gline.c (gline_add): use HasPriv instead of #ifdef
571         conditionals
572
573         * ircd/client.c (client_set_privs): function to set an oper's
574         privileges
575
576         * ircd/channel.c: use HasPriv calls instead of #ifdef conditionals
577
578         * include/whocmds.h: deconditionalize several macros and
579         substitute appropriate calls to HasPriv()
580
581         * include/s_debug.h: get rid of global serveropts[]; define new
582         function debug_serveropts() to build that string on the fly
583
584         * include/ircd_features.h: define some features
585
586         * include/client.h: add privs member to struct Connection; define
587         various priviledges
588
589         * include/channel.h: no longer using IsOperOnLocalChannel; remove
590         conditional of MAGIC_OPER_OVERRIDE on OPER_WALK_THROUGH_LMODES
591
592         * doc/Configure.help: remove help information for deprecated
593         options
594
595         * config/config-sh.in: remove certain deprecated options having to
596         do with what opers can and cannot do--first stage in moving
597         compile-time constants into the .conf
598
599 2000-12-16  Isomer <Isomer@coders.net>
600         * ircd/parse.c: detect if the prefix is missing and try and recover
601         instead of coring.
602
603 2000-12-15  Kevin L. Mitchell  <klmitch@mit.edu>
604
605         * ircd/ircd_log.c: found and fixed some bugs in the debug logging
606         code that would sometimes result in the log file not being
607         reopened--which meant that a user could connect and get the
608         logging output--oops
609
610         * ircd/Makefile.in: run make depend...
611
612         * ircd/s_stats.c: get rid of report_feature_list()
613
614         * ircd/s_err.c: add the 'bad value' error message, shift error
615         messages over somewhat
616
617         * ircd/s_debug.c (debug_init): call log_debug_init with the
618         use_tty flag
619
620         * ircd/s_conf.c (read_configuration_file): unmark features before
621         reading the config file, then reset unmarked features after
622         reading the config file
623
624         * ircd/m_stats.c: use feature_report() instead of
625         report_feature_list()
626
627         * ircd/ircd_log.c: fix log_debug_file (bogus assertion); add
628         special 'mark' flags and use them; add the stuff needed by the
629         features API
630
631         * ircd/ircd_features.c: rework the features API and add gobs of
632         comments to try to explain what some of these complex functions
633         are actually doing
634
635         * include/s_stats.h: get rid of report_feature_list(); use
636         feature_report() instead
637
638         * include/numeric.h: added a new error message and shifted old
639         values over some--this is, after all, an alpha
640
641         * include/ircd_log.h: log_debug_init now takes an integer to tell
642         it if it should be using the tty; added a couple of functions
643         required by the features API
644
645         * include/ircd_features.h: add an enum and some more functions to
646         flesh out the feature API--it should now be possible to put all
647         those compile-time constants in the config file!
648
649         * ircd/send.c: got the direction of the assert incorrect...
650
651         * ircd/send.c: implement the efficiency of flush_connections by
652         creating a linked list of struct Connection's with queued data;
653         also get rid of flush_sendq_except and make sure to yank
654         connections out of the list when their sendQs become empty (notice
655         the assertion in flush_connections!)
656
657         * ircd/s_bsd.c (close_connection): must yank the Connection out of
658         the sendq list
659
660         * ircd/list.c (dealloc_connection): must yank the Connection out
661         of the sendq list
662
663         * ircd/dbuf.c (dbuf_put): call flush_connections instead of the
664         deprecated flush_sendq_except
665
666         * ircd/client.c: define a couple new helper functions for sendq
667         threading--this will make the flush_connections function in send.c
668         considerably more efficient by creating a linked list of
669         Connections that have queued data to send
670
671         * include/send.h: remove flush_sendq_except, as it's not used
672         anymore
673
674         * include/client.h: declare a couple new helper functions for the
675         sendq threading system
676
677 2000-12-14  Kevin L. Mitchell  <klmitch@mit.edu>
678
679         * ircd/m_ison.c (m_ison): Apply Diane Bruce's patch to make ISON
680         parse all arguments
681
682         * ircd/s_debug.c (count_memory): modify to report for clients and
683         connections, not local clients and remote clients
684
685         * ircd/list.c: fiddle with the client-fiddling functions to take
686         into account the divorce of struct Connection from struct Client
687
688         * ircd/ircd.c: define a struct Connection for me, initialize it,
689         and link it into the right place (ewww, globals!)
690
691         * include/client.h: remove CLIENT_{LOCAL,REMOTE}_SIZE; split
692         struct Client into struct Client and struct Connection; redefine
693         local-portion accessor macros to go through struct Client to the
694         struct Connection; define struct Connection accessor macros
695
696 2000-12-13  Kevin L. Mitchell  <klmitch@mit.edu>
697
698         * ircd/whowas.c: missed a couple of accesses to a struct Client
699
700         * ircd/uping.c: missed a couple of accesses to a struct Client
701
702         * ircd/send.c: missed a couple of accesses to a struct Client
703
704         * ircd/s_user.c: missed a couple of accesses to a struct Client
705
706         * ircd/s_misc.c: missed a couple of accesses to a struct Client
707
708         * ircd/s_conf.c: missed a couple of accesses to a struct Client
709
710         * ircd/s_bsd.c: missed a couple of accesses to a struct Client
711
712         * ircd/s_auth.c: missed a couple of accesses to a struct Client
713
714         * ircd/res.c: missed a couple of accesses to a struct Client
715
716         * ircd/parse.c: missed a couple of accesses to a struct Client
717
718         * ircd/m_whois.c: use new accessor macros for struct Client
719
720         * ircd/m_who.c: use new accessor macros for struct Client
721
722         * ircd/m_wallchops.c: use new accessor macros for struct Client
723
724         * ircd/m_version.c: use new accessor macros for struct Client
725
726         * ircd/m_userip.c: use new accessor macros for struct Client
727
728         * ircd/m_userhost.c: use new accessor macros for struct Client
729
730         * ircd/m_user.c: use new accessor macros for struct Client
731
732         * ircd/m_uping.c: use new accessor macros for struct Client
733
734         * ircd/m_trace.c: use new accessor macros for struct Client
735
736         * ircd/m_topic.c: use new accessor macros for struct Client
737
738         * ircd/m_time.c: use new accessor macros for struct Client
739
740         * ircd/m_stats.c: use new accessor macros for struct Client
741
742         * ircd/m_squit.c: use new accessor macros for struct Client
743
744         * ircd/m_silence.c: use new accessor macros for struct Client
745
746         * ircd/m_server.c: use new accessor macros for struct Client;
747         remove dead code
748
749         * ircd/m_rpong.c: use new accessor macros for struct Client
750
751         * ircd/m_rping.c: use new accessor macros for struct Client
752
753         * ircd/m_quit.c: use new accessor macros for struct Client
754
755         * ircd/m_privmsg.c: use new accessor macros for struct Client
756
757         * ircd/m_pong.c: use new accessor macros for struct Client; remove
758         dead code
759
760         * ircd/m_ping.c: use new accessor macros for struct Client
761
762         * ircd/m_pass.c: use new accessor macros for struct Client
763
764         * ircd/m_part.c: use new accessor macros for struct Client
765
766         * ircd/m_oper.c: use new accessor macros for struct Client
767
768         * ircd/m_notice.c: use new accessor macros for struct Client
769
770         * ircd/m_nick.c: use new accessor macros for struct Client
771
772         * ircd/m_names.c: use new accessor macros for struct Client
773
774         * ircd/m_mode.c: use new accessor macros for struct Client
775
776         * ircd/m_map.c: use new accessor macros for struct Client
777
778         * ircd/m_list.c: use new accessor macros for struct Client
779
780         * ircd/m_links.c: use new accessor macros for struct Client;
781         remove some dead code
782
783         * ircd/m_kill.c: use new accessor macros for struct Client; remove
784         some dead code
785
786         * ircd/m_kick.c: use new accessor macros for struct Client
787
788         * ircd/m_join.c: use new accessor macros for struct Client; remove
789         some dead code
790
791         * ircd/m_ison.c: use new accessor macros for struct Client
792
793         * ircd/m_invite.c: use new accessor macros for struct Client
794
795         * ircd/m_info.c: use new accessor macros for struct Client
796
797         * ircd/m_gline.c: use new accessor macros for struct Client
798
799         * ircd/m_error.c: use new accessor macros for struct Client
800
801         * ircd/m_create.c: use new accessor macros for struct Client
802
803         * ircd/m_connect.c: use new accessor macros for struct Client;
804         removed some dead code
805
806         * ircd/m_burst.c: use new accessor macros for struct Client
807
808         * ircd/m_away.c: use new accessor macros for struct Client
809
810         * ircd/m_admin.c: use new accessor macros for struct Client
811
812         * ircd/hash.c: missed a couple of accesses to a struct Client
813
814         * ircd/gline.c: missed a couple of accesses to a struct Client
815
816         * ircd/crule.c: missed a couple of accesses to a struct Client
817
818         * ircd/class.c: missed an access to a struct Client
819
820         * ircd/channel.c: missed a couple of accesses to a struct Client
821
822         * ircd/IPcheck.c: missed an access to a struct Client
823
824         * include/querycmds.h: fix a couple of stats macros to use
825         structure accessor macros
826
827         * include/client.h: change structure member names to highlight any
828         places in the code I've missed
829
830 2000-12-12  Kevin L. Mitchell  <klmitch@mit.edu>
831
832         * ircd/whowas.c: use new struct Client accessor macros
833
834         * ircd/whocmds.c: use new struct Client accessor macros
835
836         * ircd/send.c: use new struct Client accessor macros
837
838         * ircd/s_user.c: use new struct Client accessor macros; removed
839         some dead code
840
841         * ircd/s_serv.c: use new struct Client accessor macros; removed
842         some dead code
843
844         * ircd/s_numeric.c: use new struct Client accessor macros
845
846         * ircd/s_misc.c: use new struct Client accessor macros
847
848         * ircd/s_debug.c: use new struct Client accessor macros
849
850         * ircd/s_conf.c: use new struct Client accessor macros
851
852         * ircd/s_bsd.c: use new struct Client accessor macros
853
854         * ircd/s_auth.c: use new struct Client accessor macros
855
856         * ircd/parse.c: use new struct Client accessor macros
857
858         * ircd/packet.c: use new struct Client accessor macros
859
860         * ircd/numnicks.c: use new struct Client accessor macros
861
862         * ircd/motd.c: use new struct Client accessor macros
863
864         * ircd/listener.c: use new struct Client accessor macros
865
866         * ircd/list.c: use new struct Client accessor macros
867
868         * ircd/jupe.c: use new struct Client accessor macros
869
870         * ircd/ircd_snprintf.c: use new struct Client accessor macros
871
872         * ircd/ircd_reply.c: use new struct Client accessor macros
873
874         * ircd/ircd_relay.c: use new struct Client accessor macros
875
876         * ircd/ircd.c: use new struct Client accessor macros
877
878         * ircd/gline.c: catch some instances of me.<stuff> I missed
879         previously
880
881         * ircd/client.c: use cli_ instead of con_
882
883         * ircd/class.c: use cli_ instead of con_
884
885         * ircd/channel.c: use cli_ instead of con_
886
887         * ircd/IPcheck.c: use cli_ instead of con_; catch some instances
888         of me.<stuff> I missed previously
889
890         * include/client.h: use cli_ instead of con_...seemed like a good
891         idea at the time *shrug*
892
893 2000-12-11  Kevin L. Mitchell  <klmitch@mit.edu>
894
895         * ircd/hash.c: use struct Client accessor macros
896
897         * ircd/gline.c: use struct Client accessor macros
898
899         * ircd/crule.c: use struct Client accessor macros
900
901         * ircd/client.c: use struct Client accessor macros; remove some
902         dead code
903
904         * ircd/class.c: use struct Client accessor macros
905
906         * ircd/channel.c: use struct Client accessor macros; remove some
907         dead code
908
909         * ircd/IPcheck.c: use struct Client accessor macros
910
911         * include/numnicks.h: use struct Client accessor macros
912
913         * include/client.h: first step to divorcing struct Client and
914         struct Connection--define accessor macros and use them
915
916         * ircd/gline.c: When Uworld removed Uworld-set G-lines, only the
917         uplink would remove them.  This is because the removal protocol
918         message wasn't being sent to the uplinks.  This is fixed by fixing
919         propagate_gline() to send the proper number of arguments depending
920         on whether or not we're adding or deleting the Uworld gline, and
921         by having gline_deactivate() make sure to turn off the active bit
922         and call propagate_gline() if it's a Uworld gline
923
924 2000-12-10  Kevin L. Mitchell  <klmitch@mit.edu>
925
926         * ircd/os_generic.c: make sure IOV_MAX gets defined, just in case
927
928         * ircd/os_bsd.c: apparently BSD doesn't have IOV_MAX defined
929         anywhere intelligent...
930
931 2000-12-09  Kevin L. Mitchell  <klmitch@mit.edu>
932
933         * ircd/send.c (send_queued): call deliver_it with appropriate
934         arguments
935
936         * ircd/s_serv.c: reorder a couple of headers--cosmetic
937
938         * ircd/s_bsd.c (deliver_it): make deliver_it work with a struct
939         MsgQ
940
941         * ircd/os_solaris.c (os_sendv_nonb): function for calling writev
942         with appropriate iovec
943
944         * ircd/os_linux.c (os_sendv_nonb): function for calling writev
945         with appropriate iovec
946
947         * ircd/os_generic.c (os_sendv_nonb): function for calling writev
948         with appropriate iovec
949
950         * ircd/os_bsd.c (os_sendv_nonb): function for calling writev with
951         appropriate iovec
952
953         * ircd/msgq.c (msgq_mapiov): add a len_p argument for totalling up
954         exactly how much we're trying to write out to the fd
955
956         * include/s_bsd.h: make deliver_it take a struct MsgQ
957
958         * include/msgq.h: add a len_p argument to msgq_mapiov to help
959         detect short writes that indicate possible socket blocking
960
961         * include/ircd_osdep.h: declare os_sendv_nonb()
962
963         * ircd/channel.c (modebuf_mode): don't add empty modes...
964
965 2000-12-08  Kevin L. Mitchell  <klmitch@mit.edu>
966
967         * include/send.h: add prio argument to send_buffer to select
968         between normal and priority queues
969
970         * ircd/s_user.c (send_user_info): add prio argument to send_buffer
971         call
972
973         * ircd/m_ison.c (m_ison): add prio argument to send_buffer call
974
975         * ircd/ircd_reply.c (send_reply): add prio argument to send_buffer
976         call
977
978         * ircd/channel.c (send_channel_modes): add prio argument to
979         send_buffer call
980
981         * ircd/send.c (send_buffer): add a prio argument to select the
982         priority queue; update send.c functions to use it
983
984         * ircd/msgq.c (msgq_add): remove msgq_prio; fold msgq_link and
985         msgq_add; add a prio argument to msgq_add to select the priority
986         queue
987
988         * include/msgq.h: remove msgq_prio; add a prio argument to
989         msgq_add
990
991         * ircd/send.c: remove sendbuf; remove GODMODE code; switch to
992         using msgq functions instead of dbuf functions; remove old, dead
993         sendto_* functions; redo send_buffer to take a struct MsgBuf;
994         rework sendcmdto_* functions to make use of the new struct MsgBuf
995
996         * ircd/s_user.c: remove hunt_server; restructure send_user_info to
997         make appropriate use of struct MsgBuf
998
999         * ircd/s_debug.c (count_memory): count memory used by the MsgQ
1000         system and report it
1001
1002         * ircd/s_conf.c (read_configuration_file): use
1003         sendto_opmask_butone instead of the now dead sendto_op_mask
1004
1005         * ircd/s_bsd.c: switch to using appropriate MsgQLength and other
1006         calls on sendQ
1007
1008         * ircd/parse.c (parse_server): get rid of a piece of GODMODE code
1009
1010         * ircd/msgq.c: add msgq_append and msgq_bufleft; fix a bug in
1011         msgq_clean
1012
1013         * ircd/m_version.c: fix spelling in comments marking dead code
1014
1015         * ircd/m_userip.c (userip_formatter): restructure to make use of
1016         struct MsgBuf
1017
1018         * ircd/m_userhost.c (userhost_formatter): restructure to make use
1019         of struct MsgBuf
1020
1021         * ircd/m_stats.c: use MsgQLength on a sendQ
1022
1023         * ircd/m_settime.c: use MsgQLength instead of DBufLength on a
1024         sendQ; mark a piece of dead code
1025
1026         * ircd/m_names.c: use send_reply instead of sendto_one
1027
1028         * ircd/m_mode.c: use new mode; remove old dead code
1029
1030         * ircd/m_ison.c (m_ison): restructure to make use of struct MsgBuf
1031
1032         * ircd/m_burst.c: use BUFSIZE instead of IRC_BUFSIZE; remove old
1033         dead code
1034
1035         * ircd/listener.c (accept_connection): use sendto_opmask_butone
1036         instead of sendto_op_mask
1037
1038         * ircd/list.c (free_client): use MsgQClear to clear sendQ
1039
1040         * ircd/ircd_reply.c: remove send_error_to_client; restructure
1041         send_reply to make use of struct MsgBuf
1042
1043         * ircd/dbuf.c (dbuf_put): remove argument to flush_sendq_except,
1044         since its no longer used (at least currently)
1045
1046         * ircd/channel.c: restructure send_channel_modes to make use of
1047         struct MsgBuf; remove set_mode, add_token_to_sendbuf, cancel_mode,
1048         and send_hack_notice; use BUFSIZE instead of IRC_BUFSIZE
1049
1050         * ircd/Makefile.in: add msgq.c to list of sources; run make depend
1051
1052         * ircd/IPcheck.c: use sendcmdto_one instead of sendto_one
1053
1054         * include/send.h: send_buffer now takes a struct MsgBuf * instead
1055         of a char *; flush_sendq_except now takes no arguments, as sendq
1056         flushing currently only happens in dbuf.h and sendQ is a struct
1057         MsgQ; remove prototypes for a lot of old sendto_* functions that
1058         aren't used anymore; remove sendbuf and IRC_BUFSIZE--the former is
1059         no longer needed, and the latter is identical to BUFSIZE in
1060         ircd_defs.h
1061
1062         * include/s_user.h: make InfoFormatter take a struct MsgBuf*
1063         instead of a char *; also make it return void, instead of char *
1064
1065         * include/msgq.h: add msgq_append and msgq_bufleft functions
1066
1067         * include/client.h: use a struct MsgQ instead of a struct DBuf for
1068         sendq
1069
1070         * doc/Configure.help: Remove help for compile-time options that
1071         have gone away
1072
1073         * config/config-sh.in: remove CONFIG_NEWMODE
1074
1075         * ircd/m_server.c (mr_server): don't send server IPs in any server
1076         notices
1077
1078         * ircd/msgq.c (msgq_vmake): add \r\n to messages
1079
1080 2000-12-07  Kevin L. Mitchell  <klmitch@mit.edu>
1081
1082         * include/msgq.h: declare the MsgQ API
1083
1084         * ircd/msgq.c: implementation of new MsgQ system
1085
1086 2000-12-06  Kevin L. Mitchell  <klmitch@mit.edu>
1087
1088         * ircd/ircd_features.c: #include was supposed to be for
1089           ircd_features.h, not features.h--missed when I had to do a
1090           rename because of namespace collision
1091
1092 2000-12-05  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1093         * ircd/m_topic.c: Added missing braces that caused all remote
1094           topics to be ignored.
1095
1096 2000-12-04  Kevin L. Mitchell  <klmitch@mit.edu>
1097
1098         * ircd/m_create.c: I'm tired of the exit_client warning :)
1099         (ms_create): discovered that exit_client() was being called with
1100         too few arguments
1101
1102         * ircd/s_misc.c (exit_client): remove all dependance on
1103         FNAME_USERLOG, since that's now gone; log only to LS_USER
1104
1105         * ircd/s_debug.c: USE_SYSLOG no longer means anything
1106
1107         * ircd/m_oper.c (m_oper): no longer log to LS_OPERLOG--we already
1108         log to LS_OPER
1109
1110         * ircd/m_kill.c: no longer conditionalize on SYSLOG_KILL
1111
1112         * ircd/ircd_log.c: remove LS_OPERLOG, LS_USERLOG
1113
1114         * include/ircd_log.h: remove LS_OPERLOG, LS_USERLOG--they serve
1115         the same purpose as LS_USER and LS_OPER
1116
1117         * config/config-sh.in: remove no longer relevant log config
1118         variables
1119
1120         * ircd/uping.c (uping_init): use log_write instead of ircd_log
1121
1122         * ircd/s_misc.c (exit_client): use log_write instead of ircd_log
1123
1124         * ircd/s_conf.c: use log_write instead of ircd_log
1125
1126         * ircd/s_bsd.c (report_error): use log_write instead of ircd_log
1127
1128         * ircd/s_auth.c (timeout_auth_queries): use log_write instead of
1129         ircd_log
1130
1131         * ircd/res.c (send_res_msg): use log_write instead of ircd_log
1132
1133         * ircd/m_who.c: use log_write instead of write_log; no longer
1134         conditionalize on WPATH; mark dead ircd_log calls
1135
1136         * ircd/m_uping.c: mark dead ircd_log call
1137
1138         * ircd/m_server.c (mr_server): use log_write instead of ircd_log
1139
1140         * ircd/m_restart.c: use log_write instead of ircd_log; mark dead
1141         ircd_log calls
1142
1143         * ircd/m_rehash.c (mo_rehash): use log_write instead of ircd_log
1144
1145         * ircd/m_oper.c: use log_write instead of ircd_log; no longer
1146         conditionalize on FNAME_OPERLOG; mark dead ircd_log calls
1147
1148         * ircd/m_kill.c: mark dead ircd_log calls
1149
1150         * ircd/m_connect.c: use log_write instead of ircd_log; mark dead
1151         ircd_log
1152
1153         * ircd/m_clearmode.c: use log_write instead of write_log; no
1154         longer conditionalize on OPATH
1155
1156         * ircd/jupe.c: use log_write instead of write_log; no longer
1157         conditionalize on JPATH
1158
1159         * ircd/ircd_log.c: add USER subsystem; remove ircd_log() compat
1160         function; fix a couple of bugs
1161
1162         * ircd/ircd_alloc.c: fixed a comment
1163
1164         * ircd/ircd.c: use log_write instead of ircd_log; fold server
1165         notice generation in a couple of cases
1166
1167         * ircd/gline.c: use log_write instead of write_log; no longer
1168         conditionalize on GPATH
1169
1170         * ircd/channel.c (modebuf_flush_int): use log_write instead of
1171         write_log; no longer conditionalize on OPATH
1172
1173         * ircd/Makefile.in: run make depend, since dependencies have
1174         changed
1175
1176         * doc/example.conf: add system USER to documentation
1177
1178         * include/ircd_log.h: add system USER; remove old ircd_log()
1179         declarations
1180
1181 2000-12-04  Isomer <isomer@coders.net>
1182         * ircd/m_names.c: Add NAMES_EON to do_names to say add a
1183         'end_of_names' reply when done.
1184         * ircd/m_join.c: use NAMES_EON as mentioned above
1185
1186 2000-12-01  net  <simms@LUCIDA.QC.CA>
1187
1188         * ircd/motd.c: add a freelist for struct Motds
1189
1190 2000-11-30  Kevin L. Mitchell  <klmitch@mit.edu>
1191
1192         * ircd/s_stats.c (report_feature_list): report features--only
1193         local opers can see logging configuration, since it doesn't really
1194         mean anything to users
1195
1196         * ircd/s_err.c: add reply messages for new feature subsystem
1197
1198         * ircd/s_conf.c: add F lines to .conf
1199
1200         * ircd/parse.c: add the message descriptions for /set, /reset, and
1201         /get
1202
1203         * ircd/m_stats.c: add /stats f
1204
1205         * ircd/m_set.c (mo_set): implement /set
1206
1207         * ircd/m_reset.c (mo_reset): implement /reset
1208
1209         * ircd/m_rehash.c: /rehash m now flushes MOTD cache, and /rehash l
1210         reopens log files (for log file rotation)
1211
1212         * ircd/m_get.c (mo_get): implement /get
1213
1214         * ircd/ircd_log.c: use int instead of void return value; add
1215         log_report_features() and log_canon(); fix a function that
1216         disappears if DEBUGMODE not #define'd
1217
1218         * ircd/ircd_features.c: functions to manipulate feature settings
1219         either from the config file or with the new /set, /reset, and /get
1220         commands
1221
1222         * ircd/Makefile.in: add new .c files, run make depend
1223
1224         * include/s_stats.h: declare report_feature_list() (/stats f
1225         handler)
1226
1227         * include/numeric.h: add RPL_STATSFLINE, RPL_FEATURE,
1228         ERR_NOFEATURE, ERR_BADLOGTYPE, ERR_BADLOGSYS, and ERR_BADLOGVALUE
1229         reply numerics
1230
1231         * include/msg.h: add defines for SET, RESET, and GET
1232
1233         * include/ircd_log.h: add a function to canonicalize subsystem
1234         names; change some void return values to int
1235
1236         * include/ircd_features.h: new features subsystem handles all the
1237         manipulation of special features, like log files
1238
1239         * include/handlers.h: declare new mo_{s,res,g}et message handlers
1240         for fiddling with features run-time
1241
1242         * include/client.h (SNO_DEFAULT): don't set SNO_DEBUG by default;
1243         seemed like a good idea at the time...
1244
1245         * doc/example.conf: document new F lines
1246
1247 2000-11-29  Kevin L. Mitchell  <klmitch@mit.edu>
1248
1249         * ircd/s_debug.c: rewrite debug_init() and vdebug() in terms of
1250         new logging functions, which have special support for the debug
1251         log; added loop detection to vdebug(), so that I can
1252         sendto_opmask_butone() from log_vwrite() without incurring another
1253         call to vdebug()
1254
1255         * ircd/s_conf.c (rehash): call log_reopen() from rehash routine;
1256         this allows log file rotations
1257
1258         * ircd/m_kill.c: call log_write_kill() instead of ircd_log_kill()
1259
1260         * ircd/ircd_log.c: much more work fleshing out the interface;
1261         removed old interface; included backwards-compat ircd_log()
1262         function that logs to subsystem LS_OLDLOG
1263
1264         * ircd/ircd.c: switch to new log_init()/log_close()/log_reopen()
1265         functions
1266
1267         * include/ircd_log.h: include stdarg.h for va_list; move ordering
1268         warning to top of file; fill out LogSys enum; declare new
1269         log_debug_init(), log_vwrite(), log_write_kill(), and
1270         log_[sg]et_*() functions; add flags argument to log_write();
1271         defined flags to inhibit various logging actions
1272
1273         * include/client.h: added support for new SNO_DEBUG, enabled only
1274         if DEBUGMODE is defined
1275
1276 2000-11-28  Kevin L. Mitchell  <klmitch@mit.edu>
1277
1278         * ircd/ircd_log.c: make sure the various LOG_* constants are
1279         defined (probably not needed, since #include <syslog.h> isn't
1280         conditional); various static data needed for the new logging
1281         functions; definitions of new logging functions
1282
1283         * include/ircd_log.h: new LogSys enum, declarations for part of
1284         new logging API
1285
1286         * ircd/motd.c: we were setting type to MOTD_CLASS unconditionally,
1287         which was of course stupid; switched to using switch/case in
1288         initialization in motd_create(); zero the MotdList.other pointer
1289         from motd_clear()
1290
1291         * ircd/ircd.c (main): motd_init() has to come before init_conf(),
1292         or we overwrite init_conf()'s hard work with respect to T-lines
1293
1294 2000-11-27  Kevin L. Mitchell  <klmitch@mit.edu>
1295
1296         * ircd/s_stats.c: comment out report_motd_list and include a
1297         reference to motd_report()
1298
1299         * ircd/s_conf.c: rip out the old MOTD manipulation functions; call
1300         motd_add() from the conf parser; call motd_clear() from the rehash
1301         routine; remove the no longer needed memory clearing and reloading
1302         stuff from the rehash service routine
1303
1304         * ircd/motd.c: loads new API, including static internal functions
1305         to do allocation/deallocation, etc.
1306
1307         * ircd/m_stats.c: use new motd_report() instead of
1308         report_motd_list()
1309
1310         * ircd/m_motd.c: use new syntax for motd_send()
1311
1312         * ircd/ircd.c: use new motd_init() function
1313
1314         * ircd/Makefile.in (SRC): forgot to add motd.c to SRC in
1315         Makefile.(in); also ran make depend
1316
1317         * include/motd.h: don't need config.h, but now do need time.h;
1318         define new structures and constants; redefine old API and define
1319         new functions
1320
1321 2000-11-22  Kevin L. Mitchell  <klmitch@mit.edu>
1322
1323         * ircd/s_user.c (register_user): use motd_signon() instead of
1324         calling m_motd; much cleaner this way
1325
1326         * ircd/motd.c: write the new motd_* stuff to make MOTD handling
1327         less of a crock
1328
1329         * ircd/m_motd.c: rewrite m{,s}_motd to call out to new motd_*
1330         functions
1331
1332         * include/motd.h: define new MOTD API stuff
1333
1334 2000-11-20  Kevin L. Mitchell  <klmitch@mit.edu>
1335
1336         * ircd/ircd_reply.c (protocol_violation): rewrite
1337         protocol_violation so it'll actually work
1338
1339         oh, yeah, use %s -> cptr->name, instead of %c -> cptr, so we get
1340         the client's real name in there.
1341
1342         * ircd/m_motd.c (m_motd): Iso's addition of get_client_class(sptr)
1343         resulted in core dumps if NODEFAULTMOTD is defined, because m_motd
1344         gets called from register_user with a NULL sptr.  This is probably
1345         a design problem, but this bandaid will do for now...
1346
1347 2000-11-19  Isomer <isomer@coders.net>
1348         * ircd/ircd_reply.c: added 'protocol_violation', thus alerting us
1349         to problems in the server<->server protocol.
1350
1351         * ircd/m_connect.c: allow remote connects with a port of '0'
1352         meaning to use the port in the config file.
1353
1354         * ircd/m_create.c: Enable hacking protection, lets see how far we
1355         get.
1356
1357         * ircd/m_error.c: The RFC says never accept ERROR from unreg'd
1358         clients, so we don't any more.
1359
1360         * ircd/m_kill.c: The kill path is now made up of numnicks of servers,
1361         and the user@host is displayed of the victim.
1362
1363         * ircd/m_map.c: reloaded 'dump_map'.
1364
1365         * ircd/m_trace.c: allow per class T:
1366
1367         * ircd/m_stats.c: allow local opers /remote stats anywhere on the 'net.
1368
1369 2000-11-17  Isomer <isomer@coders.net>
1370
1371         * ircd/m_topic.c: Fixed bug where we'd only send to clients topics
1372         that were the *same* instead of different.  Oh the embarrasment!
1373
1374         * ircd/IPcheck.c: Merged net's fix.
1375
1376 2000-11-02  Kevin L. Mitchell  <klmitch@mit.edu>
1377
1378         * ircd/m_whois.c: remove compiler warning by adding a newline to
1379         end of file
1380
1381         * ircd/m_names.c: moved the flags up to s_user.h
1382
1383         * ircd/m_join.c: call do_names instead of m_names; restructure
1384         ms_join to never transmute a JOIN into a CREATE, but use the TS in
1385         the JOIN (if present) to timestamp the channel
1386
1387         * ircd/channel.c: send JOINs individually, instead of grouping
1388         them, so that we can send the channel's creation time
1389
1390         * include/s_user.h: declare do_names()
1391
1392 2000-10-30  Isomer <isomer@coders.net>
1393         * ircd/m_oper.c: Fixed warning
1394
1395 2000-10-30  Isomer <isomer@coders.net>
1396         * ircd/m_oper.c: Fixed over agressive cut and no paste
1397
1398 2000-10-30  Isomer <isomer@coders.net>
1399
1400         * ircd/m_topic.c: Restructured, fixed bug where topics on local
1401         channels are propergated (I forget who pointed this out to me, but
1402         thanks anyway).  Also to save bandwidth don't send the topic to
1403         users if the topic is already the same on the server (but still
1404         propergate to other servers).  X/W's "autotopic" feature must
1405         chew a lot of bandwidth, hopefully this will help reduce this.
1406
1407         * doc/rfc1459.rfc: Updated documentation on /topic.
1408
1409         * ircd/listener.c: snotice warnings about failed accept()'s
1410         potentially warning admins that they're running out of fd's.
1411
1412         * ircd/stats.c, ircd/class.c: Removed /stats v, added number of
1413         people in a class in /stats y
1414
1415         * ircd/m_create.c: Checks for timewarp hacking and squit's
1416         evil servers. (currently disabled)
1417         
1418
1419 2000-10-30  net <simms@lucida.qc.ca>
1420         
1421         * ircd/gline.c: Fixed various bugs Isomer left behind.
1422
1423 2000-10-26  Kevin L. Mitchell  <klmitch@mit.edu>
1424
1425         * ircd/m_join.c (m_join): reply on attempt to join a BADCHANed
1426         channel is now ERR_BANNEDFROMCHAN instead of ERR_BADCHANNAME
1427
1428 2000-10-24  Kevin L. Mitchell  <klmitch@mit.edu>
1429
1430         * ircd/channel.c: ok, now last mode rules; mode +ps will always
1431         result in +s (and won't send a mode if the channel is already +s);
1432         mode +sp will always result in +p; -n+n on a +n channel results in
1433         no mode change; -n+n on a -n channel results in a +n mode change;
1434         etc.
1435
1436 2000-10-23  Kevin L. Mitchell  <klmitch@mit.edu>
1437
1438         * ircd/channel.c: add "add" and "del" elements to ParseState to
1439         avoid not-too-pretty -p+s when +s is sufficient; fix a bug in
1440         mode_parse_limit that caused it to clear all channel modes
1441         prematurely; restructure mode_parse_mode to avoid calling
1442         modebuf_mode too early (ties in with first mentioned change);
1443         better logic for +p/+s mutual exclusivity; initialize "add" and
1444         "del" elements in mode_parse; send simple modes down to
1445         modebuf_mode after the loop in mode_parse
1446
1447 2000-09-28  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1448         * ircd/m_names.c: Fixed a non-lethal logic error that 
1449         triggers an assert() in find_member_link while debugging.
1450         (Spotted by Maniac-).
1451 2000-09-19  Thomas Helvey <helveytw@home.com>
1452         * ircd/s_conf.c: move K:lines to their own list and data
1453         structures, add supporting code.
1454         * ircd/m_stats.c: cleanup stats processing a bit move
1455         kline listing code to a new function, haven't figured
1456         out where it goes yet tho'
1457         * ircd/s_stats.c: added K:line bulk lister
1458         * include/s_conf.h: added new DenyConf struct
1459         * *[ch]: fixeup code that depended on changes
1460
1461 2000-09-17  Thomas Helvey <helveytw@home.com>
1462         * ircd/class.c: encapsulate class list
1463         * include/class.h: clean up classes
1464         * * fixup code that depended on changes
1465
1466 2000-09-17  Thomas Helvey <helveytw@home.com>
1467         * ircd/s_conf.c: add me to local conf
1468         * include/s_conf.h: move CONF_ME macro to chkconf.c
1469         * ircd/s_bsd.c: cleanup initialization, allow virtual host
1470         to be changed by rehash
1471
1472 2000-09-17  Thomas Helvey <helveytw@home.com>
1473         * include/class.h: add missing prototype
1474         * ircd/class.c: make argument to get_conf_class const
1475
1476 2000-09-17  Thomas Helvey <helveytw@home.com>
1477         * ircd/*.c: merged in changes from 2.10.10.pl12, cleanup
1478         merge conflicts.
1479         * ircd/*.h: merged in changes from 2.10.10.pl12, cleanup
1480         merge conflicts
1481
1482 2000-09-16  Thomas Helvey <helveytw@home.com>
1483         * ircd/s_conf.c: add code for server struct
1484         * ircd/client.c: copy of class.c sort of, new file for client
1485         specific operations, will move things here as appropriate,
1486         currently only one function is exported from here.
1487         * ircd/*.c: general logic cleanups, convert negatives to
1488         positives in places.
1489
1490 2000-09-16  Thomas Helvey <helveytw@home.com>
1491         * ircd/s_conf.c: add code for new crule data structs, strip quotes
1492         * ircd/crule.c: clean up scary casting a bit, type safety stuff
1493         * include/s_conf.h: add CRuleConf struct and support, remove
1494         unused constants
1495         * include/crule.h: type safety cleanups
1496         * ircd/*.c: fixup code that depended on stuff I changed
1497
1498 2000-09-15  Thomas Helvey <helveytw@home.com>
1499         * ircd/s_conf.c: start adding code for new conf data structs, changed
1500         listeners, admin line, motd lines, class lines. Move validate_hostent
1501         to resolver. General mayhem.
1502         * include/s_conf.h: new data structs and accessors
1503         * ircd/res.c: move validate_hostent here, rewrite, use regular
1504         expression for validation.
1505         * doc/example.conf: update docs for port
1506
1507 2000-09-14  Thomas Helvey <helveytw@home.com>
1508         * ircd/s_conf.c (conf_init): rewrite conf file parser, start to break
1509         up conf_init into managable chunks.
1510         * ircd/listener.c (set_listener_mask): fix logic bug core dump.
1511         * include/s_conf.h: add new data struct for local info (unwinding the mess).
1512
1513 2000-09-13  Thomas Helvey <helveytw@home.com>
1514         * ircd/list.c: put Clients in free lists, pre-allocate MAXCONNECTIONS
1515         local clients.
1516         * ircd/list.c: put SLinks in free lists
1517         * ircd/channel.c: put Memberships in free lists
1518         * ircd/ircd.c: rearrange initializations a bit in main
1519         Note: With these changes, ircd NEVER frees Clients, SLinks or
1520         Memberships. It will also rarely need to allocate new
1521         ones during net bursts and other disruptions. This should
1522         cut down on memory fragmentation a bit as well.
1523
1524 2000-08-30  Kevin L. Mitchell  <klmitch@mit.edu>
1525
1526         * ircd/m_names.c (do_names): pull-up from do_names fix in
1527         u2.10.10.pl11
1528
1529 2000-07-15  Perry Lorier       <Isomer@coders.net>
1530         * various: IP only k:'s and G:'s now do bit tests instead of two(!) 
1531                  match()'s.  Major Major cpu savings.  Also speed up the
1532                  other case slightly.  As a side effect you can now
1533                  k/Gline *@10.0.0.0/8.  I'll do bans tomorrow, it's nearing
1534                  3am.
1535
1536 2000-07-15  Perry Lorier       <Isomer@coders.net>
1537         * various: Fixed warnings after compiling on an alpha.
1538 2000-07-09  Perry Lorier       <Isomer@coders.net>
1539         * doc/ircd.8: Applied grammitical changes by Liandrin, applied
1540                       changes suggested by various other people.
1541         * ircd/IPcheck.c: More bug fixes.  Current problem appears to be
1542                         that it gets a corrupt entry somehow.
1543 2000-07-09  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1544         * ircd/m_oper.c: Clean up compiler warning.
1545
1546 2000-07-08  Perry Lorier       <Isomer@coders.net>
1547         * doc/ircd.8: Updated the documentation, it was slightly out of date
1548                       being updated around 1989.
1549         * ircd/m_whois.c: Rewrote for clarity, and probably a bit more speed.
1550                           fixed a few minor glitches.
1551         * doc/rfc1459.unet: Updated.
1552         * ircd/IPcheck.c: Fixed more bugs.
1553         * ircd/s_bsd.c: We now keep track of servers we've conected.
1554
1555 2000-07-02  Perry Lorier       <Isomer@coders.net>
1556         * ircd/s_misc.c: Fixed remote IPcheck bug.  Ok, I'm a moron, so sue
1557                         me.  Thanks to Hektik, thanks thanks thanks thanks
1558                         thanks thanks thanks thanks thank thanks thank thanks
1559
1560 2000-07-01  Perry Lorier       <Isomer@coders.net>
1561         * ircd/s_conf.c: "Fixed" the "bug" where people would "evade" K:'s.
1562         * ircd/s_conf.c, include/IPcheck.h: Fixed compile warnings.
1563
1564 2000-06-22  Perry Lorier       <Isomer@coders.net>
1565         * ircd/IPcheck.c: Large chunks redone.
1566         * ircd/s_conf.c: Changes due to IPcheck - ONE nolonger supported,
1567                         single AND double digit limits are allowed now.
1568         * misc other: Changes to IPcheck.
1569
1570 2000-06-30  Perry Lorier       <Isomer@coders.net>
1571         * ircd/ircd.c: Fix command line parameter bugs.
1572
1573 2000-06-30  Perry Lorier       <Isomer@coders.net>
1574         * ircd/m_kill.c: Fixed bug with LOCAL_KILL_ONLY
1575         * ircd/m_nick.c: Tidied things up.
1576
1577 2000-06-12 Joseph Bongaarts <foxxe@trms.com>
1578         * ircd/m_stats.c: Iso forgot mo_stats when he added /stats v
1579         
1580 2000-05-29  Perry Lorier       <Isomer@coders.net>
1581         * ircd/m_stats.c: add /stats v to do only the last part of the /trace
1582         * ircd/IPcheck.c: Cosmetic change, if we meddle with it enough do
1583                         you think it'll get bored and fix itself?
1584
1585 2000-06-09  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1586
1587         * ircd/m_names.c: Clean up compiler warnings.
1588
1589 2000-06-09  Kevin L. Mitchell  <klmitch@mit.edu>
1590
1591         * ircd/channel.c (mode_parse_client): don't send warning if
1592         there's not enough arguments for a +/-o/v; means the habit of
1593         doing "/mode #channel +oooooo bob" doesn't result in a bunch of
1594         error messages
1595
1596 2000-06-04  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1597
1598         * ircd/m_names.c: Re-factor code to remove unneccessary
1599         GlobalChannelList iteration every time someone joins a channel.
1600
1601 2000-06-02  Kevin L. Mitchell  <klmitch@mit.edu>
1602
1603         * ircd/s_user.c: add struct Gline * argument to register_user;
1604         look up global glines and repropagate them if necessary; send
1605         acknowledgement of gline to remote servers when registering users
1606
1607         * ircd/s_serv.c (server_estab): don't send acknowledgement of
1608         local glines to remote servers; do send gline acknowledgement of
1609         bursted users
1610
1611         * ircd/m_user.c (m_user): pass new struct Gline * argument to
1612         register_user
1613
1614         * ircd/m_pong.c: pass new struct Gline * argument to register_user
1615
1616         * ircd/m_nick.c (ms_nick): document protocol change
1617
1618         * ircd/gline.c: support GLINE_LASTMOD
1619
1620         * include/s_user.h: add struct Gline * argument to register_user
1621
1622         * include/gline.h: add GLINE_LASTMOD to look up non-zero lastmods
1623
1624         * ircd/s_conf.c (find_kill): add unsigned int argument to
1625         gline_lookup()
1626
1627         * ircd/gline.c: add GLINE_GLOBAL to lookup or find only global
1628         glines; add unsigned int argument to gline_lookup()
1629
1630         * include/gline.h: add GLINE_GLOBAL flag; add unsigned int
1631         argument to gline_lookup()
1632
1633         * ircd/m_server.c: Resend jupe only when there is no %<lastmod>
1634         parameter, or when it falls out of bounds: see comments prior to
1635         call to jupe_resend(); call server_estab with struct Jupe
1636         parameter, so that we place the appropriate %<lastmod> in the
1637         appropriate place.
1638
1639         * ircd/s_serv.c (server_estab): send %<lastmod> for introduced
1640         server, as well as for servers when we're sending the BURST
1641
1642         * include/s_serv.h: add a struct Jupe * to the arguments for
1643         server_estab() so that we can send the appropriate lastmod
1644         parameter
1645
1646         * ircd/m_gline.c (ms_gline): actually, this should be the
1647         slightest bit more efficient...
1648
1649         * ircd/m_jupe.c (ms_jupe): actually, this should be the slightest
1650         bit more efficient...
1651
1652         * ircd/m_gline.c (ms_gline): inhibit GLINE processing resends
1653         during netburst
1654
1655         * ircd/m_jupe.c (ms_jupe): inhibit JUPE processing resends during
1656         netburst
1657
1658         * ircd/channel.c (joinbuf_join): really remove user from local
1659         channels
1660
1661 2000-05-29  Perry Lorier       <Isomer@coders.net>
1662         * ircd/m_names.c: Removed redundant space. 
1663         * ircd/s_bsd.c: Fixed incorrect syntax on ERROR line.
1664
1665 2000-05-18  Kevin L. Mitchell  <klmitch@mit.edu>
1666
1667         * ircd/m_burst.c (ms_burst): er...that should have been a ",", not
1668         a " "
1669
1670 2000-05-04  Kevin L. Mitchell  <klmitch@mit.edu>
1671
1672         * ircd/channel.c: replace bogus assertions with returns, which is
1673         logically correct; only wipe out limit/key if they were originally
1674         set in the first place; remove user from channel when doing a
1675         PARTALL; only send MODE +o for user CREATEing channel if user is
1676         not MyUser--CREATE will only be used if the channel did not
1677         originally exist, therefore we can assume no one local is on the
1678         channel anyway, and we don't exactly need for the user to see an
1679         explicit +o for themselves
1680
1681         * doc/readme.gline: describe the syntax of the GLINE command
1682
1683         * doc/readme.jupe: update to reflect a couple of changes to JUPE
1684
1685         * ircd/gline.c: don't propagate local changes
1686
1687         * ircd/jupe.c: don't propagate local changes
1688
1689         * ircd/m_gline.c (mo_gline): force local flag when deactivating
1690         glines with 0 lastmod
1691
1692         * ircd/gline.c (gline_deactivate): G-lines with zero lastmod time
1693         are now removed instead of being deactivated
1694
1695         * ircd/m_gline.c (ms_gline): make G-lines of the form "GLINE *
1696         -<mask>" be accepted
1697
1698         * ircd/channel.c (send_channel_modes): deal with one of the last
1699         vestiges of sendbuf
1700
1701         * ircd/m_burst.c (ms_burst): debugged ban processing; removed
1702         debugging hooks
1703
1704         * ircd/channel.c (modebuf_extract): remove debugging
1705         sendto_opmask_butone calls
1706
1707 2000-05-03  Kevin L. Mitchell  <klmitch@mit.edu>
1708
1709         * ircd/channel.c: support a couple of new flags to support using
1710         mode_parse; fix some bugs with 0 struct ModeBuf *; implementation
1711         of modebuf_extract to extract added flags for use by ms_burst
1712
1713         * include/channel.h: a couple of new flags to support using
1714         mode_parse inside ms_burst
1715
1716         * ircd/m_burst.c (ms_burst): brand new implementation of BURST
1717
1718         * ircd/m_endburst.c: add loop to processing of end_of_burst to
1719         free empty channels after the BURST is over.
1720
1721         * ircd/m_server.c: convert to use new send.c functions--I wanted
1722         to rewrite it from scratch, but the logic's pretty complex; I may
1723         still rewrite it, though...
1724
1725 2000-05-02  Thomas Helvey <tomh@inxpress.net>
1726
1727         * ircd/ircd.c: fix broken header include ordering
1728
1729 2000-05-02  Thomas Helvey <tomh@inxpress.net>
1730         
1731         * ircd/IPcheck.c: cleanups for ZenShadow's cleanups
1732         review emailed privately
1733
1734         * include/IPcheck.h: removed unneeded include
1735
1736 2000-05-02  Kevin L. Mitchell  <klmitch@mit.edu>
1737
1738         * ircd/s_user.c (hunt_server): throw in a comment so I know what
1739         the sendto_one is for
1740
1741         * include/querycmds.h (Count_unknownbecomesclient): convert to
1742         sendto_opmask_butone
1743
1744         * ircd/send.c: start removing dead code
1745
1746         * include/send.h: start removing dead code
1747
1748         * ircd/m_rping.c: convert to sendcmdto_one / send_reply /
1749         hunt_server_cmd
1750
1751         * ircd/m_rpong.c: convert to sendcmdto_one / send_reply
1752
1753 2000-05-01  Kevin L. Mitchell  <klmitch@mit.edu>
1754
1755         * ircd/m_stats.c: convert to sendcmdto_one / send_reply
1756
1757         * ircd/m_kick.c: Completely reimplement m_kick
1758
1759         * ircd/channel.c: send_user_joins removed; it was dead code,
1760         anyway...
1761
1762 2000-05-01  Perry Lorier <isomer@coders.net>
1763         * ircd/m_invite.c: Fix for the rest of m_invite.c, and again.
1764         * ircd/channels.c: My fix for the part problem.  Untested, probably
1765                 won't work.  Can't be much worse than the current problem.
1766                 it'll either work or core, take your pick.
1767
1768
1769 2000-04-30  Perry Lorier <isomer@coders.net>
1770         * config/config-sh.in: Fix for CONNEXIT
1771         * ircd/s_{user,misc}.c: Fix for CONNEXIT
1772         * ircd/m_invite.c: Fix for incorrectly numnickified invite.
1773                         (Kev: Want to come talk to me about this?)
1774
1775 2000-04-30  Steven M. Doyle <steven@doyle.net>
1776         * ircd/ircd.c
1777           - general cleanups and readability enhancements
1778           - rewrite of setuid/chroot code.
1779           - server will no longer run as root
1780           - -DPROFIL compile option removed
1781           - Fixed IPcheck API calls
1782  
1783         * config/config-sh.in
1784           - Fixed up chroot compile options
1785           - Added options for debug and profile compiles
1786  
1787         * config/gen.ircd.Makefile
1788           - Support for new debug/profile options
1789  
1790         * ircd/Makefile.in
1791           - Support for new debug/profile options
1792  
1793         * ircd/ircd_signal.c
1794           - Removed -DPROFIL
1795
1796         * include/IPcheck.h
1797           - Removed old API prototypes, added new ones
1798         
1799         * ircd/IPcheck.c
1800           - Readability cleanups (well, I -think-...)
1801           - Changed IPRegistryEntry.last_connect to a time_t.  The previously
1802             used unsigned short was probably causing interesting things after
1803             a client had been connected longer than about 65,535 seconds...
1804           - Removed old API functions.
1805
1806         * ircd/whocmds.c
1807           - Removed IPcheck.h include
1808         
1809         * Additionally modified IPcheck API calls in:
1810           - ircd/m_nick.c
1811           - ircd/m_auth.c
1812           - ircd/s_bsd.c
1813           - ircd/s_conf.c
1814           - ircd/s_misc.c
1815           - ircd/s_serv.c
1816           - ircd/s_user.c
1817         
1818         
1819 2000-04-30  Perry Lorier <isomer@coders.net>
1820         * ircd/s_bsd.c: Sigh. :)
1821         * ircd/m_mode.c: fix for modeless channels by poptix.
1822
1823 2000-04-29  Kevin L. Mitchell  <klmitch@mit.edu>
1824
1825         * ircd/m_join.c: reimplement JOIN in terms of struct JoinBuf
1826
1827         * ircd/channel.c (clean_channelname): make clean_channelname also
1828         truncate long channel names
1829
1830 2000-04-28  Kevin L. Mitchell  <klmitch@mit.edu>
1831
1832         * ircd/m_create.c: reimplement CREATE in terms of struct JoinBuf
1833
1834         * ircd/channel.c: implemented joinbuf_init, joinbuf_join,
1835         joinbuf_flush
1836
1837         * include/channel.h: definitions and declarations for the struct
1838         JoinBuf abstraction
1839
1840 2000-04-29  Perry Lorier <isomer@coders.net>
1841         * ircd/s_bsd.c: Ok, so I thought I compiled and tested this...
1842
1843 2000-04-29  Perry Lorier <isomer@coders.net>
1844         * ircd/s_bsd.c: Add debugging code to IPcheck
1845
1846 2000-04-28  Kevin L. Mitchell  <klmitch@mit.edu>
1847
1848         * include/ircd_reply.h (SND_EXPLICIT): use instead of RPL_EXPLICIT
1849
1850         * ircd/ircd_reply.c (send_reply): use SND_EXPLICIT instead of
1851         RPL_EXPLICIT
1852
1853         * ircd/m_userhost.c (m_userhost): add a dead code comment
1854
1855         * ircd/m_desynch.c: forgot one...
1856
1857         * ircd/m_rehash.c (mo_rehash): er, duplicates :)
1858
1859         * ircd/m_proto.c (proto_send_supported): just change a comment so
1860         it doesn't show up in my scans
1861
1862         * ircd/ircd_reply.c (send_reply): fix a slight bug...
1863
1864         * ircd/s_numeric.c (do_numeric): use new sendcmdto_* functions,
1865         kinda hackish...
1866
1867         * ircd/parse.c (parse_server): argument wrangling to make
1868         processing in do_numeric a little easier to deal with
1869
1870         * ircd/s_serv.c (server_estab): SERVER should come from
1871         acptr->serv->up, not &me
1872
1873         * ircd/m_lusers.c: accidentally left out sptr for a %C
1874
1875         * ircd/send.c: hack to support doing wallchops...
1876
1877         * ircd/m_whowas.c: convert to new send functions
1878
1879         * ircd/m_whois.c: convert to new send functions
1880
1881         * ircd/m_who.c: convert to new send functions
1882
1883         * ircd/m_wallops.c: convert to new send functions
1884
1885         * ircd/m_wallchops.c: convert to new send functions
1886
1887         * ircd/m_version.c: convert to new send functions
1888
1889         * ircd/m_userip.c: convert to new send functions
1890
1891         * ircd/m_userhost.c: convert to new send functions
1892
1893         * ircd/m_uping.c: convert to new send functions
1894
1895         * ircd/m_trace.c: convert to new send functions
1896
1897         * ircd/m_topic.c: convert to new send functions
1898
1899         * ircd/m_time.c: convert to new send functions
1900
1901         * ircd/m_squit.c: convert to new send functions
1902
1903         * ircd/m_silence.c: convert to new send functions
1904
1905         * ircd/m_settime.c: convert to new send functions
1906
1907         * ircd/m_restart.c: convert to new send functions
1908
1909         * ircd/m_rehash.c: convert to new send functions
1910
1911         * ircd/m_privmsg.c: convert to new send functions
1912
1913         * ircd/m_pong.c: convert to new send functions
1914
1915         * ircd/m_ping.c: convert to new send functions
1916
1917         * ircd/m_pass.c: convert to new send functions
1918
1919         * ircd/m_opmode.c: convert to new send functions
1920
1921         * ircd/m_oper.c: convert to new send functions
1922
1923         * ircd/m_notice.c: convert to new send functions
1924
1925         * ircd/m_nick.c: convert to new send functions
1926
1927         * ircd/m_names.c: convert to new send functions
1928
1929         * ircd/m_motd.c: convert to new send functions
1930
1931         * ircd/m_mode.c: convert to new send functions
1932
1933         * ircd/m_map.c: convert to new send functions
1934
1935         * ircd/m_lusers.c: convert to new send functions
1936
1937         * ircd/m_list.c: convert to new send functions
1938
1939         * ircd/m_links.c: convert to new send functions
1940
1941         * ircd/m_kill.c: convert to new send functions
1942
1943         * ircd/m_jupe.c: convert to new send functions
1944
1945         * ircd/m_invite.c: convert to new send functions
1946
1947         * ircd/m_info.c: convert to new send functions
1948
1949         * ircd/m_help.c: convert to new send functions
1950
1951         * ircd/m_gline.c: convert to new send functions
1952
1953         * ircd/m_error.c: convert to new send functions
1954
1955         * ircd/m_endburst.c: convert to new send functions
1956
1957         * ircd/m_die.c: convert to new send functions
1958
1959         * ircd/m_destruct.c: convert to new send functions
1960
1961         * ircd/m_defaults.c: convert to new send functions
1962
1963         * ircd/m_connect.c: convert to new send functions
1964
1965 2000-04-28  Perry Lorier <isomer@coders.net>
1966         * RELEASE.NOTES: Describe a few more undocumented features.
1967         * config/config-sh.in: change the default paths for logging
1968         and the recommended number of channels.
1969         * include/supported.h: Rearrange slightly, added CHANTYPE's
1970
1971 2000-04-27  Kevin L. Mitchell  <klmitch@mit.edu>
1972
1973         * ircd/m_close.c: convert to send_reply
1974
1975         * ircd/m_clearmode.c: convert to send_reply, sendcmdto_serv_butone
1976
1977         * ircd/m_away.c: convert to send_reply and sendcmdto_serv_butone
1978
1979         * ircd/m_admin.c: convert to send_reply and hunt_server_cmd
1980
1981         * ircd/s_user.c (hunt_server_cmd): new hunt_server replacement
1982         that takes cmd and tok arguments, etc.  NOTE: THIS IMPLEMENTATION
1983         HAS A MAJOR HACK!!!  The whole hunt_server architecture should be
1984         carefully rethought...
1985
1986         * ircd/s_stats.c (hunt_stats): use new hunt_server_cmd
1987
1988         * include/s_user.h: hunt_server_cmd -- replacement for hunt_server
1989
1990         * ircd/s_misc.c: *sigh* 2.10.10 doesn't support squitting by
1991         numeric nick; therefore, we have to use the server name
1992
1993         * ircd/m_squit.c (ms_squit): allow to squit by server numeric nick
1994
1995         * ircd/send.c: fix minor bugs
1996
1997         * ircd/s_user.c (check_target_limit): mark dead code so I filter
1998         it when I grep
1999
2000         * ircd/s_serv.c (exit_new_server): mark dead code so I filter it
2001         when I grep
2002
2003         * ircd/parse.c: mark dead code so I filter it when I grep
2004
2005         * ircd/map.c: mark dead code so I filter it when I grep
2006
2007         * ircd/ircd.c: mark dead code so I filter it when I grep
2008
2009         * ircd/ircd_relay.c: convert over to new sendcmdto_*, send_reply
2010         functions
2011
2012         * ircd/channel.c: mark dead code so I filter it when I grep
2013
2014         * ircd/s_stats.c: use send_reply instead of sendto_one w/rpl_str;
2015         hope I'm not stepping on toes...
2016
2017         * ircd/s_conf.c: more sendto_opmask_butone / send_reply
2018         conversions; use ircd_snprintf in a couple of cases to negate the
2019         possibility of buffer overflow
2020
2021 2000-04-26  Kevin L. Mitchell  <klmitch@mit.edu>
2022
2023         * ircd/channel.c: convert as much as possible to new send
2024         semantics
2025
2026         * ircd/send.c (sendcmdto_common_channels): fix a subtle bug --
2027         test member->user->from->fd, not from->fd
2028
2029         * ircd/gline.c (gline_add): go ahead and add badchans; we just
2030         won't look for them in m_gline; this way, they always work...
2031
2032         * ircd/jupe.c: use ircd_vsnprintf conversion specifiers
2033
2034         * ircd/gline.c: since write_log now uses ircd_vsnprintf, use
2035         ircd_vsnprintf conversion specifiers
2036
2037         * ircd/support.c (write_log): use ircd_vsnprintf for write_log, so
2038         I have my conversion specifiers
2039
2040         * ircd/gline.c (do_gline): use send_reply for ERR_YOUREBANNEDCREEP
2041
2042         * ircd/send.c (sendcmdto_flag_butone): explicitly send WALLOPS to
2043         local users
2044
2045         * ircd/s_serv.c (exit_new_server): rewrite exit_new_server to be a
2046         little less brain-dead
2047
2048         * ircd/s_misc.c: use sendcmdto_one, sendrawto_one, and send_reply
2049
2050         * ircd/s_debug.c: use send_reply with RPL_EXPLICIT for
2051         RPL_STATSDEBUG
2052
2053         * ircd/res.c (cres_mem): use send_reply with RPL_EXPLICIT for
2054         RPL_STATSDEBUG
2055
2056         * ircd/list.c (send_listinfo): use send_reply with RPL_EXPLICIT
2057         for RPL_STATSDEBUG
2058
2059         * ircd/m_pong.c: use RPL_EXPLICIT for ERR_BADPING
2060
2061         * ircd/ircd.c: use RPL_EXPLICIT for ERR_BADPING
2062
2063         * ircd/s_user.c (register_user): use RPL_EXPLICIT for
2064         ERR_INVALIDUSERNAME
2065
2066         * ircd/ircd_reply.c (send_reply): support RPL_EXPLICIT
2067
2068         * include/ircd_reply.h (RPL_EXPLICIT): somewhat of a hack to mark
2069         a numeric as needing to use an explicit pattern, which will be the
2070         first argument in the variable argument list
2071
2072         * ircd/s_user.c: use sendrawto_one instead of sendto_one to send
2073         non-prefixed nospoof PING
2074
2075         * ircd/s_bsd.c: use sendrawto_one instead of sendto_one to send
2076         non-prefixed SERVER login
2077
2078         * ircd/ircd.c (check_pings): fix last sendto_one calls (except for
2079         a numeric usage further up)
2080
2081         * include/send.h: declare sendrawto_one
2082
2083         * ircd/send.c (sendrawto_one): new function to use ONLY for
2084         non-prefixed commands, like PING to client, or PASS/SERVER on
2085         server registration
2086
2087 2000-04-25  Kevin L. Mitchell  <klmitch@mit.edu>
2088
2089         * ircd/ircd_snprintf.c (doprintf): implement %H for possible
2090         future expansion (channel numerics?)
2091
2092         * include/ircd_snprintf.h: added documentation to # to explain use
2093         with %C; added documentation for : to explain use with %C; added
2094         documentation for %H for channels
2095
2096         * ircd/whocmds.c: use send_reply
2097
2098         * ircd/userload.c: use sendcmdto_one
2099
2100         * ircd/uping.c: use sendcmdto_one
2101
2102         * ircd/send.c: use new flags to %C format string; ':' prefixes
2103         client name with a colon for local connects, '#' uses
2104         nick!user@host form for local connects
2105
2106         * ircd/s_user.c: use send_reply, sendto_opmask_butone,
2107         sendcmdto_one, sendcmdto_serv_butone, sendcmdto_flag_butone
2108
2109         * ircd/s_serv.c: use sendcmdto_one, sendto_opmask_butone
2110
2111         * ircd/s_bsd.c: use sendto_opmask_butone, send_reply,
2112         sendcmdto_one
2113
2114         * ircd/s_auth.c: use sendto_opmask_butone
2115
2116         * ircd/res.c: use sendcmdto_one
2117
2118         * ircd/ircd_snprintf.c (doprintf): minor bug fixes and some
2119         debugging assertions
2120
2121 2000-04-24  Kevin L. Mitchell  <klmitch@mit.edu>
2122
2123         * ircd/support.c: dumpcore is no longer used, so get rid of it
2124
2125         * ircd/parse.c: use send_reply, sendcmdto_one
2126
2127         * ircd/map.c: use send_reply
2128
2129         * ircd/listener.c: use send_reply
2130
2131         * ircd/jupe.c: use sendto_opmask_butone, send_reply
2132
2133         * ircd/ircd_reply.c: use send_reply
2134
2135         * ircd/ircd.c: use sendto_opmask_butone
2136
2137         * ircd/gline.c: use sendto_opmask_butone, send_reply
2138
2139         * ircd/ircd_snprintf.c (doprintf): make it deal with incompletely
2140         registered clients; make FLAG_ALT print nick!user@host; make
2141         FLAG_COLON print :blah
2142
2143         * ircd/class.c (report_classes): use send_reply instead of
2144         sendto_one
2145
2146         * ircd/hash.c (m_hash): replace sendto_one with sendcmdto_one
2147
2148         * ircd/IPcheck.c (ip_registry_connect_succeeded): replace
2149         sendto_one with sendcmdto_one
2150
2151 2000-04-21  Kevin L. Mitchell  <klmitch@mit.edu>
2152
2153         * ircd/send.c: clean up logic in sendcmdto_channel_butone; use
2154         MyConnect() instead of IsServer() in sendcmdto_flag_butone; define
2155         sendcmdto_match_butone
2156
2157         * include/send.h: declare sendcmdto_match_butone
2158
2159 2000-04-20  Kevin L. Mitchell  <klmitch@mit.edu>
2160
2161         * ircd/jupe.c: update to use send_reply()
2162
2163         * ircd/gline.c: update to use send_reply()
2164
2165         * include/ircd_reply.h: declare send_reply
2166
2167         * ircd/ircd_reply.c (send_reply): send_error_to_client, but for
2168         replies; uses ircd_snprintf
2169
2170         * ircd/send.c: added comments to redirect searchers to appropriate
2171         sendcmdto_* function; moved new functions to end of file; added
2172         explanatory comments; reordered arguments; defined new functions
2173         mentioned below
2174
2175         * ircd/m_jupe.c: reorder arguments to sendcmdto_* functions
2176
2177         * ircd/m_gline.c: reorder arguments to sendcmdto_* functions
2178
2179         * ircd/jupe.c: reorder arguments to sendcmdto_* functions
2180
2181         * ircd/gline.c: reorder arguments to sendcmdto_* functions
2182
2183         * include/send.h: reorder arguments, add explanatory comments,
2184         declare new functions sendcmdto_flag_butone, sendto_opmask_butone,
2185         and vsendto_opmask_butone
2186
2187 2000-04-19  Kevin L. Mitchell  <klmitch@mit.edu>
2188
2189         * ircd/send.c: define sendcmdto_channel_butone, wrote a simplified
2190         vsendto_op_mask that uses '*' instead of the receiving client
2191         nickname
2192
2193         * include/send.h: declare sendcmdto_channel_butone; takes a skip
2194         argument that allows you to skip (or not to skip) deaf users,
2195         users behind bursting servers, and non channel operators
2196
2197 2000-04-17  Kevin L. Mitchell  <klmitch@mit.edu>
2198
2199         * ircd/send.c: new sendcmdto_channel_butserv -- note that old
2200         sendto_channel_butserv has a subtle bug; also wrote
2201         sendcmdto_common_channels.
2202
2203         * include/send.h: declare new sendcmdto_* functions
2204
2205         * ircd/jupe.c: support local deactivations of jupes
2206
2207         * ircd/gline.c: support local deactivations of glines
2208
2209         * include/jupe.h: JUPE_LDEACT allows jupes to be locally
2210         deactivated; if they aren't locally deactivated, then it slaves to
2211         the net-wide activation status; JupeIsRemActive() tests only
2212         whether the jupe is active everywhere else
2213
2214         * include/gline.h: GLINE_LDEACT allows glines to be locally
2215         deactivated; if they aren't locally deactivated, then it slaves to
2216         the net-wide activation status; GlineIsRemActive() tests only
2217         whether the gline is active everywhere else
2218
2219         * ircd/gline.c: detect overlapping G-lines; if an existing, wider
2220         gline expires after the new one will, we drop the new one,
2221         otherwise we add the G-line after that one (so the wide one will
2222         apply first); if the new one contains an existing G-line and if it
2223         will expire after the existing one, we drop the existing one to
2224         save memory
2225
2226         * ircd/m_gline.c (mo_gline): opers could issue remote local
2227         glines when CONFIG_OPERCMDS was off; fixed
2228
2229 2000-04-16  Kevin L. Mitchell  <klmitch@mit.edu>
2230
2231         * ircd/m_jupe.c (mo_jupe): allow target argument to be dropped if
2232         this is a local JUPE
2233
2234         * ircd/gline.c: add flags argument to gline_activate and
2235         gline_deactivate for future expansion
2236
2237         * ircd/m_gline.c: pass flags to gline_activate and
2238         gline_deactivate
2239
2240         * include/gline.h: add flags argument to gline_activate and
2241         gline_deactivate
2242
2243         * ircd/jupe.c: add flags argument to jupe_activate and
2244         jupe_deactivate for future expansion
2245
2246         * include/jupe.h: add flags argument to jupe_activate and
2247         jupe_deactivate
2248
2249         * ircd/m_jupe.c: pass a flags argument to jupe_add instead of
2250         local, active; pass flags to jupe_activate and jupe_deactivate
2251
2252         * include/gline.h: remove dead code
2253
2254         * ircd/gline.c: make gline expire times relative to CurrentTime,
2255         since that should be monotonically increasing, instead of
2256         TStime(), which can be set backwards, and which can therefore
2257         cause an expire time to increase; make local glines be removed
2258         instead of just deactivated; don't let gline_find() look for
2259         user@host glines if the mask being looked up is a channel mask
2260
2261         * ircd/send.c (vsendcmdto_one): forgot to account for the case
2262         where origin is a server and destination is a user
2263
2264         * ircd/jupe.c: make jupe expire times relative to CurrentTime,
2265         since that should be monotonically increasing, instead of
2266         TStime(), which can be set backwards, and which can therefore
2267         cause an expire time to increase; make local jupes be removed
2268         instead of just deactivated
2269
2270         * ircd/ircd_snprintf.c: d'oh, thanks for catching that; short for
2271         limit is fine.  any other warnings I should know about?
2272
2273 2000-04-15  Thomas Helvey <tomh@inxpress.net>
2274
2275         * ircd/*.c: const correctness and type safety cleanups to
2276         get code to compile with C++ compiler. Still has
2277         signed/unsigned comparison warnings.
2278
2279 2000-04-15  Greg Sikorski <gte@atomicrevs.demon.co.uk>
2280
2281         * ircd/userload.c: change <sys/time.h> include to <time.h> for
2282           portability.
2283
2284 2000-04-14  Kevin L. Mitchell  <klmitch@mit.edu>
2285
2286         * ircd/m_gline.c (mo_gline): d'oh, target isn't a numeric; use %C
2287         and convert acptr...
2288
2289         * ircd/s_user.c: move gline_lookup function call into
2290         register_user, where it'll have a username to lookup!
2291
2292         * ircd/m_gline.c: modify to utilize new sendcmdto_* series of
2293         functions; also stuff send_error_to_client into return clauses
2294
2295         * ircd/m_jupe.c: modify to utilize new sendcmdto_* series of
2296         functions; also use send_error_to_client where that makes sense
2297
2298         * ircd/jupe.c: modify to utilize new sendcmdto_* series of
2299         functions; also use send_error_to_client where that makes sense
2300
2301         * ircd/gline.c: modify to utilize new sendcmdto_* series of
2302         functions; also fix gline_lookup() to deal properly with remote
2303         clients--boy, do struct Client and struct User need to be cleaned
2304         up!
2305
2306         * ircd/ircd_snprintf.c (doprintf): a dest of &me is a server,
2307         too...
2308
2309         * ircd/send.c: wrote sendcmdto_one(), vsendcmdto_one(), and
2310         sendcmdto_serv_butone(), all utilizing the %v conversion of
2311         ircd_snprintf()
2312
2313         * include/send.h: define IRC_BUFSIZE, max size of a message;
2314         declare sendcmdto_one(), vsendcmdto_one(), and
2315         sendcmdto_serv_butone()
2316
2317         * include/msg.h: define all the CMD_* constants needed to utilize
2318         the new sendcmdto_* series of functions
2319
2320         * ircd/Makefile.in (SRC): list ircd_snprintf.c; run make depend
2321
2322         * ircd/gline.c: remove old, dead code.
2323
2324         * ircd/m_gline.c (mo_gline): disallow setting of global G-lines
2325         unless CONFIG_OPERCMDS is enabled; disallow listing of all G-lines
2326         (don't advertise proxies); remove dead code
2327
2328         * ircd/parse.c: oper handler for JUPE only lists jupes unless
2329         CONFIG_OPERCMDS is enabled
2330
2331         * ircd/m_jupe.c (mo_jupe): don't compile mo_jupe() if
2332         CONFIG_OPERCMDS is not enabled; we'll disable it in parse.c
2333
2334         * ircd/m_opmode.c (mo_opmode): if CONFIG_OPERCMDS is not enabled,
2335         always return ERR_DISABLED
2336
2337         * ircd/m_clearmode.c (mo_clearmode): if CONFIG_OPERCMDS is not
2338         enabled, always return ERR_DISABLED
2339
2340         * ircd/s_err.c: add error message to indicate disabled commands
2341
2342         * include/numeric.h (ERR_DISABLED): to indicate disabled commands
2343
2344         * doc/Configure.help: add documentation for CONFIG_OPERCMDS
2345
2346         * config/config-sh.in: add CONFIG_OPERCMDS, default both it and
2347         CONFIG_NEW_MODE to 'y' for now
2348
2349         * ircd/gline.c (gline_list): fix a minor formatting bogon
2350
2351         * BUGS: since I fixed that bug, might as well mark it fixed.
2352
2353         * ircd/m_join.c: look up badchans with GLINE_EXACT
2354
2355         * ircd/m_gline.c: fix parc count problems; look up existing
2356         G-lines with GLINE_EXACT; only set new lastmod when
2357         activating/deactivating existing glines if old lastmod was not 0
2358
2359         * ircd/gline.c: forgot to copy the gline reason over; don't
2360         propagate a gline with 0 lastmod if origin is user; add
2361         GLINE_EXACT to force exact matching of gline mask
2362
2363         * ircd/ircd_snprintf.c (doprintf): forgot to deal with the zero
2364         flag properly
2365
2366         * ircd/s_conf.c (find_kill): gline_find() takes a char *userhost,
2367         but gline_lookup() actually takes a client--d'oh.
2368
2369 2000-04-13  Thomas Helvey <tomh@inxpress.net>
2370         * ircd/IPcheck.c: Back port BLMet's bugfix from 2.10.10
2371
2372 2000-04-13  Greg Sikorski <gte@atomicrevs.demon.co.uk>
2373
2374         * ircd/whocmds.c: Don't make idle flag default in /who, to prevent:
2375           "/who * x"
2376           "Gte3 H*iwg Gte@212.49.240.217 :1 :0 I am the one that was."
2377           (Found by Plexus).
2378
2379         * ircd/whocmds.c: Change idle time calc from socket idle to user
2380           idle.
2381
2382 2000-04-13  Kevin L. Mitchell  <klmitch@mit.edu>
2383
2384         * config/aclocal.m4 (unet_CHECK_TYPE_SIZES): check size of void *,
2385         too, for ircd_snprintf.c
2386
2387         * include/ircd_snprintf.h: documentation for ircd_(v)snprintf, in
2388         comments; mostly descended from the Linux manpage for printf, but
2389         also documenting the extensions.
2390
2391         * ircd/ircd_snprintf.c: NULL dest is equivalent to going to a
2392         client; make 'q' be the same as 'L'; remove __inline__; only
2393         define EXTENSION if HAVE_LONG_LONG is defined
2394
2395         * include/handlers.h: declare m_gline()
2396
2397         * ircd/parse.c: gline can be called by users, but it only lists
2398         the glines.
2399
2400         * ircd/s_user.c (set_nick_name): resend gline if a remote server
2401         introduces a glined client
2402
2403         * ircd/s_serv.c (server_estab): burst glines, too
2404
2405         * ircd/gline.c: fix up all the expire times to be offsets;
2406         simplify gline_resend()
2407
2408         * ircd/m_gline.c: begin coding replacements for ms_gline(),
2409         mo_gline(), and m_gline()
2410
2411         * ircd/gline.c (gline_add): allow *@#channel to work correctly;
2412         also, prohibit local BADCHANs if LOCAL_BADCHAN not defined
2413
2414 2000-04-13  Greg Sikorski <gte@atomicrevs.demon.co.uk>
2415
2416         * tools/Bouncer/*: Add comments/documentation/tags.
2417         * tools/Bouncer/*: Add debug defines, make task fork().
2418
2419 2000-04-12  Thomas Helvey <tomh@inxpress.net>
2420         * ircd/s_err.c: Cleanup s_err.c make one table so we
2421         don't have to do anything tricky to get an error string.
2422
2423 2000-04-12  Greg Sikorski <gte@atomicrevs.demon.co.uk>
2424         * Add port bouncer for http (x/w)
2425
2426 2000-04-12  Kevin L. Mitchell  <klmitch@mit.edu>
2427
2428         * ircd/s_conf.c (find_kill): replaced call to find_gline() with a
2429         call to gline_find(); also used GlineReason() instead of direct
2430         reference to structure member
2431
2432         * ircd/m_join.c (m_join): replace bad_channel() calls with calls
2433         to gline_find(name, GLINE_BADCHAN), and also check to see if gline
2434         is active
2435
2436         * ircd/channel.c: nothing seems to be called anywhere...
2437
2438         * ircd/s_err.c: update a couple of replies to dovetail with new
2439         semantics
2440
2441         * ircd/gline.c: begin complete re-implementation of gline.c along
2442         the lines of the final design of jupe.c
2443
2444         * include/gline.h: begin complete re-implementation of gline.c
2445         along the lines of the final design of jupe.c
2446
2447         * ircd/channel.c (mode_process_clients): fix "Deop of +k user on
2448         %s by %s" message...
2449
2450         * ircd/ircd_snprintf.c: my new snprintf()-like functions
2451
2452         * include/ircd_snprintf.h: my new snprintf()-like functions
2453
2454 2000-04-11  Thomas Helvey <tomh@inxpress.net>
2455         * ircd/IPcheck.c: removed old dead code
2456         * ircd/s_user.c (send_user_info): removed non-standard
2457           user not found message for userhost/userip
2458
2459 2000-04-11  Greg Sikorski <gte@atomicrevs.demon.co.uk>
2460
2461         * ircd/s_err.c: Added missing quotes to ERR_DONTCHEAT numeric.
2462         * doc/p10.html: Work on chapter 4.
2463
2464 2000-04-10  Kevin L. Mitchell  <klmitch@mit.edu>
2465
2466         * ircd/channel.c (mode_parse_client): fix coredump on /mode
2467         #foobar +o nosuchnick
2468
2469 2000-04-10  Perry Lorier  <Isomer@coders.net>
2470         * BUGS: Added bug.
2471
2472 2000-04-09  Thomas Helvey <tomh@inxpress.net>
2473         * include/IPcheck.h: fix prototype
2474         * ircd/s_user.c: fix usage of IPcheck_remote_connect
2475         * ircd/IPcheck.c: removed unused args
2476
2477 2000-04-09  Thomas Helvey <tomh@inxpress.net>
2478         * include/IPcheck.h: add proto for IPcheck_expire
2479
2480         * ircd/IPcheck.c: Rewrote
2481
2482         * ircd/ircd.c: Add IPcheck_expire to main message loop
2483
2484         * ircd/s_user.c: Redo target hashing, refactor target code
2485
2486         * include/numeric.h: Cleaned up numerics, added which ones are
2487         in use by other networks and what they are in use for.
2488
2489         * ircd/channel.c: cleaned can_join(), allow anyone through anything
2490         if /invited, simplified the function.  Opers overusing OPEROVERRIDE
2491         will get a message explaining to them not to cheat.
2492
2493         * ircd/m_join.c: cleaned up the various join functions, should be
2494         a lot more efficient.  Still needs work.  Now assumes that s<->s
2495         won't send it a JOIN 0.  Service coders - note this and tread with
2496         care.
2497
2498         * ircd/m_stats.c: added Gte-'s stats doc patch.
2499
2500         * ircd/m_version.c: /version now returns the 005 numeric as well.
2501         as requested by Liandrin.
2502
2503
2504 2000-04-07  Kevin L. Mitchell  <klmitch@mit.edu>
2505
2506         * ircd/m_clearmode.c: add include for support.h for write_log()
2507
2508         * configure: move ircd/crypt/* to tools/*
2509
2510 2000-04-06  Thomas Helvey <tomh@inxpress.net>
2511         * ircd/s_auth.c: Shorten auth connect timeout to 60 seconds
2512           set client host to server alias if connection from localhost
2513
2514 2000-04-06  Perry Lorier <isomer@coders.net>
2515         * ircd/ircd.c: Fix core during pinging (oops)
2516         
2517 2000-04-06  Perry Lorier <isomer@coders.net>
2518         * ircd/send.c: fixed wrong ident being sent to channels bug.
2519         * include/numerics.h: Updated some of the numerics from other
2520         networks.  Flagged some as 'unused' by undernet.
2521
2522 2000-03-30  Perry Lorier <isomer@coders.net>
2523         * ircd/ircd.c: Lets see if this helps the ping problem at all.
2524         * ircd/whocmds.c, /doc/readme.who: Added %l specifier to get idle
2525         time for local clients. (as requested), extended who now returns all
2526         the flags (@+!) so you can tell the complete state of a client.
2527
2528 2000-03-30  Thomas Helvey <tomh@inxpress.net>
2529         * m_rping.c m_rpong.c: add Gte's rping/rpong fixes
2530
2531 2000-03-30  Perry Lorier <isomer@coders.net>
2532         * ircd/parse.c: oops, missed opers.
2533
2534 2000-03-30  Perry Lorier <isomer@coders.net>
2535         * ircd/parse.c: fixed mystifying ping bug thats been plaguing us
2536         for so long.  Remember: m_ping MUST be in the parse array. :)
2537
2538 2000-03-30  Perry Lorier <isomer@coders.net>
2539         * ircd/ircd.c: test in check_pings was wrong.  I move that we
2540         disallow cvs commit after 10pm localtime....
2541
2542 2000-03-30  Perry Lorier <isomer@coders.net>
2543         * ircd/m_pong.c: Fix it for servers too.
2544
2545 2000-03-30  Perry Lorier <isomer@coders.net>
2546         * ircd/m_pong.c: Fix ping timeout bugs
2547
2548 2000-03-30  Perry Lorier <isomer@coders.net>
2549         * ircd/channel.c: Bans had CurrentTime in their when field instead
2550         of TStime()
2551
2552 2000-03-31  Thomas Helvey <tomh@ixpress.net>
2553         * ircd/numnicks.c (SetXYYCapacity): fix for extended
2554         numerics.
2555
2556 2000-03-30  Perry Lorier <isomer@coders.net>
2557         * ircd/m_nick.c: send kills both ways so when we add nick change
2558         on collision we don't desync the network.
2559
2560         * ircd/map.c: Fixup the map a bit more.
2561
2562 2000-03-31  Kevin L. Mitchell  <klmitch@mit.edu>
2563
2564         * ircd/m_clearmode.c (do_clearmode): Log the CLEARMODE to OPATH
2565
2566         * ircd/m_opmode.c: Log the mode changes to OPATH
2567
2568         * ircd/channel.c (modebuf_flush_int): Log the mode changes to
2569         OPATH
2570
2571         * include/channel.h (MODEBUF_DEST_LOG): Log the mode changes to
2572         OPATH
2573
2574         * doc/Configure.help: help text for CONFIG_LOG_OPMODE / OPATH
2575
2576         * config/config-sh.in: added OPATH for opmode log file
2577
2578         * ircd/m_clearmode.c (do_clearmode): updated uses of
2579         modebuf_mode_string() for the new usage
2580
2581         * ircd/channel.c: added flag MODE_FREE and an int argument to
2582         modebuf_mode_string() to indicate that the string must be free'd;
2583         updated calls to modebuf_mode_string() for the new usage; called
2584         collapse(pretty_mask()) on the ban string and use allocated memory
2585         for it; added ban list length accounting; fixed a number of small
2586         bugs in ban processing
2587
2588         * include/channel.h: added flag MODE_FREE and an int argument to
2589         modebuf_mode_string() to indicate that the string must be free'd
2590
2591         * ircd/m_clearmode.c (do_clearmode): made sure clearmode removed
2592         keys and limits that are set
2593
2594 2000-03-30  Perry Lorier <isomer@coders.net>
2595         * ircd/ircd.c: rewrote check_pings() for maintainability
2596         and speed.  Also changed quit msg's so they don't have
2597         redundant nick[host] info in them.
2598
2599         * ircd/send.c: Changed write errors to report what error
2600         occured (if possible).
2601
2602         * ircd/gline.c: added gline comment to the quit.
2603
2604         * ircd/m_server.c: Added suggestions to server quits mentioning
2605         what went wrong so the admin can fix it earlier instead of asking
2606         questions...
2607
2608         * ircd/map.c: Changed m_map() to hide numerics, show a * beside
2609         servers that aren't fully burst yet.  And show '(--s)' for servers
2610         where its not sure.
2611
2612         * doc/example.conf: Fixed wrapped U:
2613
2614 2000-03-30  Kevin L. Mitchell  <klmitch@mit.edu>
2615
2616         * ircd/m_mode.c (ms_mode): implemented a new m_mode in terms of
2617         mode_parse() (version selectable at compile time)
2618
2619         * ircd/m_clearmode.c (mo_clearmode): clean_channelname(parv[1])
2620
2621         * ircd/m_opmode.c (mo_opmode): clean_channelname(parv[1])
2622
2623         * config/config-sh.in: add new config option to enable new m_mode
2624         implementation
2625
2626         * doc/Configure.help: add documentation for new config option
2627         CONFIG_NEW_MODE
2628
2629         * ircd/channel.c (mode_parse_client): /opmode #foobar -o -- 461
2630         MODE -v : Not enough parameters
2631
2632         * ircd/m_clearmode.c (do_clearmode): do_clearmode() would remove
2633         +k and +l even if they weren't set...
2634
2635         * ircd/m_opmode.c: implement the OPMODE command using mode_parse()
2636
2637         * ircd/channel.c: make mode_process_clients() clear the DEOPPED
2638         flag; fix +s+p exclusivity; add MODE_ADD/MODE_DEL to flag list
2639         for; test the 0-th member, not the i-th member, of the client
2640         change state stuff
2641
2642         * ircd/m_clearmode.c (do_clearmode): use the new
2643         mode_invite_clear() function
2644
2645         * ircd/channel.c: cleared up all the compile-time warnings and
2646         errors
2647
2648         * include/channel.h: added declarations for mode_ban_invalidate()
2649         and mode_invite_clear()
2650
2651         * ircd/channel.c: finished mode_parse(), then broke it up into a
2652         dozen or so helper functions to make the code easier to read
2653
2654 2000-03-29  Thomas Helvey <tomh@inxpress.net>
2655         * ircd/ircd.c: refactor server initialization a bit, use
2656         getopt for parsing command line, refactor init_sys, main,
2657         and other bits.
2658
2659         * ircd/s_bsd.c: add functions for initialization to clean
2660         up logic a bit and remove duplicated code.
2661
2662         * include/ircd.h: add struct for server process related
2663         variables.
2664
2665 2000-03-29  Kevin L. Mitchell  <klmitch@mit.edu>
2666
2667         * ircd/channel.c: initial definition of mode_parse(); flags to
2668         prevent doing the same thing multiple times; helper method
2669         send_notoper() to send a "Not oper"/"Not on channel" notice
2670
2671         * include/channel.h: declare mode_parse() and helper flags
2672
2673         * ircd/channel.c (modebuf_flush_int): fiddled with timestamp
2674         sending to match the current action of set_mode() closely enough
2675         that hopefully there won't be major conflicts
2676
2677         * ircd/channel.c (modebuf_flush_int): consolidated the mode string
2678         building logic, reversed the order of the arguments to mode
2679         commands to have '-' preceed '+'
2680
2681 2000-03-29  Thomas Helvey <tomh@inxpress.net>
2682         * ircd/s_bsd.c (add_connection): don't disable socket options
2683         let OS tune itself and allow important performance tweaks to 
2684         work.
2685
2686 2000-03-28  Kevin L. Mitchell  <klmitch@mit.edu>
2687
2688         * ircd/channel.c (modebuf_flush_int): use %d, not %-15d; I got
2689         confused by set_mode, which is doing some really weird logic;
2690         guess what I'm going to rewrite next?  ;)
2691
2692 2000-03-28  Kevin L. Mitchell  <klmitch@emc.com>
2693
2694         * include/channel.h: added MODE_SAVE for the bounds checking stuff
2695         in modebuf_flush
2696
2697         * ircd/channel.c: make modebuf_flush into modebuf_flush_int and
2698         make it do bounds checking on the buffer; all modes are sent only
2699         if the all parameter is 1; modebuf_flush is the exported wrapper
2700
2701         * include/channel.h: add BOUNCE, renumber flags to get a little
2702         more space
2703
2704         * ircd/channel.c (modebuf_flush): don't overload HACK2, add
2705         BOUNCE; send DESYNCH message
2706
2707 2000-03-27  Kevin L. Mitchell  <klmitch@emc.com>
2708
2709         * ircd/m_clearmode.c (do_clearmode): only mark the modes the
2710         channel actually has in effect for deletion
2711
2712         * ircd/channel.c: added explanatory comments to all added
2713         functions; made flushing take place at the correct place even if
2714         the MODEBUF_DEST_DEOP flag is set; rewrote build_string() helper
2715         to bash some stupid bugs; made modebuf_flush() return if ModeBuf
2716         is empty, fixed the apparent source, removed some bogus string
2717         termination code, properly terminate the mode strings, add support
2718         for HACK2 and HACK3, made limit strings not be sent if the limit
2719         is being removed, changed where '+' and '-' come from in sent
2720         strings, added support for DEOP flag, set up bouncing code for
2721         HACK2
2722
2723         * ircd/Makefile.in: ran make depend
2724
2725         * include/channel.h: added new defines for future functionality,
2726         made modebuf_flush() return int so I can use tail recursion
2727
2728         * ircd/m_clearmode.c: add msg.h to includes; other misc cleanups
2729         to make it all compile
2730
2731         * ircd/m_opmode.c: add msg.h to includes...
2732
2733         * ircd/m_clearmode.c: implemented mo_clearchan()/ms_clearchan()
2734
2735         * ircd/channel.c (modebuf_flush): realized I forgot to
2736         nul-terminate addbuf/rembuf properly...
2737
2738         * ircd/m_clearmode.c (do_clearmode): wrote do_clearmode()...
2739
2740         * ircd/channel.c (modebuf_flush): correct sendto_server_butone to
2741         sendto_serv_butone--blah^2
2742
2743         * ircd/send.c (sendto_serv_butone): stupid comments confused me
2744
2745         * ircd/channel.c (modebuf_flush): if there are no mode changes to
2746         propagate, we're done...
2747
2748         * ircd/channel.c (modebuf_flush): duh; it's sendto_server_butone,
2749         not sendto_all_butone
2750
2751         * ircd/m_clearmode.c: define skeleton for m{o,s}_clearmode
2752
2753         * ircd/m_opmode.c: define skeleton for m{o,s}_opmode
2754
2755         * ircd/Makefile.in (SRC): added m_opmode() and m_clearmode() to
2756         the list
2757
2758         * ircd/parse.c: added messages for opmode and clearmode
2759
2760         * include/handlers.h: added declarations for mo_opmode(),
2761         ms_opmode(), mo_clearmode(), and ms_clearmode()
2762
2763         * include/msg.h: define MSG_OPMODE, TOK_OPMODE, MSG_CLEARMODE, and
2764         TOK_CLEARMODE
2765
2766         * include/channel.h (MODEBUF_DEST_OPMODE): Define the
2767         MODEBUF_DEST_OPMODE flag
2768
2769         * ircd/channel.c (modebuf_flush): added new flag,
2770         MODEBUF_DEST_OPMODE; causes channel MODE/HACK(4) notice to appear
2771         to originate from source's server (or source itself, if
2772         IsServer(source)); also causes a server-level MODE to be sent as
2773         OPMODE instead
2774
2775         * include/channel.h: defined MODEBUF_DEST_SERVER,
2776         MODEBUF_DEST_HACK4
2777
2778         * ircd/channel.c: Add another argument to build_string() to handle
2779         numeric nicks; implemented MODEBUF_DEST_SERVER to send MODEs to
2780         servers; implemented MODEBUF_DEST_HACK4 to cause HACK(4) notices
2781         to be sent out
2782
2783 2000-03-27  Perry Lorier <isomer@coders.net>
2784
2785         * ircd/s_bsd.c: fixed missing 'u' typo.
2786
2787 2000-03-26  Kevin L. Mitchell  <klmitch@emc.com>
2788
2789         * ircd/channel.c: implement modebuf_init(), _mode(), _mode_uint(),
2790         _mode_string(), _mode_client(), _flush(); also implemented a
2791         simple build_string()
2792
2793         * include/channel.h: added definition of ModeBuf, modebuf_*
2794         manipulation functions, and a couple of helper macros
2795
2796 2000-03-24 Thomas Helvey <tomh@inxpress.net>
2797   * numicks.c: convert extended numerics to use original mask version
2798   * numnicks.h: ""
2799   * s_user.c:
2800 2000-03-23 Thomas Helvey <tomh@inxpress.net>
2801   * Merge in changes from production
2802 2000-03-22 Thomas Helvey <tomh@inxpress.net>
2803   * numicks.c: Tweak to numnick generator to reduce possibility of duplicates.
2804   * rfc1459.unet: Add Maniac's documentation for /names 0
2805 * Fix misc. jupe bugs that somehow made it into the tree
2806 * Escape /names 0 to mean /names --Maniac
2807 * Don't core when server asks for info --Maniac 
2808 * Add Kev's jupe patch --Bleep
2809 * Add Maniacs squit patch --Bleep
2810 * Merge in u2_10_10_beta07 changes --Bleep
2811 * Merge in u2_10_10_beta06 changes --Bleep
2812 * Start ircu2.10.11 development, beta branch u2_10_10 --Bleep
2813 #-----------------------------------------------------------------------------