diff --git a/Changes b/Changes index 356bf9408..0530d64af 100644 --- a/Changes +++ b/Changes @@ -66,14 +66,15 @@ Provided by Johno Crawford - 2008 02/08 F x86_64 generating improper SHA1 hash values. [#856] Provided by Jan Milants - 2008 +01/16 F Server traversion with next_server() failed to list all servers. [#831] +02/08 F Removed excessive free in ChanServ AKICK code. [#849] 07/20 F make install now runs install routine for modules subdirs also. [#917] 07/20 F Fixes weird hs_setall behaviour (memory issues). [#916] 07/20 F DEFCON was akilling ulined servers clients. [#899] 07/20 F Botserv replying with /(null). [#894] 07/20 F Anope will not limit sessions for ulined servers. [#909] 07/20 F EVENT_BOT_KICK not being send under all circumstances [#910] -01/16 F Server traversion with next_server() failed to list all servers. [#831] -02/08 F Removed excessive free in ChanServ AKICK code. [#849] +08/17 F Changes.conf updated with forgotten deleted directives. [#905] Provided by Martin J. Green - 2008 08/17 A SQLINE and SGLINE support for Hybrid. [#887] diff --git a/Changes.conf b/Changes.conf index 21c09a37a..7989a2d19 100644 --- a/Changes.conf +++ b/Changes.conf @@ -111,6 +111,22 @@ NSDefAutoop ** MODIFIED CONFIGURATION DIRECTIVES ** ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail os_info hs_request" +# LimitSessions [OPTIONAL] +# Enables session limiting. Session limiting prevents users from +# connecting more than a certain number of times from the same host at the +# same time - thus preventing most types of cloning. Once a host reaches +# it's session limit, all clients attempting to connect from that host +# will be killed. Exceptions to the default session limit, which are based +# on host names, can be defined via the exception list. It should be noted +# that session limiting, along with a large exception list, can degrade +# services' performance. See the source and comments in sessions.c and the +# online help for more information about session limiting. +# +# NOTE: This option is not available when STREAMLINED is defined in +# the Makefile. + +LimitSessions + ** DELETED CONFIGURATION DIRECTIVES ** # NSAutoOPDBName [OPTIONAL] # Module: ns_noop @@ -120,6 +136,59 @@ ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail os_info hs_request" # #NSAutoOPDBName "autoop.db" +# KillClonesAkillExpire