| Commit message (Expand) | Author | Files | Lines |
2007-12-04 | * More console message fixes | Adam Frisby | 1 | -13/+12 |
2007-12-01 | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 1 | -1/+3 |
2007-11-30 | * Here's the issue, on log-off, the routine sets up a null useragent member a... | Teravus Ovares | 1 | -0/+1 |
2007-11-29 | fixed duplicate login in standalone mode (mostly untested in grid mode) | Jeff Ames | 1 | -2/+2 |
2007-11-24 | * Removed references to "new LLUUID()", replaced with LLUUID.Zero. | Adam Frisby | 1 | -2/+2 |
2007-11-19 | * Changed namespace | lbsa71 | 1 | -1/+0 |
2007-11-18 | cleaned up some mono compiler warnings | Jeff Ames | 1 | -2/+2 |
2007-11-13 | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... | Teravus Ovares | 1 | -0/+19 |
2007-11-03 | *Master Avatar can be specified by a previous UUID in either grid mode or sta... | mingchen | 1 | -0/+1 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -24/+25 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 1 | -3/+2 |
2007-10-05 | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of... | lbsa71 | 1 | -16/+16 |
2007-10-05 | * UserProfileData meets code conventions | lbsa71 | 1 | -16/+16 |
2007-10-05 | == The "right name and place" commit == | lbsa71 | 1 | -0/+1 |
2007-10-05 | * Moved IUserService to OpenSim.Framework.Interfaces | lbsa71 | 1 | -1/+1 |
2007-10-05 | * Renamed IUserServices to IUserService | lbsa71 | 1 | -1/+1 |
2007-09-24 | * Started major restructusing of comms to prepare for better grid and region ... | lbsa71 | 1 | -2/+4 |
2007-09-24 | *** CHANGED CONFIG BEHAVIOUR *** | lbsa71 | 1 | -22/+19 |
2007-09-24 | * Renamed methods on IUserData | lbsa71 | 1 | -10/+15 |
2007-09-24 | * Renamed stuff on UserManagerBase to get implicit implementation of IUserSer... | lbsa71 | 1 | -4/+4 |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 |
2007-08-28 | some changes which get us closer to Sqlite storage for users | Sean Dague | 1 | -1/+2 |
2007-08-15 | Temporary fix for the region crossing crash, Although we need to start to cha... | MW | 1 | -119/+1 |
2007-08-13 | Separated Login Service from usermanager, which helps to clean up the code a ... | MW | 1 | -242/+16 |
2007-08-13 | Some work to prepare for inventory server. | MW | 1 | -21/+31 |
2007-08-01 | few small changes. | MW | 1 | -0/+1 |
2007-07-31 | clear userAgent state on client shutdown, which fixes the issue | Sean Dague | 1 | -0/+31 |
2007-07-26 | More work on inventory and opensim library. | MW | 1 | -0/+8 |
2007-07-25 | Start of the OpenSim library , for now only contains a few textures. | MW | 1 | -0/+34 |
2007-07-21 | * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. (Tha... | Adam Frisby | 1 | -1/+1 |
2007-07-19 | Some work on Inventory (not yet finished or enabled) | MW | 1 | -1/+2 |
2007-07-18 | *New Configuration System, much easier and less buggy compared to the origina... | mingchen | 1 | -0/+2 |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -631/+631 |
2007-07-15 | *Fixed master avatar requesting when in grid mode. | mingchen | 1 | -2/+3 |
2007-07-06 | *Fixed several bugs that crashed the viewer and opensim server when logging i... | mingchen | 1 | -2/+7 |
2007-07-05 | *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData) | mingchen | 1 | -0/+4 |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -20/+17 |
2007-07-01 | Fixed SimpleApp - aka thankgoditssundaycommit | lbsa71 | 1 | -35/+25 |
2007-06-29 | *Hopefully fixed the empty dialog box error on client when logging in on sand... | mingchen | 1 | -1/+0 |
2007-06-28 | *User Profile requests on OGS UserServer now uses XMLRPC instead of REST | mingchen | 1 | -66/+60 |