aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestObjectPoster.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* * Optimized usingslbsa712007-12-271-4/+4
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* added copyright noticesJeff Ames2007-12-111-1/+29
|
* Some refactoring of the RestObjectPoster (and related classes).MW2007-12-051-1/+6
|
* Some refactoring , mainly on Inventory code. MW2007-12-021-93/+0
|
* Initial working Grid Inventory server. Only been tested on a very small ↵MW2007-12-011-0/+92
| | | | | | | grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml)
* normalized line endingsJeff Ames2007-11-041-48/+48
|
* testing different rest post method/class for Grid asset client. (possible ↵MW2007-11-031-0/+49
that I haven't set the post url correctly)