comparison mod_ircd.wiki @ 233:4824ae8b1f1a

mod_ircd wiki: updated to reflect changes.
author Marco Cirillo <maranda@lightwitch.org>
date Mon, 28 Nov 2011 15:34:02 +0000
parents b5e2876a6320
children b5e76dc1ac2f
comparison
equal deleted inserted replaced
232:360870d40470 233:4824ae8b1f1a
9 9
10 = Usage = 10 = Usage =
11 In your config file put something similar to the following: 11 In your config file put something similar to the following:
12 12
13 {{{ 13 {{{
14 Component "irc.example.com" "ircd" 14 Component "irc2muc.example.com" "ircd"
15 conference_server = "conference.example.com" 15 conference_server = "conference.example.com"
16 listener_port = 7000
16 }}} 17 }}}
17 18
18 If you don't want your IRC users to have connectivity outside your server then there is no need for the hostnames you specify to be valid DNS entries. 19 If you don't want your IRC users to have connectivity outside your server then there is no need for the hostnames you specify to be valid DNS entries.
19 20
20 = Warning = 21 = Warning =
21 22
22 For now the port number used by the plugin is hardcoded to be 7000, if you want to change it, you'll need to edit the plugin file just search for "7000" in your text editor and replace it with your port of choice. 23 The plugin stability, and/or serving compatibility with most of the IRC clients is yet to be determined.
23 Also the plugin stability, and/or serving compatibility with most of the IRC clients is yet to be determined.
24 24
25 = Install = 25 = Install =
26 26
27 This release requires the [http://code.matthewwild.co.uk/verse/ Verse client library] as dependancy and [http://code.matthewwild.co.uk/squish/ Squish] to meld it with the plugin. 27 This release requires the [http://code.matthewwild.co.uk/verse/ Verse client library] as dependancy and [http://code.matthewwild.co.uk/squish/ Squish] to meld it with the plugin.
28 28