]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/SUPPORTED
Changed to non-conflicting numeric 948 for invalid idle time
[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 Implimented 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  CHGHOST
36         GLOBOPS  HELPOP
37         KNOCK    OPERMOTD
38         QUOTE    SAJOIN
39         SAMODE   SANICK
40         SAPART   SAQUIT
41         SETNAME  SETHOST
42
43
44
45 ------------------------------------------------------------------------------
46
47 CHANNEL MODES:      i,m,n,t,k,l,p,s,o,h**,v,b
48 USER MODES:         i,w,s,o
49 MODULE CHAN MODES:  c,G,K,C,V,Q,N,T,O,L,r,R,M,S,Z
50 MODULE USER MODES:  B,G,x,g,h,r,R,W,S
51
52 NOTE: Module Modes will be documented in the near future.
53
54 ------------------------------------------------------------------------------
55
56 ** CHANNEL MODE h is optional, and can be enabled / disabled via a config flag.
57
58 The following features are supported:
59
60         * Dynamic module support
61         * Object orientated architecture to save memory and increase speed
62         * Connection multiplexing, one process for all (no forking!)
63
64 The following operating systems are supported:
65
66         * Linux         (i386, possibly others)
67                                 Tested on: RedHat, Slackware, Gentoo
68         * FreeBSD       (i386, possibly others)
69                                 Tested on: 4.10, 4.11, 5.0, 5.2.1
70