Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | Detect negative dripAmounts in TokenBuckets. These negatives result from ↵ | Diva Canto | 2011-02-09 | 1 | -1/+1 |
| | | | | overflown integer operations. Also added Total to the scene throttles in show throttles. | ||||
* | Added emergency monitoring of UDP Outgoing packets thread. Just type ↵ | Diva Canto | 2011-02-08 | 1 | -2/+28 |
| | | | | "emergency-monitoring on/off" | ||||
* | Record number of resent packets in LindenUDP stack and display in stats report | Justin Clark-Casey (justincc) | 2011-02-02 | 1 | -11/+13 |
| | |||||
* | minor: remove unnecessary newline from "show throttles" information | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | properly format "show throttles" table | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -26/+55 |
| | |||||
* | crudely refactor table generation code for "show queues" and "show throttles" | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -41/+30 |
| | |||||
* | implement "show throttles" command for showing current agent throttles and ↵ | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -0/+330 |
the server settings. This is in a very crude state, currently. The LindenUDPModule was renamed LindenUDPInfoModule and moved to OptionalModules OptionalModules was given a direct reference to OpenSim.Region.ClientStack.LindenUDP so that it can inspect specific LindenUDP settings without having to generalize those to all client views (some of which may have no concept of the settings involved). This might be ess messy if OpenSim.Region.ClientStack.LindenUDP were a region module instead, like MXP, IRC and NPC |