| Commit message (Expand) | Author | Files | Lines |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 1 | -0/+6 |
2009-03-19 | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ... | Justin Clarke Casey | 1 | -5/+7 |
2009-03-03 | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 1 | -1/+2 |
2009-02-20 | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi... | diva | 1 | -6/+0 |
2009-02-20 | This moves the 2 friends-related interregion messages out of OGS1 and into th... | diva | 1 | -10/+0 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -3/+0 |
2009-02-09 | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 1 | -3/+3 |
2008-11-28 | * test: Extend take object test to finally check that the object made it into... | Justin Clarke Casey | 1 | -1/+1 |
2008-11-28 | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 1 | -3/+3 |
2008-11-28 | * refactor: move ResetUserPassword into UserServiceAdmin | Justin Clarke Casey | 1 | -12/+0 |
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 1 | -58/+5 |
2008-11-27 | * test: Add the ability to add a plugin directory to the user and inventory s... | Justin Clarke Casey | 1 | -1/+0 |
2008-11-23 | Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 1 | -4/+16 |
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 1 | -0/+21 |
2008-10-23 | Adding AddXmlRpcHandler(name, method, bool) to selectively disable | Dr Scofield | 1 | -0/+8 |
2008-09-25 | * In Standalone, add a persistant account for the OGP user. | Teravus Ovares | 1 | -0/+18 |
2008-09-19 | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 1 | -5/+4 |
2008-09-15 | * refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr... | Justin Clarke Casey | 1 | -1/+1 |
2008-09-15 | * refactor: Break out IUserServiceAdmin out of IUserService since admin metho... | Justin Clarke Casey | 1 | -2/+7 |
2008-09-15 | * Add "reset user password" command to standalone region console | Justin Clarke Casey | 1 | -0/+12 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -1/+13 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -17/+17 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -16/+16 |
2008-07-29 | * refactor: move create user console command parsing down to OpenSim.cs from ... | Justin Clarke Casey | 1 | -46/+1 |
2008-07-24 | * minor: Rename IInterGridInventoryServices since it's inter service rather t... | Justin Clarke Casey | 1 | -4/+4 |
2008-07-23 | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 1 | -17/+26 |
2008-07-23 | The new secure inventory server mode (in r5590) can now be disabled from Open... | Johan Berntsson | 1 | -2/+50 |
2008-07-23 | thanks lulurun for a security patch that blocks unathorized access to the inv... | Johan Berntsson | 1 | -0/+6 |
2008-07-21 | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 1 | -3/+0 |
2008-07-05 | changes prompting of create user console command to only ask for unspecified ... | Dahlia Trimble | 1 | -12/+16 |
2008-06-29 | patch and files from mantis #1630, Thanks Melanie | MW | 1 | -1/+1 |
2008-06-28 | Extracted the Avatar appearance functions out of the IUserService interface a... | MW | 1 | -0/+7 |
2008-06-28 | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 1 | -7/+65 |
2008-06-27 | dr scofield's warning safari: | Dr Scofield | 1 | -1/+1 |
2008-05-30 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -7/+7 |
2008-05-29 | * Caches UUIDName requests | Teravus Ovares | 1 | -9/+52 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-03 | * For your fragging desire, damage enabled land works, but watch out!, life d... | Teravus Ovares | 1 | -0/+13 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -1/+3 |
2008-04-10 | further renaming of properties for clarity | Sean Dague | 1 | -3/+3 |
2008-04-10 | moved fields to properties for UserDataProfile, which was | Sean Dague | 1 | -5/+5 |
2008-04-08 | further refactor and rename of InventoryFolderBase properties | Sean Dague | 1 | -1/+1 |
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 1 | -1/+1 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+26 |
2008-03-17 | Replaced some Console.WriteLine calls with writes to log. | Jeff Ames | 1 | -1/+4 |
2008-03-03 | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 1 | -0/+6 |
2008-02-18 | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 1 | -2/+18 |
2008-02-16 | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C... | MW | 1 | -6/+6 |
2008-02-12 | * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a... | Justin Clarke Casey | 1 | -4/+4 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -5/+7 |