| Commit message (Expand) | Author | Age | Files | Lines |
* | * Took a stab at getting keys to work as intended | lbsa71 | 2008-02-14 | 1 | -2/+2 |
* | * Added more debugging output to GridManager to pin down the key exchange wei... | lbsa71 | 2008-02-14 | 1 | -3/+15 |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 1 | -14/+14 |
* | * Added some more comprehensive log entries on region login. | lbsa71 | 2008-02-13 | 1 | -5/+23 |
* | * Minor guard for null case. | lbsa71 | 2008-02-13 | 1 | -2/+2 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -29/+30 |
* | Turn on fastMode for map block queries to grid server if and only if grid is ... | Brian McBee | 2008-02-02 | 1 | -0/+1 |
* | Thank you very much daTwitch for your first contribution to the C# simulator. | Charles Krinke | 2008-02-02 | 1 | -0/+13 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -6/+6 |
* | * Made it so that if you don't specify a key, the defaults will not be assumed. | Adam Frisby | 2008-01-12 | 1 | -5/+6 |
* | * In the interests of making life difficult for everyone, the Grid Server now... | Adam Frisby | 2008-01-12 | 1 | -114/+127 |
* | * Adding More to the MessageServer classes. | Teravus Ovares | 2008-01-07 | 1 | -0/+2 |
* | * A few more Message Server comms related updates | Teravus Ovares | 2008-01-06 | 1 | -1/+62 |
* | Added code to gridserver to prevent new region from connecting at X,Y locatio... | Brian McBee | 2008-01-06 | 1 | -112/+128 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -8/+9 |
* | Clean up the region initialization GridServer messages a bit. | Charles Krinke | 2007-12-23 | 1 | -6/+8 |
* | Simplify GridServer mainmap log messages. | Charles Krinke | 2007-12-23 | 1 | -5/+6 |
* | * Added a configuration parameter on the Grid Server to disallow forceful ban... | Teravus Ovares | 2007-12-20 | 1 | -0/+2 |
* | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W... | Jeff Ames | 2007-12-20 | 1 | -6/+6 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 1 | -1/+1 |
* | * Fixed a whole bunch of console messages. | Adam Frisby | 2007-12-04 | 1 | -9/+9 |
* | Fixed an event in the events chain in inter-region communications. | Teravus Ovares | 2007-11-27 | 1 | -0/+3 |
* | Additional debugging output to see for what coordinates is the worldmap | Dalien Talbot | 2007-11-18 | 1 | -1/+2 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -124/+150 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 1 | -2/+2 |
* | Possible fix for: Remoting exceptions with adjacent non-running sims. | Tleiades Hax | 2007-10-18 | 1 | -0/+1 |
* | Renamed SimProfileData to RegionProfileData | Tleiades Hax | 2007-10-17 | 1 | -20/+20 |
* | * the worlds most insignificant commit | lbsa71 | 2007-09-24 | 1 | -3/+1 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
* | Added a Debug method to the Console/log class that has the Conditional attrib... | MW | 2007-08-31 | 1 | -2/+2 |
* | Grid/GridServer/GridManager.cs | Brian McBee | 2007-08-08 | 1 | -9/+16 |
* | * Assortment of Console changes - console messages are now grouped into modul... | Adam Frisby | 2007-07-20 | 1 | -12/+12 |
* | * Removing more compiler warnings. | Adam Frisby | 2007-07-19 | 1 | -4/+4 |
* | *New Configuration System, much easier and less buggy compared to the origina... | mingchen | 2007-07-18 | 1 | -0/+2 |
* | * Applying babblefrog's DNS patches from issue #188 | Adam Frisby | 2007-07-17 | 1 | -4/+5 |
* | changed to native line ending encoding | Sean Dague | 2007-07-16 | 1 | -710/+710 |
* | * Excelsior! | Adam Frisby | 2007-07-14 | 1 | -0/+6 |
* | * OGS project is now back down to zero warnings. | Adam Frisby | 2007-07-13 | 1 | -0/+1 |
* | preliminary inter region communications (between regions in different instanc... | MW | 2007-07-10 | 1 | -1/+5 |
* | Gird mode in sugilite should now work in so far as you should be able to logi... | MW | 2007-07-10 | 1 | -4/+12 |
* | * Fixed reservation handling for existing region authkey situations. Reservat... | Adam Frisby | 2007-07-08 | 1 | -7/+1 |
* | *Fixed several bugs that crashed the viewer and opensim server when logging i... | mingchen | 2007-07-06 | 1 | -2/+2 |
* | *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData) | mingchen | 2007-07-05 | 1 | -0/+35 |
* | Grid Servers: | Adam Frisby | 2007-07-04 | 1 | -7/+9 |
* | *Fixed storage issue as noted in last commit of the OGS1 GridServer | mingchen | 2007-07-03 | 1 | -3/+4 |
* | *Removed GridInfo class as it has been previously replaced with the much bett... | mingchen | 2007-07-03 | 1 | -4/+17 |
* | *Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate XmlRpcSimu... | mingchen | 2007-07-03 | 1 | -65/+112 |
* | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 2007-07-03 | 1 | -21/+20 |
* | *OGS1 Key2Name/Name2Key works | mingchen | 2007-07-02 | 1 | -0/+1 |
* | Fixed SimpleApp - aka thankgoditssundaycommit | lbsa71 | 2007-07-01 | 1 | -4/+4 |