aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-232-2/+3
* Amend to last commit: synchronize access to queues.Diva Canto2012-02-201-2/+5
* More improvements on agent position updates: if the target sims fail, blackli...Diva Canto2012-02-201-6/+14
* Propagate our teleport flags on loginsBlueWall2012-02-182-2/+8
* Correct a bug introduced in 1f402fdf (Feb 7 2012) where the delete friends gr...Justin Clark-Casey (justincc)2012-02-161-1/+1
* Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ex...Justin Clark-Casey (justincc)2012-02-079-103/+120
* Supply correct parameters to detailed authentication login fail messageJustin Clark-Casey (justincc)2012-02-041-1/+1
* Next step for world map overlaysMelanie2012-01-301-1/+8
* HG Inventoty: Guard against items not found.Diva Canto2012-01-261-6/+7
* Allow retrival of multiple user records in one operation, analog to presenceMelanie2012-01-164-2/+77
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto2012-01-122-7/+13
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2012-01-071-1/+1
* Move simulator asset info commands to an optional module from the connector. ...Justin Clark-Casey (justincc)2012-01-051-43/+2
* Move asset commands from AssetService to AssetServerConnector so that we can ...Justin Clark-Casey (justincc)2012-01-051-121/+3
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2012-01-031-0/+6
|\
| * Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)2012-01-021-0/+6
* | Profile UpdatesBlueWall2012-01-033-0/+80
|/
* Bring back the Hyperlinker to the Robust console. Moved the config to [GridSe...Diva Canto2011-12-301-30/+25
* Default LocalToGrid to true. Fixes minor bug introduced yesterday where old r...Diva Canto2011-12-301-5/+1
* Set the local grid flag in the user account through the simian connectorMic Bowman2011-12-291-0/+4
* Added field LocalToGrid in UserAccount. Context: make HG work in Simian.Diva Canto2011-12-291-0/+8
* HG: more adjustments for making HG Simian work. Added server_uri as new key o...Diva Canto2011-12-292-1/+4
* HG: more / love for XmasDiva Canto2011-12-242-4/+44
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-12-231-25/+56
|\
| * Enables processing of hypergrid links through simiangrid services. ThanksMic Bowman2011-12-221-25/+56
* | HG: AAdded a few missing /'s at the end of URLsDiva Canto2011-12-233-1/+6
|/
* HG: Verify that the user is localDiva Canto2011-12-211-0/+8
* 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