| Commit message (Expand) | Author | Age | Files | Lines |
* | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 2020-09-09 | 1 | -2/+28 |
* | Fix build break | Melanie | 2019-10-06 | 1 | -1/+5 |
* | replace some string tests | UbitUmarov | 2018-07-08 | 1 | -3/+3 |
* | we don't use tab simbol, we use 4 whitespaces | UbitUmarov | 2018-07-08 | 1 | -13/+13 |
* | Add mac banning | Vincent Sylvester | 2018-07-08 | 1 | -0/+16 |
* | avoid a null ref | UbitUmarov | 2017-08-03 | 1 | -3/+4 |
* | mantis 8165: fix a null ref on hg gatekeeper on another place | UbitUmarov | 2017-05-12 | 1 | -3/+4 |
* | fix a null ref on hg gatekeeper | UbitUmarov | 2017-05-12 | 1 | -1/+1 |
* | yes it is not destiny grid but destination.. thx u know who :) | UbitUmarov | 2017-05-12 | 1 | -2/+2 |
* | don't allow multiple presences of same avatar also on HG gatekeeper | UbitUmarov | 2017-05-11 | 1 | -22/+99 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -10/+10 |
* | HG LinkRegion sends region size also | UbitUmarov | 2016-11-20 | 1 | -1/+7 |
* | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 2015-11-01 | 1 | -1/+1 |
* | fix merge issues | UbitUmarov | 2015-11-01 | 1 | -1/+0 |
* | Merge branch 'master' into avinationmerge | UbitUmarov | 2015-11-01 | 1 | -2/+2 |
|\ |
|
| * | Introduce an EntityTransferContext carrying the version numbers to pass | Melanie Thielker | 2015-10-31 | 1 | -2/+2 |
| * | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 2015-10-31 | 1 | -3/+2 |
| * | Clean up of simulation version, the number that rules the compatibility of te... | Diva Canto | 2015-10-18 | 1 | -1/+2 |
* | | Fixed merge conflicts | Diva Canto | 2015-10-18 | 1 | -1/+2 |
|/ |
|
* | Clean up viewer-based access control specifications. | Diva Canto | 2015-09-06 | 1 | -2/+5 |
* | Partial plumbing for the agent stateful module features negotiation | Melanie Thielker | 2015-08-20 | 1 | -1/+1 |
* | In the AgentCircuitData of HG users, set the last name to include the port | Oren Hurvitz | 2015-08-03 | 1 | -1/+1 |
* | When logging reigon information returned by GateKeeperService.GetHyperlinkReg... | Justin Clark-Casey (justincc) | 2014-11-21 | 1 | -3/+20 |
* | Fix recent regression in 3c6becd5 where login or hg login to variable sized r... | Justin Clark-Casey (justincc) | 2014-07-22 | 1 | -1/+1 |
* | On login and first HG entrance to a foreign grid, perform query access checks... | Justin Clark-Casey (justincc) | 2014-07-21 | 1 | -0/+7 |
* | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 2014-04-09 | 1 | -6/+8 |
* | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 2014-04-06 | 1 | -2/+4 |
* | When teleporting using Hypergrid, show more informative error messages in cas... | Oren Hurvitz | 2014-04-03 | 1 | -1/+12 |
* | Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field | Oren Hurvitz | 2014-03-24 | 1 | -5/+7 |
* | Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo... | Justin Clark-Casey (justincc) | 2013-09-02 | 1 | -1/+1 |
* | Revert "Make HG logins fall back to fallback regions if the desired region fa... | Justin Clark-Casey (justincc) | 2013-08-26 | 1 | -24/+3 |
* | Revert "Added some more debug messages." | Justin Clark-Casey (justincc) | 2013-08-26 | 1 | -4/+1 |
* | Added some more debug messages. | Diva Canto | 2013-08-24 | 1 | -1/+4 |
* | Make HG logins fall back to fallback regions if the desired region fails. | Diva Canto | 2013-08-24 | 1 | -3/+24 |
* | minor: Make logging in GatekeeperService.LoginAgent() a bit more detailed so ... | Justin Clark-Casey (justincc) | 2013-08-22 | 1 | -4/+8 |
* | Revert "Implement ability for hg logins to try fallback regions just like loc... | Justin Clark-Casey (justincc) | 2013-08-22 | 1 | -39/+5 |
* | Implement ability for hg logins to try fallback regions just like local logins. | Justin Clark-Casey (justincc) | 2013-08-21 | 1 | -5/+39 |
* | Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to bot... | Diva Canto | 2013-07-13 | 1 | -0/+6 |
* | Added an interface to an external ban service. With this commit, the interfac... | Diva Canto | 2013-04-27 | 1 | -4/+21 |
* | Switched to using the other Util function with a default value. | Diva Canto | 2013-02-27 | 1 | -1/+2 |
* | Moved the HG default variables out of [Startup] and into their own section [H... | Diva Canto | 2013-02-27 | 1 | -1/+1 |
* | Added new Util function for reading config vars that's more generic than the ... | Diva Canto | 2013-02-22 | 1 | -1/+1 |
* | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de... | Diva Canto | 2013-02-21 | 1 | -1/+2 |
* | HG: Hopefully this fixes the issues with port 80 once and for all. | Diva Canto | 2012-11-07 | 1 | -1/+22 |
* | Use GridUser properly for foreign users. | Diva Canto | 2012-09-26 | 1 | -4/+27 |
* | More HG 2.0: access control at the Gatekeeper. \o/ | Diva Canto | 2012-09-21 | 1 | -8/+54 |
* | Remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2012-06-30 | 1 | -2/+0 |
* | User level based restrictions for HyperGrid teleports, asset uploads, group c... | Snoopy Pfeffer | 2012-03-27 | 1 | -0/+13 |
* | Fixes mantis #5923 | Diva Canto | 2012-03-08 | 1 | -2/+3 |
* | Propagate our teleport flags on logins | BlueWall | 2012-02-18 | 1 | -2/+6 |