aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-14* Read scene_throttle_bps from the config file and use itJohn Hurliman1-1/+3
2009-10-14* Minimized the number of times textures are pulled off the priority queueJohn Hurliman1-1/+11
2009-10-13* Copied LocklessQueue.cs into OpenSim.Framework and added the .Count propert...John Hurliman1-59/+48
2009-10-13* Consolidated adding / removing ClientManager IClientAPIs to two places in S...John Hurliman1-10/+3
2009-10-13* Fixed a bug where clients were being added to ClientManager twiceJohn Hurliman1-5/+4
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman1-79/+84
2009-10-13* Unregister event handlers in LLUDPServer when a client logs out and disconn...John Hurliman1-5/+13
2009-10-13Avoid checking m_clients collection twice when a UseCircuitCode packet is rec...John Hurliman1-27/+29
2009-10-13* Broke the circular reference between LLClientView and LLUDPClient. This sho...John Hurliman1-57/+77
2009-10-13* Eliminated unnecessary parameters from LLUDPServer.SendPacketData()John Hurliman1-5/+8
2009-10-11* Changed logic of enabling LLProxyLoginModule to follow the new style -- tru...Diva Canto1-2/+4
2009-10-09* Changed the "Packet exceeded buffer size" log line to debug and include the...John Hurliman1-1/+1
2009-10-09This is to *try* to avoid the exception we are seeing repeatedly:Diva Canto1-0/+4
2009-10-09Added more debugging output to the "unrecognized source" warningJohn Hurliman1-1/+2
2009-10-09* Added a lock object for the write functions in LLUDPClientCollection (immut...John Hurliman1-10/+10
2009-10-08Simplified LLUDPClientCollection from three collections down to one. This wil...John Hurliman1-30/+16
2009-10-08Fork UDPBase from libOMV into opensimMelanie1-1/+1
2009-10-06Commented noisy debugging about packet splittingJohn Hurliman1-4/+4
2009-10-06* Added missing references to prebuild.xml and commented out the LindenUDP te...John Hurliman1-60/+43
2009-10-06* Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc...John Hurliman1-66/+81
2009-10-06* Continued work on the new LLUDP implementation. Appears to be functioning, ...John Hurliman1-42/+96
2009-10-05Beginning work on the new LLUDP implementationJohn Hurliman1-446/+557
2009-10-01Formatting cleanup.Jeff Ames1-19/+19
2009-08-18Added new OpenSim.ini setting: "client_throttle_max_bps" which overrides user...dahlia1-2/+9
2009-08-10Removed IAssetCache.Diva Canto1-4/+3
2009-06-25adding logging statement for receive buffer sizeDr Scofield1-0/+2
2009-06-25- adds the possibility of setting the socket receive buffer sizeDr Scofield1-35/+51
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-3/+2
2009-04-15Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...Johan Berntsson1-1/+1
2009-04-14* Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares1-0/+1
2009-03-25* Changed a recursive BeginRobustReceive loop to a flat while loop to avoid l...lbsa711-38/+33
2009-03-02Changed IClientNetworkServer.AddScene method from void AddScene(Scene x) to v...MW1-1/+1
2009-02-12* optimized usings.lbsa711-3/+2
2009-02-11Enforce estate bans on Teleports.diva1-3/+3
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-3/+3
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2009-01-21* minor: move connection success log message so that it doesn't get printed a...Justin Clarke Casey1-6/+6
2009-01-14* minor: Change around more debugging messagesJustin Clarke Casey1-2/+2
2009-01-14* Do some log tweaking to better see incoming connection success (and failure)Justin Clarke Casey1-10/+6
2009-01-13* minor: Stop friendship termination crashing the client thread if the friend...Justin Clarke Casey1-2/+1
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-4/+2
2008-12-17* Replace manually zeroing with Array.Clear(). Thanks cmickeybJustin Clarke Casey1-4/+1
2008-11-28* Fixes Location == Location, and Location != LocationTeravus Ovares1-2/+2
2008-11-28* The equals override of 'Location' is not working as expected. This caused ...Teravus Ovares1-1/+7
2008-11-18* Added and removed debug information relating to client connectionsAdam Frisby1-0/+3
2008-11-14* Move test scene construction infrastructure methods to a separate class for...Justin Clarke Casey1-1/+1
2008-11-11If the proxy is on, we need to ignore the extra 6 bytes in the packet.Mike Mazur1-0/+1
2008-11-10The region proxy for the load balancer module works again. The incoming proxy...Johan Berntsson1-10/+20
2008-11-07* Fix half of the issue behind the long standing 'UseCircuitCode' packet spam...Teravus Ovares1-0/+2