aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-03* Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2-5/+32
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-12/+12
2008-02-27disabled AssetDownloadModule and re-enabled the asset download code in the as...MW1-17/+18
2008-02-27small fix in the showstate data in AssetCache to reflect that now some functi...MW1-1/+1
2008-02-27After seeing sdague do his happy dance over trunk working "the best he has ev...MW1-17/+18
2008-02-27another attempt at fixing asset lockupsMW1-224/+247
2008-02-27Hopefully fixed the bug that was causing a lot of the freezing. Which was hap...MW1-33/+51
2008-02-25* Start sending "ImageNotFound" packet back to the client if we can't find an...Justin Clarke Casey1-24/+8
2008-02-22* Improve alignment of packet queue stats headignsJustin Clarke Casey1-1/+1
2008-02-22* Winnow the debug and info messages associated with stat fetchingJustin Clarke Casey3-14/+29
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares1-8/+14
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2-0/+2
2008-02-20* Eliminate AssetCache.CopyAsset()Justin Clarke Casey1-26/+4
2008-02-20* Only count download requests for assets which are not already waiting for d...Justin Clarke Casey1-5/+6
2008-02-20* Properly guard removal of asset request lists on AssetCache.AssetNotFound (...Justin Clarke Casey2-14/+16
2008-02-20* Remove unused texture dictionaries from AssetCacheJustin Clarke Casey2-48/+73
2008-02-20Minor cleanup.Jeff Ames14-46/+46
2008-02-20Report command string on ConsoleBase.RunCommand exceptionJustin Clarke Casey1-2/+2
2008-02-20* Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey2-25/+54
2008-02-20* re-enabled AssetNotFound codelbsa711-15/+16
2008-02-20* Fixed xml loading bug (the xml was scheduled for update before added to a s...lbsa711-70/+101
2008-02-19Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2-0/+2
2008-02-18* Do not allow a user to be created if one with the same name already existsJustin Clarke Casey2-29/+36
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW3-7/+13
2008-02-14Fix a casting subtlety in moving to constants. Logins should workSean Dague1-2/+2
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-5/+5
2008-02-13Added a method to access a named folder in a users inventory, to the inventor...MW2-0/+14
2008-02-13Clean up more unnecessary String.Format callsJeff Ames8-50/+31
2008-02-13* Clean up LIBRARY INVENTORY messagesJustin Clarke Casey1-13/+12
2008-02-13Commenting and a spelling correctionJustin Clarke Casey2-5/+15
2008-02-13* Clean up the agent's asset transactions when it is removed from the sceneJustin Clarke Casey1-2/+17
2008-02-13* Refactor: Move last commit's refactor back to AgentAssetTransactionsManagerJustin Clarke Casey2-35/+128
2008-02-12Refactor: factor a method out of AgentAssetTransactionsManagerJustin Clarke Casey1-13/+2
2008-02-12* Add missing locking to mysql inventory pluginJustin Clarke Casey1-0/+3
2008-02-12* Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a...Justin Clarke Casey3-17/+35
2008-02-11Re-enabled Inventory creation of body partsMW2-4/+9
2008-02-11Documenting and minor tweaksJustin Clarke Casey2-82/+99
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames8-15/+15
2008-02-09* fixed typo. thanks, nebadon!lbsa711-1/+1
2008-02-09* Refactored some asset code and in the process uncovered a bug; now, I think...lbsa711-10/+14
2008-02-09* added count of texture data bytes and asset byteslbsa711-6/+18
2008-02-09* Added count of temporary assetslbsa711-0/+23
2008-02-09* added two new commands (for debug/disaster recovery)lbsa711-25/+55
2008-02-09* Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares1-3/+9
2008-02-09* Change logger to handle [<entry>] where <entry> contains non alphabetic cha...Justin Clarke Casey2-6/+6
2008-02-08* Stop asset transactions hanging around after they've completedJustin Clarke Casey2-11/+79
2008-02-08Still chasing logout memory leak. Putting in small changes and temporary lig...Justin Clarke Casey1-5/+12
2008-02-08fix the issue found on IRC this morning. The logging call was mistructuredSean Dague1-1/+2
2008-02-07Additional debugging print on LOGOUT if/else in userServer.Charles Krinke1-2/+1
2008-02-05Converted logging to use log4net.Jeff Ames14-168/+169