aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/GatekeeperService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-021-1/+1
* Revert "Make HG logins fall back to fallback regions if the desired region fa...Justin Clark-Casey (justincc)2013-08-261-24/+3
* Revert "Added some more debug messages."Justin Clark-Casey (justincc)2013-08-261-4/+1
* Added some more debug messages.Diva Canto2013-08-241-1/+4
* Make HG logins fall back to fallback regions if the desired region fails.Diva Canto2013-08-241-3/+24
* minor: Make logging in GatekeeperService.LoginAgent() a bit more detailed so ...Justin Clark-Casey (justincc)2013-08-221-4/+8
* Revert "Implement ability for hg logins to try fallback regions just like loc...Justin Clark-Casey (justincc)2013-08-221-39/+5
* Implement ability for hg logins to try fallback regions just like local logins.Justin Clark-Casey (justincc)2013-08-211-5/+39
* Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to bot...Diva Canto2013-07-131-0/+6
* Added an interface to an external ban service. With this commit, the interfac...Diva Canto2013-04-271-4/+21
* Switched to using the other Util function with a default value.Diva Canto2013-02-271-1/+2
* Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2013-02-271-1/+1
* Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-1/+1
* Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-1/+2
* HG: Hopefully this fixes the issues with port 80 once and for all.Diva Canto2012-11-071-1/+22
* Use GridUser properly for foreign users.Diva Canto2012-09-261-4/+27
* More HG 2.0: access control at the Gatekeeper. \o/Diva Canto2012-09-211-8/+54
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-301-2/+0
* User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer2012-03-271-0/+13
* Fixes mantis #5923Diva Canto2012-03-081-2/+3
* Propagate our teleport flags on loginsBlueWall2012-02-181-2/+6
* HG: Renamed one methodDiva Canto2011-12-041-1/+1
* Dont' bother with a userAgentService != null check right after we've construc...Justin Clark-Casey (justincc)2011-11-151-11/+10
* Thank you Snoopy for a patch that adds some filtering to client versions allo...Diva Canto2011-04-271-2/+37
* minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)2011-01-181-1/+1
* fixes a problem with ending slashes in GatekeeperService to verify session-ad...Myan Thor2010-12-291-3/+5
* Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck2010-12-131-16/+13
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-051-1/+3
* Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-051-1/+2
|\
| * Make gatekeeper's address check case-insensitive.Marck2010-11-271-1/+2
| * Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-1/+1
|/
* * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-1/+1
* Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.c...Diva Canto2010-08-191-10/+18
* Thanks Marck for the patch to mantis #4941 (shortening avies' names on HG)Diva Canto2010-08-151-1/+10
* this is so bad, brain is beyond fried. must stop.Diva Canto2010-08-031-1/+1
* sigh. fried brain.Diva Canto2010-08-031-1/+1
* One more buglet related to the issue at hand.Diva Canto2010-08-031-1/+1
* One more thing related to the previous commit. Must avoid all in-process remo...Diva Canto2010-08-031-10/+15
* Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, but...Diva Canto2010-08-031-50/+53
* Assorted bug fixes in hypergrid linking.Diva Canto2010-05-031-1/+2
* List of friends now retrieved upon login. Configured and tested in standalone...Diva Canto2010-02-251-0/+1
* Batter debug messages.Diva Canto2010-01-311-1/+2
* Assorted bug fixes related to hyperlinkingDiva Canto2010-01-311-7/+2
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-45/+32
* Added ExternalName config on Gatekeeper.Diva Canto2010-01-271-1/+4
* Check for impersonations at the Gatekeeper.Diva Canto2010-01-181-29/+52
* Go Home works. With security!!Diva Canto2010-01-181-16/+37
* * Added missing GatekeeperServiceConnectorDiva Canto2010-01-181-1/+37
* HG teleports through gatekeeper are working.Diva Canto2010-01-171-38/+1
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-171-6/+62