aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent/Capabilities/CapabilitiesModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved several cap-based-service-providing modules from where they were into ↵Diva Canto2011-04-301-255/+0
| | | | a newly created CoreModules/Caps. Not all.
* Fixed Caps handlers leakDiva Canto2011-02-051-1/+0
|
* One more diagnosis command:Diva Canto2011-02-051-1/+27
| | | | show caps
* Unit test breakage fix.Diva Canto2010-08-201-3/+3
|
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-011-5/+5
|
* Fixes a race condition in EQ processing that was making EQs pop up again ↵Diva Canto2009-08-111-1/+1
| | | | | | upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet.
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-2/+2
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* * Corrected CAPS namespacesArthur Valadares2009-06-181-1/+1
| | | | | * "luke, use the sed"
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* converting CapabilitiesModule to new region module schemeDr Scofield2009-05-251-5/+22
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-1/+1
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-4/+4
| | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-161-1/+1
| | | | | | * This is always available at Scene.CommsManager.AssetCache
* * optimized usings.lbsa712009-02-121-3/+1
|
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-091-0/+210
OpenSim.Region.Environment.Modules.Agent en bloc to OpenSim.Region.CoreModules