aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenGrid.Framework.UserManager (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-28* Run prebuild, and stuff. (Fixed bug)Adam Frisby1-1/+1
2007-06-25updated prebuild.xml.MW1-1/+1
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
2007-06-24* Updating prebuild.xmlAdam Frisby1-1/+1
2007-06-22Started work on CAPS support, now we have our first test capability, ↵MW1-12/+1
MapLayer requests are handled by CAPS.
2007-06-22SandBox mode login now shares a base class with the grid mode user server. MW4-199/+779
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-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW1-1/+1
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
2007-06-20* Replaced old logging mechanism with new shiny logging mechanismAdam Frisby1-11/+11
* Console, I bid thee farewall. Use "Log" now where console used to exist.
2007-06-20* re-added SimpleApp projectslbsa711-1/+1
* made them work (yay!) * some cleanup
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW7-0/+1087
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)