aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Optimized usingslbsa712007-10-301-24/+39
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-1/+1
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-051-14/+14
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-051-14/+14
|
* == The "right name and place" commit ==lbsa712007-10-051-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
* * Moved IUserService to OpenSim.Framework.Interfaceslbsa712007-10-051-1/+1
|
* * Renamed IUserServices to IUserServicelbsa712007-10-051-1/+1
|
* * Started major restructusing of comms to prepare for better grid and region ↵lbsa712007-09-241-0/+5
| | | | | | | | functionality * Working towards one shared set of services * Killed off two projects with very little functionality
* * reorder and renamelbsa712007-09-241-2/+2
|
* clear userAgent state on client shutdown, which fixes the issueSean Dague2007-07-311-0/+5
| | | | | | where you could only login once with a given id in standalone mode.
* * Fixed a bug where the simulator could crash if the userserver was ↵Adam Frisby2007-07-301-8/+8
| | | | particularly busy.
* few small changesMW2007-07-181-1/+0
|
* changed to native line ending encodingSean Dague2007-07-161-101/+101
|
* *Fixed master avatar requesting when in grid mode.mingchen2007-07-151-5/+1
|
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-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.
* *Fixed several bugs that crashed the viewer and opensim server when logging ↵mingchen2007-07-061-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
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-6/+2
| | | | | * added some licensing info
* *OGS1 Key2Name/Name2Key worksmingchen2007-07-021-11/+11
| | | | | *OGS1 doesnt crash on startup anymore
* *Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen2007-06-281-0/+109
in sandbox mode) *Various small renamings