aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-13Guard against unauthorized agent deletes.Diva Canto2-5/+4
2013-07-13Deleted GET agent all around. Not used.Diva Canto2-37/+0
2013-07-13Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to bot...Diva Canto1-0/+6
2013-07-11Added property to make for more flexible testing.Diva Canto1-0/+5
2013-07-10Remove a null reference exception in SimianPresenceServiceConnector thatRobert Adams1-4/+8
2013-07-09minor: remove mono compiler warnings from HGSuitcaseInventoryServiceJustin Clark-Casey (justincc)1-3/+3
2013-07-06A little more debugDiva Canto1-1/+1
2013-07-06Simina activity detector was too eager. Disabled it in case simian is not bei...Diva Canto1-1/+2
2013-07-04Revert "HG Friends: debug an issue where the friends data stored in the DB is...Diva Canto1-8/+1
2013-07-04HG Friends: debug an issue where the friends data stored in the DB is incompl...Diva Canto1-1/+8
2013-07-02Deleted debug messages. Fixed a null ref exception on the POST handler of Gri...Diva Canto1-4/+1
2013-07-02More debug messagesDiva Canto1-1/+5
2013-07-02This should have a strong effect on the Unknown User issue mantis #6625Diva Canto1-1/+16
2013-06-30Revert "More debug mantis #6625"Diva Canto1-1/+0
2013-06-29More debug mantis #6625Diva Canto1-0/+1
2013-06-29Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto1-1/+1
2013-06-28In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)1-3/+4
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto1-1/+1
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto6-184/+70
2013-06-13Add Option: ClassifiedFeeBlueWall2-2/+20
2013-06-13Make XInventoryServicesConnector properly handle a RESULT = false return for ...Justin Clark-Casey (justincc)1-68/+56
2013-06-12After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistent...Justin Clark-Casey (justincc)1-1/+23
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman1-1/+1
2013-05-31Adding standard OpenSim header to source filesBlueWall3-0/+81
2013-05-30UserProfilesBlueWall3-0/+267
2013-05-09Application support:BlueWall2-2/+25
2013-04-27Added an interface to an external ban service. With this commit, the interfac...Diva Canto2-4/+69
2013-04-27Make method virtualDiva Canto1-1/+1
2013-04-07Optimize the number of Simian calls to get the initial presenceMic Bowman1-110/+83
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie3-1/+6
2013-03-18Multiattach, part 2Melanie1-3/+9
2013-03-18Multiattach, part 1Melanie1-1/+8
2013-03-15refactor: Reuse Get() method in AssetService to eliminate some copy/paste in ...Justin Clark-Casey (justincc)1-23/+5
2013-03-15Migrate assets from chained asset service to xassetservice as they are reques...Justin Clark-Casey (justincc)1-28/+20
2013-03-15Fix bug in AssetService where requesting data only for an asset would throw a...Justin Clark-Casey (justincc)1-1/+5
2013-03-15Make it possible to chain another asset service underneath the de-duplicating...Justin Clark-Casey (justincc)2-23/+75
2013-02-27Switched to using the other Util function with a default value.Diva Canto6-6/+12
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto6-6/+6
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)4-81/+83
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto6-6/+6
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto6-12/+16
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto16-16/+16
2013-02-20Give the user some feedback about the success or failure of console login pro...Justin Clark-Casey (justincc)1-2/+13
2013-02-09Fixed check for 0 results in GetUserAccounts()Oren Hurvitz1-1/+1
2013-02-05Changed protection of CreateDefaultAppearanceEntries to protected, so extensi...Diva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)16-16/+16
2013-02-01Revert "Update assembly version numbers"BlueWall16-16/+16
2013-02-01Update assembly version numbersBlueWall16-16/+16
2013-01-02Allow registering regions whose names are equivalent under LIKE but not truly...Oren Hurvitz2-8/+8
2013-01-02Fixed bugs when getting the root folder.Oren Hurvitz1-1/+10