aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectors/Interregion/RESTInterregionComms.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-141-811/+0
| | | | Region/CoreModules/ServiceConnectorsOut. No functional changes.
* Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵diva2009-06-141-119/+0
| | | | get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey2009-05-141-1/+1
|
* * refactor: break some of xml2 serialization out of sogJustin Clarke Casey2009-05-141-1/+2
|
* * break out 'xml2' deserialization from sogJustin Clarke Casey2009-05-081-1/+2
|
* - moving banned check and public/private check toDr Scofield2009-05-051-5/+12
| | | | | | | | | | Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region
* Some reorganization around service connectors. No functional changeMelanie Thielker2009-05-031-0/+921