diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-15 22:44:23 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-15 22:44:23 +0000 |
commit | c81f88939bc277fa92086b0ad77c90eb0994a6d3 (patch) | |
tree | 886527cb25995f03fb7a1830d2353e316e771d91 /docs | |
parent | 96a89aef2d59e16bd8e850180ec8b7a592491b75 (diff) |
Remove doc/supported, it's obsoleted by the wiki. Happy 6000 commits, everyone. :D
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6000 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SUPPORTED | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/docs/SUPPORTED b/docs/SUPPORTED deleted file mode 100644 index be69d3049..000000000 --- a/docs/SUPPORTED +++ /dev/null @@ -1,75 +0,0 @@ -Implemented server to server commands: - - SERVER CONNECT - LINKS SQUIT - STATS ADMIN - MOTD VERSION - PING WHOIS - REHASH - -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): - - MODULES CHGHOST - GLOBOPS HELPOP - KNOCK OPERMOTD - QUOTE SAJOIN - SAMODE SANICK - SAPART SAQUIT - SETNAME SETHOST - PARKSTATS PARK - SETIDLE TBAN - ------------------------------------------------------------------------------- - -CHANNEL MODES: b,h**,i,k,l,m,n,o,p,s,t,v -USER MODES: i,o,s,w -MODULE CHAN MODES: a,c,e,f,g,j,q,r,z,C,D,G,I,J,K,L,M,N,O,P,Q,R,S,T,V,Z -MODULE USER MODES: g,h,r,x,B,G,R,S,W - - 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 or module. - -The following features are supported: - - * Dynamic module support - * Dynamic reloadable core commands - * Modular SSL and ziplinks - * Non-blocking SQL 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, amd64, possibly others) - Tested on: RedHat, Slackware, Gentoo, Debian, SuSE - (Also known to work on proper SELinux configurations.) - * FreeBSD (i386, possibly others) - Tested on: 4.10, 4.11, 5.0, 5.2.1, 5.3, 5.4, 6.0, 6.1 - -The following compilers are supported: - - * GCC (3 or 4) |