aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (follow)
Commit message (Expand)AuthorAgeFilesLines
* Plumb the special VeriableWearablesSuported field which we willMelanie Thielker2015-11-011-0/+2
* Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker2015-10-311-7/+10
* Put back the option of having asymmetrical protocol versions inMelanie Thielker2015-10-311-3/+5
* simplify new regions protocol version control. (May not work, and babies safe...UbitUmarov2015-10-311-2/+2
* fix teleport to to string version regionsUbitUmarov2015-10-311-1/+1
* Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2015-10-311-8/+24
* On to 0.8.3!Diva Canto2015-10-181-1/+1
* Mantis #7720: AssetXferUploader was setting AssetID to UUID.Zero. Before that...Diva Canto2015-09-111-1/+9
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-0412-12/+10
* More plumbing on agent statesMelanie Thielker2015-08-201-0/+11
* Partial plumbing for the agent stateful module features negotiationMelanie Thielker2015-08-201-1/+8
* WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2015-08-082-3/+5
* Refactor AgentPreferences so that database operations happen centrally. the o...Cinder2015-06-131-0/+230
* Upgraded the Simian inventory connector with an item cache, too, so that it d...Diva Canto2015-06-051-1/+17
* More on mantis #7567. Two things:Diva Canto2015-06-051-2/+4
* Mantis #7600. The warning message was not a symptom of a problem, it was just...Diva Canto2015-06-041-9/+11
* Making the inventory cache static, so that there's less timers.Diva Canto2015-06-041-1/+1
* Mantis #7567. Once again, avoiding prefetching linked items within linked fo...Diva Canto2015-06-041-1/+9
* Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto2015-06-031-6/+31
* Added tests for UserAccountService in Robust. In the process fixed a couple o...Diva Canto2015-05-111-2/+33
* Added inventory tests to Robust.Tests.Diva Canto2015-05-111-1/+5
* Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto2015-05-082-0/+52
* I shouldn't write code this early in the morning... Fixing a 'duh' on previou...Diva Canto2015-05-081-1/+1
* Additional debug message to help diagnose a warning message and exception rel...Diva Canto2015-05-081-0/+1
* Major change in the way inventory is downloaded: added a method throughout II...Diva Canto2015-05-072-3/+94
* Corrected typo in namespaceDiva Canto2015-05-021-1/+1
* Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* corrected handling when XML parsing in Presence Connector failsFreaky Tech2015-03-031-0/+1
* minor: Remove mono compiler warnings from EstateDataConnectorJustin Clark-Casey (justincc)2015-02-281-2/+0
* Don't allow a failure in create a request in HeloService.Connector.Helo() to ...Justin Clark-Casey (justincc)2015-01-211-5/+5
* Donation of robust network connectors for estate service, as promised. This a...Diva Canto2015-01-063-331/+340
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
* This cleans up versioning. Specifically:Diva Canto2014-12-301-2/+2
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-1/+1
* Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2014-12-291-1/+1
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-252-3/+3
* Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)2014-08-091-7/+4
* OpenSimExtrasBlueWall2014-08-062-0/+46
* Add inventory.<url>.RequestsMade stat.Justin Clark-Casey (justincc)2014-07-261-0/+21
* Add undocumented RemoteRequestTimeout seconds parameter to xinventory requestsJustin Clark-Casey (justincc)2014-07-251-4/+14
* Close streams immediately when we finish using themOren Hurvitz2014-07-211-15/+17
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-061-1/+2
* Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto2014-06-011-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-05-311-1/+1
|\
| * minor: Comment out 2 error level debugging message in authentication codeJustin Clark-Casey (justincc)2014-05-271-1/+1
* | Moved these two estate-related interfaces to the projects where they belong.Diva Canto2014-05-301-2/+2
|/
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-2311-59/+130
* Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2014-05-191-1/+2
* Return more specific error messages if an attempt to enter a region fails due...Oren Hurvitz2014-05-191-1/+1