aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/UDPServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW2007-05-161-2/+5
| | | | okay but needs a lot more testing.
* Yet more cleanup/refactoringMW2007-05-161-0/+2
|
* More refactoring.MW2007-05-161-0/+9
| | | | | Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
* UDPServer enabled, should no longer be any udp server code in OpenSimMain.MW2007-05-161-9/+27
|
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-161-0/+164
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)