aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* First version of the Hypergrid HELO service that will enable different ↵Diva Canto2010-09-081-0/+75
| | | | backends to interoperate.
* One more debug message to track an issue on Danger grid.Diva Canto2010-09-041-0/+1
|
* Make User Agent Service and Login Service separable.Diva Canto2010-09-041-10/+32
|
* One last tweak, hopefully.Diva Canto2010-09-031-2/+2
|
* Another tweak. Sux^2Diva Canto2010-09-031-2/+2
|
* More tweaks related to my previous commit. Tweaks sux.Diva Canto2010-09-031-2/+2
|
* Quick fix for making global references for gatekeepers that are not ↵Diva Canto2010-09-022-6/+7
| | | | domain:port work. This needs a serious rewrite, as the assumption domain:port doesn't hold from here on. Just quick-fixing for now.
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-232-8/+3
|
* Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto2010-08-192-0/+51
| | | | untested. Committing to move to my other computer.
* Fixes mantis #4954 for the xml-rpc calls of the UserAgentServiceConnector. ↵Diva Canto2010-08-161-2/+13
| | | | Basically, let's not let the xml-rpc library do the DNS conversion...
* Better debug messagesDiva Canto2010-08-041-5/+19
|
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-0/+5
|
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-102-2/+56
|
* Changed a cryptic debug message and a wrong commentDiva Canto2010-03-091-1/+1
|
* 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-283-222/+370
|
* Added ExternalName config on Gatekeeper.Diva Canto2010-01-271-3/+4
|
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-242-354/+215
|
* * Towards enabling hyperlinks at grid-level.Diva Canto2010-01-181-3/+107
| | | | * Updated grid configs
* Go Home works. With security!!Diva Canto2010-01-181-0/+132
|
* * Added missing GatekeeperServiceConnectorDiva Canto2010-01-181-0/+119
| | | | * Added basic machinery for teleporting users home. Untested.
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-1/+6
|
* * Added ServiceURLs to AgentCircuitData.Diva Canto2010-01-171-1/+1
| | | | * Fixed a configuration buglet introduced yesterday in StandaloneHypergrid.ini.
* Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2010-01-161-0/+245
yet.