1 Implemented server to server commands:
26 Module commands (non-rfc):
38 ------------------------------------------------------------------------------
40 CHANNEL MODES: b,h**,i,k,l,m,n,o,p,s,t,v
42 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
43 MODULE USER MODES: g,h,r,x,B,G,R,S,W
45 Documentation for all modes and commands may be found on the wiki:
46 http://www.inspircd.org/wiki/
48 ------------------------------------------------------------------------------
50 ** CHANNEL MODE h is optional, and can be enabled / disabled via a config flag or module.
52 The following features are supported:
54 * Dynamic module support
55 * Object orientated architecture to save memory and increase speed
56 * Connection multiplexing, one process for all (no forking!)
57 * Experimental DNS multithreading
59 The following operating systems are supported:
61 * Linux (i386, amd64, possibly others)
62 Tested on: RedHat, Slackware, Gentoo, Debian, SuSE
63 (Also known to work on proper SELinux configurations.)
64 * FreeBSD (i386, possibly others)
65 Tested on: 4.10, 4.11, 5.0, 5.2.1, 5.3, 5.4, 6.0, 6.1
67 The following compilers are supported: