aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto2009-12-301-1/+1
|/ | | | the existing code.
* Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-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 Canto2009-12-231-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 Canto2009-12-211-0/+2
| | | | server URL from NetworkServersInfo.
* Making the library read the item's flag, so that clothing items can have the ↵Diva Canto2009-12-211-0/+1
| | | | proper icons.
* A couple of more sanity guards, but this won't fix things when user profile ↵Diva Canto2009-12-111-1/+1
| | | | fetching is borked.
* Fix to make [bad] tests happy.Diva Canto2009-12-111-4/+4
|
* Attempt at fixing mantis #4411.Diva Canto2009-12-111-1/+15
|
* Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ↵Kunnis2009-12-062-5/+0
| | | | | | not even stored in mysql. Signed-off-by: Melanie <melanie@t-data.com>
* make logging less verbose when loading iarsJustin Clark-Casey (justincc)2009-11-131-1/+1
|
* move fake user service to a separate mock user service classJustin Clark-Casey (justincc)2009-11-121-159/+0
| | | | delete asset cache tests shell
* Rename test services to mock services, since this is a more accurate descriptionJustin Clark-Casey (justincc)2009-11-121-147/+4
| | | | remove duplicate mock inventory service
* Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie2009-11-041-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 Hurliman2009-10-281-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 Hurliman2009-10-211-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.NHibernateJohn Hurliman2009-10-191-1/+1
| | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing
* Merge branch 'master' into htb-throttleMelanie2009-10-121-5/+5
|\
| * Use Util.UTF8 instead of creating a new heap object every time.Diva Canto2009-10-101-5/+5
| |
* | Merge branch 'master' into htb-throttleMelanie2009-10-101-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 Canto2009-10-091-0/+6
| | | | | | | | it exists.
| * Use the cache, Luke!Diva Canto2009-10-091-25/+8
| |
* | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes ↵John Hurliman2009-10-092-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 FetchInventoryDescendantsDiva Canto2009-10-061-17/+62
| | | | * More streams close on finally
* Revert "Rewrote parts of the code that were double-locking different ↵Melanie2009-10-071-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 Canto2009-10-061-39/+27
| | | | is about half of the code base reviewed.
* Corrected words in error message.Diva Canto2009-10-061-2/+2
|
* Closing more streams even if things fail.Diva Canto2009-10-041-6/+25
|
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-1/+1
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman2009-10-021-1/+1
| | | | | | | | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization?
* | Formatting cleanup.Jeff Ames2009-10-014-5/+5
| |
* | Formatting cleanup.Jeff Ames2009-10-0114-53/+53
| |