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