Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -1/+4 |
| | |||||
* | Comment out test messages that go directly to the console. | Robert Adams | 2012-12-31 | 1 | -2/+2 |
| | |||||
* | XmlRpcGridRouter | BlueWall | 2012-12-03 | 1 | -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. | ||||
* | Two more modules converted: XmlRpcGridRouterModule and XmlRpcRouterModule. | Diva Canto | 2012-11-11 | 1 | -10/+32 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | minor: Remove some mono compiler warnings. Uncomment code when it's ↵ | Justin Clarke Casey | 2009-04-15 | 1 | -1/+1 |
| | | | | actually being used. | ||||
* | Add an optional region module which will supply a script event, | Melanie Thielker | 2009-04-10 | 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. |