aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/XmlRpcRouterModule/XmlRpcGridRouterModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-19/+9
| | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
* Updates all IRegionModules to the new style region modules.Revolution2010-01-231-9/+19
| | | | 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.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* 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.