| Commit message (Expand) | Author | Files | Lines |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -0/+30 |
2008-09-19 | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 3 | -30/+51 |
2008-09-15 | * refactor: Break out IUserServiceAdmin out of IUserService since admin metho... | Justin Clarke Casey | 1 | -0/+2 |
2008-09-14 | * Converted a number of methods within the login processes from private to pr... | Adam Frisby | 1 | -8/+8 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -129/+128 |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-09-07 | * Improve login failure handling. | Justin Clarke Casey | 1 | -2/+4 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 4 | -25/+25 |
2008-08-28 | Mantis #1903 | Melanie Thielker | 1 | -0/+1 |
2008-08-26 | * Fixed a bug that occurred if your home region wasn't logged in, in standalo... | Teravus Ovares | 1 | -12/+30 |
2008-08-25 | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 2 | -1/+4 |
2008-08-21 | Mantis#904. Thank you kindly, Jonc for a patch that solves: | Charles Krinke | 1 | -3/+9 |
2008-08-19 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-08-19 | * This reverts a change where m_regions[RegionHandle] was replaced instead of... | Teravus Ovares | 1 | -2/+7 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-08-16 | Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -0/+15 |
2008-08-15 | Update svn properties, formatting cleanup, fix a couple compiler warnings. | Jeff Ames | 1 | -3/+5 |
2008-08-14 | Mantis #1946 | Melanie Thielker | 1 | -0/+10 |
2008-08-08 | * All CheckRegion within an instance would use the same, global, bool for 'Av... | lbsa71 | 1 | -9/+2 |
2008-08-07 | Mantis#1894. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -1/+2 |
2008-07-24 | * refactor: Remove now redundant inventory server url being passed to GetInve... | Justin Clarke Casey | 1 | -1/+1 |
2008-07-24 | * minor: Rename IInterGridInventoryServices since it's inter service rather t... | Justin Clarke Casey | 3 | -9/+9 |
2008-07-23 | * refactor: break out inter grid inventory services further | Justin Clarke Casey | 3 | -9/+10 |
2008-07-14 | Patch #9150 | Melanie Thielker | 1 | -1/+1 |
2008-07-14 | Patch #9147 | Melanie Thielker | 1 | -1/+1 |
2008-06-28 | more work on the support for multiple inventory servers. | MW | 1 | -1/+1 |
2008-06-28 | Extracted the Avatar appearance functions out of the IUserService interface a... | MW | 1 | -0/+1 |
2008-06-28 | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 1 | -1/+2 |
2008-06-27 | dr scofield's warning safari: | Dr Scofield | 3 | -4/+4 |
2008-05-31 | * Implements UserServer logoff in a few situations | Teravus Ovares | 1 | -0/+10 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 5 | -42/+42 |
2008-05-14 | From: Dr Schofield <hud@zurich.ibm.com> | Justin Clarke Casey | 1 | -1/+1 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-05-07 | * Fix minor local inventory service log typo | Justin Clarke Casey | 1 | -1/+1 |
2008-05-01 | * Refactor: Remove redundant userID from further up the inventory request chain | Justin Clarke Casey | 1 | -1/+5 |
2008-05-01 | * Refactor: Remove the unused userID parameter that was being passed into alm... | Justin Clarke Casey | 1 | -35/+0 |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 2 | -2/+1 |
2008-04-30 | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank... | Teravus Ovares | 1 | -0/+5 |
2008-04-25 | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2 | -13/+64 |
2008-04-23 | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 1 | -0/+10 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 4 | -14/+14 |
2008-04-11 | * Eliminate a class of errors where an inventory request could be made before... | Justin Clarke Casey | 1 | -2/+9 |
2008-04-11 | * Minor inventory code cleanup following on from last patch | Justin Clarke Casey | 1 | -2/+0 |
2008-04-11 | * Change inventory async response deliver to deliver all items and folders at... | Justin Clarke Casey | 1 | -30/+15 |
2008-04-10 | renaming of attributes in UserAgentData for readability | Sean Dague | 1 | -4/+4 |
2008-04-10 | changing UserAgentData to use properties. This caused more | Sean Dague | 1 | -4/+4 |
2008-04-10 | further renaming of properties for clarity | Sean Dague | 2 | -3/+3 |
2008-04-10 | moved fields to properties for UserDataProfile, which was | Sean Dague | 2 | -16/+16 |
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 2 | -10/+10 |
2008-03-31 | * Minor: If a user exists but has no inventory in standalone, automatically c... | Justin Clarke Casey | 1 | -35/+20 |