Mercurial > prosody-wiki
changeset 224:f2addd5ab93b
added instructions
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Mon, 26 Sep 2011 02:05:52 +0000 |
parents | 2838422a8bc1 |
children | cef6ddd139aa |
files | mod_ircd.wiki |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_ircd.wiki Mon Sep 26 01:51:29 2011 +0000 +++ b/mod_ircd.wiki Mon Sep 26 02:05:52 2011 +0000 @@ -22,6 +22,18 @@ 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. += Install = + +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. + +Instructions: + * Clone both the Verse/Squish repo and/or download the latest tips from 'em (in that case you'll have to decompress the tip zips/tarballs) + * Edit Verse's squish file so that all plugins cept the presence and groupchat ones will be commented + * In your Squish directory type make install + * Run squish.lua --use-http into your Verse's directory, and move verse.lua into where mod_ircd files from google code's HG are stored + * Run squish.lua again + * Move the mod_ircd.out.lua to your prosody's pĂlugin directory renaming it back to mod_ircd.lua + = Compatibility = ||0.8||Works|| ||0.7||Uncertain||