| Commit message (Expand) | Author | Files | Lines |
2009-12-30 | First pass at the new login service. Still incomplete, but doesn't disrupt th... | Diva Canto | 1 | -0/+1 |
2009-12-03 | if an xml rpc method throws an exception, log as an error to the console as w... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 1 | -4/+4 |
2009-10-03 | Better error handling to diagnose login problems. | Diva Canto | 1 | -0/+1 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 3 | -6/+6 |
2009-09-28 | Fixed bug in HG that was causing secondlife:// refs to bomb the client. | Diva Canto | 1 | -3/+2 |
2009-09-28 | Fixed bug in user server related to region's serverURI. | Diva Canto | 1 | -1/+1 |
2009-09-27 | Fixed small bug in having to deal with RegionInfo's ServerURI, which wasn't b... | Diva Canto | 1 | -0/+1 |
2009-09-27 | Fixed the connection from User server to GridServer. | Diva Canto | 1 | -32/+30 |
2009-09-24 | re-enable registration of user service authentication method I accidentally d... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-09-24 | Allow load/save iar password checks to be done in grid mode | Justin Clark-Casey (justincc) | 1 | -1/+55 |
2009-09-10 | The stubs for an authorization service, at the moment the service will always... | Rob Smart | 1 | -0/+1 |
2009-08-25 | A slightly modified version of | Teravus Ovares (Dan Olivares) | 1 | -1/+6 |
2009-07-12 | Fixed bug in AvatarCreationModule, where during the cloning of a folder it wo... | MW | 1 | -0/+5 |
2009-06-18 | * Corrected CAPS namespaces | Arthur Valadares | 2 | -2/+2 |
2009-06-11 | InterServiceInventoryService references *almost* completely removed from the ... | diva | 2 | -2/+2 |
2009-06-04 | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 1 | -4/+4 |
2009-06-04 | Comment out unused private functions to avoid compiler warnings. | Jeff Ames | 1 | -53/+53 |
2009-06-01 | Fixed AvatarCreationModule (I think) | MW | 1 | -1/+1 |
2009-06-01 | trying to get panda to be able to read the AvatarCreationModule | MW | 1 | -544/+544 |
2009-06-01 | part 1 of trying to get panda to be able to read the AvatarCreationModule | MW | 1 | -545/+545 |
2009-06-01 | Some changes to the AvatarCreationModule to reduce the number of database rea... | MW | 1 | -69/+86 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 10 | -10/+10 |
2009-05-31 | Update svn properties. | Jeff Ames | 1 | -528/+528 |
2009-05-30 | Added option (on my default) to the clone avatar function so that the clothes... | MW | 1 | -122/+141 |
2009-05-30 | Made it so ( by default) the Clone avatar function, propagates the permission... | MW | 1 | -21/+28 |
2009-05-30 | a few small changes to AvatarCreationModule | MW | 1 | -14/+17 |
2009-05-30 | Added a AvatarCreationModule to the user server. This handles the "cloning" o... | MW | 1 | -0/+499 |
2009-05-26 | Restoring the initial CAP Url to exactly what it used to be before Adam's cha... | diva | 1 | -6/+13 |
2009-05-26 | * Fiddles with some login network code to attempt to fix login bug. | Adam Frisby | 1 | -1/+2 |
2009-05-23 | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 1 | -4/+6 |
2009-05-23 | * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths. | Adam Frisby | 1 | -3/+3 |
2009-05-23 | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... | Adam Frisby | 5 | -21/+25 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 9 | -2/+10 |
2009-04-29 | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. | diva | 1 | -1/+1 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 1 | -14/+2 |
2009-04-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 1 | -0/+1 |
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 2 | -71/+15 |
2009-04-09 | * Added some more experimental code; nothing wired in so far. | lbsa71 | 1 | -40/+68 |
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -224/+224 |
2009-03-29 | Another bit of refactoring to try to make sense of OpenSim.Framework.Communic... | diva | 2 | -0/+2 |
2009-03-29 | Moved some files around, so that it's easier to share code between standalone... | diva | 1 | -0/+1 |
2009-03-27 | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 1 | -2/+2 |
2009-03-27 | Added the hg login procedure to the user server. | diva | 1 | -0/+223 |
2009-03-20 | * Normalized and pulled GetInventorySkeleton up. | lbsa71 | 1 | -62/+0 |
2009-03-20 | * De-duplicated login service some more | lbsa71 | 1 | -29/+0 |
2009-03-19 | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 1 | -0/+1 |
2009-03-12 | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 1 | -149/+47 |
2009-03-11 | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 1 | -28/+155 |
2009-03-10 | *** POTENTIAL BREAKAGE *** | lbsa71 | 1 | -155/+28 |