aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorCharles Krinke2009-04-18 21:33:48 +0000
committerCharles Krinke2009-04-18 21:33:48 +0000
commit659b55905dc7e006ae73f3d569efdf52276aa825 (patch)
treef7df089ce48fa94895ad113afddc460688cb703b /bin
parentAllow reading of notecards by asset ID. (diff)
downloadopensim-SC_OLD-659b55905dc7e006ae73f3d569efdf52276aa825.zip
opensim-SC_OLD-659b55905dc7e006ae73f3d569efdf52276aa825.tar.gz
opensim-SC_OLD-659b55905dc7e006ae73f3d569efdf52276aa825.tar.bz2
opensim-SC_OLD-659b55905dc7e006ae73f3d569efdf52276aa825.tar.xz
Thank you kindly, MCortez, for a patch that:
Added is a patch that adds a rough Groups implementation. This patch allows the creation, adding and maintaining Groups, Roles and Members. Work has begun on a very naive implementation of messaging, and minimal support for notifications {no attachments yet}. Proposals are not yet supported, but are on the to-do list. This implementation is not active by default, and must be configured in OpenSim.ini to become active.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example24
1 files changed, 23 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 127501c..27aa5e0 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1229,4 +1229,26 @@ freeswitch_echo_port = 50505
1229freeswitch_well_known_ip = ip.address.of.freeswitch.server 1229freeswitch_well_known_ip = ip.address.of.freeswitch.server
1230freeswitch_default_timeout = 5000 1230freeswitch_default_timeout = 5000
1231freeswitch_subscribe_retry = 120 1231freeswitch_subscribe_retry = 120
1232; freeswitch_password_reset_url = \ No newline at end of file 1232; freeswitch_password_reset_url =
1233
1234
1235[Groups]
1236 Enabled = false
1237
1238 ; This is the current groups stub in Region.CoreModules.Avatar.Groups
1239 Module = Default
1240
1241
1242 ; The XmlRpcGroups implementation can be used against the publically available service
1243 ; that I have made available for testing. Your group data is not guarenteed safe
1244 ; or available if you use this service, but it's available now and seems to work.
1245 ; The PHP code for the service is available for you to deploy to your own server.
1246 ;
1247 ;Module = XmlRpcGroups
1248
1249 ;XmlRpcServiceURL = http://osflotsam.org/xmlrpc.php
1250 ;XmlRpcMessagingEnabled = true
1251 ;XmlRpcNoticesEnabled = true
1252
1253 ; This makes the XmlRpcGroups modules very chatty on the console.
1254 ;XmlRpcDebugEnabled = true