aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.Oren Hurvitz2014-01-111-1/+1
| * | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-041-1/+5
| |/
* | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-031-1/+5
* | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-6/+6
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-2/+2
* | varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-282-2/+2
* | Merge branch 'master' into varregionRobert Adams2013-11-041-8/+11
|\ \ | |/
| * Give the caller AddMapTile a valid reason response if this failed due to blan...Justin Clark-Casey (justincc)2013-10-291-8/+11
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-0/+10
* | Merge branch 'master' into varregionRobert Adams2013-10-071-1/+1
|\ \ | |/
| * Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-2/+2
|/
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-022-0/+57
* minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGridJustin Clark-Casey (justincc)2013-08-172-9/+2
* minor: Make log messages consistent in NeighbourServicesConnectorJustin Clark-Casey (justincc)2013-08-171-6/+6
* Remove some debugging from simian connectors.Mic Bowman2013-08-052-3/+11
* Experimental comment to eneralize the handling of Linden caps when theMic Bowman2013-07-311-0/+179
* A pretty major restructuring of the simian method invocations in order toMic Bowman2013-07-3111-282/+578
* Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto2013-07-271-0/+1
* Minor typo in log messageDiva Canto2013-07-141-1/+1
* Guard against unauthorized agent deletes.Diva Canto2013-07-131-4/+3
* Deleted GET agent all around. Not used.Diva Canto2013-07-131-35/+0
* Added property to make for more flexible testing.Diva Canto2013-07-111-0/+5
* Remove a null reference exception in SimianPresenceServiceConnector thatRobert Adams2013-07-101-4/+8
* Simina activity detector was too eager. Disabled it in case simian is not bei...Diva Canto2013-07-061-1/+2
* Revert "More debug mantis #6625"Diva Canto2013-06-301-1/+0
* More debug mantis #6625Diva Canto2013-06-291-0/+1
* Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto2013-06-291-1/+1
* Change IsLocalRegion from using region handle to using regionID. This was aff...Diva Canto2013-06-221-1/+1
* Finally moved HG agent transfers to use agent fatpacks.Diva Canto2013-06-213-173/+62
* Make XInventoryServicesConnector properly handle a RESULT = false return for ...Justin Clark-Casey (justincc)2013-06-131-68/+56
* Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman2013-06-101-1/+1
* Optimize the number of Simian calls to get the initial presenceMic Bowman2013-04-071-110/+83
* Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+3
* Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-274-81/+83
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
* Fixed check for 0 results in GetUserAccounts()Oren Hurvitz2013-02-091-1/+1
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
* Trying to prevent old route of sending attachments, simulator version unknown...Diva Canto2012-12-061-1/+1
* Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)2012-11-171-1/+0
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-127-7/+7
* HG: Hopefully this fixes the issues with port 80 once and for all.Diva Canto2012-11-071-1/+1
* Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)2012-10-201-2/+2
* minor: Comment out log message on every FRIENDS SIM CONNECTOR request for now.Justin Clark-Casey (justincc)2012-10-161-1/+1
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-091-2/+2
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-10-041-3/+8
|\
| * Make the asset retrieval concurrency a config switch. The current valueMic Bowman2012-10-041-3/+8
* | One more abstraction for GridUser so that it can be overridden in a sub-class.Diva Canto2012-10-041-2/+7
|/
* Allow setting max connections for an endpointMelanie2012-09-301-3/+3