Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

inspircd(1) [debian man page]

INSPIRCD(1)						      General Commands Manual						       INSPIRCD(1)

NAME
inspircd - A modular C++ IRC Daemon SYNOPSIS
inspircd [--version] [--config <config>] [--runasroot] [--nofork] [--nolog] [--logfile <filename>] [--debug] [--testsuite] DESCRIPTION
This manual page documents briefly the inspircd command. inspircd is a modular C++ IRC Daemon (ircd) for Linux, BSD and Windows systems created to provide a stable, modern, lightweight irc server from scratch and provide a vast number of features in a modularised form using an advanced module API. By keeping the functionality of the main core to a minimum we hope to increase the stability and speed of our project and make it customisable to the needs of many users. InspIRCd is designed primarily to be a custom irc server for the chatspike irc network (irc.chatspike.net) but we are releasing it into the public domain under GPL so that you may benefit yourself from our work. The project is written from scratch, avoiding the inherent insta- bility under large loads which can be seen in many other irc server distributions which have the same featureset. The inspircd command starts the ircd server, using /etc/inspircd/inspircd.conf as its configuration file unless used with --config. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For the complete documentation for inspircd, please see http://inspircd.org/wiki/Main_Page. --help Show summary of options. --version Show the version and revision ID --config <config> Change the file name used for the main configuration file --runasroot Allow InspIRCd to run as root, after a short pause and a nag banner to prevent this being done accidentally (NOT RECOMMENDED OR SUP- PORTED!) --nofork Do not fork to the background on startup, useful for debugging modules --nolog Do not write to the logfile, used mostly in conjunction with --debug --logfile <filename> Change the logfile used --debug Force debug logging, overriding the config setting. Usually used with --nolog by the debug launcher --testsuite Test suite for debugging purpose SEE ALSO
InspIRCd is fully documented by the inspircd documentation team, which is viewable at http://wiki.inspircd.org/. AUTHOR
InspIRCd was written by Craig Edwards (Brain), Craig McLure (FrostyCoolSlug), Robin Burchell (w00t), and more (see http://www.inspircd.org/wiki/Credits). This manual page was written by Darren Blaber <dmbtech@gmail.com>, for the Debian project (but may be used by others). June 11, 2007 INSPIRCD(1)

Check Out this Related Man Page

IRCD(8) 						      System Manager's Manual							   IRCD(8)

NAME
ircd - The Undernet Internet Relay Chat Daemon SYNOPSIS
ircd [-t] [-d directory] [-f configfile] [-x debuglevel] [-h hostname] DESCRIPTION
ircd is the Undernet Internet Relay Chat daemon. ircd is a server in that its function is to "serve" the client program irc(1) with messages and commands. All commands and user messages are passed directly to ircd for processing and relaying to other servers. irc(1) depends upon there being an ircd server running somewhere for it to connect to and thus allow the user to begin talking to other users. There are many common clients including ircII, EPIC, and BitchX for UNIX, mIRC and pIRCh for Windows, and IRCle and Homer for the Macintosh. OPTIONS
-d directory This option tells the server to change to that directory and use that as a reference point when opening ircd.conf and other startup files. -t Instructs the server run in the foreground and to direct debugging output to standard output. -x# Defines the debug level for ircd. The higher the debug level, the more messages get directed to debugging file (or standard output if the -t option is used). -w interface This option is deprecated. Outgoing connections are bound to the interface specified in the M: line, and incoming connections are accepted only on interfaces specified in the P: lines. -f filename Specifies the ircd.conf file to be used for this server. The option is used to override the default ircd.conf given at compile time. -c This flag must be given if you are running ircd from /dev/console or any other situation where fd 0 isn't a TTY and you want the server to fork off and run in the background. This needs to be given if you are starting ircd from an rc (such as /etc/rc.local) file. -h hostname Allows the user to manually set the server name at startup. The default name is hostname.domainname. -p portname This is deprecated in favor of specifying server ports in P: lines. CONFIGURATION
If you plan to connect your ircd server to an existing IRC network, you will need to alter your local ircd configuration file (typically named ircd.conf) so that it will accept and make connections to other IRC servers. This file contains the hostnames, network addresses, and passwords for connections to other IRC servers around the world. Because the description of the ircd.conf file is beyond the scope of this document, please refer to the INSTALL file in the ircd documentation directory. BOOTING THE SERVER: The ircd server can be started as part of the UNIX boot procedure or just by placing the server into Unix Background. Keep in mind that if it is *not* part of your UNIXES Boot-up procedure then you will have to manually start the ircd server each time your UNIX is rebooted. This means if your UNIX is prone to crashing or going for for repairs a lot it would make sense to start the ircd server as part of your UNIX bootup procedure. In some cases the irc(1) will automatically attempt to boot the ircd server if the user is on the SAME UNIX that the ircd is supposed to be running on. If the irc(1) cannot connect to the ircd server it will try to start the server on it's own and will then try to reconnect to the newly booted ircd server. EXAMPLE
tolsun% ircd Places ircd into UNIX Background and starts up the server for use. Note: You do not have to add the "&" to this command, the program will automatically detach itself from tty. COPYRIGHT
(c) 1988,1989 University of Oulu, Computing Center, Finland, (c) 1988,1989 Department of Information Processing Science, University of Oulu, Finland (c) 1988,1989,1990,1991 Jarkko Oikarinen For full COPYRIGHT see LICENSE file with IRC package. FILES
/etc/utmp "ircd.conf" SEE ALSO
irc(1) BUGS
See the file 'BUGS' included in the distribution. AUTHOR
The current authors of the undernet IRC daemon are coder-com@undernet.org, the original author was Jarkko Oikarinen. 10 July 2000 IRCD(8)
Man Page