| Commit message (Expand) | Author | Age | Files | Lines |
* | * Optimized usings | lbsa71 | 2007-12-27 | 16 | -137/+142 |
* | Clean up the region initialization GridServer messages a bit. | Charles Krinke | 2007-12-23 | 1 | -6/+8 |
* | Simplify GridServer mainmap log messages. | Charles Krinke | 2007-12-23 | 1 | -5/+6 |
* | Remove a now unnecessary bit of inventory log verbosity | Justin Clarke Casey | 2007-12-22 | 1 | -1/+2 |
* | * Fixed UserServer crash when it's passed 00000000000000000000000000 as the U... | Teravus Ovares | 2007-12-21 | 1 | -3/+28 |
* | Comment out "METHOD BY UUID CALLED" WriteLine as it is | Charles Krinke | 2007-12-20 | 1 | -1/+2 |
* | * Added a configuration parameter on the Grid Server to disallow forceful ban... | Teravus Ovares | 2007-12-20 | 1 | -0/+2 |
* | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W... | Jeff Ames | 2007-12-20 | 7 | -32/+32 |
* | * Removed redundant code in RestService.cs | Adam Frisby | 2007-12-18 | 1 | -8/+1 |
* | More subtle message tuning of log messages. | Charles Krinke | 2007-12-16 | 1 | -1/+1 |
* | A bit more tuning of UserServer messages. | Charles Krinke | 2007-12-16 | 1 | -6/+8 |
* | Comment out an unneeded "Home Location" message. | Charles Krinke | 2007-12-16 | 1 | -1/+2 |
* | Improve UserServer login messages for logging. | Charles Krinke | 2007-12-16 | 1 | -4/+8 |
* | * Make inventory operations sync rather than async. This is to alleviate rac... | Justin Clarke Casey | 2007-12-15 | 2 | -10/+40 |
* | Grid Inventory feature upgrade: renaming folders should now be correct, subfo... | Brian McBee | 2007-12-15 | 2 | -9/+54 |
* | Added some extra debug console output to Inventory Server and region OGS1 inv... | MW | 2007-12-14 | 1 | -0/+2 |
* | * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c... | Teravus Ovares | 2007-12-14 | 4 | -15/+19 |
* | Fix possible array indexing exception in inventory server | Jeff Ames | 2007-12-11 | 1 | -4/+2 |
* | added copyright notices | Jeff Ames | 2007-12-11 | 2 | -1/+57 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 31 | -55/+55 |
* | This patch fixes mantis 105. Basically, it stops the index exception when | Sean Dague | 2007-12-08 | 1 | -7/+27 |
* | This small patch means that the inventoryserver for grid mode now | Sean Dague | 2007-12-07 | 1 | -6/+3 |
* | removed obsolete Verbose() function | Jeff Ames | 2007-12-06 | 2 | -141/+158 |
* | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 2007-12-06 | 4 | -5/+5 |
* | Some refactoring of the RestObjectPoster (and related classes). | MW | 2007-12-05 | 2 | -3/+3 |
* | * Avatar picker works in grid mode now. | Teravus Ovares | 2007-12-04 | 2 | -0/+38 |
* | * Fixed a whole bunch of console messages. | Adam Frisby | 2007-12-04 | 4 | -22/+22 |
* | * Removed 12 compiler warnings. | Adam Frisby | 2007-12-04 | 1 | -1/+1 |
* | Some refactoring , mainly on Inventory code. | MW | 2007-12-02 | 2 | -3/+3 |
* | New Inventory folder should now be stored to the inventory server/database. T... | MW | 2007-12-02 | 1 | -0/+1 |
* | On login, if a set of inventory folders doesn't exist for the user then a new... | MW | 2007-12-01 | 2 | -1/+10 |
* | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 2007-12-01 | 4 | -5/+202 |
* | Fixed an event in the events chain in inter-region communications. | Teravus Ovares | 2007-11-27 | 1 | -0/+3 |
* | Added new configuration item to User Server: X and Y of region to send user t... | Brian McBee | 2007-11-25 | 1 | -61/+124 |
* | Turned on more verbosity to try to debug assetserver failures | Brian McBee | 2007-11-20 | 1 | -2/+2 |
* | Additional debugging output to see for what coordinates is the worldmap | Dalien Talbot | 2007-11-18 | 1 | -1/+2 |
* | converted hard-coded chat type values to ChatTypeEnum | Jeff Ames | 2007-11-08 | 3 | -9/+7 |
* | add a IAssetProvider.CommitAssets() call to the grid asset server, when a ass... | MW | 2007-11-04 | 1 | -0/+1 |
* | *Master Avatar can be specified by a previous UUID in either grid mode or sta... | mingchen | 2007-11-03 | 1 | -0/+5 |
* | debug tracing for asset server hangs | Sean Dague | 2007-11-01 | 1 | -1/+4 |
* | fixed filenames in log messages | Jeff Ames | 2007-10-31 | 2 | -8/+8 |
* | Step one on the long march towards grid based inventory. Introduction of an I... | Tleiades Hax | 2007-10-30 | 2 | -59/+166 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 46 | -1826/+4505 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 10 | -19/+19 |
* | normalized line endings | Jeff Ames | 2007-10-29 | 1 | -109/+109 |
* | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 2007-10-26 | 1 | -7/+1 |
* | Very early first implementation of grid based assets. | Tleiades Hax | 2007-10-26 | 2 | -62/+217 |
* | apply http://bug.opensecondlife.org/view.php?id=512 from chillken | Sean Dague | 2007-10-25 | 4 | -4/+4 |
* | get rid of all the ^M line endings | Sean Dague | 2007-10-19 | 3 | -117/+117 |
* | changes to pass nini config object to the modules that get | Sean Dague | 2007-10-19 | 1 | -132/+133 |