aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-05== The "right name and place" commit ==lbsa711-1/+1
* Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
2007-10-05* Moved IUserService to OpenSim.Framework.Interfaceslbsa711-1/+1
2007-10-05* Renamed IUserServices to IUserServicelbsa711-1/+1
2007-09-24* Started major restructusing of comms to prepare for better grid and region ↵lbsa711-0/+5
functionality * Working towards one shared set of services * Killed off two projects with very little functionality
2007-09-24* reorder and renamelbsa711-2/+2
2007-07-31clear userAgent state on client shutdown, which fixes the issueSean Dague1-0/+5
where you could only login once with a given id in standalone mode.
2007-07-30* Fixed a bug where the simulator could crash if the userserver was ↵Adam Frisby1-8/+8
particularly busy.
2007-07-18few small changesMW1-1/+0
2007-07-16changed to native line ending encodingSean Dague1-101/+101
2007-07-15*Fixed master avatar requesting when in grid mode.mingchen1-5/+1
2007-07-10Gird mode in sugilite should now work in so far as you should be able to ↵MW1-1/+0
login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server.
2007-07-06*Fixed several bugs that crashed the viewer and opensim server when logging ↵mingchen1-2/+3
in on grid mode *Note: Grid Mode now works in sugilite, but is still unstable **Known bug in which the grid server crashes after being relaunched from a previously create configuration **Crashing of the viewer crashes the OpenSim server which then crashes the grid server -- needs better handling of exceptions **Multiple sims is still untested, but should connect correctly. Moving between the sims may be a different story
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-6/+2
* added some licensing info
2007-07-02*OGS1 Key2Name/Name2Key worksmingchen1-11/+11
*OGS1 doesnt crash on startup anymore
2007-06-28*Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen1-2/+8
in sandbox mode) *Various small renamings
2007-06-28*Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal ↵mingchen1-2/+2
-- its sandbox mode counterpart
2007-06-28*Master User is now set upmingchen1-0/+63
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
2007-06-28*User Profile requests on OGS UserServer now uses XMLRPC instead of REST mingchen1-1/+16
*Added base support for setting up a master user
2007-06-27*Added some missing files I forgot to add...OpenSim.sln should compile nowmingchen1-0/+25