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