| Commit message (Expand) | Author | Age | Files | Lines |
* | GridManager.GetRegions() now returns a List, not a Dictionary. Also removed s... | Mike Mazur | 2008-10-29 | 1 | -40/+35 |
* | * Apply a modified version of the part of http://opensimulator.org/mantis/vie... | Justin Clarke Casey | 2008-10-13 | 1 | -0/+23 |
* | Add the missing bits for the new region-search: | Homer Horwitz | 2008-10-03 | 1 | -0/+70 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2295 | Justin Clarke Casey | 2008-09-29 | 1 | -1/+1 |
* | Mantis#2289. Thank you kindly, SMeans for a patch that: | Charles Krinke | 2008-09-28 | 1 | -1/+0 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 1 | -1/+1 |
* | Mantis #2124 | Melanie Thielker | 2008-09-14 | 1 | -12/+12 |
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 1 | -1/+1 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -23/+23 |
* | Mantis#2036. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-23 | 1 | -3/+15 |
* | Mantis#2036. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-23 | 1 | -4/+10 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -6/+6 |
* | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 2008-07-31 | 1 | -5/+2 |
* | * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki. | Adam Frisby | 2008-07-30 | 1 | -3/+3 |
* | Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users. | Mike Mazur | 2008-07-23 | 1 | -13/+2 |
* | Thanks, sempuki, for a patch that moves control of Mono.Addins from source at... | Mike Mazur | 2008-07-23 | 1 | -6/+6 |
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ... | Mike Mazur | 2008-07-18 | 1 | -61/+59 |
* | * If appropriate, start printing out the inner exception from the grid -> reg... | Justin Clarke Casey | 2008-06-13 | 1 | -1/+5 |
* | let Grid Servers specify a connect string in their configuration. | Sean Dague | 2008-05-28 | 1 | -3/+3 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 1 | -4/+4 |
* | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 2008-05-20 | 1 | -6/+18 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -32/+32 |
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -2/+2 |
* | * As part of the region registration process, the grid service now requests t... | Justin Clarke Casey | 2008-05-13 | 1 | -6/+52 |
* | * Refactor: Creating grid login exceptions to try and break up a large method. | Justin Clarke Casey | 2008-05-12 | 1 | -71/+109 |
* | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 2008-05-12 | 1 | -1/+1 |
* | * Minor: Change 'delete region' message to region logout message | Justin Clarke Casey | 2008-05-12 | 1 | -1/+2 |
* | * Minor: Commenting out message detailing all individual map information disp... | Justin Clarke Casey | 2008-05-12 | 1 | -2/+1 |
* | * Minor: Initial cleaning up of some of the grid sim login messages | Justin Clarke Casey | 2008-05-12 | 1 | -22/+25 |
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -94/+91 |
* | * Cleaning code still. | Adam Frisby | 2008-05-01 | 1 | -91/+94 |
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 1 | -10/+3 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -5/+5 |
* | * Fix a bug in the friends module that causes a friend not to appear online w... | Teravus Ovares | 2008-04-13 | 1 | -1/+16 |
* | * Discerned between AddProfile and UpdateProfile in region registration | lbsa71 | 2008-04-11 | 1 | -1/+11 |
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 1 | -5/+5 |
* | * Increase timeout for initial simulator login from 16 to 30 seconds | Justin Clarke Casey | 2008-03-26 | 1 | -21/+48 |
* | Comment out an unused 'str' and add a WriteLine to use | Charles Krinke | 2008-03-21 | 1 | -1/+1 |
* | Formatting cleanup. Minor refactoring. | Jeff Ames | 2008-03-18 | 1 | -56/+52 |
* | * Added the ability to type the partial name of a region in the start locatio... | Teravus Ovares | 2008-03-18 | 1 | -0/+25 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -30/+27 |
* | * made GridManager class public | lbsa71 | 2008-03-12 | 1 | -1/+1 |
* | * Refactored out creation of LoginResponse | lbsa71 | 2008-03-12 | 1 | -114/+121 |
* | * Extracted RegionProfileData from Request | lbsa71 | 2008-03-12 | 1 | -129/+140 |
* | * minor refactoring | lbsa71 | 2008-03-12 | 1 | -84/+82 |
* | * Applying patch from Mantis #607 - Grid Server crash. Thanks Diva. | Adam Frisby | 2008-03-11 | 1 | -10/+22 |
* | Cleaned up a couple compiler warnings. | Jeff Ames | 2008-03-04 | 1 | -2/+3 |
* | Merged 3Di code that provides scene and avatar serialization, and plugin supp... | Johan Berntsson | 2008-03-04 | 1 | -4/+72 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -3/+0 |
* | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 2008-02-19 | 1 | -12/+12 |