Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -669/+0 | |
2007-06-28 | Deleted some files that are no longer in use. (I am sure I deleted these ↵ | MW | 1 | -655/+0 | |
yesterday but they seem to have returned). | |||||
2007-06-22 | SandBox mode login now shares a base class with the grid mode user server. | MW | 1 | -37/+21 | |
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used). | |||||
2007-06-20 | * Replaced old logging mechanism with new shiny logging mechanism | Adam Frisby | 1 | -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 OGS | mingchen | 1 | -4/+5 | |
2007-06-05 | * Added proper copyright notices to everything (2/3) | Adam Frisby | 1 | -4/+5 | |
2007-06-05 | * Removed MainConsole.Instance.WriteLine completely | Adam Frisby | 1 | -4/+2 | |
* 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-14 | Added exception handling. | andy | 1 | -122/+144 | |
2007-05-13 | Inventory should be working again in sandbox mode | MW | 1 | -0/+2 | |
2007-05-11 | MW is a debugging wiz (regionx/y updated) | andy | 1 | -9/+3 | |
2007-05-11 | Removed the login dat file. | andy | 1 | -79/+326 | |
2007-05-08 | Fixed bug where client crashes on login if in sandbox mode and region is set ↵ | MW | 1 | -1/+8 | |
to anything other than 997,996 | |||||
2007-05-06 | return sim_port as an int32 rather than a string in the login response. LL ↵ | morphw | 1 | -1/+1 | |
SL Viewer doesn't seem to care, but libsecondlife does. | |||||
2007-04-11 | Renamed the Servers directory to OpenSim.Servers | MW | 1 | -0/+0 | |
2007-03-30 | Added a LoginResponse class for LoginServer. | andy | 1 | -0/+398 | |