Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-06 | * Remove unused CAPSService | Justin Clarke Casey | 1 | -55/+0 | |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-20 | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 1 | -1/+2 | |
provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -1/+2 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-01-31 | * setting some readonlies | lbsa71 | 1 | -1/+1 | |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+1 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -3/+3 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-26 | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 1 | -14/+2 | |
* Added dump_assets_to_file option to enable asset dumping for debug * normalized some namespaces * InventoryFolder renamed to InventoryFolderImpl to | |||||
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+28 | |
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 1 | -0/+1 | |
Tleiades patch 444 and 445. | |||||
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 1 | -1/+0 | |
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) | |||||
2007-09-24 | * Started major restructusing of comms to prepare for better grid and region ↵ | lbsa71 | 1 | -0/+0 | |
functionality * Working towards one shared set of services * Killed off two projects with very little functionality | |||||
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -38/+38 | |
2007-08-15 | More work on inventory, can now create other inventory types, like Clothes ↵ | MW | 1 | -0/+38 | |
and body parts. [Note while you can edit these, at the moment your changes won't be saved between restarts. This will be fixed very soon.] |