aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Gird mode in sugilite should now work in so far as you should be able to logi...MW2007-07-101-1/+0
* *Fixed several bugs that crashed the viewer and opensim server when logging i...mingchen2007-07-061-2/+3
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-6/+2
* *OGS1 Key2Name/Name2Key worksmingchen2007-07-021-11/+11
* *Added UUIDNameRequest packet support (untested, but should work -- at least ...mingchen2007-06-281-0/+109