| Commit message (Expand) | Author | Files | Lines |
2009-05-23 | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 1 | -4/+6 |
2009-05-23 | * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths. | Adam Frisby | 1 | -3/+3 |
2009-05-23 | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... | Adam Frisby | 9 | -36/+42 |
2009-05-20 | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 6 | -9/+9 |
2009-05-15 | Added PostInitialise method to IGridPlugin. | MW | 2 | -0/+6 |
2009-05-14 | Small fix uncommenting something that got commented too much. | diva | 1 | -1/+1 |
2009-05-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 1 | -2/+15 |
2009-05-08 | Thanks lulurun for a patch which addresses Mantis #3599: Exceptions when Asse... | Dahlia Trimble | 1 | -1/+1 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 30 | -8/+31 |
2009-05-04 | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 8 | -12/+12 |
2009-04-29 | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. | diva | 1 | -1/+1 |
2009-04-23 | * refactor: move archive user inventory item serialization out to a separate ... | Justin Clarke Casey | 1 | -67/+6 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 3 | -16/+51 |
2009-04-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 2 | -1/+2 |
2009-04-21 | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 1 | -11/+20 |
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 2 | -71/+15 |
2009-04-09 | * Added some more experimental code; nothing wired in so far. | lbsa71 | 1 | -40/+68 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 3 | -7/+5 |
2009-04-07 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -2/+2 |
2009-04-05 | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ... | diva | 1 | -35/+39 |
2009-04-01 | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 3 | -3/+3 |
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -224/+224 |
2009-03-30 | Adds support at the inventory server for direct inventory manipulation from a... | diva | 1 | -1/+8 |
2009-03-29 | Another bit of refactoring to try to make sense of OpenSim.Framework.Communic... | diva | 2 | -0/+2 |
2009-03-29 | Moved some files around, so that it's easier to share code between standalone... | diva | 1 | -0/+1 |
2009-03-27 | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 1 | -2/+2 |
2009-03-27 | Added the hg login procedure to the user server. | diva | 2 | -0/+231 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+4 |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 1 | -0/+4 |
2009-03-20 | * Normalized and pulled GetInventorySkeleton up. | lbsa71 | 1 | -62/+0 |
2009-03-20 | * De-duplicated login service some more | lbsa71 | 1 | -29/+0 |
2009-03-19 | Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p... | diva | 1 | -10/+0 |
2009-03-19 | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2 | -0/+2 |
2009-03-16 | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 1 | -1/+1 |
2009-03-13 | Mark AssetBase.Metadata with [XmlIgnore] | Mike Mazur | 2 | -3/+3 |
2009-03-12 | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 1 | -149/+47 |
2009-03-12 | Move ArchiveConstants to OpenSim.Framework.Archive | Mike Mazur | 1 | -3/+2 |
2009-03-12 | Moving TarArchive to OpenSim.Framework.Archive | Mike Mazur | 1 | -1/+1 |
2009-03-11 | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 1 | -28/+155 |
2009-03-11 | Adding AssetInventory InventoryArchive plugin | Mike Mazur | 4 | -0/+283 |
2009-03-10 | *** POTENTIAL BREAKAGE *** | lbsa71 | 1 | -155/+28 |
2009-03-10 | * Re-aligned CustomiseResponse function for imminent up-pulling | lbsa71 | 1 | -2/+4 |
2009-03-09 | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2 | -136/+97 |
2009-03-06 | Add missing parameter to m_log.DebugFormat(). | Mike Mazur | 1 | -1/+1 |
2009-03-05 | Make DeserializeUUID explicitly private. | Mike Mazur | 1 | -1/+1 |
2009-03-05 | Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) method... | MW | 1 | -1/+1 |
2009-03-05 | Fix moving folders. | Mike Mazur | 2 | -4/+9 |
2009-03-05 | Fix creating inventory items and folders. | Mike Mazur | 2 | -6/+9 |
2009-03-05 | Implemented all Inventory frontend handlers. | Mike Mazur | 3 | -512/+719 |
2009-03-05 | Implementing more inventory storage methods. | Mike Mazur | 2 | -314/+134 |