aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestObjectPoster.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-27* Correct asset type of Lost and Found folder - this might stop it appearing ↵Justin Clarke Casey1-0/+3
twice * Other minor corrections to initial inventory contents * These will only take affect for new users
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2007-12-27* Optimized usingslbsa711-4/+4
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-11added copyright noticesJeff Ames1-1/+29
2007-12-05Some refactoring of the RestObjectPoster (and related classes).MW1-1/+6
2007-12-02Some refactoring , mainly on Inventory code. MW1-93/+0
2007-12-01Initial working Grid Inventory server. Only been tested on a very small ↵MW1-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)
2007-11-04normalized line endingsJeff Ames1-48/+48
2007-11-03testing different rest post method/class for Grid asset client. (possible ↵MW1-0/+49
that I haven't set the post url correctly)