| Commit message (Expand) | Author | Files | Lines |
2013-10-07 | * Added a Basic DOS protection container/base object for the most common HTTP... | teravus | 1 | -1/+18 |
2013-09-18 | minor: Make config-include .ini files more consistent | Justin Clark-Casey (justincc) | 7 | -149/+149 |
2013-09-18 | Add [SimulationService] section to GridHypergrid.ini and StandaloneHypergrid.ini | Justin Clark-Casey (justincc) | 2 | -0/+21 |
2013-09-05 | minor: add doc about DefaultHGRegion and some of the other GridService region... | Justin Clark-Casey (justincc) | 1 | -2/+18 |
2013-08-02 | Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be manua... | Justin Clark-Casey (justincc) | 2 | -0/+22 |
2013-07-31 | Add the Simian service config to the GridCommon example | Mic Bowman | 1 | -0/+9 |
2013-07-28 | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ... | Diva Canto | 4 | -0/+4 |
2013-06-13 | Add Option: ClassifiedFee | BlueWall | 1 | -0/+3 |
2013-06-11 | Revert "Add option to set minimum fee for classified ads" | BlueWall | 1 | -3/+0 |
2013-06-11 | Add option to set minimum fee for classified ads | BlueWall | 1 | -0/+3 |
2013-05-30 | UserProfiles | BlueWall | 2 | -1/+17 |
2013-04-21 | Clean up unused config and config comments. | Diva Canto | 2 | -9/+10 |
2013-02-27 | Moved the HG default variables out of [Startup] and into their own section [H... | Diva Canto | 2 | -0/+41 |
2013-02-21 | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de... | Diva Canto | 1 | -10/+15 |
2013-02-20 | Add information about MinLoginLevel to example ini files | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2012-12-07 | Added missing config var in grided sims. | Diva Canto | 1 | -0/+5 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 5 | -153/+59 |
2012-11-02 | HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ... | Diva Canto | 2 | -71/+99 |
2012-09-26 | Use GridUser properly for foreign users. | Diva Canto | 1 | -0/+1 |
2012-09-22 | HG 2.0: User Agent Service now can also control where the local users can go.... | Diva Canto | 1 | -1/+18 |
2012-09-21 | More HG 2.0: access control at the Gatekeeper. \o/ | Diva Canto | 1 | -1/+10 |
2012-09-21 | HG 2.0: added asset import/export policies at the sim too. | Diva Canto | 2 | -1/+21 |
2012-09-20 | Improvement over last commit: refactor the asset permissions code, so that it... | Diva Canto | 1 | -4/+6 |
2012-09-20 | More HG2.0: Added permission policies in HGAsset Service based on asset types... | Diva Canto | 1 | -0/+11 |
2012-09-15 | More on HG2.0: added the possibility of controlling the appearance that avies... | Diva Canto | 1 | -0/+1 |
2012-09-15 | For FlotsamAssetCache, always update access times of cached scene assets befo... | Justin Clark-Casey (justincc) | 1 | -7/+0 |
2012-09-06 | Added missing configs, and deleted the [Profile] part on the Hypergrind config. | Diva Canto | 1 | -2/+4 |
2012-08-23 | Add an [HGAssetService] section to SQLiteStandalone.ini with the same connect... | Justin Clark-Casey (justincc) | 1 | -0/+10 |
2012-06-04 | Remove profile from basic configuration | Melanie | 2 | -6/+0 |
2012-05-04 | Calculate the Daylight Savings Time information sent to the viewer based on U... | Justin Clark-Casey (justincc) | 1 | -0/+12 |
2012-04-12 | make changes to FlotsamCache.ini.example as noted in mantis #5960 | nebadon | 1 | -2/+2 |
2012-04-11 | HGFriendsModule: Added optional user level based restriction to send friendsh... | Snoopy Pfeffer | 2 | -0/+8 |
2012-04-10 | minor: convert tabs to spaces in config example files from recent 7c534e5 | Justin Clark-Casey (justincc) | 1 | -6/+6 |
2012-04-07 | Added gatekeeper and uas addresses to grid info, so that viewers can take adv... | Diva Canto | 1 | -0/+8 |
2012-03-27 | User level based restrictions for HyperGrid teleports, asset uploads, group c... | Snoopy Pfeffer | 1 | -0/+7 |
2012-03-20 | HG Friends: allow the establishment of HG friendships without requiring co-pr... | Diva Canto | 1 | -1/+5 |
2012-03-19 | Fix configuration problems where XAssetDatabasePlugin was picked up accidenta... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2012-03-17 | More on HG access control. This commit splits the UserManagementModule into t... | Diva Canto | 2 | -0/+2 |
2012-03-17 | BAD JUSTIN! | Diva Canto | 1 | -0/+1 |
2012-03-17 | Region access control! Region operators can now specify things like DisallowF... | Diva Canto | 6 | -6/+24 |
2012-02-07 | Add warning about only uncommenting EstateConnectionString if you know what y... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2012-01-28 | Remove accidental /user postfix from HomeURI in [HGInventoryAccessModule] in ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-01-17 | Update osGetGrid**** functions | BlueWall | 1 | -0/+6 |
2012-01-12 | HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio... | Diva Canto | 2 | -4/+4 |
2011-12-30 | Bring back the Hyperlinker to the Robust console. Moved the config to [GridSe... | Diva Canto | 3 | -3/+3 |
2011-12-17 | Add more documentation to EstateConnectorString in StandaloneCommon.ini.example | Justin Clark-Casey (justincc) | 1 | -1/+4 |
2011-10-22 | Rename some of the example commented out server names to mygridserver.com lik... | Justin Clark-Casey (justincc) | 1 | -23/+21 |
2011-10-22 | Make config comments about choosing assetcache modules clearer. | Justin Clark-Casey (justincc) | 2 | -17/+19 |
2011-10-12 | Make it possible to disable the HG linker. On non-HG systems it spits yellow | Melanie | 3 | -0/+3 |
2011-09-16 | On standalone, by default create the necessary minimum body parts and clothes... | Justin Clark-Casey (justincc) | 1 | -2/+5 |