aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto1-1/+0
OpenSim.Framework.
2015-03-25Comment spammy XMLRPC router message - we don't need to know every time aMelanie Thielker1-1/+1
script does something that wil fail anyway.
2012-12-31Comment out test messages that go directly to the console.Robert Adams1-2/+2
2012-12-03XmlRpcGridRouterBlueWall2-19/+69
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.
2012-11-11Two more modules converted: XmlRpcGridRouterModule and XmlRpcRouterModule.Diva Canto2-18/+60
2011-07-13refactor: Move all callers of the obsoleted ↵Justin Clark-Casey (justincc)1-2/+2
SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest()
2010-08-01Fix the XmlRpcRouterModule so it reads from the correct config section ↵Tom1-2/+2
([XMLRPC] not [Startup]) and disable by default (since it's disabled in the ini by default)
2010-08-01Add an m_enabled flag to XmlRpcRouterModule so it won't try to bind the ↵Tom1-2/+10
xmlrpc_uri event if it's not mentioned in the ini.
2010-07-24Fix the XmlRpcRouterModule so it reads from the correct config section ↵Tom Grimshaw1-2/+2
([XMLRPC] not [Startup]) and disable by default (since it's disabled in the ini by default)
2010-07-24Add an m_enabled flag to XmlRpcRouterModule so it won't try to bind the ↵Tom Grimshaw1-2/+10
xmlrpc_uri event if it's not mentioned in the ini.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie2-39/+19
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie2-39/+19
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution2-19/+39
Signed-off-by: Melanie <melanie@t-data.com>
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2-2/+2
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-15minor: Remove some mono compiler warnings. Uncomment code when it's ↵Justin Clarke Casey1-1/+1
actually being used.
2009-04-10Add XmlRpcGridRouter, a module that communicates URIs for XMLRPC channelsMelanie Thielker1-0/+143
to a central server via REST, for centralized XMLRPC routing.
2009-04-10Add an optional region module which will supply a script event,Melanie Thielker1-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.