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