aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Caps.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-171-2/+5
| | | | Involved some restructuring to allow regression tests to dequeue inventory requests and perform poll responses synchronously rather than async
* Add request received/handling stats for caps which are served by http poll ↵Justin Clark-Casey (justincc)2013-07-151-6/+87
| | | | | | | handlers. This adds explicit cap poll handler supporting to the Caps classes rather than relying on callers to do the complicated coding. Other refactoring was required to get logic into the right places to support this.
* minor: Add back commented out logging message in Caps.RegisterHandler() that ↵Justin Clark-Casey (justincc)2013-07-081-0/+1
| | | | I accidentally removed.
* For stat purposes, add names to capability request handlers where these were ↵Justin Clark-Casey (justincc)2013-07-081-1/+0
| | | | not set
* 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