OpenSimMirror/OpenSim/ApplicationPlugins
Dr Scofield 84815ab271 RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1
(XmlRpc boolean encoding) to return boolean values --- sometimes both
variants in the SAME XmlRpc method! As XmlRpc DOES have a proper
encoding for boolean, i think we should use that --- having a mixture
of both is a bad thing in any case.

this patch changes all "true"/"false" boolean "encodings" to just
true/false which will be properly encoded by XmlRpc.

BIG FAT NOTE: this might/will break existing customers of
RemoteAdminPlugin --- make sure your scripts, apps, etc get updated
accordingly (unless you have already been dealing with this mess
before)
2009-05-07 15:54:13 +00:00
..
CreateCommsManager * If an item creator id contains an iar loaded name, create a temporary profile and hashed UUID to represent the user 2009-05-05 16:45:21 +00:00
LoadRegions * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release 2009-04-01 19:44:46 +00:00
RegionModulesController * minor: remove some mono compiler warnings 2009-04-29 18:11:41 +00:00
RemoteController RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1 2009-05-07 15:54:13 +00:00
Rest Intermediate commit. WILL NOT COMPILE! 2009-05-04 20:15:39 +00:00
ScriptEngine * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release 2009-04-01 19:44:46 +00:00