aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Servers/LoginResponse.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-669/+0
2007-06-28Deleted some files that are no longer in use. (I am sure I deleted these ↵MW1-655/+0
yesterday but they seem to have returned).
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW1-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 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-4/+5
2007-06-05* Added proper copyright notices to everything (2/3)Adam Frisby1-4/+5
2007-06-05* Removed MainConsole.Instance.WriteLine completelyAdam Frisby1-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-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-14Added exception handling.andy1-122/+144
2007-05-13Inventory should be working again in sandbox modeMW1-0/+2
2007-05-11MW is a debugging wiz (regionx/y updated)andy1-9/+3
2007-05-11Removed the login dat file.andy1-79/+326
2007-05-08Fixed bug where client crashes on login if in sandbox mode and region is set ↵MW1-1/+8
to anything other than 997,996
2007-05-06return sim_port as an int32 rather than a string in the login response. LL ↵morphw1-1/+1
SL Viewer doesn't seem to care, but libsecondlife does.
2007-04-11Renamed the Servers directory to OpenSim.ServersMW1-0/+0
2007-03-30Added a LoginResponse class for LoginServer.andy1-0/+398