aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/UserProfileManagerBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-152/+0
2007-06-28Deleted some files that are no longer in use. (I am sure I deleted these ↵MW1-151/+0
yesterday but they seem to have returned).
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-0/+27
2007-06-06Changes:mingchen1-0/+1
*Added support for Subdivision (use master avatar to login to try out) *Added Parcel Border support *Enabled user account storage, but only when a new account is created Bug Fixes: *Fixed crash on startup while in sandbox when "Setting up master avatar" *Fixed most core functions in ParcelManager and Parcel that where broken *Fixed Parcel saving to database Known Issues: *Dividing parcel fails in viewer (gives an error about needing 2 parcels)
2007-06-05* Added proper copyright notices to everything (2/3)Adam Frisby1-0/+27
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW1-5/+5
just missing backend comms and working Avatar/primitives classes.
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-04-25Small clean up of files and directoriesMW1-1/+2
2007-04-14In the grid, there is life!gareth1-4/+3
OGS now functional again, can login! w00t
2007-04-02OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW1-29/+33
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
2007-04-02Added DB backing for user profilesgareth1-2/+18
Added "create profile command"
2007-04-02Finished adding Db4o support to user profile managergareth1-4/+11
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox ↵MW1-0/+6
mode, currently they are not persistent between restarts (ie restarting opensim.exe) but should be persistent between sessions (login/ logout). Use the -account command line arg to enable them and then create new accounts through the web interface
2007-03-22brought zircon branch into trunkgareth1-0/+91