aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/HGSuitcaseInventoryService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-08Convert the enum to int before casting it to string for DB queryDiva Canto1-1/+1
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-41/+41
2014-05-25When creating a new user, create the folders "Current Outfit", "Favorites", a...Oren Hurvitz1-7/+4
2014-05-19Log the user when an inventory operation is blocked because the item/folder i...Oren Hurvitz1-14/+14
2014-05-12Fixed error if a user didn't have a "Current Outfit" folder in their suitcase.Oren Hurvitz1-9/+12
2014-05-06Log whenever an inventory operation is blocked because the item/folder isn't ...Oren Hurvitz1-8/+52
2014-05-06- When sending the "My Suitcase" folder to the client, always claim it has Fo...Oren Hurvitz1-7/+7
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz1-53/+0
2014-03-24When a user logs-in, automatically create the Suitcase folderOren Hurvitz1-15/+7
2014-03-20If we find an existing suitcase folder in HGSuitcaseInventoryService.GetRootF...Justin Clark-Casey (justincc)1-0/+4
2013-11-15If HGSuitcaseInventoryService.GetRootFolder() fails to create a suitcase fold...Justin Clark-Casey (justincc)1-6/+13
2013-07-21Better version of previous commitDiva Canto1-2/+6
2013-07-21Add the Current Outfit folder as an available folder in the SuitcaseInventory.Diva Canto1-0/+16
2013-07-09minor: remove mono compiler warnings from HGSuitcaseInventoryServiceJustin Clark-Casey (justincc)1-3/+3
2013-06-12After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistent...Justin Clark-Casey (justincc)1-1/+23
2013-02-27Switched to using the other Util function with a default value.Diva Canto1-1/+2
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto1-1/+1
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto1-1/+1
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto1-2/+1
2012-11-03HG Suitcase Inventory: if RootFolder type doesn't work, look for any folder w...Diva Canto1-0/+9
2012-11-02HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto1-5/+5
2012-09-15More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto1-0/+1
2012-09-13Restarting to work on HGSuitcaseInventoryService: added the ability for the o...Diva Canto1-4/+56
2012-06-30Remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2012-04-07A few more minor improvements on Suitcase inventory service.Diva Canto1-7/+6
2012-04-06Better Suitcase Inventory Service.Diva Canto1-48/+55
2012-04-06Deleted the unused and commented code from 2 commits ago.Diva Canto1-594/+0
2012-04-06WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on purpose...Diva Canto1-36/+712
2012-03-29Finish up the SuitcaseInventory service.Diva Canto1-120/+218
2012-03-28HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hac...Diva Canto1-52/+104
2012-03-27Amend to previous commit regarding the config name. Bugs bite.Diva Canto1-2/+0
2012-03-27Send the config section name up to the service classes themselves (XInventory...Diva Canto1-34/+6
2012-01-26HG Inventoty: Guard against items not found.Diva Canto1-6/+7
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto1-3/+6
2011-05-27HG inventory transfers over the profile working.Diva Canto1-0/+2
2011-01-17Put the 'new' back to avoid a warning. Yes, we want to hide it.Diva Canto1-1/+1
2011-01-18minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-12-01Added some comments. Better than listening to the boring speaker...Diva Canto1-0/+7
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto1-8/+39
2010-09-03minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2010-06-29Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventor...Diva Canto1-2/+2
2010-01-31* Simplified the configuration by having [DatabaseService] in itDiva Canto1-1/+1
2010-01-31* Added a few files that were missing in the repo.Diva Canto1-0/+302
2009-06-15Moving these nice HG connectors to their homes.diva1-242/+0
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-18/+82
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva1-58/+57
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-22Bug fix in HGAssetService. POSTs back home (standalone) should now work.diva1-1/+1
2009-05-22cleaning out warnings.Dr Scofield1-1/+1
2009-05-18Finished HG Service Store. Not fully functional because of problems with asse...diva1-1/+12