aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bad merge?UbitUmarov2015-09-011-3/+3
|\
| * Merge branch 'master' into careminsterMelanie2013-06-231-57/+11
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Monitoring/BaseStatsCollector.cs OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
| * \ Merge branch 'master' into careminsterMelanie2012-11-091-1/+1
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-04-201-5/+20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs
| * \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-05-031-1/+1
| |\ \ \ \
* | | | | | When preparing a Hypergrid teleport, tell the receiving grid which user is ↵Oren Hurvitz2014-04-061-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | entering the grid. This can affect which region to use. E.g., returning users may be allowed to enter any region, whereas users from other grids will have to enter a gateway region. Previously per-user decisions were only made later, but by then it's too late to change which region the user enters.
* | | | | | When teleporting using Hypergrid, show more informative error messages in ↵Oren Hurvitz2014-04-031-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | case of error
* | | | | | Enable the simulator to handle region size information returned fromMic Bowman2014-01-231-0/+12
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | a hypergrid gatekeeper. Fields are "size_x" and "size_y". Server side will be updated separately.
* | | | | Finally moved HG agent transfers to use agent fatpacks.Diva Canto2013-06-211-57/+11
| |_|_|/ |/| | |
* | | | HG: Hopefully this fixes the issues with port 80 once and for all.Diva Canto2012-11-071-1/+1
| |_|/ |/| |
* | | Remember to dispose of the bitmap opened from a file in ↵Justin Clark-Casey (justincc)2012-04-201-4/+11
| |/ |/| | | | | GatekeeperServiceConnector.GetMapImage()
* | Oops, forgot this one.Diva Canto2011-05-021-1/+1
| |
* | HG map tile fetch: handle cached images appropriately.Diva Canto2011-01-061-4/+12
|/
* Cleaned up debugging messages in the WebRequest handlersMic Bowman2011-01-031-1/+1
|
* Standardize the way WebRequests are made in the SimulationServiceConnector. ↵Mic Bowman2010-12-291-29/+35
| | | | | | Added debugging calls for tracking performance of web requests.
* More on mantis #5270Diva Canto2010-12-141-2/+3
|
* Changed logging level for message about failure to retrieve a map image from ↵Marck2010-12-131-1/+1
| | | | a linked region.
* Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck2010-12-131-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.
* Fixed some inconsistency with trailing /. Made debug messages consistent. ↵Diva Canto2010-12-051-14/+14
| | | | Changed the stored region names of HG regions. Increased the size of regionName in DB.
* * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-14/+21
|
* * remove some spurious debug infoJonathan Freedman2010-10-201-15/+15
|
* * additional serveruri cleanupJonathan Freedman2010-10-031-8/+6
|
* * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-12/+19
|
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
|
* 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-021-3/+3
| | | | 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-231-3/+1
|
* Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto2010-08-191-0/+44
| | | | untested. Committing to move to my other computer.
* 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.