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