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