aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/HGInventoryService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2015-08-081-2/+2
* Major change in the way inventory is downloaded: added a method throughout II...Diva Canto2015-05-071-1/+8
* Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz2014-04-231-6/+0
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* 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-4/+1
* Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto2012-04-061-0/+6
* Amend to previous commit regarding the config name. Bugs bite.Diva Canto2012-03-271-2/+0
* Send the config section name up to the service classes themselves (XInventory...Diva Canto2012-03-271-34/+6
* HG Inventoty: Guard against items not found.Diva Canto2012-01-261-6/+7
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto2012-01-121-3/+6
* HG inventory transfers over the profile working.Diva Canto2011-05-271-0/+2
* Added some comments. Better than listening to the boring speaker...Diva Canto2010-12-011-0/+7
* WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto2010-11-251-0/+333