mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1375 e03df62e-2008-0410-955e-edbf42e46eb7
71 lines
1.6 KiB
Plaintext
71 lines
1.6 KiB
Plaintext
Implimented server to server commands:
|
|
|
|
SERVER CONNECT
|
|
LINKS SQUIT
|
|
|
|
Implemented commands:
|
|
|
|
NICK USER
|
|
OPER QUIT
|
|
JOIN MODE
|
|
TOPIC NAMES
|
|
LIST KICK
|
|
VERSION STATS
|
|
TIME ADMIN
|
|
INFO PRIVMSG
|
|
NOTICE WHO
|
|
WHOIS KILL
|
|
PING PONG
|
|
AWAY REHASH
|
|
RESTART SUMMON
|
|
USERS WALLOPS
|
|
USERHOST ISON
|
|
INVITE PASS
|
|
TRACE WHOWAS
|
|
|
|
Module commands (non-rfc):
|
|
|
|
MODLIST CHGHOST
|
|
GLOBOPS HELPOP
|
|
KNOCK OPERMOTD
|
|
QUOTE SAJOIN
|
|
SAMODE SANICK
|
|
SAPART SAQUIT
|
|
SETNAME SETHOST
|
|
PARKSTATS PARK
|
|
SETIDLE TBAN
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
CHANNEL MODES: i,m,n,t,k,l,p,s,o,h**,v,b
|
|
USER MODES: i,w,s,o
|
|
MODULE CHAN MODES: c,G,K,C,V,Q,N,T,O,L,r,R,M,S,Z,g
|
|
MODULE USER MODES: B,G,x,g,h,r,R,W,S
|
|
|
|
Documentation for all modes and commands may be found on the wiki:
|
|
http://www.inspircd.org/wiki/
|
|
|
|
------------------------------------------------------------------------------
|
|
|
|
** CHANNEL MODE h is optional, and can be enabled / disabled via a config flag.
|
|
|
|
The following features are supported:
|
|
|
|
* Dynamic module support
|
|
* Object orientated architecture to save memory and increase speed
|
|
* Connection multiplexing, one process for all (no forking!)
|
|
|
|
The following operating systems are supported:
|
|
|
|
* Linux (i386, possibly others)
|
|
Tested on: RedHat, Slackware, Gentoo, SELinux, Debian
|
|
* FreeBSD (i386, possibly others)
|
|
Tested on: 4.10, 4.11, 5.0, 5.2.1, 5.3, 5.4
|
|
|
|
* FreeBSD users may make use of performance enhancements built into InspIRCd.
|
|
|
|
|
|
The following compilers are supported:
|
|
|
|
* GCC (2.95, 2.96, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0)
|