aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/UDPServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-205/+0
| | | | the Grid servers can be a separate solution to the region server.
* Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW2007-05-211-1/+1
| | | | , switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me.
* Added a CheckSumServer (handles template checksum , so there is no longer ↵MW2007-05-191-4/+8
| | | | | | | | the need to connect to LL userserver). Currently onlt active in sandbox mode (someone simple needs to add "CheckSumServer checkserver = new CheckSumServer(12036, m_console);" to the grid userserver). Then when starting up the SL client add " -user localhost" (or whatever the IP address that the sim or grid userserver is at) to the command line
* Number of small changesMW2007-05-191-21/+26
|
* Attempt to fix trunk which someone broke <looks innocent>MW2007-05-171-1/+1
|
* 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)