| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. | diva | 2009-04-29 | 1 | -1/+1 |
* | * refactor: move archive user inventory item serialization out to a separate ... | Justin Clarke Casey | 2009-04-23 | 1 | -67/+6 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 2009-04-22 | 3 | -16/+51 |
* | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 2009-04-22 | 2 | -1/+2 |
* | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 2009-04-21 | 1 | -11/+20 |
* | 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 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 3 | -7/+5 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-07 | 1 | -2/+2 |
* | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ... | diva | 2009-04-05 | 1 | -35/+39 |
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 3 | -3/+3 |
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 1 | -224/+224 |
* | Adds support at the inventory server for direct inventory manipulation from a... | diva | 2009-03-30 | 1 | -1/+8 |
* | 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 | 2 | -0/+231 |
* | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 2009-03-23 | 1 | -0/+4 |
* | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 2009-03-21 | 1 | -0/+4 |
* | * 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 |
* | Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p... | diva | 2009-03-19 | 1 | -10/+0 |
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 2 | -0/+2 |
* | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 2009-03-16 | 1 | -1/+1 |
* | Mark AssetBase.Metadata with [XmlIgnore] | Mike Mazur | 2009-03-13 | 2 | -3/+3 |
* | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 2009-03-12 | 1 | -149/+47 |
* | Move ArchiveConstants to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 1 | -3/+2 |
* | Moving TarArchive to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 1 | -1/+1 |
* | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 2009-03-11 | 1 | -28/+155 |
* | Adding AssetInventory InventoryArchive plugin | Mike Mazur | 2009-03-11 | 4 | -0/+283 |
* | *** POTENTIAL BREAKAGE *** | lbsa71 | 2009-03-10 | 1 | -155/+28 |
* | * Re-aligned CustomiseResponse function for imminent up-pulling | lbsa71 | 2009-03-10 | 1 | -2/+4 |