aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a casting subtlety in moving to constants. Logins should workSean Dague2008-02-141-2/+2
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-5/+5
* Added a method to access a named folder in a users inventory, to the inventor...MW2008-02-132-0/+14
* Clean up more unnecessary String.Format callsJeff Ames2008-02-138-50/+31
* * Clean up LIBRARY INVENTORY messagesJustin Clarke Casey2008-02-131-13/+12
* Commenting and a spelling correctionJustin Clarke Casey2008-02-132-5/+15
* * Clean up the agent's asset transactions when it is removed from the sceneJustin Clarke Casey2008-02-131-2/+17
* * Refactor: Move last commit's refactor back to AgentAssetTransactionsManagerJustin Clarke Casey2008-02-132-35/+128
* Refactor: factor a method out of AgentAssetTransactionsManagerJustin Clarke Casey2008-02-121-13/+2
* * Add missing locking to mysql inventory pluginJustin Clarke Casey2008-02-121-0/+3
* * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a...Justin Clarke Casey2008-02-123-17/+35
* Re-enabled Inventory creation of body partsMW2008-02-112-4/+9
* Documenting and minor tweaksJustin Clarke Casey2008-02-112-82/+99
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-108-15/+15
* * fixed typo. thanks, nebadon!lbsa712008-02-091-1/+1
* * Refactored some asset code and in the process uncovered a bug; now, I think...lbsa712008-02-091-10/+14
* * added count of texture data bytes and asset byteslbsa712008-02-091-6/+18
* * Added count of temporary assetslbsa712008-02-091-0/+23
* * added two new commands (for debug/disaster recovery)lbsa712008-02-091-25/+55
* * Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares2008-02-091-3/+9
* * Change logger to handle [<entry>] where <entry> contains non alphabetic cha...Justin Clarke Casey2008-02-092-6/+6
* * Stop asset transactions hanging around after they've completedJustin Clarke Casey2008-02-082-11/+79
* Still chasing logout memory leak. Putting in small changes and temporary lig...Justin Clarke Casey2008-02-081-5/+12
* fix the issue found on IRC this morning. The logging call was mistructuredSean Dague2008-02-081-1/+2
* Additional debugging print on LOGOUT if/else in userServer.Charles Krinke2008-02-071-2/+1
* Converted logging to use log4net.Jeff Ames2008-02-0514-168/+169
* some small changes, like adding a couple of extra methods to IInventoryServic...MW2008-02-052-0/+12
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-042-25/+8
* First part of avatar persistence, currently only really works in standalone m...MW2008-02-042-0/+3
* * Lowered maxchunk from 1500 bytes to 1250 bytes to make sure packets fit bel...Adam Frisby2008-02-041-1/+1
* * Default inventory permissions patch (#444), courtesy of alex_carnell -- tha...Adam Frisby2008-02-041-0/+1
* * setting some readonlieslbsa712008-01-311-1/+1
* * Add asset/texture cache statistics to region server consoleJustin Clarke Casey2008-01-311-3/+21
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-281-0/+26
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-2/+24
* * Shutting down child agents properly in neighbor regions.Teravus Ovares2008-01-212-1/+2
* Add additional mainlog data to LogOffUserCharles Krinke2008-01-211-1/+2
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-202-0/+50
* Graceful failure of teleport to unavailable regions might actually work now.Brian McBee2008-01-201-0/+2
* checking return code may make failed teleports fail more gracefully.Brian McBee2008-01-191-0/+5
* * Mother of all commits:Adam Frisby2008-01-1515-73/+76
* * Just an update to the default login formTeravus Ovares2008-01-101-3/+3
* Whitespace cleanup.Jeff Ames2008-01-101-1/+1
* * After fighting with it a bit more, Opensim is now compatible with the most ...Teravus Ovares2008-01-101-31/+30
* * This update enables the web_login method.Teravus Ovares2008-01-091-14/+134
* * This may be broken.. it hasn't been tested, however I wanted to get the l...Teravus Ovares2008-01-092-4/+162
* * removed another superfluous debug messagelbsa712008-01-091-2/+2
* dump_assets_to_file=true will now cause the asset to go into a UserAssets sub...Brian McBee2008-01-092-10/+62
* Third part of CharlieO's library rework. We now have library organization! Th...Brian McBee2008-01-091-32/+35
* * Applying jhurliman's LLSD login enablement patch.Teravus Ovares2008-01-053-2/+329