aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule/XmlRpcRouterModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-01-021-2/+2
|\ | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * Comment out test messages that go directly to the console.Robert Adams2012-12-311-2/+2
| |
* | Merge branch 'master' into careminsterMelanie2012-12-041-0/+6
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs
| * XmlRpcGridRouterBlueWall2012-12-031-0/+6
| | | | | | | | | | | | | | | | | | Flesh out XmlRpcGridRouter to reap unused channels from gateway when scripts or objects are removed, or when the llCloseRemoteDataChannel is called. See: http://http://forge.opensimulator.org/gf/project/xmlrpcrouter/ or https://github.com/BlueWall/XmlRpcRouter for php gateway and test code.
* | Merge branch 'master' into careminsterMelanie2012-11-121-16/+33
|\ \ | |/ | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule/XmlRpcRouterModule.cs OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
| * Two more modules converted: XmlRpcGridRouterModule and XmlRpcRouterModule.Diva Canto2012-11-111-10/+32
| |
* | Fix the XmlRpcRouterModule so it reads from the correct config section ↵Tom2010-08-011-2/+2
| | | | | | | | ([XMLRPC] not [Startup]) and disable by default (since it's disabled in the ini by default)
* | Add an m_enabled flag to XmlRpcRouterModule so it won't try to bind the ↵Tom2010-08-011-2/+10
| | | | | | | | xmlrpc_uri event if it's not mentioned in the ini.
* | Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-20/+10
| | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
* | Updates all IRegionModules to the new style region modules.Revolution2010-01-231-10/+20
|/ | | | Signed-off-by: Melanie <melanie@t-data.com>
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* minor: Remove some mono compiler warnings. Uncomment code when it's ↵Justin Clarke Casey2009-04-151-1/+1
| | | | actually being used.
* Add an optional region module which will supply a script event,Melanie Thielker2009-04-101-0/+90
xmlrpc_uri(string) in response to a OpenRemoteDataChannel call. The string is the fully qualified URI to post XMLRPC requests for that script to.