mirror of
https://github.com/anope/anope.git
synced 2026-06-28 10:06:37 +02:00
Removed Example.confs DefSessionLimit's reference to accepting 0, it doesn't.
This commit is contained in:
@@ -4,6 +4,12 @@ Anope Version 1.8 - SVN
|
||||
|
||||
** MODIFIED CONFIGURATION DIRECTIVES **
|
||||
|
||||
# DefSessionLimit <limit> [REQUIRED]
|
||||
# Default session limit per host. Once a host reaches it's session limit,
|
||||
# all clients attempting to connect from that host will be killed.
|
||||
|
||||
DefSessionLimit 3
|
||||
|
||||
** DELETED CONFIGURATION DIRECTIVES **
|
||||
|
||||
|
||||
|
||||
+1
-2
@@ -1294,8 +1294,7 @@ LimitSessions
|
||||
|
||||
# DefSessionLimit <limit> [REQUIRED]
|
||||
# Default session limit per host. Once a host reaches it's session limit,
|
||||
# all clients attempting to connect from that host will be killed. A value
|
||||
# of zero means an unlimited session limit.
|
||||
# all clients attempting to connect from that host will be killed.
|
||||
|
||||
DefSessionLimit 3
|
||||
|
||||
|
||||
+2
-1
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="8"
|
||||
VERSION_PATCH="4"
|
||||
VERSION_EXTRA="-git"
|
||||
VERSION_BUILD="3020"
|
||||
VERSION_BUILD="3021"
|
||||
|
||||
# $Log$ # Changes since the 1.8.4 Release
|
||||
#Revision 3021 - Removed Example.confs DefSessionLimit's reference to accepting 0, it doesn't.
|
||||
#Revision 3020 - Fixed bug #1180 - Fixed tracking of internal clients when they change nicks on TS6 IRCds
|
||||
#Revision 3019 - Properly track users hosts when a user is -x and has a vhost via chghost
|
||||
#Revision 3018 - Accommodate for the InspIRCd 2.0 protocol being even more oversized then we previously thought..
|
||||
|
||||
Reference in New Issue
Block a user