Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * minor: standardize some logging messages | Justin Clarke Casey | 2009-07-10 | 1 | -7/+10 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2009-05-23 | 1 | -1/+2 |
| | | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient) | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2009-04-17 | 1 | -2/+2 |
| | |||||
* | * Some more work on refactoring configs; | lbsa71 | 2009-04-17 | 1 | -2/+2 |
| | | | | | | | * Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC | ||||
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 1 | -172/+172 |
| | |||||
* | Another bit of refactoring to try to make sense of ↵ | diva | 2009-03-29 | 1 | -0/+172 |
OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files. |