]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/SUPPORTED
Changed to using LogLevels
[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 Unimplemented user commands:
9
10         WHOWAS
11
12 Unimplimented server to server commands:
13
14         SERVER  CONNECT
15         LINKS   SQUIT
16
17 Implemented commands:
18
19         NICK     USER
20         OPER     QUIT
21         JOIN     MODE
22         TOPIC    NAMES
23         LIST     KICK
24         VERSION  STATS
25         TIME     ADMIN
26         INFO     PRIVMSG
27         NOTICE   WHO
28         WHOIS    KILL
29         PING     PONG
30         AWAY     REHASH
31         RESTART  SUMMON
32         USERS    WALLOPS
33         USERHOST ISON
34         INVITE   PASS
35         TRACE
36
37 ------------------------------------------------------------------------------
38
39 CHANNEL MODES:  i,m,n,t,k,l,p,s,o,h**,v
40 USER MODES:     i,w,s,o
41
42 ------------------------------------------------------------------------------
43
44 * WARNING: In this Alpha, RESTART will not work, it will perform the same as /DIE
45   until implemented.
46
47 ** CHANNEL MODE h will be optional, and eventually be enabled or disabled by a stub
48    module.
49
50 The following features are supported:
51
52         * Dynamic module support
53         * Object orientated architecture to save memory and increase speed
54         * Connection multiplexing, one process for all (no forking!)
55
56 The following operating systems are supported:
57
58         * Linux         (i386, possibly others)
59                                 Tested on: RedHat, Slackware
60         * FreeBSD       (i386, possibly others)
61                                 Tested on: 4.7-STABLE
62