]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/SUPPORTED
Document <link:timeout>
[user/henk/code/inspircd.git] / docs / SUPPORTED
index 60ddc369e8b82d3f473990c82fdd56d8835d0c54..05214c55fec7a60ce7804153fd5833d4f21d264c 100644 (file)
@@ -1,14 +1,11 @@
-As this release is ALPHA, not everything is supported. Because of this, this
-document will show you the commands and modes that are supported in this
-version. All commands listed below are as listed in request for comments (RFC)
-number 1459, the original IRC documentation. Anything extra to this RFC
-(with the exception of commands for loading plugins etc) will be a loadable
-module and not implemented in the core.
-
-Implimented server to server commands:
+Implemented server to server commands:
 
        SERVER  CONNECT
        LINKS   SQUIT
+       STATS   ADMIN
+       MOTD    VERSION
+       PING    WHOIS
+       REHASH
 
 Implemented commands:
 
@@ -32,28 +29,29 @@ Implemented commands:
 
 Module commands (non-rfc):
 
-       MODLIST  CHGHOST
-       GLOBOPS  HELPOP
-       KNOCK    OPERMOTD
-       QUOTE    SAJOIN
-       SAMODE   SANICK
-       SAPART   SAQUIT
-       SETNAME  SETHOST
-
-
+       MODULES   CHGHOST
+       GLOBOPS   HELPOP
+       KNOCK     OPERMOTD
+       QUOTE     SAJOIN
+       SAMODE    SANICK
+       SAPART    SAQUIT
+       SETNAME   SETHOST
+       PARKSTATS PARK
+       SETIDLE   TBAN
 
 ------------------------------------------------------------------------------
 
-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
-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
 
-NOTE: Module Modes will be documented in the near future.
+       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:
 
@@ -63,8 +61,12 @@ The following features are supported:
 
 The following operating systems are supported:
 
-       * Linux         (i386, possibly others)
-                               Tested on: RedHat, Slackware, Gentoo
+       * 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
+                               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           (3 or 4)