| Commit message (Expand) | Author | Age | Files | Lines |
* | minor: remove double initialization of user appearance module in Grid.UserSer... | Justin Clark-Casey (justincc) | 2009-09-23 | 1 | -4/+0 |
* | Remove The legacy inventory and asset servers. Bump interface version to 6 | Melanie | 2009-09-17 | 6 | -1299/+0 |
* | The stubs for an authorization service, at the moment the service will always... | Rob Smart | 2009-09-10 | 1 | -0/+1 |
* | * Lock timers when Calling Start() and Stop() when the Thread Context is murk... | Teravus Ovares (Dan Olivares) | 2009-09-09 | 1 | -1/+2 |
* | A slightly modified version of | Teravus Ovares (Dan Olivares) | 2009-08-25 | 1 | -1/+6 |
* | Changed the namespace of old InventoryServiceBase amd AuthedSessionCache. | Diva Canto | 2009-08-22 | 2 | -2/+4 |
* | Moved AuthedSessionCache to where it is used -- Grid/InventoryServer. | Diva Canto | 2009-08-22 | 2 | -0/+650 |
* | Fix Messaging server so -xmlfile actually works | Melanie | 2009-08-21 | 1 | -0/+1 |
* | Add -xmlfile= option to UGM, to let the files be outside bin if desired | Melanie | 2009-08-21 | 4 | -3/+11 |
* | Remove the AssetInventory server from core. It has fallen behind both | Melanie | 2009-08-20 | 23 | -5707/+0 |
* | Fixing a spot I missed in assets. Switching Grid to the new naming schema wit... | Kunnis | 2009-08-19 | 1 | -3/+3 |
* | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 2009-08-19 | 2 | -5/+5 |
* | Graft the REST console onto the message server as well. What a dirty hack! | Melanie | 2009-08-19 | 1 | -20/+59 |
* | Graft the REST console onto the grid server. Same procedure as with | Melanie | 2009-08-19 | 3 | -3/+37 |
* | Add rest console support to the user server. Will ask new questions at | Melanie | 2009-08-19 | 1 | -1/+38 |
* | Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... | Diva Canto | 2009-08-10 | 2 | -6/+0 |
* | Re-removing 2 lines that got added back on Melanie's commits. git hickup. | Diva Canto | 2009-08-09 | 1 | -2/+0 |
* | Rename UserData to UserAccount data | Melanie | 2009-08-09 | 1 | -0/+2 |
* | Removed HGInventory out of core. This is part of HG2, which it now being deve... | Diva Canto | 2009-08-09 | 1 | -2/+0 |
* | Fixed bug in AvatarCreationModule, where during the cloning of a folder it wo... | MW | 2009-07-12 | 1 | -0/+5 |
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -1/+1 |
* | * 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 |
* | Thank you kindly, jonc, for a patch that: | Charles Krinke | 2009-06-02 | 1 | -2/+2 |
* | 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 | 54 | -54/+54 |
* | 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 | 3 | -0/+512 |
* | 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 |
* | * reseparate inventory item creator id and creator uuid | Justin Clarke Casey | 2009-05-25 | 1 | -2/+3 |
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 3 | -6/+6 |
* | * 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 | 9 | -36/+42 |
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 6 | -9/+9 |
* | Added PostInitialise method to IGridPlugin. | MW | 2009-05-15 | 2 | -0/+6 |
* | Small fix uncommenting something that got commented too much. | diva | 2009-05-14 | 1 | -1/+1 |
* | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2009-05-12 | 1 | -2/+15 |
* | Thanks lulurun for a patch which addresses Mantis #3599: Exceptions when Asse... | Dahlia Trimble | 2009-05-08 | 1 | -1/+1 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 30 | -8/+31 |
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 8 | -12/+12 |