]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/SUPPORTED
Add m_ziplink.so to example conf
[user/henk/code/inspircd.git] / docs / SUPPORTED
index 69049f9fade8e7621ce0083075cfab3fad38f5d5..05214c55fec7a60ce7804153fd5833d4f21d264c 100644 (file)
@@ -1,7 +1,11 @@
-Implimented server to server commands:
+Implemented server to server commands:
 
        SERVER  CONNECT
        LINKS   SQUIT
+       STATS   ADMIN
+       MOTD    VERSION
+       PING    WHOIS
+       REHASH
 
 Implemented commands:
 
@@ -25,7 +29,7 @@ Implemented commands:
 
 Module commands (non-rfc):
 
-       MODLIST   CHGHOST
+       MODULES   CHGHOST
        GLOBOPS   HELPOP
        KNOCK     OPERMOTD
        QUOTE     SAJOIN
@@ -37,17 +41,17 @@ Module commands (non-rfc):
 
 ------------------------------------------------------------------------------
 
-CHANNEL MODES:     i,m,n,t,k,l,p,s,o,h**,v,b
-USER MODES:        i,w,s,o
-MODULE CHAN MODES:  c,G,K,C,V,Q,N,T,O,L,r,R,M,S,Z,g
-MODULE USER MODES:  B,G,x,g,h,r,R,W,S
+CHANNEL MODES:      b,h**,i,k,l,m,n,o,p,s,t,v
+USER MODES:            i,o,s,w
+MODULE CHAN MODES:  a,c,e,f,g,j,q,r,z,C,D,G,I,J,K,L,M,N,O,P,Q,R,S,T,V,Z
+MODULE USER MODES:  g,h,r,x,B,G,R,S,W
 
        Documentation for all modes and commands may be found on the wiki:
        http://www.inspircd.org/wiki/
 
 ------------------------------------------------------------------------------
 
-** CHANNEL MODE h is optional, and can be enabled / disabled via a config flag.
+** CHANNEL MODE h is optional, and can be enabled / disabled via a config flag or module.
 
 The following features are supported:
 
@@ -57,14 +61,12 @@ The following features are supported:
 
 The following operating systems are supported:
 
-       * Linux         (i386, possibly others)
-                               Tested on: RedHat, Slackware, Gentoo, SELinux, Debian
+       * Linux         (i386, amd64, possibly others)
+                               Tested on: RedHat, Slackware, Gentoo, Debian, SuSE
+                               (Also known to work on proper SELinux configurations.)
        * FreeBSD       (i386, possibly others)
-                               Tested on: 4.10, 4.11, 5.0, 5.2.1, 5.3, 5.4
-
-* FreeBSD users may make use of performance enhancements built into InspIRCd.
-
+                               Tested on: 4.10, 4.11, 5.0, 5.2.1, 5.3, 5.4, 6.0, 6.1
 
 The following compilers are supported:
 
-       * GCC           (2.95, 2.96, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0)
+       * GCC           (3 or 4)