aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add method doc for IPresenceServiceJustin Clark-Casey (justincc)2012-10-201-1/+37
* Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)2012-10-203-4/+4
* minor: Comment out log message on every FRIENDS SIM CONNECTOR request for now.Justin Clark-Casey (justincc)2012-10-161-1/+1
* minor: Add documentation to IGridService.GetRegionFlags()Justin Clark-Casey (justincc)2012-10-091-0/+13
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-093-29/+29
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-10-042-4/+9
|\
| * Make the asset retrieval concurrency a config switch. The current valueMic Bowman2012-10-041-3/+8
| * string format arguments in wrong orderSignpostMarv2012-10-021-1/+1
* | One more abstraction for GridUser so that it can be overridden in a sub-class.Diva Canto2012-10-041-2/+7
|/
* On more virtual methodDiva Canto2012-10-011-1/+1
* Allow setting max connections for an endpointMelanie2012-09-301-3/+3
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-305-9/+1
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-305-1/+9
* Made a method of GridUserService virtual so it can be overridden.Diva Canto2012-09-301-12/+1
* Removed the bits about the TOSModule. That module doesn't go into core. WARNI...Diva Canto2012-09-272-11/+0
* Use GridUser properly for foreign users.Diva Canto2012-09-261-4/+27
* TOS module. WARNING: migration in GridUser table.Diva Canto2012-09-252-0/+10
* HG 2.0: User Agent Service now can also control where the local users can go....Diva Canto2012-09-221-3/+100
* More HG 2.0: access control at the Gatekeeper. \o/Diva Canto2012-09-211-8/+54
* Minor: change the return value of unsuccessful posts to string.Empty.Diva Canto2012-09-211-1/+1
* Improvement over last commit: refactor the asset permissions code, so that it...Diva Canto2012-09-201-58/+5
* More HG2.0: Added permission policies in HGAsset Service based on asset types...Diva Canto2012-09-201-3/+76
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-09-151-2/+2
|\
| * Add basic asset connector tests to check behaviour for normal, local and temp...Justin Clark-Casey (justincc)2012-09-151-2/+2
* | More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto2012-09-151-0/+1
|/
* Restarting to work on HGSuitcaseInventoryService: added the ability for the o...Diva Canto2012-09-131-4/+56
* 4096 is used in various places as the maximum height of a region, refactoring...SignpostMarv2012-09-081-2/+2
* Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2012-08-291-1/+2
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2012-08-251-15/+49
|\
| * Following on from f8a89a79, do not allow more than one 'type' folder (e.g. ca...Justin Clark-Casey (justincc)2012-08-251-16/+49
| * Allow multiple calling card type inventory folders to be created.Justin Clark-Casey (justincc)2012-08-251-0/+1
* | Fix and refactor region registration. Reorder checks to short-curcuit expensi...Melanie2012-08-251-25/+28
|/
* Add a skeleton for a name value storage associated with regionsMelanie2012-08-151-0/+14
* Exclude temp attachemnts from being sent to the avatar serviceMelanie2012-08-141-1/+2
* minor: Comment out "Deleting asset" log messages for nowJustin Clark-Casey (justincc)2012-08-032-2/+4
* Change exception log messages in XInventoryService connector to error rather ...Justin Clark-Casey (justincc)2012-08-011-9/+8
* If we're fetching active gestures via the XInventoryServiceConnector, then pr...Justin Clark-Casey (justincc)2012-07-301-1/+1
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-2/+1
* minor: add client name to various login service log messages to disambiguate ...Justin Clark-Casey (justincc)2012-07-051-13/+43
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-303-17/+15
* Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)2012-06-301-10/+0
* Show region positions in "show regions" robust console commandJustin Clark-Casey (justincc)2012-06-261-1/+7
* minor: correct GridService "show regions" cibsike cinnabd usage statementJustin Clark-Casey (justincc)2012-06-261-1/+1
* Add much easier ConsoleDisplayTable AddColumn() and AddRow() methods.Justin Clark-Casey (justincc)2012-06-261-6/+5
* Add "show regions" console command to ROBUST to show all regions currently re...Justin Clark-Casey (justincc)2012-06-261-0/+44
* Add "show region at" command to grid service to get the details of a region a...Justin Clark-Casey (justincc)2012-06-251-22/+69
* Add "deregister region" by uuid command to grid service to allow manual dereg...Justin Clark-Casey (justincc)2012-06-131-0/+45
* OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)2012-06-121-21/+7
* Fix various issues with http inventoryJustin Clark-Casey (justincc)2012-06-021-1/+1
* Fix bug where a failed QueryAccess to a remove region would always have the r...Justin Clark-Casey (justincc)2012-05-251-13/+20