From 653638c68684ec035fd58bc2d0d91c9bf9aa2ab9 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 27 Jan 2006 15:26:59 +0000 Subject: Improved IP handling. Now uses in_addr to store client ip, not char[16]! Added global and local session limits All of this needs TESTING. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2934 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 9665bfae9..2d753b337 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -145,13 +145,14 @@ # # # Syntax is as follows: # # # -# # -# # -# # -# # -# # -# # -# # +# # +# # +# # +# # +# # +# # +# # +# # # # # You may optionally include timeout="x" on any allow line, which # # specifies the amount of time given before an unknown connection # @@ -188,9 +189,19 @@ # that of the user... Just to clear up any confusion or complaints # # that these are backwards :p # # # +# The maxlocal and maxglobal values can be used to enforce local # +# and global session limits on connections. The session limits are # +# counted against all users, but applied only to users within the # +# class. For example, if you had a class 'A' which has a session # +# limit of 3, and a class 'B' which has a session limit of 5, and # +# somehow, two users managed to get into class B which also match # +# class A, there is only one connection left for this IP now in A, # +# but if they can connect again to B, there are three. You get the # +# idea (i hope). # +# # - + -- cgit v1.3.1-10-gc9f91