| Commit message (Expand) | Author | Age | Files | Lines |
* | Additional debugging print on LOGOUT if/else in userServer. | Charles Krinke | 2008-02-07 | 1 | -2/+1 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 14 | -168/+169 |
* | some small changes, like adding a couple of extra methods to IInventoryServic... | MW | 2008-02-05 | 2 | -0/+12 |
* | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 2008-02-04 | 2 | -25/+8 |
* | First part of avatar persistence, currently only really works in standalone m... | MW | 2008-02-04 | 2 | -0/+3 |
* | * Lowered maxchunk from 1500 bytes to 1250 bytes to make sure packets fit bel... | Adam Frisby | 2008-02-04 | 1 | -1/+1 |
* | * Default inventory permissions patch (#444), courtesy of alex_carnell -- tha... | Adam Frisby | 2008-02-04 | 1 | -0/+1 |
* | * setting some readonlies | lbsa71 | 2008-01-31 | 1 | -1/+1 |
* | * Add asset/texture cache statistics to region server console | Justin Clarke Casey | 2008-01-31 | 1 | -3/+21 |
* | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 2008-01-28 | 1 | -0/+26 |
* | * Add very basic initial login stats to the user server | Justin Clarke Casey | 2008-01-25 | 1 | -2/+24 |
* | * Shutting down child agents properly in neighbor regions. | Teravus Ovares | 2008-01-21 | 2 | -1/+2 |
* | Add additional mainlog data to LogOffUser | Charles Krinke | 2008-01-21 | 1 | -1/+2 |
* | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2008-01-20 | 2 | -0/+50 |
* | Graceful failure of teleport to unavailable regions might actually work now. | Brian McBee | 2008-01-20 | 1 | -0/+2 |
* | checking return code may make failed teleports fail more gracefully. | Brian McBee | 2008-01-19 | 1 | -0/+5 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 15 | -73/+76 |
* | * Just an update to the default login form | Teravus Ovares | 2008-01-10 | 1 | -3/+3 |
* | Whitespace cleanup. | Jeff Ames | 2008-01-10 | 1 | -1/+1 |
* | * After fighting with it a bit more, Opensim is now compatible with the most ... | Teravus Ovares | 2008-01-10 | 1 | -31/+30 |
* | * This update enables the web_login method. | Teravus Ovares | 2008-01-09 | 1 | -14/+134 |
* | * This may be broken.. it hasn't been tested, however I wanted to get the l... | Teravus Ovares | 2008-01-09 | 2 | -4/+162 |
* | * removed another superfluous debug message | lbsa71 | 2008-01-09 | 1 | -2/+2 |
* | dump_assets_to_file=true will now cause the asset to go into a UserAssets sub... | Brian McBee | 2008-01-09 | 2 | -10/+62 |
* | Third part of CharlieO's library rework. We now have library organization! Th... | Brian McBee | 2008-01-09 | 1 | -32/+35 |
* | * Applying jhurliman's LLSD login enablement patch. | Teravus Ovares | 2008-01-05 | 3 | -2/+329 |
* | * Trying to address TextureSender issues | lbsa71 | 2008-01-02 | 3 | -32/+32 |
* | * Refactored out function to load specified AssetSet Xml | lbsa71 | 2008-01-02 | 1 | -2/+2 |
* | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 2008-01-01 | 1 | -0/+43 |
* | Make it possible for new inventory 'libraries' to be added without changing t... | Justin Clarke Casey | 2007-12-31 | 2 | -85/+116 |
* | * Added database and UserManagerBase glue for FriendsList management | Teravus Ovares | 2007-12-31 | 2 | -0/+89 |
* | Correctly output library inventory folder type and version information | Justin Clarke Casey | 2007-12-31 | 1 | -3/+3 |
* | Standard library folders can now be configued in the xml in inventory/OpenSim... | Justin Clarke Casey | 2007-12-31 | 2 | -46/+129 |
* | Add an extra check that we don't create new inventory folders for a user that... | Justin Clarke Casey | 2007-12-30 | 2 | -5/+24 |
* | Shift default OpenSim library into its own directory | Justin Clarke Casey | 2007-12-30 | 1 | -1/+1 |
* | Make inventory items nominate explicit inventory folders rather than hardcoding | Justin Clarke Casey | 2007-12-29 | 1 | -7/+12 |
* | Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main | Justin Clarke Casey | 2007-12-28 | 2 | -99/+6 |
* | Move inventory contents configuration files to bin/inventory folder | Justin Clarke Casey | 2007-12-28 | 1 | -3/+3 |
* | Set svn:eol-style. | Jeff Ames | 2007-12-28 | 2 | -4/+4 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 36 | -231/+241 |
* | * removed always true if | lbsa71 | 2007-12-27 | 1 | -15/+12 |
* | Move hardcoded texture library inventory items out into OpenSimLibrary/xml. ... | Justin Clarke Casey | 2007-12-27 | 3 | -18/+4 |
* | * AssetServerBase: _ProcessRequest is now called GetAsset | lbsa71 | 2007-12-27 | 4 | -7/+7 |
* | * Patch from Charlie Omega for standard secondlife inventory folders: see man... | Teravus Ovares | 2007-12-26 | 1 | -4/+103 |
* | Small non-functional inventory changes | Justin Clarke Casey | 2007-12-25 | 1 | -11/+11 |
* | Prim inventory script saving phase 1. Create necessary CAPS structures for c... | Justin Clarke Casey | 2007-12-24 | 5 | -9/+299 |
* | Yet more inventory debugging messages | Justin Clarke Casey | 2007-12-23 | 1 | -9/+30 |
* | Miscellaneous small tweaks and more logging messages to move towards resolvin... | Justin Clarke Casey | 2007-12-23 | 1 | -2/+5 |
* | Make copying of scripts into prim inventories more reliable on the first atte... | Justin Clarke Casey | 2007-12-22 | 1 | -3/+45 |
* | minor refactor | Justin Clarke Casey | 2007-12-22 | 1 | -3/+8 |