aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-7/+1
| | | | scenepresence)
* seems to compile ( tests comented out)UbitUmarov2015-09-021-29/+0
|
* bad merge?UbitUmarov2015-09-011-4/+44
|\
| * add some _response.close. RestClient still looks bad. It should be aUbitUmarov2014-09-171-0/+6
| | | | | | | | proper IDisposable object.
| * dispose some tmp streamsUbitUmarov2014-09-171-14/+18
| |
| * Merge branch 'master' into careminsterMelanie2013-10-061-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/VersionInfo.cs OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs
| * \ Merge branch 'master' into careminsterMelanie2013-02-221-1/+1
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-02-051-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Data/MySQL/MySQLSimulationData.cs OpenSim/Framework/Servers/VersionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-11-151-4/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-12-032-281/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Also prevent god takes from ending up in Lost and Found
| * | | | | | Drop the RestClient timeout from 15 minutes to 30 seconds. This does not ↵Tom2010-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | address the problem, but it will allow the regions to recover in the event that the remote server goes away.
* | | | | | | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto2015-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | AssemblyVersion("0.8.2.*")
* | | | | | | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() ↵Justin Clark-Casey (justincc)2015-03-041-0/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script functions. This is to address an issue where HTTP script functions could make calls to localhost and other endpoints inside the simulator's LAN. By default, calls to all private addresses are now blocked as per http://en.wikipedia.org/wiki/Reserved_IP_addresses If you require exceptions to this, configure [Network] OutboundDisallowForUserScriptsExcept in OpenSim.ini
* | | | | | | Make sure we always dispose of disposables inside RestClient.Request()Justin Clark-Casey (justincc)2014-12-201-26/+30
| | | | | | |
* | | | | | | minor: Correct propery doc RestClient._resource spelling mistakeJustin Clark-Casey (justincc)2014-12-201-1/+1
| | | | | | |
* | | | | | | Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)2014-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
* | | | | | | Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs ↵Oren Hurvitz2014-07-211-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the entire request and response)
* | | | | | | Close streams immediately when we finish using themOren Hurvitz2014-07-211-1/+28
| | | | | | |
* | | | | | | Turn RestClient.Request() logging down the debug and comment out for now.Justin Clark-Casey (justincc)2014-07-091-5/+5
| | | | | | |
* | | | | | | Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
| | | | | | |
* | | | | | | Add a 0 parameter overload for RestClient.Request() for use when no auth is ↵dahlia2014-05-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | required. This preserves API compatibility for external modules using this function.
* | | | | | | Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-4/+25
| | | | | | |
* | | | | | | Reduced log levels for REST 404 errors to DEBUGOren Hurvitz2014-04-031-1/+2
| | | | | | |
* | | | | | | Better error messages in RestClientOren Hurvitz2014-04-031-3/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
| |_|_|_|/ |/| | | |
* | | | | Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
| |_|_|/ |/| | |
* | | | Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force.
* | | A few more AssemblyInfos in a few more dlls.Diva Canto2012-11-141-3/+3
| | |
* | | Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵Diva Canto2012-11-131-1/+1
| | | | | | | | | | | | have an AssemblyInfo file.
* | | Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-301-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef.
* | | Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-301-0/+2
| |/ |/| | | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html
* | Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto2010-11-292-281/+0
|/ | | | usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
* First attempt at fixing mantis #4641. It's better but there are now some ↵Diva Canto2010-03-311-1/+4
| | | | | | issues with permissions. (looks like my commit is going to touch CM files, I'm going to let it do it - eof only)
* Deleted obsolete files in the Data layer. Compiles.Diva Canto2010-02-211-104/+0
|
* Deleted unused class that came back because of merge conflicts.Diva Canto2010-02-081-755/+0
|
* Merge branch 'master' into presence-refactorMelanie2010-02-081-0/+755
|\ | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * * .. More Endlines...Teravus Ovares (Dan Olivares)2010-01-261-1/+1
| |
| * Remove "login disable", "login enable" and "login status" commands.Melanie2010-01-101-9/+1
| |
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-112-258/+0
| |
* | CommunicationsManager deleted.Diva Canto2010-01-111-58/+0
| |
* | NetworkServersInfo removed from CommsManager.Diva Canto2010-01-101-7/+0
| |
* | Some more unnecessary things deleted in Framework.Communications.Diva Canto2010-01-106-1169/+0
| |
* | All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto2010-01-107-3779/+0
| | | | | | | | deleted, including old LoginService.
* | CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2010-01-102-63/+0
| |
* | Moved GridInfo service from where it was to Handlers/GridDiva Canto2010-01-101-176/+0
| |
* | * Starting to clean the house...Diva Canto2010-01-103-1161/+0
| | | | | | | | * Fixed circular dependency
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-4/+1
| | | | | | | | | | appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
* | Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto2010-01-093-77/+17
| |
* | A few more inches... Old friends things removed. Less references to ↵Diva Canto2010-01-082-516/+0
| | | | | | | | UserProfileService.
* | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-345/+0
| |