androsyn 2004/01/09 15:05:14 EST (20040109_1) Modified files: (Branch: STABLE) . RELNOTES include patchlevel.h Log: Update RELNOTES..rev patchlevel to 1.3-1 Revision Changes Path 1.77.2.31 +6 -0 ircd-ratbox/RELNOTES 7.50.2.15 +1 -1 ircd-ratbox/include/patchlevel.h androsyn 2004/01/09 14:58:50 EST (20040109_0) Modified files: (Branch: STABLE) src linebuf.c Log: Disable the writev code again..sigh... Revision Changes Path 7.109.2.14 +1 -0 ircd-ratbox/src/linebuf.c leeh 2004/01/07 20:20:17 EST (20040108_0) Modified files: (Branch: STABLE) modules/core m_message.c Log: - dont ratelimit remote clients to channels. silly idea, especially when notices are only given locally.. Revision Changes Path 1.131.2.5 +2 -2 ircd-ratbox/modules/core/m_message.c androsyn 2003/12/19 12:33:03 EST (20031219_0) Modified files: (Branch: STABLE) include ircd.h s_conf.h modules m_set.c src newconf.c s_conf.c Log: Add a config file option to make the vanity operstring/adminstring stuff admin only Revision Changes Path 7.68.2.4 +1 -0 ircd-ratbox/include/ircd.h 7.241.2.12 +1 -0 ircd-ratbox/include/s_conf.h 1.64.2.3 +15 -1 ircd-ratbox/modules/m_set.c 7.93.2.18 +8 -0 ircd-ratbox/src/newconf.c 7.416.2.20 +1 -0 ircd-ratbox/src/s_conf.c leeh 2003/12/12 07:16:52 EST (20031212_0) Modified files: (Branch: STABLE) . RELNOTES include patchlevel.h Log: - revved patchlevel to 1.3 Revision Changes Path 1.77.2.30 +7 -2 ircd-ratbox/RELNOTES 7.50.2.14 +1 -1 ircd-ratbox/include/patchlevel.h leeh 2003/12/07 08:13:05 EST (20031207_0) Modified files: (Branch: STABLE) contrib m_mkpasswd.c Log: - missing param to RPL_LOAD2HI Revision Changes Path 1.10.6.1 +2 -2 ircd-ratbox/contrib/m_mkpasswd.c leeh 2003/12/05 12:42:32 EST (20031205_0) Modified files: (Branch: STABLE) modules m_links.c Log: - we dont need to skip IP parts in links, because they dont exist. Revision Changes Path 1.52.2.2 +3 -13 ircd-ratbox/modules/m_links.c androsyn 2003/12/04 15:53:28 EST (20031204_1) Modified files: (Branch: STABLE) src newconf.c Log: Remove the spoof checking stuff from newconf.c as its in valid_hostname() now Revision Changes Path 7.93.2.17 +1 -1 ircd-ratbox/src/newconf.c androsyn 2003/12/04 15:30:39 EST (20031204_0) Modified files: (Branch: STABLE) src s_user.c Log: Add additional hostname checking for local clients. Seems somebody managed to have their hostname resolve to a tld. Also it should prevent slow admins as well from doing this as well and mucking up hybrid6 servers Revision Changes Path 7.266.2.6 +9 -3 ircd-ratbox/src/s_user.c leeh 2003/12/02 12:35:42 EST (20031202_0) Modified files: (Branch: STABLE) . RELNOTES include patchlevel.h Log: - revved patchlevel to 1.3rc4 Revision Changes Path 1.77.2.29 +5 -1 ircd-ratbox/RELNOTES 7.50.2.13 +1 -1 ircd-ratbox/include/patchlevel.h leeh 2003/12/01 16:26:35 EST (20031201_4) Modified files: (Branch: STABLE) modules m_kline.c m_resv.c m_xline.c Log: - remove some more cluster notice hiding stuff Revision Changes Path 1.158.2.4 +45 -104 ircd-ratbox/modules/m_kline.c 1.39.2.2 +34 -49 ircd-ratbox/modules/m_resv.c 1.29.2.11 +20 -46 ircd-ratbox/modules/m_xline.c androsyn 2003/12/01 16:00:13 EST (20031201_3) Modified files: (Branch: STABLE) src linebuf.c s_serv.c send.c Log: Revert to old send_queued semantics of doing the write and only queueing if ncessary.. Revision Changes Path 7.109.2.13 +0 -1 ircd-ratbox/src/linebuf.c 7.333.2.6 +2 -2 ircd-ratbox/src/s_serv.c 7.246.2.7 +1 -1 ircd-ratbox/src/send.c androsyn 2003/12/01 14:14:52 EST (20031201_2) Modified files: (Branch: STABLE) src s_bsd_kqueue.c Log: oops Revision Changes Path 1.38.2.10 +1 -1 ircd-ratbox/src/s_bsd_kqueue.c androsyn 2003/12/01 14:13:21 EST (20031201_1) Modified files: (Branch: STABLE) src s_bsd_kqueue.c Log: Fix a variable name Revision Changes Path 1.38.2.9 +2 -5 ircd-ratbox/src/s_bsd_kqueue.c androsyn 2003/12/01 14:11:35 EST (20031201_0) Modified files: (Branch: STABLE) src s_bsd_kqueue.c Log: Update kqueue code from squid Revision Changes Path 1.38.2.8 +65 -51 ircd-ratbox/src/s_bsd_kqueue.c androsyn 2003/11/30 16:08:03 EST (20031130_2) Modified files: (Branch: STABLE) src s_bsd_kqueue.c Log: Remove the oneshot flag from here.. Revision Changes Path 1.38.2.7 +1 -4 ircd-ratbox/src/s_bsd_kqueue.c androsyn 2003/11/30 15:41:09 EST (20031130_1) Modified files: (Branch: STABLE) src linebuf.c Log: make the HAVE_WRITEV Revision Changes Path 7.109.2.12 +1 -1 ircd-ratbox/src/linebuf.c androsyn 2003/11/30 15:39:50 EST (20031130_0) Modified files: (Branch: STABLE) src linebuf.c Log: Disable writev for now Revision Changes Path 7.109.2.11 +1 -0 ircd-ratbox/src/linebuf.c leeh 2003/11/28 11:29:19 EST (20031128_4) Modified files: (Branch: STABLE) src ircd_lexer.l newconf.c Log: - larnes patch to fix the display of the conffile name during errors Revision Changes Path 1.154.2.2 +8 -1 ircd-ratbox/src/ircd_lexer.l 7.93.2.16 +4 -4 ircd-ratbox/src/newconf.c leeh 2003/11/28 10:54:59 EST (20031128_3) Modified files: (Branch: STABLE) modules m_wallops.c Log: - send all local wallops as operwall Revision Changes Path 1.45.2.4 +2 -2 ircd-ratbox/modules/m_wallops.c leeh 2003/11/28 10:36:50 EST (20031128_2) Modified files: (Branch: STABLE) src ircd.c Log: - fix -conftest to not check pidfile, and not print startup Revision Changes Path 7.294.2.12 +8 -10 ircd-ratbox/src/ircd.c leeh 2003/11/28 10:26:06 EST (20031128_1) Modified files: (Branch: STABLE) . RELNOTES Log: - updated RELNOTES Revision Changes Path 1.77.2.28 +13 -0 ircd-ratbox/RELNOTES leeh 2003/11/28 10:14:53 EST (20031128_0) Modified files: (Branch: STABLE) modules m_admin.c m_help.c m_info.c m_list.c m_motd.c m_names.c m_stats.c m_who.c m_whois.c m_whowas.c Log: - removed ratelimiting on local admin requests - added a check to help for EmptyString(parv[1]) - removed support for unregistered clients doing motd - removed redundant code in m_who.c, it needs two params in the msgtab, so checking if theres one is fairly pointless - commited larnes patch to add send ENDOF numerics on ratelimited commands Revision Changes Path 1.50.2.2 +15 -13 ircd-ratbox/modules/m_admin.c 1.57.2.2 +5 -2 ircd-ratbox/modules/m_help.c 1.88.2.4 +2 -1 ircd-ratbox/modules/m_info.c 1.66.2.3 +2 -1 ircd-ratbox/modules/m_list.c 1.44.2.2 +4 -15 ircd-ratbox/modules/m_motd.c 1.71.2.3 +2 -1 ircd-ratbox/modules/m_names.c 1.168.2.9 +5 -3 ircd-ratbox/modules/m_stats.c 1.96.2.4 +4 -29 ircd-ratbox/modules/m_who.c 1.120.2.3 +2 -1 ircd-ratbox/modules/m_whois.c 1.41.2.2 +2 -1 ircd-ratbox/modules/m_whowas.c leeh 2003/11/27 15:20:17 EST (20031127_4) Modified files: (Branch: STABLE) include client.h src client.c Log: - removing a rejected client from the unknown_list when its not on it is a fairly bad idea.. Revision Changes Path 7.206.2.7 +2 -1 ircd-ratbox/include/client.h 7.385.2.13 +4 -1 ircd-ratbox/src/client.c leeh 2003/11/27 12:31:48 EST (20031127_3) Modified files: (Branch: STABLE) modules Makefile.in Log: - add m_operwall.c back to Makefile.in Revision Changes Path 1.81.2.7 +1 -0 ircd-ratbox/modules/Makefile.in leeh 2003/11/27 12:17:52 EST (20031127_2) Modified files: (Branch: STABLE) modules m_wallops.c Log: - revert merging operwall/wallops, damned hyb6. Revision Changes Path 1.45.2.3 +17 -29 ircd-ratbox/modules/m_wallops.c androsyn 2003/11/27 12:09:03 EST (20031127_1) Added files: (Branch: STABLE) modules m_operwall.c Log: Readd that.. Revision Changes Path 1.46.2.3 +112 -0 ircd-ratbox/modules/m_operwall.c (new) androsyn 2003/11/26 21:57:47 EST (20031127_0) Modified files: (Branch: STABLE) src fdlist.c Log: Fix possible memory leak related to the resolver Revision Changes Path 7.39.2.2 +7 -0 ircd-ratbox/src/fdlist.c leeh 2003/11/26 10:30:54 EST (20031126_0) Modified files: (Branch: STABLE) modules Makefile.in m_unkline.c m_wallops.c m_xline.c Removed files: (Branch: STABLE) modules m_operwall.c Log: - reenable notices for clustered commands, given we cant differentiate between automatic clustering, and manual targeting. - merged operwall and wallops Revision Changes Path 1.81.2.6 +0 -1 ircd-ratbox/modules/Makefile.in 1.46.2.2 +0 -112 ircd-ratbox/modules/m_operwall.c (dead) 1.90.2.2 +10 -15 ircd-ratbox/modules/m_unkline.c 1.45.2.2 +29 -17 ircd-ratbox/modules/m_wallops.c 1.29.2.10 +12 -19 ircd-ratbox/modules/m_xline.c androsyn 2003/11/25 13:38:00 EST (20031125_0) Modified files: (Branch: STABLE) servlink Makefile.in src linebuf.c Log: Finally, found the servlink bug...that only took like umm 3 years Revision Changes Path 1.13.14.2 +1 -1 ircd-ratbox/servlink/Makefile.in 7.109.2.10 +0 -2 ircd-ratbox/src/linebuf.c leeh 2003/11/21 12:54:50 EST (20031121_1) Modified files: (Branch: STABLE) modules m_stats.c Log: - fix bug found by next, stats p was testing IsOperAdmin() instead of IsAdmin(), so hidden admins were shown to remote clients as [A] Revision Changes Path 1.168.2.8 +2 -2 ircd-ratbox/modules/m_stats.c leeh 2003/11/20 20:19:42 EST (20031121_0) Modified files: (Branch: STABLE) modules m_kline.c Log: - relax oper dline rules a bit, allow them to set upto /16 Revision Changes Path 1.158.2.3 +3 -3 ircd-ratbox/modules/m_kline.c leeh 2003/11/20 17:22:23 EST (20031120_2) Modified files: (Branch: STABLE) src s_conf.c Log: - change default of hiding error messages to just hiding from opers.. Revision Changes Path 7.416.2.19 +1 -1 ircd-ratbox/src/s_conf.c leeh 2003/11/20 17:09:14 EST (20031120_1) Modified files: (Branch: STABLE) src m_error.c Log: - only accept ERROR messages from possible servers.. Revision Changes Path 7.33.2.4 +14 -11 ircd-ratbox/src/m_error.c leeh 2003/11/20 14:44:41 EST (20031120_0) Modified files: (Branch: STABLE) src messages.tab Log: - remove 'a' from 004, anonops dont exist.. Revision Changes Path 7.90.2.8 +1 -1 ircd-ratbox/src/messages.tab androsyn 2003/11/17 12:22:02 EST (20031117_0) Modified files: (Branch: STABLE) include ircd.h src ircd.c newconf.c Log: Add Hwy's -conftest option for just doing the parser pass. This shouldn't break anything. Also fix gline_min_cidr/cidr6. Revision Changes Path 7.68.2.3 +2 -0 ircd-ratbox/include/ircd.h 7.294.2.11 +16 -0 ircd-ratbox/src/ircd.c 7.93.2.15 +11 -3 ircd-ratbox/src/newconf.c leeh 2003/11/14 11:59:30 EST (20031114_7) Modified files: (Branch: STABLE) . RELNOTES include patchlevel.h reject.h Log: - drop delayed exit time down to 10s - updated RELNOTES - revved patchlevel to 1.3rc3 Revision Changes Path 1.77.2.27 +6 -0 ircd-ratbox/RELNOTES 7.50.2.12 +1 -1 ircd-ratbox/include/patchlevel.h 1.2.2.4 +1 -1 ircd-ratbox/include/reject.h leeh 2003/11/14 11:22:47 EST (20031114_6) Modified files: (Branch: STABLE) src client.c Log: - remove some code androsyn didnt mean to commit =P Revision Changes Path 7.385.2.12 +0 -7 ircd-ratbox/src/client.c leeh 2003/11/14 11:17:12 EST (20031114_5) Modified files: (Branch: STABLE) src reject.c Log: - s/client_p/ptr->data Revision Changes Path 1.4.2.9 +2 -2 ircd-ratbox/src/reject.c androsyn 2003/11/14 11:04:42 EST (20031114_4) Modified files: (Branch: STABLE) include client.h src client.c reject.c Log: Add a flag for rejected clients Revision Changes Path 7.206.2.6 +7 -4 ircd-ratbox/include/client.h 7.385.2.11 +7 -0 ircd-ratbox/src/client.c 1.4.2.8 +1 -0 ircd-ratbox/src/reject.c androsyn 2003/11/14 10:44:26 EST (20031114_3) Modified files: (Branch: STABLE) src reject.c Log: Save an unnecessary dlinkDelete, seeing that we are removing the entire list, just zero the list head Revision Changes Path 1.4.2.7 +4 -3 ircd-ratbox/src/reject.c androsyn 2003/11/14 10:40:56 EST (20031114_2) Modified files: (Branch: STABLE) src reject.c Log: Just use the the tnode for the delay_exit node Revision Changes Path 1.4.2.6 +2 -3 ircd-ratbox/src/reject.c androsyn 2003/11/14 10:31:02 EST (20031114_1) Modified files: (Branch: STABLE) src reject.c Log: Fix a race between the reject cache and the unknown removal event. Basically what can happen is, we end up removing the client from the unknown_list and exiting them, and we never remove it from the reject_cache, so the reject_cache removes it again. Ooops.. Revision Changes Path 1.4.2.5 +1 -0 ircd-ratbox/src/reject.c leeh 2003/11/13 19:12:54 EST (20031114_0) Modified files: (Branch: STABLE) include reject.h Log: - upped the reject delay exit time to 15 seconds.. Revision Changes Path 1.2.2.3 +1 -1 ircd-ratbox/include/reject.h androsyn 2003/11/13 16:06:03 EST (20031113_0) Modified files: (Branch: STABLE) src linebuf.c Log: Here is the real writev() fix Revision Changes Path 7.109.2.9 +13 -10 ircd-ratbox/src/linebuf.c androsyn 2003/11/10 15:41:05 EST (20031110_2) Modified files: (Branch: STABLE) src linebuf.c Log: If the iovec is zero, don't increment the counter Revision Changes Path 7.109.2.8 +2 -1 ircd-ratbox/src/linebuf.c androsyn 2003/11/10 10:28:49 EST (20031110_1) Modified files: (Branch: STABLE) src linebuf.c Log: Fix an off by one error with the counts for iovecs Revision Changes Path 7.109.2.7 +14 -11 ircd-ratbox/src/linebuf.c leeh 2003/11/09 20:43:57 EST (20031110_0) Modified files: (Branch: STABLE) src s_bsd_kqueue.c Log: - remove a debug fprintf() statement Revision Changes Path 1.38.2.6 +0 -1 ircd-ratbox/src/s_bsd_kqueue.c leeh 2003/11/08 09:24:10 EST (20031108_0) Modified files: (Branch: STABLE) src s_conf.c Log: - default compression_level of 0? somehow that just doesnt make sense. Revision Changes Path 7.416.2.18 +1 -1 ircd-ratbox/src/s_conf.c androsyn 2003/11/07 16:52:50 EST (20031107_4) Modified files: (Branch: STABLE) servlink Makefile.in Log: gcc 3.3.2 breaks servlink with -O2, but the rest of the daemon seems okay. We'll shove an -O0 at the end of cflags for now.. Revision Changes Path 1.13.14.1 +1 -1 ircd-ratbox/servlink/Makefile.in androsyn 2003/11/07 13:41:06 EST (20031107_3) Modified files: (Branch: STABLE) src s_serv.c Log: Fix servlink.. Revision Changes Path 7.333.2.5 +2 -2 ircd-ratbox/src/s_serv.c leeh 2003/11/07 12:54:54 EST (20031107_2) Modified files: (Branch: STABLE) . RELNOTES Log: - remove the 1.2 stuff from RELNOTES Revision Changes Path 1.77.2.26 +0 -93 ircd-ratbox/RELNOTES leeh 2003/11/07 12:32:14 EST (20031107_1) Modified files: (Branch: STABLE) . RELNOTES include patchlevel.h Log: - updated relnotes - revved patchlevel to 1.3rc2 Revision Changes Path 1.77.2.25 +10 -0 ircd-ratbox/RELNOTES 7.50.2.11 +1 -1 ircd-ratbox/include/patchlevel.h leeh 2003/11/06 19:00:46 EST (20031107_0) Modified files: (Branch: STABLE) contrib m_opme.c include channel_mode.h client.h s_serv.h modules m_away.c m_gline.c modules/core m_kill.c m_message.c m_nick.c m_part.c src channel_mode.c s_serv.c send.c Log: - removed most of CAP_UID, dont wanna risk breaking anything by removing the rest. Revision Changes Path 1.38.2.4 +3 -9 ircd-ratbox/contrib/m_opme.c 7.22.2.3 +0 -1 ircd-ratbox/include/channel_mode.h 7.206.2.5 +0 -2 ircd-ratbox/include/client.h 7.80.2.3 +1 -2 ircd-ratbox/include/s_serv.h 1.82.2.7 +3 -12 ircd-ratbox/modules/core/m_kill.c 1.131.2.4 +2 -4 ircd-ratbox/modules/core/m_message.c 1.122.2.3 +1 -7 ircd-ratbox/modules/core/m_nick.c 1.80.2.3 +3 -7 ircd-ratbox/modules/core/m_part.c 1.47.2.2 +3 -5 ircd-ratbox/modules/m_away.c 1.119.2.7 +3 -9 ircd-ratbox/modules/m_gline.c 7.107.2.7 +5 -32 ircd-ratbox/src/channel_mode.c 7.333.2.4 +0 -16 ircd-ratbox/src/s_serv.c 7.246.2.6 +5 -38 ircd-ratbox/src/send.c leeh 2003/11/06 18:29:14 EST (20031106_0) Modified files: (Branch: STABLE) modules/core m_sjoin.c src s_user.c Log: - make SJOIN and NICK use sendto_server(), rather than looping the server list and using sendto_one(). Using sendto_one() means hub servers have to allocate a buffer per individual server, which can cause memory usage to explode during high traffic. - I broke sending UID out. it sucks anyway. Revision Changes Path 1.175.2.4 +5 -15 ircd-ratbox/modules/core/m_sjoin.c 7.266.2.5 +6 -40 ircd-ratbox/src/s_user.c leeh 2003/11/05 11:10:50 EST (20031105_1) Modified files: (Branch: STABLE) doc example.conf example.efnet.conf Log: - add oper_spy and local_kill to example confs. Revision Changes Path 7.211.2.12 +4 -1 ircd-ratbox/doc/example.conf 7.46.2.12 +4 -1 ircd-ratbox/doc/example.efnet.conf leeh 2003/11/05 11:04:48 EST (20031105_0) Modified files: (Branch: STABLE) include client.h modules/core m_kill.c src newconf.c s_conf.c Log: - split ability to locally /kill out of 'kline' priv. it now has its own priv, 'local_kill' - this is implied by 'global_kill' however. **IMPORTANT** If any of your opers do NOT have 'global_kill', they will no longer be able to /kill local users. You must add 'local_kill' to their privs to allow them to do so. Revision Changes Path 7.206.2.4 +3 -2 ircd-ratbox/include/client.h 1.82.2.6 +3 -3 ircd-ratbox/modules/core/m_kill.c 7.93.2.14 +16 -3 ircd-ratbox/src/newconf.c 7.416.2.17 +6 -1 ircd-ratbox/src/s_conf.c leeh 2003/11/03 12:53:47 EST (20031103_1) Modified files: (Branch: STABLE) . RELNOTES modules m_join.c modules/core m_nick.c Log: - juped nicks now use ERR_ERRONEUSNICKNAME numeric - juped chans now use ERR_BADCHANNAME numeric - updated RELNOTES Revision Changes Path 1.77.2.24 +16 -0 ircd-ratbox/RELNOTES 1.122.2.2 +4 -3 ircd-ratbox/modules/core/m_nick.c 1.130.2.6 +2 -2 ircd-ratbox/modules/m_join.c leeh 2003/11/02 20:35:03 EST (20031103_0) Modified files: (Branch: STABLE) modules/core m_kick.c Log: - fix a bug found by Hwy when servers kick users out of channels Revision Changes Path 1.68.2.2 +8 -6 ircd-ratbox/modules/core/m_kick.c leeh 2003/11/01 07:07:47 EST (20031101_3) Modified files: (Branch: STABLE) src s_bsd_kqueue.c Log: - add a blank line to end to appease gcc Revision Changes Path 1.38.2.5 +2 -1 ircd-ratbox/src/s_bsd_kqueue.c leeh 2003/10/31 20:44:52 EST (20031101_2) Modified files: (Branch: STABLE) include s_conf.h modules m_gline.c m_info.c src newconf.c s_conf.c Log: - add gline_min_cidr to INFO - added gline_min_cidr6, for ipv6 cidr glines Revision Changes Path 7.241.2.11 +1 -0 ircd-ratbox/include/s_conf.h 1.119.2.6 +34 -9 ircd-ratbox/modules/m_gline.c 1.88.2.3 +13 -1 ircd-ratbox/modules/m_info.c 7.93.2.13 +7 -0 ircd-ratbox/src/newconf.c 7.416.2.16 +1 -0 ircd-ratbox/src/s_conf.c leeh 2003/10/31 19:43:22 EST (20031101_1) Modified files: (Branch: STABLE) modules m_gline.c Log: - gline_min_cidr should be <, not <= Revision Changes Path 1.119.2.5 +4 -4 ircd-ratbox/modules/m_gline.c leeh 2003/10/31 19:34:52 EST (20031101_0) Modified files: (Branch: STABLE) doc example.conf example.efnet.conf Log: - add gline_min_cidr to example.efnet.conf, set default to 16 Revision Changes Path 7.211.2.11 +1 -1 ircd-ratbox/doc/example.conf 7.46.2.11 +5 -0 ircd-ratbox/doc/example.efnet.conf androsyn 2003/10/31 16:49:30 EST (20031031_4) Modified files: (Branch: STABLE) src ircd.c s_bsd_kqueue.c Log: Get the init order right.. Revision Changes Path 7.294.2.10 +1 -1 ircd-ratbox/src/ircd.c 1.38.2.4 +3 -2 ircd-ratbox/src/s_bsd_kqueue.c androsyn 2003/10/31 16:37:44 EST (20031031_3) Modified files: (Branch: STABLE) src ircd.c Log: Close fds after fdlist_init but before doing init_netio Revision Changes Path 7.294.2.9 +3 -2 ircd-ratbox/src/ircd.c androsyn 2003/10/31 16:35:50 EST (20031031_2) Modified files: (Branch: STABLE) src ircd.c Log: Doh..its no good when you close your kqueue or epoll fd...doh.. Revision Changes Path 7.294.2.8 +11 -8 ircd-ratbox/src/ircd.c androsyn 2003/10/31 13:52:48 EST (20031031_1) Modified files: (Branch: STABLE) src s_bsd_kqueue.c Log: Backport some kqueue code.. Revision Changes Path 1.38.2.3 +15 -17 ircd-ratbox/src/s_bsd_kqueue.c leeh 2003/10/31 13:49:02 EST (20031031_0) Modified files: (Branch: STABLE) doc example.conf example.efnet.conf include s_conf.h modules m_info.c src m_error.c newconf.c s_conf.c Log: - fix /info on stats_{i|k}_oper_only - added hide_error_messages = {yes|opers|no}; to general {};. Controls whether ERROR messages from servers are hidden or not. - fixed an IP leak to admins in m_error.c - log the full IP when we get an ERROR Revision Changes Path 7.211.2.10 +9 -0 ircd-ratbox/doc/example.conf 7.46.2.10 +10 -1 ircd-ratbox/doc/example.efnet.conf 7.241.2.10 +1 -0 ircd-ratbox/include/s_conf.h 1.88.2.2 +27 -2 ircd-ratbox/modules/m_info.c 7.33.2.3 +44 -35 ircd-ratbox/src/m_error.c 7.93.2.12 +17 -0 ircd-ratbox/src/newconf.c 7.416.2.15 +2 -0 ircd-ratbox/src/s_conf.c leeh 2003/10/30 11:34:30 EST (20031030_1) Modified files: (Branch: STABLE) src client.c Log: - dont send someones ip out when we send ERROR, can cause problems with server ip hiding. Revision Changes Path 7.385.2.10 +4 -4 ircd-ratbox/src/client.c leeh 2003/10/30 08:47:33 EST (20031030_0) Modified files: (Branch: STABLE) include patchlevel.h Log: - revved patchlevel to 1.3rc1 Revision Changes Path 7.50.2.10 +1 -1 ircd-ratbox/include/patchlevel.h leeh 2003/10/29 11:21:56 EST (20031029_0) Modified files: (Branch: STABLE) modules m_xline.c Log: - unxline was missing a sendto_realops() for temp xlines Revision Changes Path 1.29.2.9 +8 -3 ircd-ratbox/modules/m_xline.c androsyn 2003/10/28 11:46:39 EST (20031028_0) Modified files: (Branch: STABLE) modules m_xline.c Log: revert.. Revision Changes Path 1.29.2.8 +34 -35 ircd-ratbox/modules/m_xline.c androsyn 2003/10/27 17:17:15 EST (20031027_0) Modified files: (Branch: STABLE) modules m_xline.c Log: This should fix the case of clashing txlines and xlines...i think :) Revision Changes Path 1.29.2.7 +36 -35 ircd-ratbox/modules/m_xline.c leeh 2003/10/24 21:06:51 EDT (20031025_3) Modified files: (Branch: STABLE) . RELNOTES Log: - updated RELNOTES Revision Changes Path 1.77.2.23 +3 -1 ircd-ratbox/RELNOTES leeh 2003/10/24 20:59:52 EDT (20031025_2) Modified files: (Branch: STABLE) help/opers xline Removed files: (Branch: STABLE) help/opers txline Log: - updated the xline docs Revision Changes Path 1.1.2.2 +0 -8 ircd-ratbox/help/opers/txline (dead) 1.2.2.3 +10 -3 ircd-ratbox/help/opers/xline leeh 2003/10/24 20:53:28 EDT (20031025_1) Modified files: (Branch: STABLE) modules m_stats.c Log: - extend the new cluster characters in stats U to shared blocks. Revision Changes Path 1.168.2.7 +21 -23 ircd-ratbox/modules/m_stats.c leeh 2003/10/24 20:44:11 EDT (20031025_0) Modified files: (Branch: STABLE) modules m_stats.c Log: - add cluster stats to stats U Revision Changes Path 1.168.2.6 +51 -5 ircd-ratbox/modules/m_stats.c leeh 2003/10/24 17:39:04 EDT (20031024_4) Modified files: (Branch: STABLE) modules/core m_kill.c Log: - revert a bit more of that commit :P Revision Changes Path 1.82.2.5 +5 -3 ircd-ratbox/modules/core/m_kill.c leeh 2003/10/24 17:36:51 EDT (20031024_3) Modified files: (Branch: STABLE) modules/core m_kill.c Log: - putting all servers into a kill path is problematic - could be done with SIDs, but with names you can end up losing part of the reason because the path is too long.. Revision Changes Path 1.82.2.4 +3 -3 ircd-ratbox/modules/core/m_kill.c androsyn 2003/10/24 16:35:50 EDT (20031024_2) Modified files: (Branch: STABLE) modules/core m_kill.c Log: Fix that again.. Revision Changes Path 1.82.2.3 +2 -2 ircd-ratbox/modules/core/m_kill.c androsyn 2003/10/24 16:31:08 EDT (20031024_1) Modified files: (Branch: STABLE) modules/core m_kill.c Log: Fix some major kill path weirdness... Revision Changes Path 1.82.2.2 +8 -9 ircd-ratbox/modules/core/m_kill.c leeh 2003/10/24 11:16:36 EDT (20031024_0) Modified files: (Branch: STABLE) modules m_xline.c Log: - make "0" a valid xline time (permanent), this way numerical xlines can be added via "xline 0 ".. Revision Changes Path 1.29.2.6 +8 -6 ircd-ratbox/modules/m_xline.c androsyn 2003/10/23 12:45:51 EDT (20031023_0) Modified files: (Branch: STABLE) include s_conf.h modules m_xline.c src s_conf.c Log: Cleanup temp xline support. Adding temp xlines, is similiar to adding temp dlines or klines. Doing XLINE