| Commit message (Expand) | Author | Files | Lines |
2008-06-13 | * If appropriate, start printing out the inner exception from the grid -> reg... | Justin Clarke Casey | 1 | -1/+5 |
2008-05-28 | let Grid Servers specify a connect string in their configuration. | Sean Dague | 1 | -3/+3 |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-05-20 | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 1 | -6/+18 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -32/+32 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-05-13 | * As part of the region registration process, the grid service now requests t... | Justin Clarke Casey | 1 | -6/+52 |
2008-05-12 | * Refactor: Creating grid login exceptions to try and break up a large method. | Justin Clarke Casey | 1 | -71/+109 |
2008-05-12 | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 1 | -1/+1 |
2008-05-12 | * Minor: Change 'delete region' message to region logout message | Justin Clarke Casey | 1 | -1/+2 |
2008-05-12 | * Minor: Commenting out message detailing all individual map information disp... | Justin Clarke Casey | 1 | -2/+1 |
2008-05-12 | * Minor: Initial cleaning up of some of the grid sim login messages | Justin Clarke Casey | 1 | -22/+25 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -94/+91 |
2008-05-01 | * Cleaning code still. | Adam Frisby | 1 | -91/+94 |
2008-05-01 | * Breaking all the code, breaking all the code..! | Adam Frisby | 1 | -10/+3 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -5/+5 |
2008-04-13 | * Fix a bug in the friends module that causes a friend not to appear online w... | Teravus Ovares | 1 | -1/+16 |
2008-04-11 | * Discerned between AddProfile and UpdateProfile in region registration | lbsa71 | 1 | -1/+11 |
2008-04-02 | changing more references to OpenSim.Data | Sean Dague | 1 | -5/+5 |
2008-03-26 | * Increase timeout for initial simulator login from 16 to 30 seconds | Justin Clarke Casey | 1 | -21/+48 |
2008-03-21 | Comment out an unused 'str' and add a WriteLine to use | Charles Krinke | 1 | -1/+1 |
2008-03-18 | Formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -56/+52 |
2008-03-18 | * Added the ability to type the partial name of a region in the start locatio... | Teravus Ovares | 1 | -0/+25 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -30/+27 |
2008-03-12 | * made GridManager class public | lbsa71 | 1 | -1/+1 |
2008-03-12 | * Refactored out creation of LoginResponse | lbsa71 | 1 | -114/+121 |
2008-03-12 | * Extracted RegionProfileData from Request | lbsa71 | 1 | -129/+140 |
2008-03-12 | * minor refactoring | lbsa71 | 1 | -84/+82 |
2008-03-11 | * Applying patch from Mantis #607 - Grid Server crash. Thanks Diva. | Adam Frisby | 1 | -10/+22 |
2008-03-04 | Cleaned up a couple compiler warnings. | Jeff Ames | 1 | -2/+3 |
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin supp... | Johan Berntsson | 1 | -4/+72 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -3/+0 |
2008-02-19 | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 1 | -12/+12 |
2008-02-18 | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 1 | -0/+5 |
2008-02-17 | Thank you very much, Diva for a patch to increase the | Charles Krinke | 1 | -14/+24 |
2008-02-14 | * Took a stab at getting keys to work as intended | lbsa71 | 1 | -2/+2 |
2008-02-14 | * Added more debugging output to GridManager to pin down the key exchange wei... | lbsa71 | 1 | -3/+15 |
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 1 | -14/+14 |
2008-02-13 | * Added some more comprehensive log entries on region login. | lbsa71 | 1 | -5/+23 |
2008-02-13 | * Minor guard for null case. | lbsa71 | 1 | -2/+2 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -29/+30 |
2008-02-02 | Turn on fastMode for map block queries to grid server if and only if grid is ... | Brian McBee | 1 | -0/+1 |
2008-02-02 | Thank you very much daTwitch for your first contribution to the C# simulator. | Charles Krinke | 1 | -0/+13 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -6/+6 |
2008-01-12 | * Made it so that if you don't specify a key, the defaults will not be assumed. | Adam Frisby | 1 | -5/+6 |
2008-01-12 | * In the interests of making life difficult for everyone, the Grid Server now... | Adam Frisby | 1 | -114/+127 |
2008-01-07 | * Adding More to the MessageServer classes. | Teravus Ovares | 1 | -0/+2 |
2008-01-06 | * A few more Message Server comms related updates | Teravus Ovares | 1 | -1/+62 |
2008-01-06 | Added code to gridserver to prevent new region from connecting at X,Y locatio... | Brian McBee | 1 | -112/+128 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -8/+9 |