]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/SUPPORTED
More exception throwing in constructors
[user/henk/code/inspircd.git] / docs / SUPPORTED
index 0a44107fe633e8b373f5b918363a148713500f98..c599af808018fd9e51eab0cb45bab27f60feadac 100644 (file)
@@ -1,11 +1,4 @@
-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.
-
-Unimplimented server to server commands:
+Implemented server to server commands:
 
        SERVER  CONNECT
        LINKS   SQUIT
@@ -32,30 +25,44 @@ Implemented commands:
 
 Module commands (non-rfc):
 
-        MODLIST
-
+       MODLIST   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 MODES:
+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,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:
 
        * Dynamic module support
        * Object orientated architecture to save memory and increase speed
        * Connection multiplexing, one process for all (no forking!)
+       * Experimental DNS multithreading
 
 The following operating systems are supported:
 
        * Linux         (i386, possibly others)
-                               Tested on: RedHat, Slackware, Gentoo
+                               Tested on: RedHat, Slackware, Gentoo, SELinux, Debian
        * FreeBSD       (i386, possibly others)
-                               Tested on: 4.7-STABLE
+                               Tested on: 4.10, 4.11, 5.0, 5.2.1, 5.3, 5.4
+
+The following compilers are supported:
 
+       * GCC           (3 or 4)