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