]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/SUPPORTED
Added example config for m_filter.so
[user/henk/code/inspircd.git] / docs / SUPPORTED
1 As this release is ALPHA, not everything is supported. Because of this, this
2 document will show you the commands and modes that are supported in this
3 version. All commands listed below are as listed in request for comments (RFC)
4 number 1459, the original IRC documentation. Anything extra to this RFC
5 (with the exception of commands for loading plugins etc) will be a loadable
6 module and not implemented in the core.
7
8 Unimplimented server to server commands:
9
10         SERVER  CONNECT
11         LINKS   SQUIT
12
13 Implemented commands:
14
15         NICK     USER
16         OPER     QUIT
17         JOIN     MODE
18         TOPIC    NAMES
19         LIST     KICK
20         VERSION  STATS
21         TIME     ADMIN
22         INFO     PRIVMSG
23         NOTICE   WHO
24         WHOIS    KILL
25         PING     PONG
26         AWAY     REHASH
27         RESTART  SUMMON
28         USERS    WALLOPS
29         USERHOST ISON
30         INVITE   PASS
31         TRACE    WHOWAS
32
33 Module commands (non-rfc):
34
35         MODLIST
36
37
38 ------------------------------------------------------------------------------
39
40 CHANNEL MODES:  i,m,n,t,k,l,p,s,o,h**,v,b
41 USER MODES:     i,w,s,o
42
43 ------------------------------------------------------------------------------
44
45 * WARNING: In this Alpha, RESTART will not work, it will perform the same as /DIE
46   until implemented.
47
48 ** CHANNEL MODE h will be optional, and eventually be enabled or disabled by a stub
49    module.
50
51 The following features are supported:
52
53         * Dynamic module support
54         * Object orientated architecture to save memory and increase speed
55         * Connection multiplexing, one process for all (no forking!)
56
57 The following operating systems are supported:
58
59         * Linux         (i386, possibly others)
60                                 Tested on: RedHat, Slackware
61         * FreeBSD       (i386, possibly others)
62                                 Tested on: 4.7-STABLE
63