| Commit message (Expand) | Author | Age | Files | Lines |
* | Added gatekeeper and uas addresses to grid info, so that viewers can take adv... | Diva Canto | 2012-04-07 | 1 | -0/+8 |
* | User level based restrictions for HyperGrid teleports, asset uploads, group c... | Snoopy Pfeffer | 2012-03-27 | 1 | -0/+7 |
* | Fix configuration problems where XAssetDatabasePlugin was picked up accidenta... | Justin Clark-Casey (justincc) | 2012-03-19 | 1 | -2/+1 |
* | BAD JUSTIN! | Diva Canto | 2012-03-17 | 1 | -0/+1 |
* | Region access control! Region operators can now specify things like DisallowF... | Diva Canto | 2012-03-17 | 1 | -0/+10 |
* | HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio... | Diva Canto | 2012-01-12 | 1 | -3/+3 |
* | Add more documentation to EstateConnectorString in StandaloneCommon.ini.example | Justin Clark-Casey (justincc) | 2011-12-17 | 1 | -1/+4 |
* | Make config comments about choosing assetcache modules clearer. | Justin Clark-Casey (justincc) | 2011-10-22 | 1 | -17/+17 |
* | minor: Add explanative text for the new currency parameter. Convert some tab... | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -16/+17 |
* | Change the default standalone asset cache to be the Flotsam asset cache (with... | Justin Clark-Casey (justincc) | 2011-08-16 | 1 | -5/+6 |
* | Added optional Login Service parameter "Currency" to be able to change the cu... | Snoopy Pfeffer | 2011-08-14 | 1 | -0/+2 |
* | Tell hypergridders when their teleports fail because of the 4096 limit rather... | Justin Clark-Casey (justincc) | 2011-06-24 | 1 | -3/+0 |
* | Added missing config var for map image service. | Diva Canto | 2011-06-15 | 1 | -0/+4 |
* | Trailing / in MapTileURL must be there! | Diva Canto | 2011-06-12 | 1 | -1/+1 |
* | First pass at making the V2 map work. Standalones only for now. There are som... | Diva Canto | 2011-06-12 | 1 | -0/+3 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-06-03 | 1 | -0/+36 |
|\ |
|
| * | Move the "!!!Standalone Only!!!" [FreeswitchService] section from OpenSim.ini... | Justin Clark-Casey (justincc) | 2011-06-02 | 1 | -0/+36 |
* | | .ini.example's updated for HG Landmarks | Diva Canto | 2011-06-03 | 1 | -0/+1 |
|/ |
|
* | Adding MSSQL connectionString example | Makopoppo | 2011-05-30 | 1 | -0/+8 |
* | HG lures working! Friends can offer friends HG teleports via the profile. WAR... | Diva Canto | 2011-05-27 | 1 | -0/+5 |
* | Added missing config vars to StandaloneCommon.ini.example and fixed the ones ... | Diva Canto | 2011-05-26 | 1 | -0/+2 |
* | Thank you Snoopy for a patch that adds some filtering to client versions allo... | Diva Canto | 2011-04-27 | 1 | -0/+34 |
* | Clean up freeswitch config to what is currently required. Add explanation to... | Justin Clark-Casey (justincc) | 2011-04-19 | 1 | -13/+5 |
* | Remove the SQLite legacy adaptor. This is no longer needed now that the main... | Justin Clark-Casey (justincc) | 2011-04-07 | 1 | -5/+0 |
* | Fix mantis #5413. WARNING: new config variable in section [GridService] of th... | Diva Canto | 2011-03-28 | 1 | -0/+5 |
* | Changed default directory for storing map tile images from remote regions. | Marck | 2011-02-16 | 1 | -1/+1 |
* | Added a config var to HGInventoryAccessModule called OutboundPermission that ... | Diva Canto | 2011-02-04 | 1 | -0/+4 |
* | Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink. | Marck | 2010-12-13 | 1 | -0/+3 |
* | Creator information preserved upon HG transfers. | Diva Canto | 2010-11-26 | 1 | -0/+2 |
* | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ... | Diva Canto | 2010-11-25 | 1 | -4/+12 |
* | Clarify comment for configuration option Check4096 and show the default value. | Marck | 2010-10-30 | 1 | -2/+2 |
* | Formatting cleanup. | Jeff Ames | 2010-10-04 | 1 | -12/+12 |
* | Make AuthorizationService optional and disabled by default. It depends on | Melanie | 2010-09-15 | 1 | -0/+3 |
* | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -0/+2 |
* | Enabled GridInfoServiceInConnector for standalones. | Diva Canto | 2010-08-08 | 1 | -0/+44 |
* | Added Check4096 config var under [GridService], at the request of many. Chang... | Diva Canto | 2010-08-06 | 1 | -0/+3 |
* | Fixes mantis #4815 and #4812 | Diva Canto | 2010-06-28 | 1 | -0/+5 |
* | Added Old Guids=true to all MySql connection strings. | Diva Canto | 2010-06-12 | 1 | -1/+1 |
* | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -4/+4 |
* | Make SQLiteNG the default since it actually does work with Mono 2.4 on Linux. | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -5/+5 |
* | Add instructions for using SQLiteNG to OpenSim.ini and config-include/Standal... | Justin Clark-Casey (justincc) | 2010-04-23 | 1 | -2/+6 |
* | Simplify database setup and remove migration problems by moving all sqlite co... | Justin Clark-Casey (justincc) | 2010-03-12 | 1 | -9/+14 |
* | Removed useless config. | Diva Canto | 2010-02-02 | 1 | -2/+1 |
* | * Added OpenSim.Server.HG.ini as an add-on to OpenSim.Server.ini | Diva Canto | 2010-01-31 | 1 | -1/+13 |
* | Make use of Fallback regions when the desired start region is having problems. | Diva Canto | 2010-01-13 | 1 | -1/+1 |
* | LL Login now uses default regions if the desired start location is not found. | Diva Canto | 2010-01-13 | 1 | -0/+5 |
* | Library Module: allows adding folders/items to the Library from IAR files pla... | Diva Canto | 2009-12-23 | 1 | -0/+4 |
* | Finished spec-ing the .inis for the new grid service modules. | Diva Canto | 2009-09-26 | 1 | -0/+7 |
* | Update config examples | Melanie | 2009-08-04 | 1 | -0/+1 |
* | Configuration examples for the freeswitch module | Melanie | 2009-08-04 | 1 | -0/+6 |