aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GridServers/LoginServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* brought zircon branch into trunkgareth2007-03-221-350/+0
|
* * Removed private memeber _login, replaced with local var.lbsa712007-03-161-9/+4
| | | | | | * Removed Random Class, replaced with LLUUID.Random
* * Extracted request-response handlinglbsa712007-03-161-112/+119
|
* * Corrected login fail code (adapted from Gareths php)lbsa712007-03-161-61/+63
|
* * renamed Framework Project to OpenSim.Frameworklbsa712007-03-161-1/+1
|
* Added Framework Project and Made buildfiles work on windows.lbsa712007-03-161-1/+2
| | | | | | | | | | | | * added nogenvers target to opensim.build - sets version to 0.0.0.1 * extracted core_build target * FIX : csc gets confused over System.Xml ref - should be System.Xml.dll as there is a System.Xml file in same dir. * Added OpenGrid.Framework project for great justice. * Added LoginService as base class for LoginServer (GF) * FIX: Plugins default.build now creates target dir, otherwise it fails. * Added VERSION file to source control - it really should be circumvented as well.
* (no commit message)MW2007-03-151-1/+21
|
* Cleaned up IGridServer interfaces.MW2007-03-151-2/+5
| | | | | Added a try/catch around the http server Startup
* fixed last screwupgareth2007-03-071-0/+322