aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* LLUDP Client ViewAdam Frisby2008-10-121-0/+1
* * minor: get rid of an unecessary casting and logic checkJustin Clarke Casey2008-10-091-10/+5
* * refactor: separate process of extracting packet from received data from act...Justin Clarke Casey2008-10-091-34/+41
* * Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey2008-10-031-6/+10
* * EventQueueGet is now working.Teravus Ovares2008-10-031-1/+8
* * refactor: rename interface to put standard I prefix in frontJustin Clarke Casey2008-10-011-1/+1
* * Minor fixes and cleanups around code being used for Rex Module work.Adam Frisby2008-09-141-17/+16
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-9/+9
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-081-0/+7
* * minor: Clean up of logging messages to make following the client login proc...Justin Clarke Casey2008-09-071-24/+42
* * minor: just minor doc and tidy upJustin Clarke Casey2008-09-071-3/+23
* Mantis #2133Melanie Thielker2008-09-061-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
* Rolling back #6139 because there is no consensus on it's application.Melanie Thielker2008-09-061-27/+1
* Mantis #624Melanie Thielker2008-09-061-1/+27
* * Committed patch in mantis 623Justin Clarke Casey2008-08-301-14/+3
* Formatting cleanup.Jeff Ames2008-08-181-9/+9
* * Added a little more log info in LLUDPServerlbsa712008-08-091-1/+2
* * Shielded against various forms of Malformed data crashes - if there is an e...lbsa712008-08-091-119/+65
* Patch #9160Melanie Thielker2008-08-081-2/+2
* * minor: log message twiddlingJustin Clarke Casey2008-08-011-0/+1
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-2/+2
* Guard against wrong packet types being passed into AddNewClient.Melanie Thielker2008-07-231-0/+2
* * Guard against a null point passed to RemoveClientCircuit (odd that this hap...Justin Clarke Casey2008-07-111-4/+15
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-3/+3