Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 1 | -7/+1 | |
scenepresence) | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -29/+0 | |
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 1 | -1/+1 | |
AssemblyVersion("0.8.2.*") | |||||
2015-03-04 | Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() ↵ | Justin Clark-Casey (justincc) | 1 | -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 | |||||
2014-12-20 | Make sure we always dispose of disposables inside RestClient.Request() | Justin Clark-Casey (justincc) | 1 | -26/+30 | |
2014-12-20 | minor: Correct propery doc RestClient._resource spelling mistake | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-11-25 | Label all threadpool calls being made in core OpenSimulator. This is to add ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats. | |||||
2014-09-17 | add some _response.close. RestClient still looks bad. It should be a | UbitUmarov | 1 | -0/+6 | |
proper IDisposable object. | |||||
2014-09-17 | dispose some tmp streams | UbitUmarov | 1 | -14/+18 | |
2014-07-21 | Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs ↵ | Oren Hurvitz | 1 | -6/+30 | |
the entire request and response) | |||||
2014-07-21 | Close streams immediately when we finish using them | Oren Hurvitz | 1 | -1/+28 | |
2014-07-09 | Turn RestClient.Request() logging down the debug and comment out for now. | Justin Clark-Casey (justincc) | 1 | -5/+5 | |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-05-30 | Add a 0 parameter overload for RestClient.Request() for use when no auth is ↵ | dahlia | 1 | -0/+8 | |
required. This preserves API compatibility for external modules using this function. | |||||
2014-05-23 | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 1 | -4/+25 | |
2014-04-03 | Reduced log levels for REST 404 errors to DEBUG | Oren Hurvitz | 1 | -1/+2 | |
2014-04-03 | Better error messages in RestClient | Oren Hurvitz | 1 | -3/+2 | |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 | |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -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. | |||||
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 | |
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec. | |||||
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 | |
2012-11-14 | A few more AssemblyInfos in a few more dlls. | Diva Canto | 1 | -3/+3 | |
2012-11-13 | Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵ | Diva Canto | 1 | -1/+1 | |
have an AssemblyInfo file. | |||||
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -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. | |||||
2012-09-30 | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 1 | -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 | |||||
2010-11-29 | Preservation of creator information now also working in IARs. Cleaned up ↵ | Diva Canto | 2 | -281/+0 | |
usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function. | |||||
2010-08-03 | Drop the RestClient timeout from 15 minutes to 30 seconds. This does not ↵ | Tom | 1 | -1/+1 | |
address the problem, but it will allow the regions to recover in the event that the remote server goes away. | |||||
2010-07-17 | extend exception catching for DoCreateChildAgentCall() from just ↵ | Justin Clark-Casey (justincc) | 1 | -4/+3 | |
WebException to Exception on feedback from Chris Hart. See http://opensimulator.org/mantis/view.php?id=4810 | |||||
2010-03-31 | First attempt at fixing mantis #4641. It's better but there are now some ↵ | Diva Canto | 1 | -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) | |||||
2010-02-25 | Fix the crashed session notification from the userserver. | CasperW | 1 | -10/+8 | |
2010-02-21 | Deleted obsolete files in the Data layer. Compiles. | Diva Canto | 1 | -104/+0 | |
2010-02-12 | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place. | |||||
2010-02-12 | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
This resolves the problem where eyes and hair would turn white on standalone configurations When a client receives body part information, for some insane reason or other it always ends up uploading this back to the server and then immediately re-requesting it. This should have been okay since we stored that asset in cache. However, the standalone asset service connector was not checking this cache properly, so every time the client made the request for the asset it has just loaded it would get a big fat null back in the face, causing it to make clothes and hair white. This bug did not affect grids since they use a different service connector. | |||||
2010-02-08 | Deleted unused class that came back because of merge conflicts. | Diva Canto | 1 | -755/+0 | |
2010-01-26 | * .. More Endlines... | Teravus Ovares (Dan Olivares) | 1 | -1/+1 | |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2 | -258/+0 | |
2010-01-11 | CommunicationsManager deleted. | Diva Canto | 1 | -58/+0 | |
2010-01-10 | NetworkServersInfo removed from CommsManager. | Diva Canto | 1 | -7/+0 | |
2010-01-10 | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 6 | -1169/+0 | |
2010-01-10 | All Framework.Communications.Clients and Framework.Communications.Services ↵ | Diva Canto | 7 | -3779/+0 | |
deleted, including old LoginService. | |||||
2010-01-10 | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 2 | -63/+0 | |
2010-01-10 | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 1 | -176/+0 | |
2010-01-10 | * Starting to clean the house... | Diva Canto | 3 | -1161/+0 | |
* Fixed circular dependency | |||||
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 1 | -4/+1 | |
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process. | |||||
2010-01-10 | Remove "login disable", "login enable" and "login status" commands. | Melanie | 1 | -9/+1 | |
2010-01-09 | Less refs to UserProfileCacheService. Compiles but likely doesn't run. | Diva Canto | 3 | -77/+17 | |
2010-01-08 | A few more inches... Old friends things removed. Less references to ↵ | Diva Canto | 2 | -516/+0 | |
UserProfileService. | |||||
2010-01-08 | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 1 | -345/+0 | |
2009-12-30 | First pass at the new login service. Still incomplete, but doesn't disrupt ↵ | Diva Canto | 1 | -1/+1 | |
the existing code. |