Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2 | -5/+8 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -1/+0 | |
2012-12-31 | Comment out test messages that go directly to the console. | Robert Adams | 1 | -2/+2 | |
2012-12-03 | XmlRpcGridRouter | BlueWall | 2 | -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-11 | Two more modules converted: XmlRpcGridRouterModule and XmlRpcRouterModule. | Diva Canto | 2 | -18/+60 | |
2011-07-13 | refactor: Move all callers of the obsoleted ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest() | |||||
2010-01-29 | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2 | -39/+19 | |
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | |||||
2010-01-23 | Updates all IRegionModules to the new style region modules. | Revolution | 2 | -19/+39 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2 | -2/+2 | |
LICENSE.txt. | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 | |
2009-04-15 | minor: Remove some mono compiler warnings. Uncomment code when it's ↵ | Justin Clarke Casey | 1 | -1/+1 | |
actually being used. | |||||
2009-04-10 | Add XmlRpcGridRouter, a module that communicates URIs for XMLRPC channels | Melanie Thielker | 1 | -0/+143 | |
to a central server via REST, for centralized XMLRPC routing. | |||||
2009-04-10 | Add an optional region module which will supply a script event, | Melanie Thielker | 1 | -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. |