# HG changeset patch # User Marco Cirillo # Date 1317001889 0 # Node ID 2838422a8bc12b97e31eb2573e7492de47c805ae # Parent 646476e373af4ab55e394c8e78f2fd15d1a7b34a adjusted wiki. diff -r 646476e373af -r 2838422a8bc1 mod_ircd.wiki --- a/mod_ircd.wiki Sun Sep 25 20:35:06 2011 +0000 +++ b/mod_ircd.wiki Mon Sep 26 01:51:29 2011 +0000 @@ -12,17 +12,22 @@ {{{ Component "irc.example.com" "ircd" - port = 6667 -- Optional conference_server = "conference.example.com" }}} 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. += Warning = + +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. +Also the plugin stability, and/or serving compatibility with most of the IRC clients is yet to be determined. + = Compatibility = -||0.7||Works|| -||0.6||Works|| +||0.8||Works|| +||0.7||Uncertain|| +||0.6||Uncertain|| = Todo = * Authentication * SSL - * Many improvements to handling of IRC and XMPP \ No newline at end of file + * Many improvements to handling of IRC and XMPP