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