]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/SUPPORTED
Updated SUPPORTED file to reflect some recent changes.
[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 MODULE MODES:
43
44
45 ------------------------------------------------------------------------------
46
47 ** CHANNEL MODE h is optional, and can be enabled / disabled via a config flag.
48
49 The following features are supported:
50
51         * Dynamic module support
52         * Object orientated architecture to save memory and increase speed
53         * Connection multiplexing, one process for all (no forking!)
54
55 The following operating systems are supported:
56
57         * Linux         (i386, possibly others)
58                                 Tested on: RedHat, Slackware, Gentoo
59         * FreeBSD       (i386, possibly others)
60                                 Tested on: 4.7-STABLE
61