aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Servers/CheckSumServer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-139/+0
2007-06-24Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW1-3/+4
Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes.
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby1-2/+2
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-0/+27
2007-06-05* Added proper copyright notices to everything (2/3)Adam Frisby1-0/+27
2007-06-05* Removed MainConsole.Instance.WriteLine completelyAdam Frisby1-2/+1
* 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-24Updated to latest libsecondlife.dll , now need to use SL viewer 1.16 (or above)MW1-1/+1
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-19Border crossing back to mostly working, still seems a problem in that you ↵MW1-21/+13
need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim)
2007-05-19(no commit message)MW1-5/+6
2007-05-19Added the echo method for template checksum handling (idea from ↵MW1-4/+25
Hegemons_Login_Analysis page) to the CheckSumServer, but currently it is comment out as enabling it would mean that any version of client could connect which is very likely to lead to problem with pre 1.15 version clients.
2007-05-19Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers MW1-30/+9
2007-05-19Added a CheckSumServer (handles template checksum , so there is no longer ↵MW1-0/+120
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