| Commit message (Expand) | Author | Age | Files | Lines |
* | Add System.Xml reference to the console project | Melanie | 2009-08-17 | 1 | -1/+1 |
* | Formatting cleanup. Fix some compiler warnings. | Jeff Ames | 2009-08-13 | 1 | -3/+0 |
* | Et voila! - Old inventory code removed. | Diva Canto | 2009-08-10 | 4 | -1353/+0 |
* | First pass at cleaning up old OGS1 and Local Inventory: removed everything-in... | Diva Canto | 2009-08-10 | 4 | -72/+1 |
* | Removed IAssetCache. | Diva Canto | 2009-08-10 | 2 | -2/+1 |
* | * minor format changes and message additions | Justin Clarke Casey | 2009-07-10 | 1 | -3/+3 |
* | * minor: standardize some logging messages | Justin Clarke Casey | 2009-07-10 | 1 | -2/+1 |
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 8 | -41/+24 |
* | Factoring out "land_data" / RequestLandData that was hanging off of IGridServ... | diva | 2009-06-14 | 1 | -1/+3 |
* | Small bug fix in HG. | diva | 2009-06-10 | 1 | -1/+2 |
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -0/+7 |
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 3 | -3/+3 |
* | * Allow for lowercase searching in standalone mode, when case sensitive | Arthur Valadares | 2009-06-01 | 1 | -1/+15 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 19 | -19/+19 |
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 1 | -27/+27 |
* | Commented a log message related to users not found, because it floods the log... | diva | 2009-05-26 | 1 | -4/+4 |
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 2 | -4/+4 |
* | Fixes map image on link-region (HG). | diva | 2009-05-24 | 1 | -1/+4 |
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... | Adam Frisby | 2009-05-23 | 3 | -7/+7 |
* | * NetworkUtil now handles an error case in a way which is easier to debug. | Adam Frisby | 2009-05-23 | 1 | -1/+0 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 1 | -29/+35 |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 1 | -1/+1 |
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 1 | -1/+0 |
* | Added a bool variable to OGS1GridServices to be able to turn off the use of t... | MW | 2009-05-14 | 1 | -9/+16 |
* | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2009-05-12 | 3 | -2/+4 |
* | * If an item creator id contains an iar loaded name, create a temporary profi... | Justin Clarke Casey | 2009-05-05 | 2 | -5/+36 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 11 | -6/+11 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3573 | Justin Clarke Casey | 2009-05-04 | 1 | -0/+10 |
* | Change of word in log message. | diva | 2009-05-02 | 1 | -1/+1 |
* | Another attempt at mantis #3527. | diva | 2009-04-27 | 1 | -1/+11 |
* | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 2009-04-23 | 1 | -0/+5 |
* | * Add user data plugin to store temporary profiles (which are distinct from c... | Justin Clarke Casey | 2009-04-23 | 4 | -9/+9 |
* | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 2009-04-22 | 1 | -13/+8 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 2009-04-22 | 5 | -32/+48 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ... | Justin Clarke Casey | 2009-04-22 | 1 | -4/+4 |
* | * Fix windows build from last commit | Justin Clarke Casey | 2009-04-22 | 1 | -0/+1 |
* | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 2009-04-22 | 6 | -774/+798 |
* | Thank you dslake for diagnosing and fixing a race condition in OGS1SecureInve... | diva | 2009-04-18 | 2 | -132/+146 |
* | Bug fix for standalone HG login. VerifySession should be local for local users. | diva | 2009-04-18 | 2 | -1/+11 |
* | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2009-04-17 | 2 | -3/+3 |
* | * Some more work on refactoring configs; | lbsa71 | 2009-04-17 | 2 | -3/+3 |
* | * minor: Eliminate redundant argument in PreloadUserCache | Justin Clarke Casey | 2009-04-16 | 1 | -1/+1 |
* | minor: Remove some mono compiler warnings. Uncomment code when it's actually... | Justin Clarke Casey | 2009-04-15 | 1 | -1/+1 |
* | One less vulnerability in the HG: detecting foreign users trying to come in w... | diva | 2009-04-14 | 1 | -1/+13 |
* | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 2009-04-14 | 3 | -73/+155 |
* | Fix for minor bug introduced yesterday, HG only. Can't lookup the profile whe... | diva | 2009-04-14 | 1 | -1/+1 |
* | Making OGS1UserServices friendly to subclassing. | diva | 2009-04-14 | 1 | -29/+45 |
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 2 | -75/+98 |
* | * Introduced some experimental code with regards to asset data substitution | lbsa71 | 2009-04-08 | 2 | -0/+11 |
* | Changed the asynchronous call to get inventory in HG, so that it properly rep... | diva | 2009-04-05 | 1 | -19/+49 |