| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | further renaming of properties for clarity | Sean Dague | 2008-04-10 | 2 | -3/+3 |
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 2 | -16/+16 |
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 2 | -10/+10 |
* | * Minor: If a user exists but has no inventory in standalone, automatically c... | Justin Clarke Casey | 2008-03-31 | 1 | -35/+20 |
* | This update has good news and bad news, first the bad. | Teravus Ovares | 2008-03-30 | 1 | -4/+10 |
* | * Refactor: Remove unused inventory methods, some of which weren't properly i... | Justin Clarke Casey | 2008-03-29 | 2 | -20/+1 |
* | * Send full inventory folder skeleton to standalone client logins rather than... | Justin Clarke Casey | 2008-03-28 | 2 | -2/+5 |
* | * Refactor: Eliminate RequestUsersRoot() redundant method | Justin Clarke Casey | 2008-03-28 | 1 | -1/+1 |
* | * Refactor: Rename CreateInventoryData() to GetInventorySkeleton() | Justin Clarke Casey | 2008-03-28 | 1 | -1/+2 |
* | * Remove pointless boolean on AgentInventory.CreateRootFolder() | Justin Clarke Casey | 2008-03-28 | 1 | -1/+1 |
* | * Massaging CAPS setup/teardown log messages | Justin Clarke Casey | 2008-03-25 | 1 | -1/+5 |
* | * Start passing around a region server's http port in RegionInfo. | Justin Clarke Casey | 2008-03-23 | 1 | -0/+4 |
* | Another poxy patch which consists mainly of logging changes (some already com... | Justin Clarke Casey | 2008-03-20 | 1 | -1/+2 |
* | Formatting cleanup. Minor refactoring. | Jeff Ames | 2008-03-18 | 2 | -8/+8 |
* | * Added the ability to type the partial name of a region in the start locatio... | Teravus Ovares | 2008-03-18 | 2 | -0/+8 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 6 | -160/+156 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -1/+0 |
* | Building on Joha's update... | Teravus Ovares | 2008-03-18 | 1 | -2/+16 |
* | * Make it more obvious if local user services are being used | Justin Clarke Casey | 2008-03-17 | 1 | -3/+2 |
* | Make Local back end services warn/error messages explicitly say they are from... | Justin Clarke Casey | 2008-03-07 | 1 | -3/+3 |
* | Change handler001 through handler009 to more | Charles Krinke | 2008-03-02 | 1 | -4/+4 |
* | * Converted the last of the events to the private delegate instance method to... | Teravus Ovares | 2008-02-22 | 1 | -2/+5 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 3 | -3/+3 |
* | Some changes to remove some of the direct calls to CommsManager from Scene, s... | MW | 2008-02-16 | 1 | -1/+1 |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 1 | -2/+2 |
* | Added a small but maybe important clue that UserServer is not running. | Tedd Hansen | 2008-02-14 | 1 | -1/+1 |
* | Added a method to access a named folder in a users inventory, to the inventor... | MW | 2008-02-13 | 1 | -0/+17 |
* | Documenting and minor tweaks | Justin Clarke Casey | 2008-02-11 | 1 | -0/+4 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 2 | -15/+20 |
* | some small changes, like adding a couple of extra methods to IInventoryServic... | MW | 2008-02-05 | 1 | -0/+14 |
* | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 2008-02-04 | 2 | -5/+4 |
* | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 2008-01-28 | 1 | -1/+11 |
* | * Add very basic initial login stats to the user server | Justin Clarke Casey | 2008-01-25 | 1 | -4/+6 |
* | * Shutting down child agents properly in neighbor regions. | Teravus Ovares | 2008-01-21 | 1 | -8/+17 |
* | Graceful failure of teleport to unavailable regions might actually work now. | Brian McBee | 2008-01-20 | 1 | -0/+12 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 3 | -4/+32 |
* | * This update enables the web_login method. | Teravus Ovares | 2008-01-09 | 1 | -1/+6 |
* | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 2008-01-01 | 1 | -2/+16 |
* | Standard library folders can now be configued in the xml in inventory/OpenSim... | Justin Clarke Casey | 2007-12-31 | 1 | -1/+3 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 5 | -34/+35 |
* | * Added a configuration parameter on the Grid Server to disallow forceful ban... | Teravus Ovares | 2007-12-20 | 1 | -0/+22 |
* | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W... | Jeff Ames | 2007-12-20 | 2 | -6/+6 |
* | Put out a more comprehensible message when user authentication fails than the... | Justin Clarke Casey | 2007-12-15 | 1 | -4/+8 |
* | Grid Inventory feature upgrade: renaming folders should now be correct, subfo... | Brian McBee | 2007-12-15 | 1 | -0/+5 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 2 | -3/+3 |
* | * Added some inter-region comms glue for allowing sims to chat amongst themse... | Teravus Ovares | 2007-12-09 | 1 | -0/+22 |
* | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 2007-12-06 | 1 | -2/+1 |
* | From Justin Casey (IBM) | Sean Dague | 2007-12-05 | 1 | -16/+24 |
* | keeping opensim safe for children -- made some namespace references less expl... | Jeff Ames | 2007-12-04 | 1 | -13/+10 |
* | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 2007-12-01 | 1 | -2/+2 |