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