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