]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/Protocol.txt
fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins values
[ngircd-alex.git] / doc / Protocol.txt
index 9858e9ed4980159324d8b3a730b8611e2a7f997f..14da84757493db2da0cad65be464120f2cf3ac23 100644 (file)
@@ -75,6 +75,10 @@ The following <serverflags> are defined at the moment:
 
 - C: The server supports the CHANINFO command.
 
+- L: INVITE- and BAN-lists should be synchronized between servers: if the
+     peer understands this flag, it will send "MODE +I" and "MODE +b"
+     commands after the server link has been established.
+
 - o: IRC operators are allowed to change channel- and channel-user-modes
      even if they aren't channel-operator of the affected channel.
 
@@ -89,7 +93,7 @@ defined in RFC 2813, section 4.1.1.
 II.2 Exchange channel-modes, topics, and persistent channels
 
      Command: CHANINFO
-  Parameters: <channel> +<modes> <key> <maxusers> [<topic>]
+  Parameters: <channel> +<modes> <key> <limit> [<topic>]
      Used by: servers only
 
 CHANINFO is used by servers to inform each other about a channel: its
@@ -111,4 +115,4 @@ channel mode). In this case <limit> should be "0".
 
 
 -- 
-$Id: Protocol.txt,v 1.11 2003/11/30 20:30:56 alex Exp $
+$Id: Protocol.txt,v 1.13 2005/08/27 19:00:06 alex Exp $