aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resolve merge commits, stage 1Tom2011-09-041-2/+2
|\
| * refactor: Move all callers of the obsoleted ↵Justin Clark-Casey (justincc)2011-07-131-2/+2
| | | | | | | | SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest()
* | 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-292-39/+19
| | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
* | Updates all IRegionModules to the new style region modules.Revolution2010-01-232-19/+39
|/ | | | Signed-off-by: Melanie <melanie@t-data.com>
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-012-2/+2
| | | | LICENSE.txt.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* minor: Remove some mono compiler warnings. Uncomment code when it's ↵Justin Clarke Casey2009-04-151-1/+1
| | | | actually being used.
* Add XmlRpcGridRouter, a module that communicates URIs for XMLRPC channelsMelanie Thielker2009-04-101-0/+143
| | | | | | to a central server via REST, for centralized XMLRPC routing.
* 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.