comparison mod_ircd.wiki @ 237:6a29d6132f88

updated to reflect changes.
author Marco Cirillo <maranda@lightwitch.org>
date Fri, 02 Dec 2011 21:00:10 +0000
parents aa80afcf1282
children 8b5492ea07d9
comparison
equal deleted inserted replaced
236:aa80afcf1282 237:6a29d6132f88
26 26
27 = Install = 27 = Install =
28 28
29 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. 29 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.
30 30
31 Instructions: 31 Instructions (temporarily changed):
32 * 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) 32 * Clone the Squish repo and/or download the latest tip from it (in that case you'll have to decompress the tip zip/tarball)
33 * Edit Verse's squish file so that all plugins cept the presence and groupchat ones will be commented
34 * In your Squish directory type make install 33 * In your Squish directory type make install
35 * 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 34 * Back into your mod_ircd directory call squish with --verse=./verse/verse.lua
36 * Run squish.lua again 35 * Move the mod_ircd.lua to your prosody's plugins directory
37 * Move the mod_ircd.out.lua to your prosody's plugin directory renaming it back to mod_ircd.lua
38 36
39 = Compatibility = 37 = Compatibility =
40 ||0.8||Works|| 38 ||0.8||Works||
41 ||0.7||Uncertain|| 39 ||0.7||Uncertain||
42 ||0.6||Doesn't work|| 40 ||0.6||Doesn't work||