aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.LocalCommunications/LocalUserServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring:Adam Frisby2007-06-241-3/+3
| | | | | | | | * Renamed IPListenAddr to CommsIPListenAddr * Renamed IPListenPort to CommsIPListenPort New Features: * Begun OGS/.1 implementation -- created new temporary "GridInfo" class to hold grid settings, needs reworking to wherever settings are stored these days.
* More work on CAPS handler.MW2007-06-231-2/+3
|
* Started work on CAPS support, now we have our first test capability, ↵MW2007-06-221-1/+1
| | | | MapLayer requests are handled by CAPS.
* SandBox mode login now shares a base class with the grid mode user server. MW2007-06-221-11/+85
| | | | | 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).
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-201-1/+1
| | | | | | Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
* Made a base class from the Grid mode UserServer.UserManager and included ↵MW2007-06-191-0/+43
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)