aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-53/+366
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-2/+3
2011-11-29On "show caps", stop excluding the seed cap but do exclude it elsewhereJustin Clark-Casey (justincc)1-1/+1
2011-11-29tabulate "show caps" output for easier readabilityJustin Clark-Casey (justincc)1-5/+10
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-0/+1
2011-05-06Change command help text for "show capabilities" to "show caps", as this is t...Justin Clark-Casey (justincc)1-2/+2
2011-05-02Changed the defaults, so that it behaves exactly is it has been behaving (no ...Diva Canto1-0/+2
2011-05-01Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto1-30/+20
2011-05-01Move CapabilitiesModule back to CoreModules. This one belongs there.Diva Canto1-1/+1
2011-04-30Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto1-1/+3
2011-04-30Moved several cap-based-service-providing modules from where they were into a...Diva Canto1-1/+1
2011-02-05Fixed Caps handlers leakDiva Canto1-1/+0
2011-02-05One more diagnosis command:Diva Canto1-1/+27
2010-08-20Unit test breakage fix.Diva Canto1-3/+3
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-1/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-1/+1
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-5/+5
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto1-1/+1
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-2/+2
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-25converting CapabilitiesModule to new region module schemeDr Scofield1-5/+22
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-4/+4
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-1/+1
2009-02-12* optimized usings.lbsa711-3/+1
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+3
2009-02-03OK, commenting the return again :-/diva1-2/+2
2009-02-01Putting the return back in AddCapsHandler upon attempt at adding CAPs twice. ...diva1-2/+5
2009-01-22* Change the currently misleading log message when capabilities are added twi...Justin Clarke Casey1-15/+16
2009-01-22* Caught 2 dictionary exceptions that were unhandledSean Dague1-1/+3
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-0/+204