| Commit message (Expand) | Author | Age | Files | Lines |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -16/+16 |
* | * refactor: move create user console command parsing down to OpenSim.cs from ... | Justin Clarke Casey | 2008-07-29 | 1 | -46/+1 |
* | * minor: Rename IInterGridInventoryServices since it's inter service rather t... | Justin Clarke Casey | 2008-07-24 | 1 | -4/+4 |
* | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 2008-07-23 | 1 | -17/+26 |
* | The new secure inventory server mode (in r5590) can now be disabled from Open... | Johan Berntsson | 2008-07-23 | 1 | -2/+50 |
* | thanks lulurun for a security patch that blocks unathorized access to the inv... | Johan Berntsson | 2008-07-23 | 1 | -0/+6 |
* | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 2008-07-21 | 1 | -3/+0 |
* | changes prompting of create user console command to only ask for unspecified ... | Dahlia Trimble | 2008-07-05 | 1 | -12/+16 |
* | patch and files from mantis #1630, Thanks Melanie | MW | 2008-06-29 | 1 | -1/+1 |
* | Extracted the Avatar appearance functions out of the IUserService interface a... | MW | 2008-06-28 | 1 | -0/+7 |
* | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 2008-06-28 | 1 | -7/+65 |
* | dr scofield's warning safari: | Dr Scofield | 2008-06-27 | 1 | -1/+1 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-30 | 1 | -7/+7 |
* | * Caches UUIDName requests | Teravus Ovares | 2008-05-29 | 1 | -9/+52 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -1/+1 |
* | * For your fragging desire, damage enabled land works, but watch out!, life d... | Teravus Ovares | 2008-05-03 | 1 | -0/+13 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -1/+3 |
* | further renaming of properties for clarity | Sean Dague | 2008-04-10 | 1 | -3/+3 |
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 1 | -5/+5 |
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 1 | -1/+1 |
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+26 |
* | Replaced some Console.WriteLine calls with writes to log. | Jeff Ames | 2008-03-17 | 1 | -1/+4 |
* | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 2008-03-03 | 1 | -0/+6 |
* | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 2008-02-18 | 1 | -2/+18 |
* | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C... | MW | 2008-02-16 | 1 | -6/+6 |
* | * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a... | Justin Clarke Casey | 2008-02-12 | 1 | -4/+4 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -5/+7 |
* | * Shutting down child agents properly in neighbor regions. | Teravus Ovares | 2008-01-21 | 1 | -0/+1 |
* | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2008-01-20 | 1 | -0/+13 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -1/+1 |
* | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 2008-01-01 | 1 | -0/+43 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -3/+4 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
* | Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal... | MW | 2007-12-02 | 1 | -10/+6 |
* | Some refactoring , mainly on Inventory code. | MW | 2007-12-02 | 1 | -3/+3 |
* | * Changed namespace | lbsa71 | 2007-11-19 | 1 | -1/+0 |
* | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... | Teravus Ovares | 2007-11-13 | 1 | -0/+10 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -7/+13 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 1 | -2/+1 |
* | * Added prototypical AvatarFactory module interface to load avatar parameters | lbsa71 | 2007-10-26 | 1 | -3/+2 |
* | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of... | lbsa71 | 2007-10-05 | 1 | -2/+2 |
* | * UserProfileData meets code conventions | lbsa71 | 2007-10-05 | 1 | -2/+2 |
* | == The "right name and place" commit == | lbsa71 | 2007-10-05 | 1 | -1/+0 |
* | * Renamed IUserServices to IUserService | lbsa71 | 2007-10-05 | 1 | -2/+2 |
* | Some continuation of lbsa71's refactoring of the CommunicationsManager. | MW | 2007-10-03 | 1 | -0/+55 |
* | * Started major restructusing of comms to prepare for better grid and region ... | lbsa71 | 2007-09-24 | 1 | -34/+27 |
* | * Trying to streamline CommunicationsManager | lbsa71 | 2007-09-24 | 1 | -10/+9 |
* | * reorder and rename | lbsa71 | 2007-09-24 | 1 | -22/+20 |
* | * Encapsulated all CommunicationsManager services | lbsa71 | 2007-09-24 | 1 | -15/+63 |