aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-06Canonicalize URL endings for the UserAgentServiceConnector.Diva Canto1-1/+5
2011-01-06HG map tile fetch: handle cached images appropriately.Diva Canto1-4/+12
2011-01-03Cleaned up debugging messages in the WebRequest handlersMic Bowman1-1/+1
2010-12-29Standardize the way WebRequests are made in the SimulationServiceConnector. ↵Mic Bowman1-29/+35
Added debugging calls for tracking performance of web requests.
2010-12-14More on mantis #5270Diva Canto1-2/+3
2010-12-13Changed logging level for message about failure to retrieve a map image from ↵Marck1-1/+1
a linked region.
2010-12-13Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck1-14/+15
Configuration option AssetService in section [GridService] must be set to enable this functionality. Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270.
2010-12-09Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵Diva Canto1-1/+1
command. mantis #5259
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. ↵Diva Canto1-14/+14
Changed the stored region names of HG regions. Increased the size of regionName in DB.
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2-33/+19
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-19/+12
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98.
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)1-6/+8
This reverts commit 19119d7705f8381a3c207d0e64a23243215a12b9.
2010-10-22Revert "* remove some spurious debug info"Justin Clark-Casey (justincc)1-15/+15
This reverts commit 017b83d0a3e3ac6a1c8bc86b9bef1ee47cba059e.
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman2-14/+23
2010-10-20* remove some spurious debug infoJonathan Freedman1-15/+15
* The last 4 commits are a patch from otakup0pe that's supposed to make URLs better somehow in an effort to make it easier to do hypergrid (I think).. But as it seems that I'm the only one who was able to apply the patch.. and I looked it over and it doesn't look like it breaks anything via the diffs.. I'll sign off on it. Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
2010-10-20* additional serveruri cleanupJonathan Freedman1-8/+6
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-12/+19
2010-10-20* remove some spurious debug infoJonathan Freedman1-15/+15
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto1-2/+6
client ip address to agent circuit data, so that it's always there.
2010-10-03* additional serveruri cleanupJonathan Freedman1-8/+6
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-12/+19
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-08First version of the Hypergrid HELO service that will enable different ↵Diva Canto1-0/+75
backends to interoperate.
2010-09-04One more debug message to track an issue on Danger grid.Diva Canto1-0/+1
2010-09-04Make User Agent Service and Login Service separable.Diva Canto1-10/+32
2010-09-03One last tweak, hopefully.Diva Canto1-2/+2
2010-09-03Another tweak. Sux^2Diva Canto1-2/+2
2010-09-03More tweaks related to my previous commit. Tweaks sux.Diva Canto1-2/+2
2010-09-02Quick fix for making global references for gatekeepers that are not ↵Diva Canto2-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.
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2-8/+3
2010-08-19Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto2-0/+51
untested. Committing to move to my other computer.
2010-08-16Fixes mantis #4954 for the xml-rpc calls of the UserAgentServiceConnector. ↵Diva Canto1-2/+13
Basically, let's not let the xml-rpc library do the DNS conversion...
2010-08-04Better debug messagesDiva Canto1-5/+19
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-0/+5
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames2-2/+56
2010-03-09Changed a cryptic debug message and a wrong commentDiva Canto1-1/+1
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman1-1/+1
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto3-222/+370
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-3/+4
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto2-354/+215
2010-01-18* Towards enabling hyperlinks at grid-level.Diva Canto1-3/+107
* Updated grid configs
2010-01-18Go Home works. With security!!Diva Canto1-0/+132
2010-01-18* Added missing GatekeeperServiceConnectorDiva Canto1-0/+119
* Added basic machinery for teleporting users home. Untested.
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-1/+6
2010-01-17* Added ServiceURLs to AgentCircuitData.Diva Canto1-1/+1
* Fixed a configuration buglet introduced yesterday in StandaloneHypergrid.ini.
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto1-0/+245
yet.