aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 hav...Diva Canto2012-11-131-1/+1
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-2/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+2
* Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-292-281/+0
* First attempt at fixing mantis #4641. It's better but there are now some issu...Diva Canto2010-03-311-1/+4
* 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
|\
| * * .. 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 de...Diva Canto2010-01-107-3779/+0
* | 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
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-4/+1
* | 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 UserProfi...Diva Canto2010-01-082-516/+0
* | 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 th...Diva Canto2009-12-301-1/+1
|/
* Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-2/+3
* Change in how the Library returns its descendant folders, so that it includes...Diva Canto2009-12-231-1/+20
* Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se...Diva Canto2009-12-211-0/+2
* Making the library read the item's flag, so that clothing items can have the ...Diva Canto2009-12-211-0/+1
* A couple of more sanity guards, but this won't fix things when user profile f...Diva Canto2009-12-111-1/+1
* 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
* 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
* Rename test services to mock services, since this is a more accurate descriptionJustin Clark-Casey (justincc)2009-11-121-147/+4
* Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie2009-11-041-2/+2
* * Standalone logins will now go through the sequence of "requested region, de...John Hurliman2009-10-281-15/+11
* * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman2009-10-211-1/+1
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-1/+1
* 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
|\ \ | |/
| * A slight improvement on name fetching -- using the local name cache, since it...Diva Canto2009-10-091-0/+6
| * Use the cache, Luke!Diva Canto2009-10-091-25/+8
* | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman2009-10-092-3/+4
|/
* * One more debug message on FetchInventoryDescendantsDiva Canto2009-10-061-17/+62
* Revert "Rewrote parts of the code that were double-locking different objects....Melanie2009-10-071-27/+39
* Rewrote parts of the code that were double-locking different objects. This is...Diva Canto2009-10-061-39/+27
* Corrected words in error message.Diva Canto2009-10-061-2/+2
* Closing more streams even if things fail.Diva Canto2009-10-041-6/+25