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