| Commit message (Expand) | Author | Files | Lines |
2009-06-04 | Comment out unused private functions to avoid compiler warnings. | Jeff Ames | 1 | -53/+53 |
2009-06-02 | Thank you kindly, jonc, for a patch that: | Charles Krinke | 1 | -2/+2 |
2009-06-01 | Fixed AvatarCreationModule (I think) | MW | 1 | -1/+1 |
2009-06-01 | trying to get panda to be able to read the AvatarCreationModule | MW | 1 | -544/+544 |
2009-06-01 | part 1 of trying to get panda to be able to read the AvatarCreationModule | MW | 1 | -545/+545 |
2009-06-01 | Some changes to the AvatarCreationModule to reduce the number of database rea... | MW | 1 | -69/+86 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 54 | -54/+54 |
2009-05-31 | Update svn properties. | Jeff Ames | 1 | -528/+528 |
2009-05-30 | Added option (on my default) to the clone avatar function so that the clothes... | MW | 1 | -122/+141 |
2009-05-30 | Made it so ( by default) the Clone avatar function, propagates the permission... | MW | 1 | -21/+28 |
2009-05-30 | a few small changes to AvatarCreationModule | MW | 1 | -14/+17 |
2009-05-30 | Added a AvatarCreationModule to the user server. This handles the "cloning" o... | MW | 3 | -0/+512 |
2009-05-26 | Restoring the initial CAP Url to exactly what it used to be before Adam's cha... | diva | 1 | -6/+13 |
2009-05-26 | * Fiddles with some login network code to attempt to fix login bug. | Adam Frisby | 1 | -1/+2 |
2009-05-25 | * reseparate inventory item creator id and creator uuid | Justin Clarke Casey | 1 | -2/+3 |
2009-05-25 | * Upped version number to 0.6.5 | lbsa71 | 3 | -6/+6 |
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 |