aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-3/+2
* Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson2009-04-151-1/+1
* * Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares2009-04-141-0/+1
* * Changed a recursive BeginRobustReceive loop to a flat while loop to avoid l...lbsa712009-03-251-38/+33
* Changed IClientNetworkServer.AddScene method from void AddScene(Scene x) to v...MW2009-03-021-1/+1
* * optimized usings.lbsa712009-02-121-3/+2
* Enforce estate bans on Teleports.diva2009-02-111-3/+3
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-3/+3
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-1/+1
* * minor: move connection success log message so that it doesn't get printed a...Justin Clarke Casey2009-01-211-6/+6
* * minor: Change around more debugging messagesJustin Clarke Casey2009-01-141-2/+2
* * Do some log tweaking to better see incoming connection success (and failure)Justin Clarke Casey2009-01-141-10/+6
* * minor: Stop friendship termination crashing the client thread if the friend...Justin Clarke Casey2009-01-131-2/+1
* * prune and regrade log messages relating to client login and logoutJustin Clarke Casey2009-01-061-4/+2
* * Replace manually zeroing with Array.Clear(). Thanks cmickeybJustin Clarke Casey2008-12-171-4/+1
* * Fixes Location == Location, and Location != LocationTeravus Ovares2008-11-281-2/+2
* * The equals override of 'Location' is not working as expected. This caused ...Teravus Ovares2008-11-281-1/+7
* * Added and removed debug information relating to client connectionsAdam Frisby2008-11-181-0/+3
* * Move test scene construction infrastructure methods to a separate class for...Justin Clarke Casey2008-11-141-1/+1
* If the proxy is on, we need to ignore the extra 6 bytes in the packet.Mike Mazur2008-11-111-0/+1
* The region proxy for the load balancer module works again. The incoming proxy...Johan Berntsson2008-11-101-10/+20
* * Fix half of the issue behind the long standing 'UseCircuitCode' packet spam...Teravus Ovares2008-11-071-0/+2
* * refactor: Split BeginRecieve() into BeginReceive() and BeginRobustReceive()Justin Clarke Casey2008-11-061-10/+18
* * Stop passing along epSender explicitly where we are really using the consta...Justin Clarke Casey2008-11-061-5/+5
* * Test to ensure that the udp server stays active after receiving a SocketExc...Justin Clarke Casey2008-11-061-2/+3
* * Properly use the default value if the LindenUDP.ClientStack section exists ...Justin Clarke Casey2008-11-051-3/+3
* * Set default client throttle multiplier to 2 (old value was effectively 8). ...Justin Clarke Casey2008-11-051-1/+1
* * Expose a client_throttle_multiplier setting in OpenSim.ini. This multiplie...Justin Clarke Casey2008-11-031-1/+1
* * Pull client throttle multipler setting out of config source. Not an adjust...Justin Clarke Casey2008-11-031-1/+10
* * minor: don't need to null check config source in clientstack settings since...Justin Clarke Casey2008-11-031-1/+0
* * Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey2008-11-031-4/+9
* * Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey2008-11-011-2/+3
* * In the client stack, if the BeginReceive() throws an exception then do prin...Justin Clarke Casey2008-10-311-54/+49
* * Stop creating a circuit if the client fails authentication (i.e. the region...Justin Clarke Casey2008-10-241-4/+29
* * Change AddClient test such that we now successfully authenticateJustin Clarke Casey2008-10-241-2/+1
* * minor: Remove unused public PacketServer variable.Justin Clarke Casey2008-10-231-8/+2
* * Revert to executing existing setup if an added circuit did not already existJustin Clarke Casey2008-10-231-3/+3
* * Refactor LLUDPServer slightly so that unit tests can pass in data synchrono...Justin Clarke Casey2008-10-231-32/+49
* * minor: remove mono warningsJustin Clarke Casey2008-10-191-1/+1
* * Fixed UDP server (again)Teravus Ovares2008-10-191-3/+14
* * Null check before UseCircuitCode Check or the server crashes on packet loss!Teravus Ovares2008-10-191-1/+1
* * Finally, don't worry about doing containment checks on other dictionaries i...Justin Clarke Casey2008-10-171-4/+2
* * Don't worry about trying to populate the other dictionaries if a client's c...Justin Clarke Casey2008-10-171-13/+22
* * close two potential race conditions where a new asynchronous UDP recieve co...Justin Clarke Casey2008-10-171-69/+53
* * Temporarily resume creation of IPEndPoint on every callJustin Clarke Casey2008-10-171-5/+7
* * Instead of creating a new IPEndPoint on every udp packet receive, reuse the...Justin Clarke Casey2008-10-171-21/+39
* * reverse part of a change that accidentally crept in with the last revisionJustin Clarke Casey2008-10-171-1/+2
* * Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290Justin Clarke Casey2008-10-171-2/+1
* * minor: get rid of pointless ipeSenderJustin Clarke Casey2008-10-161-6/+3
* * Small fix for when PacketPool is disabled to prevent it from crashing immed...Adam Frisby2008-10-121-1/+1