aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed the defaults, so that it behaves exactly is it has been behaving (no ↵Diva Canto2011-05-021-0/+2
| | | | WebFetch cap by default).
* Broke down Caps.cs into a generic Caps object that simply ↵Diva Canto2011-05-011-30/+20
| | | | | | | 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.
* Move CapabilitiesModule back to CoreModules. This one belongs there.Diva Canto2011-05-011-0/+257