aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/PacketQueue.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* keeping opensim safe for children -- made some namespace references less ↵Jeff Ames2007-12-041-1/+1
| | | | explicit
* made log messages for known unhandled packet types shorter and yellower. ↵Jeff Ames2007-12-041-9/+1
| | | | added handler stubs.
* further encapsulation of function in PacketQueue and PacketThrottleSean Dague2007-12-031-3/+162
|
* mod packetqueue to use the throttle class containerSean Dague2007-11-301-75/+52
|
* starting to fill out PacketQueue, refactoring as I go. ThisSean Dague2007-11-301-0/+252
doesn't link into the rest of the code yet, and won't until it is complete.