changeset 223:2838422a8bc1

adjusted wiki.
author Marco Cirillo <maranda@lightwitch.org>
date Mon, 26 Sep 2011 01:51:29 +0000
parents 646476e373af
children f2addd5ab93b
files mod_ircd.wiki
diffstat 1 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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