| Commit message (Expand) | Author | Age | Files | Lines |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -19/+19 |
* | Added new OpenSim.ini setting: "client_throttle_max_bps" which overrides user... | dahlia | 2009-08-18 | 1 | -2/+9 |
* | Removed IAssetCache. | Diva Canto | 2009-08-10 | 1 | -4/+3 |
* | adding logging statement for receive buffer size | Dr Scofield | 2009-06-25 | 1 | -0/+2 |
* | - adds the possibility of setting the socket receive buffer size | Dr Scofield | 2009-06-25 | 1 | -35/+51 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 1 | -3/+2 |
* | Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a... | Johan Berntsson | 2009-04-15 | 1 | -1/+1 |
* | * Commit a variety of fixes to bugs discovered while trying to fix the NaN si... | Teravus Ovares | 2009-04-14 | 1 | -0/+1 |
* | * Changed a recursive BeginRobustReceive loop to a flat while loop to avoid l... | lbsa71 | 2009-03-25 | 1 | -38/+33 |
* | Changed IClientNetworkServer.AddScene method from void AddScene(Scene x) to v... | MW | 2009-03-02 | 1 | -1/+1 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -3/+2 |
* | Enforce estate bans on Teleports. | diva | 2009-02-11 | 1 | -3/+3 |
* | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-09 | 1 | -3/+3 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -1/+1 |
* | * minor: move connection success log message so that it doesn't get printed a... | Justin Clarke Casey | 2009-01-21 | 1 | -6/+6 |
* | * minor: Change around more debugging messages | Justin Clarke Casey | 2009-01-14 | 1 | -2/+2 |
* | * Do some log tweaking to better see incoming connection success (and failure) | Justin Clarke Casey | 2009-01-14 | 1 | -10/+6 |
* | * minor: Stop friendship termination crashing the client thread if the friend... | Justin Clarke Casey | 2009-01-13 | 1 | -2/+1 |
* | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2009-01-06 | 1 | -4/+2 |
* | * Replace manually zeroing with Array.Clear(). Thanks cmickeyb | Justin Clarke Casey | 2008-12-17 | 1 | -4/+1 |
* | * Fixes Location == Location, and Location != Location | Teravus Ovares | 2008-11-28 | 1 | -2/+2 |
* | * The equals override of 'Location' is not working as expected. This caused ... | Teravus Ovares | 2008-11-28 | 1 | -1/+7 |
* | * Added and removed debug information relating to client connections | Adam Frisby | 2008-11-18 | 1 | -0/+3 |
* | * Move test scene construction infrastructure methods to a separate class for... | Justin Clarke Casey | 2008-11-14 | 1 | -1/+1 |
* | If the proxy is on, we need to ignore the extra 6 bytes in the packet. | Mike Mazur | 2008-11-11 | 1 | -0/+1 |
* | The region proxy for the load balancer module works again. The incoming proxy... | Johan Berntsson | 2008-11-10 | 1 | -10/+20 |
* | * Fix half of the issue behind the long standing 'UseCircuitCode' packet spam... | Teravus Ovares | 2008-11-07 | 1 | -0/+2 |
* | * refactor: Split BeginRecieve() into BeginReceive() and BeginRobustReceive() | Justin Clarke Casey | 2008-11-06 | 1 | -10/+18 |
* | * Stop passing along epSender explicitly where we are really using the consta... | Justin Clarke Casey | 2008-11-06 | 1 | -5/+5 |
* | * Test to ensure that the udp server stays active after receiving a SocketExc... | Justin Clarke Casey | 2008-11-06 | 1 | -2/+3 |
* | * Properly use the default value if the LindenUDP.ClientStack section exists ... | Justin Clarke Casey | 2008-11-05 | 1 | -3/+3 |
* | * Set default client throttle multiplier to 2 (old value was effectively 8). ... | Justin Clarke Casey | 2008-11-05 | 1 | -1/+1 |
* | * Expose a client_throttle_multiplier setting in OpenSim.ini. This multiplie... | Justin Clarke Casey | 2008-11-03 | 1 | -1/+1 |
* | * Pull client throttle multipler setting out of config source. Not an adjust... | Justin Clarke Casey | 2008-11-03 | 1 | -1/+10 |
* | * minor: don't need to null check config source in clientstack settings since... | Justin Clarke Casey | 2008-11-03 | 1 | -1/+0 |
* | * Use nini to pass config information to the client stack, rather than the Cl... | Justin Clarke Casey | 2008-11-03 | 1 | -4/+9 |
* | * Fix http://opensimulator.org/mantis/view.php?id=2517 | Justin Clarke Casey | 2008-11-01 | 1 | -2/+3 |
* | * In the client stack, if the BeginReceive() throws an exception then do prin... | Justin Clarke Casey | 2008-10-31 | 1 | -54/+49 |
* | * Stop creating a circuit if the client fails authentication (i.e. the region... | Justin Clarke Casey | 2008-10-24 | 1 | -4/+29 |
* | * Change AddClient test such that we now successfully authenticate | Justin Clarke Casey | 2008-10-24 | 1 | -2/+1 |
* | * minor: Remove unused public PacketServer variable. | Justin Clarke Casey | 2008-10-23 | 1 | -8/+2 |
* | * Revert to executing existing setup if an added circuit did not already exist | Justin Clarke Casey | 2008-10-23 | 1 | -3/+3 |
* | * Refactor LLUDPServer slightly so that unit tests can pass in data synchrono... | Justin Clarke Casey | 2008-10-23 | 1 | -32/+49 |
* | * minor: remove mono warnings | Justin Clarke Casey | 2008-10-19 | 1 | -1/+1 |
* | * Fixed UDP server (again) | Teravus Ovares | 2008-10-19 | 1 | -3/+14 |
* | * Null check before UseCircuitCode Check or the server crashes on packet loss! | Teravus Ovares | 2008-10-19 | 1 | -1/+1 |
* | * Finally, don't worry about doing containment checks on other dictionaries i... | Justin Clarke Casey | 2008-10-17 | 1 | -4/+2 |
* | * Don't worry about trying to populate the other dictionaries if a client's c... | Justin Clarke Casey | 2008-10-17 | 1 | -13/+22 |
* | * close two potential race conditions where a new asynchronous UDP recieve co... | Justin Clarke Casey | 2008-10-17 | 1 | -69/+53 |