aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/GatekeeperService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* avoid a null refUbitUmarov2017-08-031-3/+4
* mantis 8165: fix a null ref on hg gatekeeper on another placeUbitUmarov2017-05-121-3/+4
* fix a null ref on hg gatekeeperUbitUmarov2017-05-121-1/+1
* yes it is not destiny grid but destination.. thx u know who :)UbitUmarov2017-05-121-2/+2
* don't allow multiple presences of same avatar also on HG gatekeeperUbitUmarov2017-05-111-22/+99
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-10/+10
* HG LinkRegion sends region size alsoUbitUmarov2016-11-201-1/+7
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-011-1/+1
* fix merge issuesUbitUmarov2015-11-011-1/+0
* Merge branch 'master' into avinationmergeUbitUmarov2015-11-011-2/+2
|\
| * Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker2015-10-311-2/+2
| * Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2015-10-311-3/+2
| * Clean up of simulation version, the number that rules the compatibility of te...Diva Canto2015-10-181-1/+2
* | Fixed merge conflictsDiva Canto2015-10-181-1/+2
|/
* Clean up viewer-based access control specifications.Diva Canto2015-09-061-2/+5
* Partial plumbing for the agent stateful module features negotiationMelanie Thielker2015-08-201-1/+1
* In the AgentCircuitData of HG users, set the last name to include the portOren Hurvitz2015-08-031-1/+1
* When logging reigon information returned by GateKeeperService.GetHyperlinkReg...Justin Clark-Casey (justincc)2014-11-211-3/+20
* Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)2014-07-221-1/+1
* On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)2014-07-211-0/+7
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-6/+8
* When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz2014-04-061-2/+4
* When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz2014-04-031-1/+12
* Get the full viewer name even if it's (incorrectly) sent in the 'Channel' fieldOren Hurvitz2014-03-241-5/+7
* 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