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