aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-24* Stop creating a circuit if the client fails authentication (i.e. the region...Justin Clarke Casey1-4/+29
2008-10-24* Change AddClient test such that we now successfully authenticateJustin Clarke Casey1-2/+1
2008-10-23* minor: Remove unused public PacketServer variable.Justin Clarke Casey1-8/+2
2008-10-23* Revert to executing existing setup if an added circuit did not already existJustin Clarke Casey1-3/+3
2008-10-23* Refactor LLUDPServer slightly so that unit tests can pass in data synchrono...Justin Clarke Casey1-32/+49
2008-10-19* minor: remove mono warningsJustin Clarke Casey1-1/+1
2008-10-19* Fixed UDP server (again)Teravus Ovares1-3/+14
2008-10-19* Null check before UseCircuitCode Check or the server crashes on packet loss!Teravus Ovares1-1/+1
2008-10-17* Finally, don't worry about doing containment checks on other dictionaries i...Justin Clarke Casey1-4/+2
2008-10-17* Don't worry about trying to populate the other dictionaries if a client's c...Justin Clarke Casey1-13/+22
2008-10-17* close two potential race conditions where a new asynchronous UDP recieve co...Justin Clarke Casey1-69/+53
2008-10-17* Temporarily resume creation of IPEndPoint on every callJustin Clarke Casey1-5/+7
2008-10-17* Instead of creating a new IPEndPoint on every udp packet receive, reuse the...Justin Clarke Casey1-21/+39
2008-10-17* reverse part of a change that accidentally crept in with the last revisionJustin Clarke Casey1-1/+2
2008-10-17* Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290Justin Clarke Casey1-2/+1
2008-10-16* minor: get rid of pointless ipeSenderJustin Clarke Casey1-6/+3
2008-10-12* Small fix for when PacketPool is disabled to prevent it from crashing immed...Adam Frisby1-1/+1
2008-10-12LLUDP Client ViewAdam Frisby1-0/+1
2008-10-09* minor: get rid of an unecessary casting and logic checkJustin Clarke Casey1-10/+5
2008-10-09* refactor: separate process of extracting packet from received data from act...Justin Clarke Casey1-34/+41
2008-10-03* Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey1-6/+10
2008-10-03* EventQueueGet is now working.Teravus Ovares1-1/+8
2008-10-01* refactor: rename interface to put standard I prefix in frontJustin Clarke Casey1-1/+1
2008-09-14* Minor fixes and cleanups around code being used for Rex Module work.Adam Frisby1-17/+16
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-9/+9
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker1-0/+7
2008-09-07* minor: Clean up of logging messages to make following the client login proc...Justin Clarke Casey1-24/+42
2008-09-07* minor: just minor doc and tidy upJustin Clarke Casey1-3/+23
2008-09-06Mantis #2133Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-2/+2
2008-09-06Rolling back #6139 because there is no consensus on it's application.Melanie Thielker1-27/+1
2008-09-06Mantis #624Melanie Thielker1-1/+27
2008-08-30* Committed patch in mantis 623Justin Clarke Casey1-14/+3
2008-08-18Formatting cleanup.Jeff Ames1-9/+9
2008-08-09* Added a little more log info in LLUDPServerlbsa711-1/+2
2008-08-09* Shielded against various forms of Malformed data crashes - if there is an e...lbsa711-119/+65
2008-08-08Patch #9160Melanie Thielker1-2/+2
2008-08-01* minor: log message twiddlingJustin Clarke Casey1-0/+1
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-2/+2
2008-07-23Guard against wrong packet types being passed into AddNewClient.Melanie Thielker1-0/+2
2008-07-11* Guard against a null point passed to RemoveClientCircuit (odd that this hap...Justin Clarke Casey1-4/+15
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-3/+3
2008-06-20Implemented plugin support for ClientStack, with LindenUDP as the default plu...Johan Berntsson1-0/+5
2008-06-06Minor formatting cleanup.Jeff Ames1-3/+3
2008-06-04change clientCircuits_reverse to a synchronized hash table. ThisSean Dague1-35/+45
2008-06-03temporarily disable the last bit of code as it prevents startup on Sean Dague1-1/+2
2008-06-03From: Dong Jun Lan <landj@cn.ibm.com>Sean Dague1-0/+6
2008-05-26* Extract and boil down necessary texture UUIDs for an archive of the scene p...Justin Clarke Casey1-1/+1
2008-05-16Formatting cleanup.Jeff Ames1-16/+16
2008-05-14Formatting cleanup.Jeff Ames1-1/+1