aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-18Provide an option to allow remote calls to the CreateUser method on the UserA...Justin Clark-Casey (justincc)1-3/+11
2011-10-16Bug fix on the bug fix on UserAccountService.csDiva Canto1-1/+0
2011-10-15Guard HGAssetService against uninitialized variables and null arguments.Diva Canto1-0/+3
2011-10-13Bug fix -- Test User on first run standalone might not be created properly: l...Diva Canto1-46/+44
2011-10-12Make it possible to disable the HG linker. On non-HG systems it spits yellowMelanie1-0/+7
2011-10-08Tweak to language of last commit in rejecting UUID.Zero in GridService.Regist...Justin Clark-Casey (justincc)1-2/+4
2011-10-08GridService - Region UUID can not be NULLPixel Tomsen1-0/+2
2011-10-07Add note to docsBlueWall1-0/+17
2011-10-05Added back UserAccount that creates random UUID for new account.BlueWall1-0/+11
2011-10-04When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)2-6/+17
2011-09-23Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)1-5/+9
2011-09-16Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan1-1/+6
2011-09-16Pass any region scope through to the CreateUser() methodJustin Clark-Casey (justincc)1-2/+3
2011-09-16Correctly create a freshly created estate owner's default items and avatar en...Justin Clark-Casey (justincc)1-1/+3
2011-09-15Write code to create minimum necessary body parts/clothing and avatar entries...Justin Clark-Casey (justincc)1-7/+145
2011-09-08Increase information in logging for UserAgentServiceConnector.Justin Clark-Casey (justincc)1-12/+12
2011-09-06In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)1-3/+1
2011-08-30minor: comment out friends number logging from login for nowJustin Clark-Casey (justincc)1-1/+1
2011-08-30Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)1-2/+7
2011-08-22minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+1
2011-08-18Don't need to try both AssetService.Get and GetCached in GetMesh since Get al...Justin Clark-Casey (justincc)1-2/+6
2011-08-17minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2011-08-17In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)1-4/+6
2011-08-14Added optional Login Service parameter "Currency" to be able to change the cu...Snoopy Pfeffer2-2/+21
2011-08-11comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)1-1/+1
2011-08-06Do proper locking of m_localScenes list in SceneManagerJustin Clark-Casey (justincc)1-4/+3
2011-08-05Get "show region" command in GridService to show grid co-ordinates rather tha...Justin Clark-Casey (justincc)1-2/+3
2011-08-02If GetRegionByName can't match something in the local db, then search the hyp...Justin Clark-Casey (justincc)1-6/+27
2011-08-02Change GridService.GetRegionByName() to only return info if there is an exact...Justin Clark-Casey (justincc)2-1/+7
2011-08-02Revert "In GridService, have GetRegionByName() call GetRegionsByName() with a...Justin Clark-Casey (justincc)1-5/+4
2011-08-02In GridService, have GetRegionByName() call GetRegionsByName() with a max ret...Justin Clark-Casey (justincc)1-4/+5
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)5-7/+7
2011-07-30Temporary code to change bad AvatarHeight values in the AvatarService to the ...Justin Clark-Casey (justincc)1-1/+27
2011-07-23Pass the first name and last name from the agent circuit data to the authoriz...Justin Clark-Casey (justincc)2-16/+21
2011-07-23For default everyone permissions on library items, make notecards and scripts...Justin Clark-Casey (justincc)1-1/+2
2011-07-23Remove manually permissions settings on all current library items so that the...Justin Clark-Casey (justincc)1-4/+4
2011-07-23Revert "Don't load current/next/everyone/base permissions from the library it...Justin Clark-Casey (justincc)1-11/+26
2011-07-23Don't load current/next/everyone/base permissions from the library item xml f...Justin Clark-Casey (justincc)1-26/+11
2011-07-21When an uncached asset is requested multiple times concurrently, only load it...Oren Hurvitz1-9/+49
2011-07-16add test for resizing one part in a groupJustin Clark-Casey (justincc)1-1/+0
2011-07-16minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-35/+36
2011-07-13refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP...Justin Clark-Casey (justincc)1-5/+3
2011-07-08When loading library asset set, only store an asset if it's different from an...Justin Clark-Casey (justincc)1-3/+12
2011-06-25Fix bug in reset user password where entering an invalid name would cause an ...Justin Clark-Casey (justincc)1-4/+7
2011-06-25Implement "set user level" console command to set the user level (which deter...Justin Clark-Casey (justincc)1-0/+47
2011-06-24Add a command "show account <first-name> <last-Name>" to the user account ser...Justin Clark-Casey (justincc)1-1/+38
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)1-56/+59
2011-06-13V2 map now working in grids too. WARNING: A few visible configuration variabl...Diva Canto2-42/+41
2011-06-12Add credit and link to SimianGrid project. Thanks, guys!Diva Canto1-0/+4
2011-06-12People are bound to forget the '/' at the end of MapTileURL, so let's correct...Diva Canto1-0/+8