Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-14 | * Added maintenance patch (issue #139) from BigfootAg to /trunk | Adam Frisby | 1 | -2/+9 | |
2007-06-12 | * ignored data recieved from closed sockets | lbsa71 | 1 | -2/+23 | |
* removed some warnings | |||||
2007-06-07 | *Cleaned up namespaces, filenames, etc in OpenSim.RegionServer | mingchen | 1 | -5/+10 | |
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning | |||||
2007-06-05 | * Added proper copyright notices to everything (1/3) | Adam Frisby | 1 | -0/+27 | |
2007-06-05 | * Removed MainConsole.Instance.WriteLine completely | Adam Frisby | 1 | -3/+3 | |
* Now exists MainConsole.Instance.Error/Warn/Notice/Verbose -- use those instead * Removed some instances of System.Console use - aiming to depreciate this in favour of MainConsole completely. | |||||
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -0/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-21 | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵ | MW | 1 | -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. | |||||
2007-05-19 | Added a CheckSumServer (handles template checksum , so there is no longer ↵ | MW | 1 | -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 | |||||
2007-05-19 | Number of small changes | MW | 1 | -21/+26 | |
2007-05-17 | Attempt to fix trunk which someone broke <looks innocent> | MW | 1 | -1/+1 | |
2007-05-16 | Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵ | MW | 1 | -2/+5 | |
okay but needs a lot more testing. | |||||
2007-05-16 | Yet more cleanup/refactoring | MW | 1 | -0/+2 | |
2007-05-16 | More refactoring. | MW | 1 | -0/+9 | |
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon) | |||||
2007-05-16 | UDPServer enabled, should no longer be any udp server code in OpenSimMain. | MW | 1 | -9/+27 | |
2007-05-16 | started to refactor startup code and to move udp server code out to its own ↵ | MW | 1 | -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) |