diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 03:16:20 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-15 03:16:20 +0000 |
commit | e31d30c78f84baf5204c4a1c5e5ab8cbb5eb0c51 (patch) | |
tree | 1f3207241b5217439c5eb0ccb62875c904f54ce0 /docs/SUPPORTED | |
parent | 48676e6e178616d442017e32bd38e03dde97ab68 (diff) |
- Minor documentation updates here, someone really needs to sit down and rework it a bit ;p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3211 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/SUPPORTED')
-rw-r--r-- | docs/SUPPORTED | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/SUPPORTED b/docs/SUPPORTED index 69049f9fa..69ec0a401 100644 --- a/docs/SUPPORTED +++ b/docs/SUPPORTED @@ -37,23 +37,24 @@ Module commands (non-rfc): ------------------------------------------------------------------------------ -CHANNEL MODES: i,m,n,t,k,l,p,s,o,h**,v,b +CHANNEL MODES: i,m,n,t,k,l,p,s,o,h**,v,b,q**,a**,I**,e** 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 +MODULE USER MODES: B,G,x,g,h,r,R,W,S,a,x,V,C 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: @@ -62,9 +63,6 @@ The following operating systems are supported: * 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. - - The following compilers are supported: * GCC (2.95, 2.96, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0) |