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