aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵Tom Grimshaw2010-05-291-2/+12
| | | | be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+28
|
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
|
* * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-1/+1
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-90/+0
|
* Added ExternalName config on Gatekeeper.Diva Canto2010-01-271-3/+4
|
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-241-0/+215
|
* * Added missing GatekeeperServiceConnectorDiva Canto2010-01-181-0/+119
* Added basic machinery for teleporting users home. Untested.