aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Servers/LocalUserProfileManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-124/+0
2007-06-28Deleted some files that are no longer in use. (I am sure I deleted these ↵MW1-124/+0
yesterday but they seem to have returned).
2007-06-14Deleted IGridServer interface (and classes implementing that).MW1-3/+3
2007-06-11*Added and updated copyright headers on all files in both OpenSim and OGSmingchen1-4/+5
2007-06-06Changes:mingchen1-1/+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-4/+5
2007-05-31Implementing a test Communications manager to test some of the interfaces ↵MW1-2/+2
(likely this test version will morph into the sandbox version)
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-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW1-2/+11
okay but needs a lot more testing.
2007-05-08Fixed bug where client crashes on login if in sandbox mode and region is set ↵MW1-3/+7
to anything other than 997,996
2007-04-25Small clean up of files and directoriesMW1-0/+1
2007-04-11Renamed the Servers directory to OpenSim.ServersMW1-0/+0
2007-03-29* Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa711-0/+0
2007-03-29* Tried to make the sandbox/useraccount sim setup a bit simplerlbsa711-0/+27
* Removed some comments
2007-03-29Added lbsa71's http server changes. MW1-1/+1
So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port)
2007-03-28After hours of searching for a bug, it works - User accounts in sandbox ↵MW1-6/+8
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-27* revert the revert - begin the beguinelbsa711-7/+11
2007-03-27* Reverting todays work. It was worth a try.lbsa711-11/+7
2007-03-27* Continued refactoring away OpenSimRoot - now it's down to the final 2.lbsa711-7/+11
2007-03-22brought zircon branch into trunkgareth1-0/+76