| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 2008-02-18 | 1 | -0/+5 |
* | Thank you very much, Diva for a patch to increase the | Charles Krinke | 2008-02-17 | 1 | -14/+24 |
* | * 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 | 2 | -45/+44 |
* | * Rebase all current servers on common abstract BaseOpenSimServer class | Justin Clarke Casey | 2008-02-04 | 1 | -19/+15 |
* | 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 | 3 | -11/+11 |
* | * 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 | 2 | -1/+67 |
* | 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 | 3 | -11/+12 |
* | 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 | 3 | -5/+5 |
* | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 2007-12-06 | 1 | -1/+1 |
* | * Fixed a whole bunch of console messages. | Adam Frisby | 2007-12-04 | 2 | -12/+12 |
* | 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 | 3 | -159/+183 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 2 | -4/+4 |
* | apply http://bug.opensecondlife.org/view.php?id=512 from chillken | Sean Dague | 2007-10-25 | 1 | -1/+1 |
* | 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 |
* | Can now set the http ports that grid server and user server use. | MW | 2007-09-14 | 1 | -1/+1 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 3 | -3/+3 |
* | 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 |
* | Changes to prepare for future possible configuration of separate logdir, conf... | Brian McBee | 2007-08-03 | 1 | -2/+8 |
* | * Reduced a significant number of compiler warnings (back down to 9 for all p... | Adam Frisby | 2007-07-24 | 1 | -1/+0 |
* | Re-added the ability to set the database provider (dll) in the config file fo... | MW | 2007-07-21 | 1 | -1/+1 |
* | * Assortment of Console changes - console messages are now grouped into modul... | Adam Frisby | 2007-07-20 | 1 | -12/+12 |
* | *Moved XmlConfiguration to its own project | mingchen | 2007-07-19 | 1 | -2/+2 |
* | * Removed yet more compiler warnings | Adam Frisby | 2007-07-19 | 1 | -1/+0 |
* | * 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 | 2 | -38/+6 |
* | * 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 | 3 | -1026/+1026 |
* | * Excelsior! | Adam Frisby | 2007-07-14 | 1 | -0/+6 |