aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Caps.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-5/+24
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-9/+93
|
* Stop passing a request handler to the initial caps.RegisterHandler in ↵Justin Clark-Casey (justincc)2011-11-241-4/+3
| | | | | | EventQueueGetModule since this is immediatley replaced by a poll server handler. This allows us to comment out a bunch of code and simplify the codebase and readability.
* remove further mono compiler warningsJustin Clark-Casey (justincc)2011-05-061-2/+2
|
* WebFetchInventoryDescendents working. Tested with robust.Diva Canto2011-05-021-0/+4
|
* Broke down Caps.cs into a generic Caps object that simply ↵Diva Canto2011-05-011-1235/+26
| | | | | | | registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps. Renamed a few methods that were misnomers. Compiles but doesn't work.
* How this might look like from a configuration perspective. Changes ↵Diva Canto2011-05-011-0/+13
| | | | OpenSimDefaults.ini.
* Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto2011-04-301-0/+1368