aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Hypergrid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made the Gatekeeper proxy-able.Diva Canto2010-10-032-2/+7
|
* Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto2010-10-031-1/+1
| | | | client ip address to agent circuit data, so that it's always there.
* Renamed the Helo server connector to a consistent name. Added this in ↵Diva Canto2010-09-081-2/+3
| | | | connector to both Robust.HG.ini.example and HypergridServiceInConnectorModule.
* No need for a config var for the HELO message on the server-side. It's robust.Diva Canto2010-09-081-8/+1
|
* First version of the Hypergrid HELO service that will enable different ↵Diva Canto2010-09-081-0/+85
| | | | backends to interoperate.
* Make User Agent Service and Login Service separable.Diva Canto2010-09-042-3/+27
|
* Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
| | | | important stuff off screen too fast. Clean this time
* Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie2010-05-271-7/+7
| | | | | | Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
* Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker2010-05-271-7/+7
| | | | important stuff off screen too fast
* Assorted bug fixes in hypergrid linking.Diva Canto2010-05-032-1/+3
|
* * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-301-104/+0
| | | | * Removed a few buglets and added better exception handling.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+28
|
* * Remove unnecessary debug messageDiva Canto2010-01-311-1/+1
| | | | * Bug fix in UserAgentService, logout
* * Simplified the configuration by having [DatabaseService] in itDiva Canto2010-01-311-1/+1
| | | | | * Fixed configuration issue for HGInventoryServerInConnector * Corrected typos in debug messages
* * Added a few files that were missing in the repo.Diva Canto2010-01-312-0/+285
| | | | * New HGInventoryService which allows restricted access to inventory while outside
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-285-159/+171
|
* Added ExternalName config on Gatekeeper.Diva Canto2010-01-271-1/+3
|
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-242-41/+3
|
* * Towards enabling hyperlinks at grid-level.Diva Canto2010-01-182-3/+42
| | | | * Updated grid configs
* Go Home works. With security!!Diva Canto2010-01-182-0/+126
|
* * Added missing GatekeeperServiceConnectorDiva Canto2010-01-182-0/+34
| | | | * Added basic machinery for teleporting users home. Untested.
* HG teleports through gatekeeper are working.Diva Canto2010-01-173-79/+0
|
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-174-67/+269
|
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-1/+1
|
* * Added ServiceURLs to AgentCircuitData.Diva Canto2010-01-171-2/+0
| | | | * 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/+140
yet.