aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.Data/ReservationData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-26*Added support for reservations in OpenGridServices (mysql only for now)mingchen1-7/+14
*SQL file coming soon (as soon as I can figure out how to get the
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW1-2/+2
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-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-4/+4
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-18*Updated/Added the base classes and interfaces for user and login serversmingchen1-2/+5
*Not yet usable, but I'm working on it
2007-06-16Some Rearranging of CommsManager.MW1-2/+6
2007-06-11Started to add/update copyright notice in sugilite.MW1-0/+27
2007-06-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen1-0/+10