| Commit message (Expand) | Author | Files | Lines |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 19 | -19/+19 |
2009-05-31 | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 1 | -27/+27 |
2009-05-26 | Commented a log message related to users not found, because it floods the log... | diva | 1 | -4/+4 |
2009-05-25 | * Upped version number to 0.6.5 | lbsa71 | 2 | -4/+4 |
2009-05-24 | Fixes map image on link-region (HG). | diva | 1 | -1/+4 |
2009-05-23 | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... | Adam Frisby | 3 | -7/+7 |
2009-05-23 | * NetworkUtil now handles an error case in a way which is easier to debug. | Adam Frisby | 1 | -1/+0 |
2009-05-22 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -29/+35 |
2009-05-20 | Add copyright headers, formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-05-18 | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 1 | -1/+0 |
2009-05-14 | Added a bool variable to OGS1GridServices to be able to turn off the use of t... | MW | 1 | -9/+16 |
2009-05-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 3 | -2/+4 |
2009-05-05 | * If an item creator id contains an iar loaded name, create a temporary profi... | Justin Clarke Casey | 2 | -5/+36 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 11 | -6/+11 |
2009-05-04 | * Resolve http://opensimulator.org/mantis/view.php?id=3573 | Justin Clarke Casey | 1 | -0/+10 |
2009-05-02 | Change of word in log message. | diva | 1 | -1/+1 |
2009-04-27 | Another attempt at mantis #3527. | diva | 1 | -1/+11 |
2009-04-23 | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 1 | -0/+5 |
2009-04-23 | * Add user data plugin to store temporary profiles (which are distinct from c... | Justin Clarke Casey | 4 | -9/+9 |
2009-04-22 | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 1 | -13/+8 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 5 | -32/+48 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ... | Justin Clarke Casey | 1 | -4/+4 |
2009-04-22 | * Fix windows build from last commit | Justin Clarke Casey | 1 | -0/+1 |
2009-04-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 6 | -774/+798 |
2009-04-18 | Thank you dslake for diagnosing and fixing a race condition in OGS1SecureInve... | diva | 2 | -132/+146 |
2009-04-18 | Bug fix for standalone HG login. VerifySession should be local for local users. | diva | 2 | -1/+11 |
2009-04-17 | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2 | -3/+3 |
2009-04-17 | * Some more work on refactoring configs; | lbsa71 | 2 | -3/+3 |
2009-04-16 | * minor: Eliminate redundant argument in PreloadUserCache | Justin Clarke Casey | 1 | -1/+1 |
2009-04-15 | minor: Remove some mono compiler warnings. Uncomment code when it's actually... | Justin Clarke Casey | 1 | -1/+1 |
2009-04-14 | One less vulnerability in the HG: detecting foreign users trying to come in w... | diva | 1 | -1/+13 |
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 3 | -73/+155 |
2009-04-14 | Fix for minor bug introduced yesterday, HG only. Can't lookup the profile whe... | diva | 1 | -1/+1 |
2009-04-14 | Making OGS1UserServices friendly to subclassing. | diva | 1 | -29/+45 |
2009-04-13 | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2 | -75/+98 |
2009-04-08 | * Introduced some experimental code with regards to asset data substitution | lbsa71 | 2 | -0/+11 |
2009-04-05 | Changed the asynchronous call to get inventory in HG, so that it properly rep... | diva | 1 | -19/+49 |
2009-04-05 | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ... | diva | 1 | -0/+11 |
2009-04-05 | * Fixed copyright headers on HyperGrid source files. (Now match the rest of O... | Adam Frisby | 5 | -123/+118 |
2009-04-01 | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2 | -2/+2 |
2009-03-29 | Another bit of refactoring to try to make sense of OpenSim.Framework.Communic... | diva | 2 | -3/+3 |
2009-03-25 | * Appearance patches suite: These patches are applied to allow libomv bots to... | Sean Dague | 1 | -1/+1 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 3 | -0/+55 |
2009-03-22 | Add QueryItem method to secure inventory and HG inventory, change method sig to | Melanie Thielker | 2 | -0/+39 |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 1 | -0/+16 |
2009-03-18 | Adds support for unlink-region command in hypergrid. | diva | 3 | -0/+95 |
2009-03-15 | regionInfo isn't defined here yet, which leads to a NRE. Grid-server | Homer Horwitz | 1 | -1/+1 |
2009-03-12 | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 1 | -1/+4 |
2009-03-10 | * Removed unused and uncommented file | lbsa71 | 1 | -433/+0 |
2009-03-10 | * Refactored out Create() methods to ensure proper transformation between Reg... | lbsa71 | 1 | -13/+11 |