Diva Canto
|
878ce1e6b2
This should fix all issues with teleports. One should be able to TP as fast as needed. (Although sometimes Justin's state machine kicks in and doesn't let you) The EventQueues are a hairy mess, and it's very easy to mess things up. But it looks like this commit makes them work right. Here's what's going on:
|
11 years ago |
Justin Clark-Casey (justincc)
|
1b7b664c86
Add request received/handling stats for caps which are served by http poll handlers.
|
11 years ago |
Justin Clark-Casey (justincc)
|
e19defde36
Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap
|
11 years ago |
Justin Clark-Casey (justincc)
|
a38c2abae4
Make dictionary read/write locking consistent in CapabilitiesModule, rename two dictionary fields to standard m_ format
|
11 years ago |
Melanie
|
ac135c649c
Fix CAPS to work like they should - do not send caps to the viewer if they're not in the requested caps list.
|
11 years ago |
Diva Canto
|
86903f23dd
Cleanup on region modules: gave short node id's to all of them.
|
12 years ago |
Justin Clark-Casey (justincc)
|
749c3fef8a
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
|
12 years ago |
Justin Clark-Casey (justincc)
|
fa63054c4f
On "show caps", stop excluding the seed cap but do exclude it elsewhere
|
13 years ago |
Justin Clark-Casey (justincc)
|
d3a46b03bf
tabulate "show caps" output for easier readability
|
13 years ago |
Justin Clark-Casey (justincc)
|
8a0a78cbcc
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around.
|
13 years ago |
Justin Clark-Casey (justincc)
|
2ef8e03773
Change command help text for "show capabilities" to "show caps", as this is the actual command that has to be typed on the console.
|
13 years ago |
Diva Canto
|
98b84802e4
Changed the defaults, so that it behaves exactly is it has been behaving (no WebFetch cap by default).
|
13 years ago |
Diva Canto
|
f79400e94c
Broke down Caps.cs into a generic Caps object that simply registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps.
|
13 years ago |
Diva Canto
|
126d2adeba
Move CapabilitiesModule back to CoreModules. This one belongs there.
|
13 years ago |