aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/SimClient.PacketHandlers.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-16Yet more cleanup/refactoringMW1-0/+7
2007-05-16More refactoring.MW1-1/+1
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-0/+0
class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port)
2007-05-15Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it)MW1-0/+156