Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A few more AssemblyInfos in a few more dlls. | Diva Canto | 2012-11-14 | 1 | -3/+3 |
| | |||||
* | Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵ | Diva Canto | 2012-11-13 | 1 | -1/+1 |
| | | | | have an AssemblyInfo file. | ||||
* | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 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. | ||||
* | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 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 | ||||
* | Preservation of creator information now also working in IARs. Cleaned up ↵ | Diva Canto | 2010-11-29 | 2 | -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 Canto | 2010-03-31 | 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) | ||||
* | Deleted obsolete files in the Data layer. Compiles. | Diva Canto | 2010-02-21 | 1 | -104/+0 |
| | |||||
* | Deleted unused class that came back because of merge conflicts. | Diva Canto | 2010-02-08 | 1 | -755/+0 |
| | |||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -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-26 | 1 | -1/+1 |
| | | |||||
| * | Remove "login disable", "login enable" and "login status" commands. | Melanie | 2010-01-10 | 1 | -9/+1 |
| | | |||||
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 2 | -258/+0 |
| | | |||||
* | | CommunicationsManager deleted. | Diva Canto | 2010-01-11 | 1 | -58/+0 |
| | | |||||
* | | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 1 | -7/+0 |
| | | |||||
* | | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 2010-01-10 | 6 | -1169/+0 |
| | | |||||
* | | All Framework.Communications.Clients and Framework.Communications.Services ↵ | Diva Canto | 2010-01-10 | 7 | -3779/+0 |
| | | | | | | | | deleted, including old LoginService. | ||||
* | | CommunicationsManager is practically empty. Only NetworkServersInfo is there. | Diva Canto | 2010-01-10 | 2 | -63/+0 |
| | | |||||
* | | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 2010-01-10 | 1 | -176/+0 |
| | | |||||
* | | * Starting to clean the house... | Diva Canto | 2010-01-10 | 3 | -1161/+0 |
| | | | | | | | | * Fixed circular dependency | ||||
* | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 1 | -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 Canto | 2010-01-09 | 3 | -77/+17 |
| | | |||||
* | | A few more inches... Old friends things removed. Less references to ↵ | Diva Canto | 2010-01-08 | 2 | -516/+0 |
| | | | | | | | | UserProfileService. | ||||
* | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 1 | -345/+0 |
| | | |||||
* | | First pass at the new login service. Still incomplete, but doesn't disrupt ↵ | Diva Canto | 2009-12-30 | 1 | -1/+1 |
|/ | | | | the existing code. | ||||
* | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 2009-12-29 | 1 | -2/+3 |
| | | | | | can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation | ||||
* | Change in how the Library returns its descendant folders, so that it ↵ | Diva Canto | 2009-12-23 | 1 | -1/+20 |
| | | | | includes folders added after the initial load off the file system, by other mechanisms. | ||||
* | Bug fix: in standalone, HGInventoryBroker needs to get the local inventory ↵ | Diva Canto | 2009-12-21 | 1 | -0/+2 |
| | | | | server URL from NetworkServersInfo. | ||||
* | Making the library read the item's flag, so that clothing items can have the ↵ | Diva Canto | 2009-12-21 | 1 | -0/+1 |
| | | | | proper icons. | ||||
* | A couple of more sanity guards, but this won't fix things when user profile ↵ | Diva Canto | 2009-12-11 | 1 | -1/+1 |
| | | | | fetching is borked. | ||||
* | Fix to make [bad] tests happy. | Diva Canto | 2009-12-11 | 1 | -4/+4 |
| | |||||
* | Attempt at fixing mantis #4411. | Diva Canto | 2009-12-11 | 1 | -1/+15 |
| | |||||
* | Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ↵ | Kunnis | 2009-12-06 | 2 | -5/+0 |
| | | | | | | not even stored in mysql. Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | make logging less verbose when loading iars | Justin Clark-Casey (justincc) | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | move fake user service to a separate mock user service class | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -159/+0 |
| | | | | delete asset cache tests shell | ||||
* | Rename test services to mock services, since this is a more accurate description | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -147/+4 |
| | | | | remove duplicate mock inventory service | ||||
* | Backport the fixes to WebFetchInventoryDescendents to the UDP | Melanie | 2009-11-04 | 1 | -2/+2 |
| | | | | | | | InventoryDescendents packet. Testing has shown that UDP inventory now works flawlessly and, unlike CAPS inventory, doesn't download the entire agent inventory on start. Neither does it incessantly re-request folder NULL_KEY. Therefore, I have disabled CAPS inventory. | ||||
* | * Standalone logins will now go through the sequence of "requested region, ↵ | John Hurliman | 2009-10-28 | 1 | -15/+11 |
| | | | | | | | default region, any region" before giving up * Hip offset should have been added not subtracted (it's a negative offset). This puts avatar feet closer to the ground * Improved duplicate checking for terse updates. This should reduce bandwidth and walking through walls | ||||
* | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to ↵ | John Hurliman | 2009-10-21 | 1 | -1/+1 |
| | | | | | | Util.FireAndForget() * Changed Util.FireAndForget() to use any of five different methods set with async_call_method in the [Startup] section of OpenSim.ini. Look at the example config for possible values | ||||
* | * Removed OpenSim.Data.NHibernate | John Hurliman | 2009-10-19 | 1 | -1/+1 |
| | | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing | ||||
* | Merge branch 'master' into htb-throttle | Melanie | 2009-10-12 | 1 | -5/+5 |
|\ | |||||
| * | Use Util.UTF8 instead of creating a new heap object every time. | Diva Canto | 2009-10-10 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'master' into htb-throttle | Melanie | 2009-10-10 | 1 | -23/+12 |
|\ \ | |/ | | | | | | | This is hand-edited to not let master changes creep into here and may cause a somewhat rocky merge to master later. | ||||
| * | A slight improvement on name fetching -- using the local name cache, since ↵ | Diva Canto | 2009-10-09 | 1 | -0/+6 |
| | | | | | | | | it exists. | ||||
| * | Use the cache, Luke! | Diva Canto | 2009-10-09 | 1 | -25/+8 |
| | | |||||
* | | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes ↵ | John Hurliman | 2009-10-09 | 2 | -3/+4 |
|/ | | | | contain an unmanaged resource that will not automatically be disposed when they are GCed), and commenting out some ManualResetEvents that are not in use yet | ||||
* | * One more debug message on FetchInventoryDescendants | Diva Canto | 2009-10-06 | 1 | -17/+62 |
| | | | | * More streams close on finally | ||||
* | Revert "Rewrote parts of the code that were double-locking different ↵ | Melanie | 2009-10-07 | 1 | -27/+39 |
| | | | | | | objects. This is about half of the code base reviewed." This reverts commit e992ca025571a891333a57012c2cd4419b6581e5. | ||||
* | Rewrote parts of the code that were double-locking different objects. This ↵ | Diva Canto | 2009-10-06 | 1 | -39/+27 |
| | | | | is about half of the code base reviewed. | ||||
* | Corrected words in error message. | Diva Canto | 2009-10-06 | 1 | -2/+2 |
| | |||||
* | Closing more streams even if things fail. | Diva Canto | 2009-10-04 | 1 | -6/+25 |
| |