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