Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ChangeLog
1 2000-11-28  Kevin L. Mitchell  <klmitch@mit.edu>
2
3         * ircd/ircd_log.c: make sure the various LOG_* constants are
4         defined (probably not needed, since #include <syslog.h> isn't
5         conditional); various static data needed for the new logging
6         functions; definitions of new logging functions
7
8         * include/ircd_log.h: new LogSys enum, declarations for part of
9         new logging API
10
11         * ircd/motd.c: we were setting type to MOTD_CLASS unconditionally,
12         which was of course stupid; switched to using switch/case in
13         initialization in motd_create(); zero the MotdList.other pointer
14         from motd_clear()
15
16         * ircd/ircd.c (main): motd_init() has to come before init_conf(),
17         or we overwrite init_conf()'s hard work with respect to T-lines
18
19 2000-11-27  Kevin L. Mitchell  <klmitch@mit.edu>
20
21         * ircd/s_stats.c: comment out report_motd_list and include a
22         reference to motd_report()
23
24         * ircd/s_conf.c: rip out the old MOTD manipulation functions; call
25         motd_add() from the conf parser; call motd_clear() from the rehash
26         routine; remove the no longer needed memory clearing and reloading
27         stuff from the rehash service routine
28
29         * ircd/motd.c: loads new API, including static internal functions
30         to do allocation/deallocation, etc.
31
32         * ircd/m_stats.c: use new motd_report() instead of
33         report_motd_list()
34
35         * ircd/m_motd.c: use new syntax for motd_send()
36
37         * ircd/ircd.c: use new motd_init() function
38
39         * ircd/Makefile.in (SRC): forgot to add motd.c to SRC in
40         Makefile.(in); also ran make depend
41
42         * include/motd.h: don't need config.h, but now do need time.h;
43         define new structures and constants; redefine old API and define
44         new functions
45
46 2000-11-22  Kevin L. Mitchell  <klmitch@mit.edu>
47
48         * ircd/s_user.c (register_user): use motd_signon() instead of
49         calling m_motd; much cleaner this way
50
51         * ircd/motd.c: write the new motd_* stuff to make MOTD handling
52         less of a crock
53
54         * ircd/m_motd.c: rewrite m{,s}_motd to call out to new motd_*
55         functions
56
57         * include/motd.h: define new MOTD API stuff
58
59 2000-11-20  Kevin L. Mitchell  <klmitch@mit.edu>
60
61         * ircd/ircd_reply.c (protocol_violation): rewrite
62         protocol_violation so it'll actually work
63
64         oh, yeah, use %s -> cptr->name, instead of %c -> cptr, so we get
65         the client's real name in there.
66
67         * ircd/m_motd.c (m_motd): Iso's addition of get_client_class(sptr)
68         resulted in core dumps if NODEFAULTMOTD is defined, because m_motd
69         gets called from register_user with a NULL sptr.  This is probably
70         a design problem, but this bandaid will do for now...
71
72 2000-11-19  Isomer <isomer@coders.net>
73         * ircd/ircd_reply.c: added 'protocol_violation', thus alerting us
74         to problems in the server<->server protocol.
75
76         * ircd/m_connect.c: allow remote connects with a port of '0'
77         meaning to use the port in the config file.
78
79         * ircd/m_create.c: Enable hacking protection, lets see how far we
80         get.
81
82         * ircd/m_error.c: The RFC says never accept ERROR from unreg'd
83         clients, so we don't any more.
84
85         * ircd/m_kill.c: The kill path is now made up of numnicks of servers,
86         and the user@host is displayed of the victim.
87
88         * ircd/m_map.c: reloaded 'dump_map'.
89
90         * ircd/m_trace.c: allow per class T:
91
92         * ircd/m_stats.c: allow local opers /remote stats anywhere on the 'net.
93
94 2000-11-17  Isomer <isomer@coders.net>
95
96         * ircd/m_topic.c: Fixed bug where we'd only send to clients topics
97         that were the *same* instead of different.  Oh the embarrasment!
98
99         * ircd/IPcheck.c: Merged net's fix.
100
101 2000-11-02  Kevin L. Mitchell  <klmitch@mit.edu>
102
103         * ircd/m_whois.c: remove compiler warning by adding a newline to
104         end of file
105
106         * ircd/m_names.c: moved the flags up to s_user.h
107
108         * ircd/m_join.c: call do_names instead of m_names; restructure
109         ms_join to never transmute a JOIN into a CREATE, but use the TS in
110         the JOIN (if present) to timestamp the channel
111
112         * ircd/channel.c: send JOINs individually, instead of grouping
113         them, so that we can send the channel's creation time
114
115         * include/s_user.h: declare do_names()
116
117 2000-10-30  Isomer <isomer@coders.net>
118         * ircd/m_oper.c: Fixed warning
119
120 2000-10-30  Isomer <isomer@coders.net>
121         * ircd/m_oper.c: Fixed over agressive cut and no paste
122
123 2000-10-30  Isomer <isomer@coders.net>
124
125         * ircd/m_topic.c: Restructured, fixed bug where topics on local
126         channels are propergated (I forget who pointed this out to me, but
127         thanks anyway).  Also to save bandwidth don't send the topic to
128         users if the topic is already the same on the server (but still
129         propergate to other servers).  X/W's "autotopic" feature must
130         chew a lot of bandwidth, hopefully this will help reduce this.
131
132         * doc/rfc1459.rfc: Updated documentation on /topic.
133
134         * ircd/listener.c: snotice warnings about failed accept()'s
135         potentially warning admins that they're running out of fd's.
136
137         * ircd/stats.c, ircd/class.c: Removed /stats v, added number of
138         people in a class in /stats y
139
140         * ircd/m_create.c: Checks for timewarp hacking and squit's
141         evil servers. (currently disabled)
142         
143
144 2000-10-30  net <simms@lucida.qc.ca>
145         
146         * ircd/gline.c: Fixed various bugs Isomer left behind.
147
148 2000-10-26  Kevin L. Mitchell  <klmitch@mit.edu>
149
150         * ircd/m_join.c (m_join): reply on attempt to join a BADCHANed
151         channel is now ERR_BANNEDFROMCHAN instead of ERR_BADCHANNAME
152
153 2000-10-24  Kevin L. Mitchell  <klmitch@mit.edu>
154
155         * ircd/channel.c: ok, now last mode rules; mode +ps will always
156         result in +s (and won't send a mode if the channel is already +s);
157         mode +sp will always result in +p; -n+n on a +n channel results in
158         no mode change; -n+n on a -n channel results in a +n mode change;
159         etc.
160
161 2000-10-23  Kevin L. Mitchell  <klmitch@mit.edu>
162
163         * ircd/channel.c: add "add" and "del" elements to ParseState to
164         avoid not-too-pretty -p+s when +s is sufficient; fix a bug in
165         mode_parse_limit that caused it to clear all channel modes
166         prematurely; restructure mode_parse_mode to avoid calling
167         modebuf_mode too early (ties in with first mentioned change);
168         better logic for +p/+s mutual exclusivity; initialize "add" and
169         "del" elements in mode_parse; send simple modes down to
170         modebuf_mode after the loop in mode_parse
171
172 2000-09-28  Greg Sikorski <gte@atomicrevs.demon.co.uk>
173         * ircd/m_names.c: Fixed a non-lethal logic error that 
174         triggers an assert() in find_member_link while debugging.
175         (Spotted by Maniac-).
176 2000-09-19  Thomas Helvey <helveytw@home.com>
177         * ircd/s_conf.c: move K:lines to their own list and data
178         structures, add supporting code.
179         * ircd/m_stats.c: cleanup stats processing a bit move
180         kline listing code to a new function, haven't figured
181         out where it goes yet tho'
182         * ircd/s_stats.c: added K:line bulk lister
183         * include/s_conf.h: added new DenyConf struct
184         * *[ch]: fixeup code that depended on changes
185
186 2000-09-17  Thomas Helvey <helveytw@home.com>
187         * ircd/class.c: encapsulate class list
188         * include/class.h: clean up classes
189         * * fixup code that depended on changes
190
191 2000-09-17  Thomas Helvey <helveytw@home.com>
192         * ircd/s_conf.c: add me to local conf
193         * include/s_conf.h: move CONF_ME macro to chkconf.c
194         * ircd/s_bsd.c: cleanup initialization, allow virtual host
195         to be changed by rehash
196
197 2000-09-17  Thomas Helvey <helveytw@home.com>
198         * include/class.h: add missing prototype
199         * ircd/class.c: make argument to get_conf_class const
200
201 2000-09-17  Thomas Helvey <helveytw@home.com>
202         * ircd/*.c: merged in changes from 2.10.10.pl12, cleanup
203         merge conflicts.
204         * ircd/*.h: merged in changes from 2.10.10.pl12, cleanup
205         merge conflicts
206
207 2000-09-16  Thomas Helvey <helveytw@home.com>
208         * ircd/s_conf.c: add code for server struct
209         * ircd/client.c: copy of class.c sort of, new file for client
210         specific operations, will move things here as appropriate,
211         currently only one function is exported from here.
212         * ircd/*.c: general logic cleanups, convert negatives to
213         positives in places.
214
215 2000-09-16  Thomas Helvey <helveytw@home.com>
216         * ircd/s_conf.c: add code for new crule data structs, strip quotes
217         * ircd/crule.c: clean up scary casting a bit, type safety stuff
218         * include/s_conf.h: add CRuleConf struct and support, remove
219         unused constants
220         * include/crule.h: type safety cleanups
221         * ircd/*.c: fixup code that depended on stuff I changed
222
223 2000-09-15  Thomas Helvey <helveytw@home.com>
224         * ircd/s_conf.c: start adding code for new conf data structs, changed
225         listeners, admin line, motd lines, class lines. Move validate_hostent
226         to resolver. General mayhem.
227         * include/s_conf.h: new data structs and accessors
228         * ircd/res.c: move validate_hostent here, rewrite, use regular
229         expression for validation.
230         * doc/example.conf: update docs for port
231
232 2000-09-14  Thomas Helvey <helveytw@home.com>
233         * ircd/s_conf.c (conf_init): rewrite conf file parser, start to break
234         up conf_init into managable chunks.
235         * ircd/listener.c (set_listener_mask): fix logic bug core dump.
236         * include/s_conf.h: add new data struct for local info (unwinding the mess).
237
238 2000-09-13  Thomas Helvey <helveytw@home.com>
239         * ircd/list.c: put Clients in free lists, pre-allocate MAXCONNECTIONS
240         local clients.
241         * ircd/list.c: put SLinks in free lists
242         * ircd/channel.c: put Memberships in free lists
243         * ircd/ircd.c: rearrange initializations a bit in main
244         Note: With these changes, ircd NEVER frees Clients, SLinks or
245         Memberships. It will also rarely need to allocate new
246         ones during net bursts and other disruptions. This should
247         cut down on memory fragmentation a bit as well.
248
249 2000-08-30  Kevin L. Mitchell  <klmitch@mit.edu>
250
251         * ircd/m_names.c (do_names): pull-up from do_names fix in
252         u2.10.10.pl11
253
254 2000-07-15  Perry Lorier       <Isomer@coders.net>
255         * various: IP only k:'s and G:'s now do bit tests instead of two(!) 
256                  match()'s.  Major Major cpu savings.  Also speed up the
257                  other case slightly.  As a side effect you can now
258                  k/Gline *@10.0.0.0/8.  I'll do bans tomorrow, it's nearing
259                  3am.
260
261 2000-07-15  Perry Lorier       <Isomer@coders.net>
262         * various: Fixed warnings after compiling on an alpha.
263 2000-07-09  Perry Lorier       <Isomer@coders.net>
264         * doc/ircd.8: Applied grammitical changes by Liandrin, applied
265                       changes suggested by various other people.
266         * ircd/IPcheck.c: More bug fixes.  Current problem appears to be
267                         that it gets a corrupt entry somehow.
268 2000-07-09  Greg Sikorski <gte@atomicrevs.demon.co.uk>
269         * ircd/m_oper.c: Clean up compiler warning.
270
271 2000-07-08  Perry Lorier       <Isomer@coders.net>
272         * doc/ircd.8: Updated the documentation, it was slightly out of date
273                       being updated around 1989.
274         * ircd/m_whois.c: Rewrote for clarity, and probably a bit more speed.
275                           fixed a few minor glitches.
276         * doc/rfc1459.unet: Updated.
277         * ircd/IPcheck.c: Fixed more bugs.
278         * ircd/s_bsd.c: We now keep track of servers we've conected.
279
280 2000-07-02  Perry Lorier       <Isomer@coders.net>
281         * ircd/s_misc.c: Fixed remote IPcheck bug.  Ok, I'm a moron, so sue
282                         me.  Thanks to Hektik, thanks thanks thanks thanks
283                         thanks thanks thanks thanks thank thanks thank thanks
284
285 2000-07-01  Perry Lorier       <Isomer@coders.net>
286         * ircd/s_conf.c: "Fixed" the "bug" where people would "evade" K:'s.
287         * ircd/s_conf.c, include/IPcheck.h: Fixed compile warnings.
288
289 2000-06-22  Perry Lorier       <Isomer@coders.net>
290         * ircd/IPcheck.c: Large chunks redone.
291         * ircd/s_conf.c: Changes due to IPcheck - ONE nolonger supported,
292                         single AND double digit limits are allowed now.
293         * misc other: Changes to IPcheck.
294
295 2000-06-30  Perry Lorier       <Isomer@coders.net>
296         * ircd/ircd.c: Fix command line parameter bugs.
297
298 2000-06-30  Perry Lorier       <Isomer@coders.net>
299         * ircd/m_kill.c: Fixed bug with LOCAL_KILL_ONLY
300         * ircd/m_nick.c: Tidied things up.
301
302 2000-06-12 Joseph Bongaarts <foxxe@trms.com>
303         * ircd/m_stats.c: Iso forgot mo_stats when he added /stats v
304         
305 2000-05-29  Perry Lorier       <Isomer@coders.net>
306         * ircd/m_stats.c: add /stats v to do only the last part of the /trace
307         * ircd/IPcheck.c: Cosmetic change, if we meddle with it enough do
308                         you think it'll get bored and fix itself?
309
310 2000-06-09  Greg Sikorski <gte@atomicrevs.demon.co.uk>
311
312         * ircd/m_names.c: Clean up compiler warnings.
313
314 2000-06-09  Kevin L. Mitchell  <klmitch@mit.edu>
315
316         * ircd/channel.c (mode_parse_client): don't send warning if
317         there's not enough arguments for a +/-o/v; means the habit of
318         doing "/mode #channel +oooooo bob" doesn't result in a bunch of
319         error messages
320
321 2000-06-04  Greg Sikorski <gte@atomicrevs.demon.co.uk>
322
323         * ircd/m_names.c: Re-factor code to remove unneccessary
324         GlobalChannelList iteration every time someone joins a channel.
325
326 2000-06-02  Kevin L. Mitchell  <klmitch@mit.edu>
327
328         * ircd/s_user.c: add struct Gline * argument to register_user;
329         look up global glines and repropagate them if necessary; send
330         acknowledgement of gline to remote servers when registering users
331
332         * ircd/s_serv.c (server_estab): don't send acknowledgement of
333         local glines to remote servers; do send gline acknowledgement of
334         bursted users
335
336         * ircd/m_user.c (m_user): pass new struct Gline * argument to
337         register_user
338
339         * ircd/m_pong.c: pass new struct Gline * argument to register_user
340
341         * ircd/m_nick.c (ms_nick): document protocol change
342
343         * ircd/gline.c: support GLINE_LASTMOD
344
345         * include/s_user.h: add struct Gline * argument to register_user
346
347         * include/gline.h: add GLINE_LASTMOD to look up non-zero lastmods
348
349         * ircd/s_conf.c (find_kill): add unsigned int argument to
350         gline_lookup()
351
352         * ircd/gline.c: add GLINE_GLOBAL to lookup or find only global
353         glines; add unsigned int argument to gline_lookup()
354
355         * include/gline.h: add GLINE_GLOBAL flag; add unsigned int
356         argument to gline_lookup()
357
358         * ircd/m_server.c: Resend jupe only when there is no %<lastmod>
359         parameter, or when it falls out of bounds: see comments prior to
360         call to jupe_resend(); call server_estab with struct Jupe
361         parameter, so that we place the appropriate %<lastmod> in the
362         appropriate place.
363
364         * ircd/s_serv.c (server_estab): send %<lastmod> for introduced
365         server, as well as for servers when we're sending the BURST
366
367         * include/s_serv.h: add a struct Jupe * to the arguments for
368         server_estab() so that we can send the appropriate lastmod
369         parameter
370
371         * ircd/m_gline.c (ms_gline): actually, this should be the
372         slightest bit more efficient...
373
374         * ircd/m_jupe.c (ms_jupe): actually, this should be the slightest
375         bit more efficient...
376
377         * ircd/m_gline.c (ms_gline): inhibit GLINE processing resends
378         during netburst
379
380         * ircd/m_jupe.c (ms_jupe): inhibit JUPE processing resends during
381         netburst
382
383         * ircd/channel.c (joinbuf_join): really remove user from local
384         channels
385
386 2000-05-29  Perry Lorier       <Isomer@coders.net>
387         * ircd/m_names.c: Removed redundant space. 
388         * ircd/s_bsd.c: Fixed incorrect syntax on ERROR line.
389
390 2000-05-18  Kevin L. Mitchell  <klmitch@mit.edu>
391
392         * ircd/m_burst.c (ms_burst): er...that should have been a ",", not
393         a " "
394
395 2000-05-04  Kevin L. Mitchell  <klmitch@mit.edu>
396
397         * ircd/channel.c: replace bogus assertions with returns, which is
398         logically correct; only wipe out limit/key if they were originally
399         set in the first place; remove user from channel when doing a
400         PARTALL; only send MODE +o for user CREATEing channel if user is
401         not MyUser--CREATE will only be used if the channel did not
402         originally exist, therefore we can assume no one local is on the
403         channel anyway, and we don't exactly need for the user to see an
404         explicit +o for themselves
405
406         * doc/readme.gline: describe the syntax of the GLINE command
407
408         * doc/readme.jupe: update to reflect a couple of changes to JUPE
409
410         * ircd/gline.c: don't propagate local changes
411
412         * ircd/jupe.c: don't propagate local changes
413
414         * ircd/m_gline.c (mo_gline): force local flag when deactivating
415         glines with 0 lastmod
416
417         * ircd/gline.c (gline_deactivate): G-lines with zero lastmod time
418         are now removed instead of being deactivated
419
420         * ircd/m_gline.c (ms_gline): make G-lines of the form "GLINE *
421         -<mask>" be accepted
422
423         * ircd/channel.c (send_channel_modes): deal with one of the last
424         vestiges of sendbuf
425
426         * ircd/m_burst.c (ms_burst): debugged ban processing; removed
427         debugging hooks
428
429         * ircd/channel.c (modebuf_extract): remove debugging
430         sendto_opmask_butone calls
431
432 2000-05-03  Kevin L. Mitchell  <klmitch@mit.edu>
433
434         * ircd/channel.c: support a couple of new flags to support using
435         mode_parse; fix some bugs with 0 struct ModeBuf *; implementation
436         of modebuf_extract to extract added flags for use by ms_burst
437
438         * include/channel.h: a couple of new flags to support using
439         mode_parse inside ms_burst
440
441         * ircd/m_burst.c (ms_burst): brand new implementation of BURST
442
443         * ircd/m_endburst.c: add loop to processing of end_of_burst to
444         free empty channels after the BURST is over.
445
446         * ircd/m_server.c: convert to use new send.c functions--I wanted
447         to rewrite it from scratch, but the logic's pretty complex; I may
448         still rewrite it, though...
449
450 2000-05-02  Thomas Helvey <tomh@inxpress.net>
451
452         * ircd/ircd.c: fix broken header include ordering
453
454 2000-05-02  Thomas Helvey <tomh@inxpress.net>
455         
456         * ircd/IPcheck.c: cleanups for ZenShadow's cleanups
457         review emailed privately
458
459         * include/IPcheck.h: removed unneeded include
460
461 2000-05-02  Kevin L. Mitchell  <klmitch@mit.edu>
462
463         * ircd/s_user.c (hunt_server): throw in a comment so I know what
464         the sendto_one is for
465
466         * include/querycmds.h (Count_unknownbecomesclient): convert to
467         sendto_opmask_butone
468
469         * ircd/send.c: start removing dead code
470
471         * include/send.h: start removing dead code
472
473         * ircd/m_rping.c: convert to sendcmdto_one / send_reply /
474         hunt_server_cmd
475
476         * ircd/m_rpong.c: convert to sendcmdto_one / send_reply
477
478 2000-05-01  Kevin L. Mitchell  <klmitch@mit.edu>
479
480         * ircd/m_stats.c: convert to sendcmdto_one / send_reply
481
482         * ircd/m_kick.c: Completely reimplement m_kick
483
484         * ircd/channel.c: send_user_joins removed; it was dead code,
485         anyway...
486
487 2000-05-01  Perry Lorier <isomer@coders.net>
488         * ircd/m_invite.c: Fix for the rest of m_invite.c, and again.
489         * ircd/channels.c: My fix for the part problem.  Untested, probably
490                 won't work.  Can't be much worse than the current problem.
491                 it'll either work or core, take your pick.
492
493
494 2000-04-30  Perry Lorier <isomer@coders.net>
495         * config/config-sh.in: Fix for CONNEXIT
496         * ircd/s_{user,misc}.c: Fix for CONNEXIT
497         * ircd/m_invite.c: Fix for incorrectly numnickified invite.
498                         (Kev: Want to come talk to me about this?)
499
500 2000-04-30  Steven M. Doyle <steven@doyle.net>
501         * ircd/ircd.c
502           - general cleanups and readability enhancements
503           - rewrite of setuid/chroot code.
504           - server will no longer run as root
505           - -DPROFIL compile option removed
506           - Fixed IPcheck API calls
507  
508         * config/config-sh.in
509           - Fixed up chroot compile options
510           - Added options for debug and profile compiles
511  
512         * config/gen.ircd.Makefile
513           - Support for new debug/profile options
514  
515         * ircd/Makefile.in
516           - Support for new debug/profile options
517  
518         * ircd/ircd_signal.c
519           - Removed -DPROFIL
520
521         * include/IPcheck.h
522           - Removed old API prototypes, added new ones
523         
524         * ircd/IPcheck.c
525           - Readability cleanups (well, I -think-...)
526           - Changed IPRegistryEntry.last_connect to a time_t.  The previously
527             used unsigned short was probably causing interesting things after
528             a client had been connected longer than about 65,535 seconds...
529           - Removed old API functions.
530
531         * ircd/whocmds.c
532           - Removed IPcheck.h include
533         
534         * Additionally modified IPcheck API calls in:
535           - ircd/m_nick.c
536           - ircd/m_auth.c
537           - ircd/s_bsd.c
538           - ircd/s_conf.c
539           - ircd/s_misc.c
540           - ircd/s_serv.c
541           - ircd/s_user.c
542         
543         
544 2000-04-30  Perry Lorier <isomer@coders.net>
545         * ircd/s_bsd.c: Sigh. :)
546         * ircd/m_mode.c: fix for modeless channels by poptix.
547
548 2000-04-29  Kevin L. Mitchell  <klmitch@mit.edu>
549
550         * ircd/m_join.c: reimplement JOIN in terms of struct JoinBuf
551
552         * ircd/channel.c (clean_channelname): make clean_channelname also
553         truncate long channel names
554
555 2000-04-28  Kevin L. Mitchell  <klmitch@mit.edu>
556
557         * ircd/m_create.c: reimplement CREATE in terms of struct JoinBuf
558
559         * ircd/channel.c: implemented joinbuf_init, joinbuf_join,
560         joinbuf_flush
561
562         * include/channel.h: definitions and declarations for the struct
563         JoinBuf abstraction
564
565 2000-04-29  Perry Lorier <isomer@coders.net>
566         * ircd/s_bsd.c: Ok, so I thought I compiled and tested this...
567
568 2000-04-29  Perry Lorier <isomer@coders.net>
569         * ircd/s_bsd.c: Add debugging code to IPcheck
570
571 2000-04-28  Kevin L. Mitchell  <klmitch@mit.edu>
572
573         * include/ircd_reply.h (SND_EXPLICIT): use instead of RPL_EXPLICIT
574
575         * ircd/ircd_reply.c (send_reply): use SND_EXPLICIT instead of
576         RPL_EXPLICIT
577
578         * ircd/m_userhost.c (m_userhost): add a dead code comment
579
580         * ircd/m_desynch.c: forgot one...
581
582         * ircd/m_rehash.c (mo_rehash): er, duplicates :)
583
584         * ircd/m_proto.c (proto_send_supported): just change a comment so
585         it doesn't show up in my scans
586
587         * ircd/ircd_reply.c (send_reply): fix a slight bug...
588
589         * ircd/s_numeric.c (do_numeric): use new sendcmdto_* functions,
590         kinda hackish...
591
592         * ircd/parse.c (parse_server): argument wrangling to make
593         processing in do_numeric a little easier to deal with
594
595         * ircd/s_serv.c (server_estab): SERVER should come from
596         acptr->serv->up, not &me
597
598         * ircd/m_lusers.c: accidentally left out sptr for a %C
599
600         * ircd/send.c: hack to support doing wallchops...
601
602         * ircd/m_whowas.c: convert to new send functions
603
604         * ircd/m_whois.c: convert to new send functions
605
606         * ircd/m_who.c: convert to new send functions
607
608         * ircd/m_wallops.c: convert to new send functions
609
610         * ircd/m_wallchops.c: convert to new send functions
611
612         * ircd/m_version.c: convert to new send functions
613
614         * ircd/m_userip.c: convert to new send functions
615
616         * ircd/m_userhost.c: convert to new send functions
617
618         * ircd/m_uping.c: convert to new send functions
619
620         * ircd/m_trace.c: convert to new send functions
621
622         * ircd/m_topic.c: convert to new send functions
623
624         * ircd/m_time.c: convert to new send functions
625
626         * ircd/m_squit.c: convert to new send functions
627
628         * ircd/m_silence.c: convert to new send functions
629
630         * ircd/m_settime.c: convert to new send functions
631
632         * ircd/m_restart.c: convert to new send functions
633
634         * ircd/m_rehash.c: convert to new send functions
635
636         * ircd/m_privmsg.c: convert to new send functions
637
638         * ircd/m_pong.c: convert to new send functions
639
640         * ircd/m_ping.c: convert to new send functions
641
642         * ircd/m_pass.c: convert to new send functions
643
644         * ircd/m_opmode.c: convert to new send functions
645
646         * ircd/m_oper.c: convert to new send functions
647
648         * ircd/m_notice.c: convert to new send functions
649
650         * ircd/m_nick.c: convert to new send functions
651
652         * ircd/m_names.c: convert to new send functions
653
654         * ircd/m_motd.c: convert to new send functions
655
656         * ircd/m_mode.c: convert to new send functions
657
658         * ircd/m_map.c: convert to new send functions
659
660         * ircd/m_lusers.c: convert to new send functions
661
662         * ircd/m_list.c: convert to new send functions
663
664         * ircd/m_links.c: convert to new send functions
665
666         * ircd/m_kill.c: convert to new send functions
667
668         * ircd/m_jupe.c: convert to new send functions
669
670         * ircd/m_invite.c: convert to new send functions
671
672         * ircd/m_info.c: convert to new send functions
673
674         * ircd/m_help.c: convert to new send functions
675
676         * ircd/m_gline.c: convert to new send functions
677
678         * ircd/m_error.c: convert to new send functions
679
680         * ircd/m_endburst.c: convert to new send functions
681
682         * ircd/m_die.c: convert to new send functions
683
684         * ircd/m_destruct.c: convert to new send functions
685
686         * ircd/m_defaults.c: convert to new send functions
687
688         * ircd/m_connect.c: convert to new send functions
689
690 2000-04-28  Perry Lorier <isomer@coders.net>
691         * RELEASE.NOTES: Describe a few more undocumented features.
692         * config/config-sh.in: change the default paths for logging
693         and the recommended number of channels.
694         * include/supported.h: Rearrange slightly, added CHANTYPE's
695
696 2000-04-27  Kevin L. Mitchell  <klmitch@mit.edu>
697
698         * ircd/m_close.c: convert to send_reply
699
700         * ircd/m_clearmode.c: convert to send_reply, sendcmdto_serv_butone
701
702         * ircd/m_away.c: convert to send_reply and sendcmdto_serv_butone
703
704         * ircd/m_admin.c: convert to send_reply and hunt_server_cmd
705
706         * ircd/s_user.c (hunt_server_cmd): new hunt_server replacement
707         that takes cmd and tok arguments, etc.  NOTE: THIS IMPLEMENTATION
708         HAS A MAJOR HACK!!!  The whole hunt_server architecture should be
709         carefully rethought...
710
711         * ircd/s_stats.c (hunt_stats): use new hunt_server_cmd
712
713         * include/s_user.h: hunt_server_cmd -- replacement for hunt_server
714
715         * ircd/s_misc.c: *sigh* 2.10.10 doesn't support squitting by
716         numeric nick; therefore, we have to use the server name
717
718         * ircd/m_squit.c (ms_squit): allow to squit by server numeric nick
719
720         * ircd/send.c: fix minor bugs
721
722         * ircd/s_user.c (check_target_limit): mark dead code so I filter
723         it when I grep
724
725         * ircd/s_serv.c (exit_new_server): mark dead code so I filter it
726         when I grep
727
728         * ircd/parse.c: mark dead code so I filter it when I grep
729
730         * ircd/map.c: mark dead code so I filter it when I grep
731
732         * ircd/ircd.c: mark dead code so I filter it when I grep
733
734         * ircd/ircd_relay.c: convert over to new sendcmdto_*, send_reply
735         functions
736
737         * ircd/channel.c: mark dead code so I filter it when I grep
738
739         * ircd/s_stats.c: use send_reply instead of sendto_one w/rpl_str;
740         hope I'm not stepping on toes...
741
742         * ircd/s_conf.c: more sendto_opmask_butone / send_reply
743         conversions; use ircd_snprintf in a couple of cases to negate the
744         possibility of buffer overflow
745
746 2000-04-26  Kevin L. Mitchell  <klmitch@mit.edu>
747
748         * ircd/channel.c: convert as much as possible to new send
749         semantics
750
751         * ircd/send.c (sendcmdto_common_channels): fix a subtle bug --
752         test member->user->from->fd, not from->fd
753
754         * ircd/gline.c (gline_add): go ahead and add badchans; we just
755         won't look for them in m_gline; this way, they always work...
756
757         * ircd/jupe.c: use ircd_vsnprintf conversion specifiers
758
759         * ircd/gline.c: since write_log now uses ircd_vsnprintf, use
760         ircd_vsnprintf conversion specifiers
761
762         * ircd/support.c (write_log): use ircd_vsnprintf for write_log, so
763         I have my conversion specifiers
764
765         * ircd/gline.c (do_gline): use send_reply for ERR_YOUREBANNEDCREEP
766
767         * ircd/send.c (sendcmdto_flag_butone): explicitly send WALLOPS to
768         local users
769
770         * ircd/s_serv.c (exit_new_server): rewrite exit_new_server to be a
771         little less brain-dead
772
773         * ircd/s_misc.c: use sendcmdto_one, sendrawto_one, and send_reply
774
775         * ircd/s_debug.c: use send_reply with RPL_EXPLICIT for
776         RPL_STATSDEBUG
777
778         * ircd/res.c (cres_mem): use send_reply with RPL_EXPLICIT for
779         RPL_STATSDEBUG
780
781         * ircd/list.c (send_listinfo): use send_reply with RPL_EXPLICIT
782         for RPL_STATSDEBUG
783
784         * ircd/m_pong.c: use RPL_EXPLICIT for ERR_BADPING
785
786         * ircd/ircd.c: use RPL_EXPLICIT for ERR_BADPING
787
788         * ircd/s_user.c (register_user): use RPL_EXPLICIT for
789         ERR_INVALIDUSERNAME
790
791         * ircd/ircd_reply.c (send_reply): support RPL_EXPLICIT
792
793         * include/ircd_reply.h (RPL_EXPLICIT): somewhat of a hack to mark
794         a numeric as needing to use an explicit pattern, which will be the
795         first argument in the variable argument list
796
797         * ircd/s_user.c: use sendrawto_one instead of sendto_one to send
798         non-prefixed nospoof PING
799
800         * ircd/s_bsd.c: use sendrawto_one instead of sendto_one to send
801         non-prefixed SERVER login
802
803         * ircd/ircd.c (check_pings): fix last sendto_one calls (except for
804         a numeric usage further up)
805
806         * include/send.h: declare sendrawto_one
807
808         * ircd/send.c (sendrawto_one): new function to use ONLY for
809         non-prefixed commands, like PING to client, or PASS/SERVER on
810         server registration
811
812 2000-04-25  Kevin L. Mitchell  <klmitch@mit.edu>
813
814         * ircd/ircd_snprintf.c (doprintf): implement %H for possible
815         future expansion (channel numerics?)
816
817         * include/ircd_snprintf.h: added documentation to # to explain use
818         with %C; added documentation for : to explain use with %C; added
819         documentation for %H for channels
820
821         * ircd/whocmds.c: use send_reply
822
823         * ircd/userload.c: use sendcmdto_one
824
825         * ircd/uping.c: use sendcmdto_one
826
827         * ircd/send.c: use new flags to %C format string; ':' prefixes
828         client name with a colon for local connects, '#' uses
829         nick!user@host form for local connects
830
831         * ircd/s_user.c: use send_reply, sendto_opmask_butone,
832         sendcmdto_one, sendcmdto_serv_butone, sendcmdto_flag_butone
833
834         * ircd/s_serv.c: use sendcmdto_one, sendto_opmask_butone
835
836         * ircd/s_bsd.c: use sendto_opmask_butone, send_reply,
837         sendcmdto_one
838
839         * ircd/s_auth.c: use sendto_opmask_butone
840
841         * ircd/res.c: use sendcmdto_one
842
843         * ircd/ircd_snprintf.c (doprintf): minor bug fixes and some
844         debugging assertions
845
846 2000-04-24  Kevin L. Mitchell  <klmitch@mit.edu>
847
848         * ircd/support.c: dumpcore is no longer used, so get rid of it
849
850         * ircd/parse.c: use send_reply, sendcmdto_one
851
852         * ircd/map.c: use send_reply
853
854         * ircd/listener.c: use send_reply
855
856         * ircd/jupe.c: use sendto_opmask_butone, send_reply
857
858         * ircd/ircd_reply.c: use send_reply
859
860         * ircd/ircd.c: use sendto_opmask_butone
861
862         * ircd/gline.c: use sendto_opmask_butone, send_reply
863
864         * ircd/ircd_snprintf.c (doprintf): make it deal with incompletely
865         registered clients; make FLAG_ALT print nick!user@host; make
866         FLAG_COLON print :blah
867
868         * ircd/class.c (report_classes): use send_reply instead of
869         sendto_one
870
871         * ircd/hash.c (m_hash): replace sendto_one with sendcmdto_one
872
873         * ircd/IPcheck.c (ip_registry_connect_succeeded): replace
874         sendto_one with sendcmdto_one
875
876 2000-04-21  Kevin L. Mitchell  <klmitch@mit.edu>
877
878         * ircd/send.c: clean up logic in sendcmdto_channel_butone; use
879         MyConnect() instead of IsServer() in sendcmdto_flag_butone; define
880         sendcmdto_match_butone
881
882         * include/send.h: declare sendcmdto_match_butone
883
884 2000-04-20  Kevin L. Mitchell  <klmitch@mit.edu>
885
886         * ircd/jupe.c: update to use send_reply()
887
888         * ircd/gline.c: update to use send_reply()
889
890         * include/ircd_reply.h: declare send_reply
891
892         * ircd/ircd_reply.c (send_reply): send_error_to_client, but for
893         replies; uses ircd_snprintf
894
895         * ircd/send.c: added comments to redirect searchers to appropriate
896         sendcmdto_* function; moved new functions to end of file; added
897         explanatory comments; reordered arguments; defined new functions
898         mentioned below
899
900         * ircd/m_jupe.c: reorder arguments to sendcmdto_* functions
901
902         * ircd/m_gline.c: reorder arguments to sendcmdto_* functions
903
904         * ircd/jupe.c: reorder arguments to sendcmdto_* functions
905
906         * ircd/gline.c: reorder arguments to sendcmdto_* functions
907
908         * include/send.h: reorder arguments, add explanatory comments,
909         declare new functions sendcmdto_flag_butone, sendto_opmask_butone,
910         and vsendto_opmask_butone
911
912 2000-04-19  Kevin L. Mitchell  <klmitch@mit.edu>
913
914         * ircd/send.c: define sendcmdto_channel_butone, wrote a simplified
915         vsendto_op_mask that uses '*' instead of the receiving client
916         nickname
917
918         * include/send.h: declare sendcmdto_channel_butone; takes a skip
919         argument that allows you to skip (or not to skip) deaf users,
920         users behind bursting servers, and non channel operators
921
922 2000-04-17  Kevin L. Mitchell  <klmitch@mit.edu>
923
924         * ircd/send.c: new sendcmdto_channel_butserv -- note that old
925         sendto_channel_butserv has a subtle bug; also wrote
926         sendcmdto_common_channels.
927
928         * include/send.h: declare new sendcmdto_* functions
929
930         * ircd/jupe.c: support local deactivations of jupes
931
932         * ircd/gline.c: support local deactivations of glines
933
934         * include/jupe.h: JUPE_LDEACT allows jupes to be locally
935         deactivated; if they aren't locally deactivated, then it slaves to
936         the net-wide activation status; JupeIsRemActive() tests only
937         whether the jupe is active everywhere else
938
939         * include/gline.h: GLINE_LDEACT allows glines to be locally
940         deactivated; if they aren't locally deactivated, then it slaves to
941         the net-wide activation status; GlineIsRemActive() tests only
942         whether the gline is active everywhere else
943
944         * ircd/gline.c: detect overlapping G-lines; if an existing, wider
945         gline expires after the new one will, we drop the new one,
946         otherwise we add the G-line after that one (so the wide one will
947         apply first); if the new one contains an existing G-line and if it
948         will expire after the existing one, we drop the existing one to
949         save memory
950
951         * ircd/m_gline.c (mo_gline): opers could issue remote local
952         glines when CONFIG_OPERCMDS was off; fixed
953
954 2000-04-16  Kevin L. Mitchell  <klmitch@mit.edu>
955
956         * ircd/m_jupe.c (mo_jupe): allow target argument to be dropped if
957         this is a local JUPE
958
959         * ircd/gline.c: add flags argument to gline_activate and
960         gline_deactivate for future expansion
961
962         * ircd/m_gline.c: pass flags to gline_activate and
963         gline_deactivate
964
965         * include/gline.h: add flags argument to gline_activate and
966         gline_deactivate
967
968         * ircd/jupe.c: add flags argument to jupe_activate and
969         jupe_deactivate for future expansion
970
971         * include/jupe.h: add flags argument to jupe_activate and
972         jupe_deactivate
973
974         * ircd/m_jupe.c: pass a flags argument to jupe_add instead of
975         local, active; pass flags to jupe_activate and jupe_deactivate
976
977         * include/gline.h: remove dead code
978
979         * ircd/gline.c: make gline expire times relative to CurrentTime,
980         since that should be monotonically increasing, instead of
981         TStime(), which can be set backwards, and which can therefore
982         cause an expire time to increase; make local glines be removed
983         instead of just deactivated; don't let gline_find() look for
984         user@host glines if the mask being looked up is a channel mask
985
986         * ircd/send.c (vsendcmdto_one): forgot to account for the case
987         where origin is a server and destination is a user
988
989         * ircd/jupe.c: make jupe expire times relative to CurrentTime,
990         since that should be monotonically increasing, instead of
991         TStime(), which can be set backwards, and which can therefore
992         cause an expire time to increase; make local jupes be removed
993         instead of just deactivated
994
995         * ircd/ircd_snprintf.c: d'oh, thanks for catching that; short for
996         limit is fine.  any other warnings I should know about?
997
998 2000-04-15  Thomas Helvey <tomh@inxpress.net>
999
1000         * ircd/*.c: const correctness and type safety cleanups to
1001         get code to compile with C++ compiler. Still has
1002         signed/unsigned comparison warnings.
1003
1004 2000-04-15  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1005
1006         * ircd/userload.c: change <sys/time.h> include to <time.h> for
1007           portability.
1008
1009 2000-04-14  Kevin L. Mitchell  <klmitch@mit.edu>
1010
1011         * ircd/m_gline.c (mo_gline): d'oh, target isn't a numeric; use %C
1012         and convert acptr...
1013
1014         * ircd/s_user.c: move gline_lookup function call into
1015         register_user, where it'll have a username to lookup!
1016
1017         * ircd/m_gline.c: modify to utilize new sendcmdto_* series of
1018         functions; also stuff send_error_to_client into return clauses
1019
1020         * ircd/m_jupe.c: modify to utilize new sendcmdto_* series of
1021         functions; also use send_error_to_client where that makes sense
1022
1023         * ircd/jupe.c: modify to utilize new sendcmdto_* series of
1024         functions; also use send_error_to_client where that makes sense
1025
1026         * ircd/gline.c: modify to utilize new sendcmdto_* series of
1027         functions; also fix gline_lookup() to deal properly with remote
1028         clients--boy, do struct Client and struct User need to be cleaned
1029         up!
1030
1031         * ircd/ircd_snprintf.c (doprintf): a dest of &me is a server,
1032         too...
1033
1034         * ircd/send.c: wrote sendcmdto_one(), vsendcmdto_one(), and
1035         sendcmdto_serv_butone(), all utilizing the %v conversion of
1036         ircd_snprintf()
1037
1038         * include/send.h: define IRC_BUFSIZE, max size of a message;
1039         declare sendcmdto_one(), vsendcmdto_one(), and
1040         sendcmdto_serv_butone()
1041
1042         * include/msg.h: define all the CMD_* constants needed to utilize
1043         the new sendcmdto_* series of functions
1044
1045         * ircd/Makefile.in (SRC): list ircd_snprintf.c; run make depend
1046
1047         * ircd/gline.c: remove old, dead code.
1048
1049         * ircd/m_gline.c (mo_gline): disallow setting of global G-lines
1050         unless CONFIG_OPERCMDS is enabled; disallow listing of all G-lines
1051         (don't advertise proxies); remove dead code
1052
1053         * ircd/parse.c: oper handler for JUPE only lists jupes unless
1054         CONFIG_OPERCMDS is enabled
1055
1056         * ircd/m_jupe.c (mo_jupe): don't compile mo_jupe() if
1057         CONFIG_OPERCMDS is not enabled; we'll disable it in parse.c
1058
1059         * ircd/m_opmode.c (mo_opmode): if CONFIG_OPERCMDS is not enabled,
1060         always return ERR_DISABLED
1061
1062         * ircd/m_clearmode.c (mo_clearmode): if CONFIG_OPERCMDS is not
1063         enabled, always return ERR_DISABLED
1064
1065         * ircd/s_err.c: add error message to indicate disabled commands
1066
1067         * include/numeric.h (ERR_DISABLED): to indicate disabled commands
1068
1069         * doc/Configure.help: add documentation for CONFIG_OPERCMDS
1070
1071         * config/config-sh.in: add CONFIG_OPERCMDS, default both it and
1072         CONFIG_NEW_MODE to 'y' for now
1073
1074         * ircd/gline.c (gline_list): fix a minor formatting bogon
1075
1076         * BUGS: since I fixed that bug, might as well mark it fixed.
1077
1078         * ircd/m_join.c: look up badchans with GLINE_EXACT
1079
1080         * ircd/m_gline.c: fix parc count problems; look up existing
1081         G-lines with GLINE_EXACT; only set new lastmod when
1082         activating/deactivating existing glines if old lastmod was not 0
1083
1084         * ircd/gline.c: forgot to copy the gline reason over; don't
1085         propagate a gline with 0 lastmod if origin is user; add
1086         GLINE_EXACT to force exact matching of gline mask
1087
1088         * ircd/ircd_snprintf.c (doprintf): forgot to deal with the zero
1089         flag properly
1090
1091         * ircd/s_conf.c (find_kill): gline_find() takes a char *userhost,
1092         but gline_lookup() actually takes a client--d'oh.
1093
1094 2000-04-13  Thomas Helvey <tomh@inxpress.net>
1095         * ircd/IPcheck.c: Back port BLMet's bugfix from 2.10.10
1096
1097 2000-04-13  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1098
1099         * ircd/whocmds.c: Don't make idle flag default in /who, to prevent:
1100           "/who * x"
1101           "Gte3 H*iwg Gte@212.49.240.217 :1 :0 I am the one that was."
1102           (Found by Plexus).
1103
1104         * ircd/whocmds.c: Change idle time calc from socket idle to user
1105           idle.
1106
1107 2000-04-13  Kevin L. Mitchell  <klmitch@mit.edu>
1108
1109         * config/aclocal.m4 (unet_CHECK_TYPE_SIZES): check size of void *,
1110         too, for ircd_snprintf.c
1111
1112         * include/ircd_snprintf.h: documentation for ircd_(v)snprintf, in
1113         comments; mostly descended from the Linux manpage for printf, but
1114         also documenting the extensions.
1115
1116         * ircd/ircd_snprintf.c: NULL dest is equivalent to going to a
1117         client; make 'q' be the same as 'L'; remove __inline__; only
1118         define EXTENSION if HAVE_LONG_LONG is defined
1119
1120         * include/handlers.h: declare m_gline()
1121
1122         * ircd/parse.c: gline can be called by users, but it only lists
1123         the glines.
1124
1125         * ircd/s_user.c (set_nick_name): resend gline if a remote server
1126         introduces a glined client
1127
1128         * ircd/s_serv.c (server_estab): burst glines, too
1129
1130         * ircd/gline.c: fix up all the expire times to be offsets;
1131         simplify gline_resend()
1132
1133         * ircd/m_gline.c: begin coding replacements for ms_gline(),
1134         mo_gline(), and m_gline()
1135
1136         * ircd/gline.c (gline_add): allow *@#channel to work correctly;
1137         also, prohibit local BADCHANs if LOCAL_BADCHAN not defined
1138
1139 2000-04-13  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1140
1141         * tools/Bouncer/*: Add comments/documentation/tags.
1142         * tools/Bouncer/*: Add debug defines, make task fork().
1143
1144 2000-04-12  Thomas Helvey <tomh@inxpress.net>
1145         * ircd/s_err.c: Cleanup s_err.c make one table so we
1146         don't have to do anything tricky to get an error string.
1147
1148 2000-04-12  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1149         * Add port bouncer for http (x/w)
1150
1151 2000-04-12  Kevin L. Mitchell  <klmitch@mit.edu>
1152
1153         * ircd/s_conf.c (find_kill): replaced call to find_gline() with a
1154         call to gline_find(); also used GlineReason() instead of direct
1155         reference to structure member
1156
1157         * ircd/m_join.c (m_join): replace bad_channel() calls with calls
1158         to gline_find(name, GLINE_BADCHAN), and also check to see if gline
1159         is active
1160
1161         * ircd/channel.c: nothing seems to be called anywhere...
1162
1163         * ircd/s_err.c: update a couple of replies to dovetail with new
1164         semantics
1165
1166         * ircd/gline.c: begin complete re-implementation of gline.c along
1167         the lines of the final design of jupe.c
1168
1169         * include/gline.h: begin complete re-implementation of gline.c
1170         along the lines of the final design of jupe.c
1171
1172         * ircd/channel.c (mode_process_clients): fix "Deop of +k user on
1173         %s by %s" message...
1174
1175         * ircd/ircd_snprintf.c: my new snprintf()-like functions
1176
1177         * include/ircd_snprintf.h: my new snprintf()-like functions
1178
1179 2000-04-11  Thomas Helvey <tomh@inxpress.net>
1180         * ircd/IPcheck.c: removed old dead code
1181         * ircd/s_user.c (send_user_info): removed non-standard
1182           user not found message for userhost/userip
1183
1184 2000-04-11  Greg Sikorski <gte@atomicrevs.demon.co.uk>
1185
1186         * ircd/s_err.c: Added missing quotes to ERR_DONTCHEAT numeric.
1187         * doc/p10.html: Work on chapter 4.
1188
1189 2000-04-10  Kevin L. Mitchell  <klmitch@mit.edu>
1190
1191         * ircd/channel.c (mode_parse_client): fix coredump on /mode
1192         #foobar +o nosuchnick
1193
1194 2000-04-10  Perry Lorier  <Isomer@coders.net>
1195         * BUGS: Added bug.
1196
1197 2000-04-09  Thomas Helvey <tomh@inxpress.net>
1198         * include/IPcheck.h: fix prototype
1199         * ircd/s_user.c: fix usage of IPcheck_remote_connect
1200         * ircd/IPcheck.c: removed unused args
1201
1202 2000-04-09  Thomas Helvey <tomh@inxpress.net>
1203         * include/IPcheck.h: add proto for IPcheck_expire
1204
1205         * ircd/IPcheck.c: Rewrote
1206
1207         * ircd/ircd.c: Add IPcheck_expire to main message loop
1208
1209         * ircd/s_user.c: Redo target hashing, refactor target code
1210
1211         * include/numeric.h: Cleaned up numerics, added which ones are
1212         in use by other networks and what they are in use for.
1213
1214         * ircd/channel.c: cleaned can_join(), allow anyone through anything
1215         if /invited, simplified the function.  Opers overusing OPEROVERRIDE
1216         will get a message explaining to them not to cheat.
1217
1218         * ircd/m_join.c: cleaned up the various join functions, should be
1219         a lot more efficient.  Still needs work.  Now assumes that s<->s
1220         won't send it a JOIN 0.  Service coders - note this and tread with
1221         care.
1222
1223         * ircd/m_stats.c: added Gte-'s stats doc patch.
1224
1225         * ircd/m_version.c: /version now returns the 005 numeric as well.
1226         as requested by Liandrin.
1227
1228
1229 2000-04-07  Kevin L. Mitchell  <klmitch@mit.edu>
1230
1231         * ircd/m_clearmode.c: add include for support.h for write_log()
1232
1233         * configure: move ircd/crypt/* to tools/*
1234
1235 2000-04-06  Thomas Helvey <tomh@inxpress.net>
1236         * ircd/s_auth.c: Shorten auth connect timeout to 60 seconds
1237           set client host to server alias if connection from localhost
1238
1239 2000-04-06  Perry Lorier <isomer@coders.net>
1240         * ircd/ircd.c: Fix core during pinging (oops)
1241         
1242 2000-04-06  Perry Lorier <isomer@coders.net>
1243         * ircd/send.c: fixed wrong ident being sent to channels bug.
1244         * include/numerics.h: Updated some of the numerics from other
1245         networks.  Flagged some as 'unused' by undernet.
1246
1247 2000-03-30  Perry Lorier <isomer@coders.net>
1248         * ircd/ircd.c: Lets see if this helps the ping problem at all.
1249         * ircd/whocmds.c, /doc/readme.who: Added %l specifier to get idle
1250         time for local clients. (as requested), extended who now returns all
1251         the flags (@+!) so you can tell the complete state of a client.
1252
1253 2000-03-30  Thomas Helvey <tomh@inxpress.net>
1254         * m_rping.c m_rpong.c: add Gte's rping/rpong fixes
1255
1256 2000-03-30  Perry Lorier <isomer@coders.net>
1257         * ircd/parse.c: oops, missed opers.
1258
1259 2000-03-30  Perry Lorier <isomer@coders.net>
1260         * ircd/parse.c: fixed mystifying ping bug thats been plaguing us
1261         for so long.  Remember: m_ping MUST be in the parse array. :)
1262
1263 2000-03-30  Perry Lorier <isomer@coders.net>
1264         * ircd/ircd.c: test in check_pings was wrong.  I move that we
1265         disallow cvs commit after 10pm localtime....
1266
1267 2000-03-30  Perry Lorier <isomer@coders.net>
1268         * ircd/m_pong.c: Fix it for servers too.
1269
1270 2000-03-30  Perry Lorier <isomer@coders.net>
1271         * ircd/m_pong.c: Fix ping timeout bugs
1272
1273 2000-03-30  Perry Lorier <isomer@coders.net>
1274         * ircd/channel.c: Bans had CurrentTime in their when field instead
1275         of TStime()
1276
1277 2000-03-31  Thomas Helvey <tomh@ixpress.net>
1278         * ircd/numnicks.c (SetXYYCapacity): fix for extended
1279         numerics.
1280
1281 2000-03-30  Perry Lorier <isomer@coders.net>
1282         * ircd/m_nick.c: send kills both ways so when we add nick change
1283         on collision we don't desync the network.
1284
1285         * ircd/map.c: Fixup the map a bit more.
1286
1287 2000-03-31  Kevin L. Mitchell  <klmitch@mit.edu>
1288
1289         * ircd/m_clearmode.c (do_clearmode): Log the CLEARMODE to OPATH
1290
1291         * ircd/m_opmode.c: Log the mode changes to OPATH
1292
1293         * ircd/channel.c (modebuf_flush_int): Log the mode changes to
1294         OPATH
1295
1296         * include/channel.h (MODEBUF_DEST_LOG): Log the mode changes to
1297         OPATH
1298
1299         * doc/Configure.help: help text for CONFIG_LOG_OPMODE / OPATH
1300
1301         * config/config-sh.in: added OPATH for opmode log file
1302
1303         * ircd/m_clearmode.c (do_clearmode): updated uses of
1304         modebuf_mode_string() for the new usage
1305
1306         * ircd/channel.c: added flag MODE_FREE and an int argument to
1307         modebuf_mode_string() to indicate that the string must be free'd;
1308         updated calls to modebuf_mode_string() for the new usage; called
1309         collapse(pretty_mask()) on the ban string and use allocated memory
1310         for it; added ban list length accounting; fixed a number of small
1311         bugs in ban processing
1312
1313         * include/channel.h: added flag MODE_FREE and an int argument to
1314         modebuf_mode_string() to indicate that the string must be free'd
1315
1316         * ircd/m_clearmode.c (do_clearmode): made sure clearmode removed
1317         keys and limits that are set
1318
1319 2000-03-30  Perry Lorier <isomer@coders.net>
1320         * ircd/ircd.c: rewrote check_pings() for maintainability
1321         and speed.  Also changed quit msg's so they don't have
1322         redundant nick[host] info in them.
1323
1324         * ircd/send.c: Changed write errors to report what error
1325         occured (if possible).
1326
1327         * ircd/gline.c: added gline comment to the quit.
1328
1329         * ircd/m_server.c: Added suggestions to server quits mentioning
1330         what went wrong so the admin can fix it earlier instead of asking
1331         questions...
1332
1333         * ircd/map.c: Changed m_map() to hide numerics, show a * beside
1334         servers that aren't fully burst yet.  And show '(--s)' for servers
1335         where its not sure.
1336
1337         * doc/example.conf: Fixed wrapped U:
1338
1339 2000-03-30  Kevin L. Mitchell  <klmitch@mit.edu>
1340
1341         * ircd/m_mode.c (ms_mode): implemented a new m_mode in terms of
1342         mode_parse() (version selectable at compile time)
1343
1344         * ircd/m_clearmode.c (mo_clearmode): clean_channelname(parv[1])
1345
1346         * ircd/m_opmode.c (mo_opmode): clean_channelname(parv[1])
1347
1348         * config/config-sh.in: add new config option to enable new m_mode
1349         implementation
1350
1351         * doc/Configure.help: add documentation for new config option
1352         CONFIG_NEW_MODE
1353
1354         * ircd/channel.c (mode_parse_client): /opmode #foobar -o -- 461
1355         MODE -v : Not enough parameters
1356
1357         * ircd/m_clearmode.c (do_clearmode): do_clearmode() would remove
1358         +k and +l even if they weren't set...
1359
1360         * ircd/m_opmode.c: implement the OPMODE command using mode_parse()
1361
1362         * ircd/channel.c: make mode_process_clients() clear the DEOPPED
1363         flag; fix +s+p exclusivity; add MODE_ADD/MODE_DEL to flag list
1364         for; test the 0-th member, not the i-th member, of the client
1365         change state stuff
1366
1367         * ircd/m_clearmode.c (do_clearmode): use the new
1368         mode_invite_clear() function
1369
1370         * ircd/channel.c: cleared up all the compile-time warnings and
1371         errors
1372
1373         * include/channel.h: added declarations for mode_ban_invalidate()
1374         and mode_invite_clear()
1375
1376         * ircd/channel.c: finished mode_parse(), then broke it up into a
1377         dozen or so helper functions to make the code easier to read
1378
1379 2000-03-29  Thomas Helvey <tomh@inxpress.net>
1380         * ircd/ircd.c: refactor server initialization a bit, use
1381         getopt for parsing command line, refactor init_sys, main,
1382         and other bits.
1383
1384         * ircd/s_bsd.c: add functions for initialization to clean
1385         up logic a bit and remove duplicated code.
1386
1387         * include/ircd.h: add struct for server process related
1388         variables.
1389
1390 2000-03-29  Kevin L. Mitchell  <klmitch@mit.edu>
1391
1392         * ircd/channel.c: initial definition of mode_parse(); flags to
1393         prevent doing the same thing multiple times; helper method
1394         send_notoper() to send a "Not oper"/"Not on channel" notice
1395
1396         * include/channel.h: declare mode_parse() and helper flags
1397
1398         * ircd/channel.c (modebuf_flush_int): fiddled with timestamp
1399         sending to match the current action of set_mode() closely enough
1400         that hopefully there won't be major conflicts
1401
1402         * ircd/channel.c (modebuf_flush_int): consolidated the mode string
1403         building logic, reversed the order of the arguments to mode
1404         commands to have '-' preceed '+'
1405
1406 2000-03-29  Thomas Helvey <tomh@inxpress.net>
1407         * ircd/s_bsd.c (add_connection): don't disable socket options
1408         let OS tune itself and allow important performance tweaks to 
1409         work.
1410
1411 2000-03-28  Kevin L. Mitchell  <klmitch@mit.edu>
1412
1413         * ircd/channel.c (modebuf_flush_int): use %d, not %-15d; I got
1414         confused by set_mode, which is doing some really weird logic;
1415         guess what I'm going to rewrite next?  ;)
1416
1417 2000-03-28  Kevin L. Mitchell  <klmitch@emc.com>
1418
1419         * include/channel.h: added MODE_SAVE for the bounds checking stuff
1420         in modebuf_flush
1421
1422         * ircd/channel.c: make modebuf_flush into modebuf_flush_int and
1423         make it do bounds checking on the buffer; all modes are sent only
1424         if the all parameter is 1; modebuf_flush is the exported wrapper
1425
1426         * include/channel.h: add BOUNCE, renumber flags to get a little
1427         more space
1428
1429         * ircd/channel.c (modebuf_flush): don't overload HACK2, add
1430         BOUNCE; send DESYNCH message
1431
1432 2000-03-27  Kevin L. Mitchell  <klmitch@emc.com>
1433
1434         * ircd/m_clearmode.c (do_clearmode): only mark the modes the
1435         channel actually has in effect for deletion
1436
1437         * ircd/channel.c: added explanatory comments to all added
1438         functions; made flushing take place at the correct place even if
1439         the MODEBUF_DEST_DEOP flag is set; rewrote build_string() helper
1440         to bash some stupid bugs; made modebuf_flush() return if ModeBuf
1441         is empty, fixed the apparent source, removed some bogus string
1442         termination code, properly terminate the mode strings, add support
1443         for HACK2 and HACK3, made limit strings not be sent if the limit
1444         is being removed, changed where '+' and '-' come from in sent
1445         strings, added support for DEOP flag, set up bouncing code for
1446         HACK2
1447
1448         * ircd/Makefile.in: ran make depend
1449
1450         * include/channel.h: added new defines for future functionality,
1451         made modebuf_flush() return int so I can use tail recursion
1452
1453         * ircd/m_clearmode.c: add msg.h to includes; other misc cleanups
1454         to make it all compile
1455
1456         * ircd/m_opmode.c: add msg.h to includes...
1457
1458         * ircd/m_clearmode.c: implemented mo_clearchan()/ms_clearchan()
1459
1460         * ircd/channel.c (modebuf_flush): realized I forgot to
1461         nul-terminate addbuf/rembuf properly...
1462
1463         * ircd/m_clearmode.c (do_clearmode): wrote do_clearmode()...
1464
1465         * ircd/channel.c (modebuf_flush): correct sendto_server_butone to
1466         sendto_serv_butone--blah^2
1467
1468         * ircd/send.c (sendto_serv_butone): stupid comments confused me
1469
1470         * ircd/channel.c (modebuf_flush): if there are no mode changes to
1471         propagate, we're done...
1472
1473         * ircd/channel.c (modebuf_flush): duh; it's sendto_server_butone,
1474         not sendto_all_butone
1475
1476         * ircd/m_clearmode.c: define skeleton for m{o,s}_clearmode
1477
1478         * ircd/m_opmode.c: define skeleton for m{o,s}_opmode
1479
1480         * ircd/Makefile.in (SRC): added m_opmode() and m_clearmode() to
1481         the list
1482
1483         * ircd/parse.c: added messages for opmode and clearmode
1484
1485         * include/handlers.h: added declarations for mo_opmode(),
1486         ms_opmode(), mo_clearmode(), and ms_clearmode()
1487
1488         * include/msg.h: define MSG_OPMODE, TOK_OPMODE, MSG_CLEARMODE, and
1489         TOK_CLEARMODE
1490
1491         * include/channel.h (MODEBUF_DEST_OPMODE): Define the
1492         MODEBUF_DEST_OPMODE flag
1493
1494         * ircd/channel.c (modebuf_flush): added new flag,
1495         MODEBUF_DEST_OPMODE; causes channel MODE/HACK(4) notice to appear
1496         to originate from source's server (or source itself, if
1497         IsServer(source)); also causes a server-level MODE to be sent as
1498         OPMODE instead
1499
1500         * include/channel.h: defined MODEBUF_DEST_SERVER,
1501         MODEBUF_DEST_HACK4
1502
1503         * ircd/channel.c: Add another argument to build_string() to handle
1504         numeric nicks; implemented MODEBUF_DEST_SERVER to send MODEs to
1505         servers; implemented MODEBUF_DEST_HACK4 to cause HACK(4) notices
1506         to be sent out
1507
1508 2000-03-27  Perry Lorier <isomer@coders.net>
1509
1510         * ircd/s_bsd.c: fixed missing 'u' typo.
1511
1512 2000-03-26  Kevin L. Mitchell  <klmitch@emc.com>
1513
1514         * ircd/channel.c: implement modebuf_init(), _mode(), _mode_uint(),
1515         _mode_string(), _mode_client(), _flush(); also implemented a
1516         simple build_string()
1517
1518         * include/channel.h: added definition of ModeBuf, modebuf_*
1519         manipulation functions, and a couple of helper macros
1520
1521 2000-03-24 Thomas Helvey <tomh@inxpress.net>
1522   * numicks.c: convert extended numerics to use original mask version
1523   * numnicks.h: ""
1524   * s_user.c:
1525 2000-03-23 Thomas Helvey <tomh@inxpress.net>
1526   * Merge in changes from production
1527 2000-03-22 Thomas Helvey <tomh@inxpress.net>
1528   * numicks.c: Tweak to numnick generator to reduce possibility of duplicates.
1529   * rfc1459.unet: Add Maniac's documentation for /names 0
1530 * Fix misc. jupe bugs that somehow made it into the tree
1531 * Escape /names 0 to mean /names --Maniac
1532 * Don't core when server asks for info --Maniac 
1533 * Add Kev's jupe patch --Bleep
1534 * Add Maniacs squit patch --Bleep
1535 * Merge in u2_10_10_beta07 changes --Bleep
1536 * Merge in u2_10_10_beta06 changes --Bleep
1537 * Start ircu2.10.11 development, beta branch u2_10_10 --Bleep
1538 #-----------------------------------------------------------------------------