aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* some more wrapping of errors in user service on appearance forSean Dague2008-05-161-9/+15
* front end of OGS1 Appearance bits. Now I need to write theSean Dague2008-05-161-3/+47
* starting to put appearance into grid comms. now I know why Sean Dague2008-05-161-1/+34
* Formatting cleanup.Jeff Ames2008-05-161-21/+21
* remove my UserAppearance object, switch all code to useSean Dague2008-05-151-3/+3
* added in IUserService functions. These don't do anything yet,Sean Dague2008-05-011-0/+28
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-011-0/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-3/+4
* * Implements 'Set Home to Here' Teravus Ovares2008-04-171-0/+10
* * With Grid Comms up in the air.. I decided have the friends module update ...Teravus Ovares2008-04-101-1/+1
* further renaming of properties for claritySean Dague2008-04-101-12/+12
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-20/+20
* * Tweaking master uuid exception to make it clearer what just went wrong (use...Justin Clarke Casey2008-03-261-10/+40
* * Make master UUID exception a bit more useful by telling us which uuid it wa...Justin Clarke Casey2008-03-221-1/+3
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * More almost completely unproductive log message fiddlingJustin Clarke Casey2008-03-171-2/+2
* * Fixed about Text in the profile in grid mode.Teravus Ovares2008-03-031-0/+1
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-031-0/+42
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Converted logging to use log4net.Jeff Ames2008-02-051-30/+30
* * Fixed a crash if the server is unable to connect to the UserServer when a u...Teravus Ovares2008-01-291-1/+9
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-201-1/+25
* * Mother of all commits:Adam Frisby2008-01-151-2/+2
* * Updates UserServer Teravus Ovares2008-01-021-1/+174
* * You can add and remove a friend in standalone now within the same simulator...Teravus Ovares2008-01-011-0/+43
* * Optimized usingslbsa712007-12-271-13/+16
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-1/+1
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-6/+4
* * Avatar picker works in grid mode now.Teravus Ovares2007-12-041-1/+47
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-041-1/+1
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-1/+0
* Initial working Grid Inventory server. Only been tested on a very small grid,...MW2007-12-011-1/+2
* * Changed namespacelbsa712007-11-191-1/+0
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2007-11-131-0/+8
* *Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen2007-11-031-0/+10
* * Optimized usingslbsa712007-10-301-24/+39
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-1/+1
* * 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 of...lbsa712007-10-051-14/+14
* * UserProfileData meets code conventionslbsa712007-10-051-14/+14
* == The "right name and place" commit ==lbsa712007-10-051-1/+1
* * 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
* * reorder and renamelbsa712007-09-241-2/+2
* clear userAgent state on client shutdown, which fixes the issueSean Dague2007-07-311-0/+5
* * Fixed a bug where the simulator could crash if the userserver was particula...Adam Frisby2007-07-301-8/+8
* 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