aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* HG minor bug fix and marked one method obsolete in UAS.Diva Canto2011-12-161-0/+1
* HG: Added HEAD method to Helo service. This is the preferred method, but its ...Diva Canto2011-12-041-0/+2
* HG: Renamed one methodDiva Canto2011-12-044-4/+4
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-11-241-1/+1
* Append asset ID to URL for storage requests to allow caching proxies to work ...Dan Lake2011-11-231-1/+3
* Improve the error messages returned if the HelloNeighbour call fails.Justin Clark-Casey (justincc)2011-11-211-19/+46
* Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)2011-11-192-3/+3
* Improve some grid region log messages to express regions at co-ordinate (e.g....Justin Clark-Casey (justincc)2011-11-193-8/+21
* improve region deregistration log messageJustin Clark-Casey (justincc)2011-11-191-1/+4
* Don't register a region twice on both official registration and maptile regen...Justin Clark-Casey (justincc)2011-11-193-1/+6
* distinguish between FriendsSimConnector and FriendsServiceConnector in logJustin Clark-Casey (justincc)2011-11-152-17/+17
* Dont' bother with a userAgentService != null check right after we've construc...Justin Clark-Casey (justincc)2011-11-151-11/+10
* Make log messages on authentication failure more explicitJustin Clark-Casey (justincc)2011-11-111-13/+26
* Damaged assets, especially appearance textures, could crash the region server...Snoopy Pfeffer2011-11-061-1/+9
* Multiple lines in welcome message use '\n' in the welcome message tonebadon2011-11-051-0/+3
* Drop the CopyTo parameter from Int32.MaxValue to 4096. This is a buffer sizeMic Bowman2011-11-021-1/+1
* Revert "fix CopyTo call that was breaking under mono 2.10"Melanie2011-11-031-1/+1
* fix CopyTo call that was breaking under mono 2.10Mic Bowman2011-11-021-1/+1
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-244-1/+94
* Provide an option to allow remote calls to the CreateUser method on the UserA...Justin Clark-Casey (justincc)2011-10-181-3/+11
* Bug fix on the bug fix on UserAccountService.csDiva Canto2011-10-161-1/+0
* Guard HGAssetService against uninitialized variables and null arguments.Diva Canto2011-10-151-0/+3
* Bug fix -- Test User on first run standalone might not be created properly: l...Diva Canto2011-10-131-46/+44
* Make it possible to disable the HG linker. On non-HG systems it spits yellowMelanie2011-10-121-0/+7
* Tweak to language of last commit in rejecting UUID.Zero in GridService.Regist...Justin Clark-Casey (justincc)2011-10-081-2/+4
* GridService - Region UUID can not be NULLPixel Tomsen2011-10-081-0/+2
* Add note to docsBlueWall2011-10-071-0/+17
* Added back UserAccount that creates random UUID for new account.BlueWall2011-10-051-0/+11
* When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)2011-10-042-6/+17
* Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)2011-09-231-5/+9
* Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan2011-09-161-1/+6
* Pass any region scope through to the CreateUser() methodJustin Clark-Casey (justincc)2011-09-161-2/+3
* Correctly create a freshly created estate owner's default items and avatar en...Justin Clark-Casey (justincc)2011-09-161-1/+3
* Write code to create minimum necessary body parts/clothing and avatar entries...Justin Clark-Casey (justincc)2011-09-151-7/+145
* Increase information in logging for UserAgentServiceConnector.Justin Clark-Casey (justincc)2011-09-081-12/+12
* In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)2011-09-061-3/+1
* minor: comment out friends number logging from login for nowJustin Clark-Casey (justincc)2011-08-301-1/+1
* Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)2011-08-301-2/+7
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-08-221-3/+1
* Don't need to try both AssetService.Get and GetCached in GetMesh since Get al...Justin Clark-Casey (justincc)2011-08-181-2/+6
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-08-171-1/+1
* In the asset service, check that an asset exists before attempting to store it.Justin Clark-Casey (justincc)2011-08-171-4/+6
* Added optional Login Service parameter "Currency" to be able to change the cu...Snoopy Pfeffer2011-08-142-2/+21
* comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)2011-08-111-1/+1
* Do proper locking of m_localScenes list in SceneManagerJustin Clark-Casey (justincc)2011-08-061-4/+3
* Get "show region" command in GridService to show grid co-ordinates rather tha...Justin Clark-Casey (justincc)2011-08-051-2/+3
* If GetRegionByName can't match something in the local db, then search the hyp...Justin Clark-Casey (justincc)2011-08-021-6/+27
* Change GridService.GetRegionByName() to only return info if there is an exact...Justin Clark-Casey (justincc)2011-08-022-1/+7
* Revert "In GridService, have GetRegionByName() call GetRegionsByName() with a...Justin Clark-Casey (justincc)2011-08-021-5/+4
* In GridService, have GetRegionByName() call GetRegionsByName() with a max ret...Justin Clark-Casey (justincc)2011-08-021-4/+5