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