]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/SUPPORTED
Removed <options:tempdir> - this hasn't been used since modules were updated to not...
[user/henk/code/inspircd.git] / docs / SUPPORTED
1 Implemented server to server commands:
2
3         SERVER  CONNECT
4         LINKS   SQUIT
5         STATS   ADMIN
6         MOTD    VERSION
7         PING    WHOIS
8         REHASH
9
10 Implemented commands:
11
12         NICK     USER
13         OPER     QUIT
14         JOIN     MODE
15         TOPIC    NAMES
16         LIST     KICK
17         VERSION  STATS
18         TIME     ADMIN
19         INFO     PRIVMSG
20         NOTICE   WHO
21         WHOIS    KILL
22         PING     PONG
23         AWAY     REHASH
24         RESTART  SUMMON
25         USERS    WALLOPS
26         USERHOST ISON
27         INVITE   PASS
28         TRACE    WHOWAS
29
30 Module commands (non-rfc):
31
32         MODULES   CHGHOST
33         GLOBOPS   HELPOP
34         KNOCK     OPERMOTD
35         QUOTE     SAJOIN
36         SAMODE    SANICK
37         SAPART    SAQUIT
38         SETNAME   SETHOST
39         PARKSTATS PARK
40         SETIDLE   TBAN
41
42 ------------------------------------------------------------------------------
43
44 CHANNEL MODES:       b,h**,i,k,l,m,n,o,p,s,t,v
45 USER MODES:             i,o,s,w
46 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
47 MODULE USER MODES:  g,h,r,x,B,G,R,S,W
48
49         Documentation for all modes and commands may be found on the wiki:
50         http://www.inspircd.org/wiki/
51
52 ------------------------------------------------------------------------------
53
54 ** CHANNEL MODE h is optional, and can be enabled / disabled via a config flag or module.
55
56 The following features are supported:
57
58         * Dynamic module support
59         * Object orientated architecture to save memory and increase speed
60         * Connection multiplexing, one process for all (no forking!)
61
62 The following operating systems are supported:
63
64         * Linux         (i386, amd64, possibly others)
65                                 Tested on: RedHat, Slackware, Gentoo, Debian, SuSE
66                                 (Also known to work on proper SELinux configurations.)
67         * FreeBSD       (i386, possibly others)
68                                 Tested on: 4.10, 4.11, 5.0, 5.2.1, 5.3, 5.4, 6.0, 6.1
69
70 The following compilers are supported:
71
72         * GCC           (3 or 4)