aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Continued work on the new LLUDP implementation. Appears to be functioning, ↵John Hurliman2009-10-061-206/+0
| | | | | | | | although not everything is reimplemented yet * Replaced logic in ThreadTracker with a call to System.Diagnostics that does the same thing * Added Util.StringToBytes256() and Util.StringToBytes1024() to clamp output at byte[256] and byte[1024], respectively * Fixed formatting for a MySQLAssetData error logging line
* Beginning work on the new LLUDP implementationJohn Hurliman2009-10-051-2/+2
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Formatting cleanup.Jeff Ames2009-10-011-3/+3
|
* Removed IAssetCache.Diva Canto2009-08-101-4/+4
| | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * optimized usings.lbsa712009-02-121-3/+0
|
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-2/+2
| | | | | | | | | | | These changes replace all direct references to the AssetCache with IAssetCache. There is no change to functionality. Everything works as before. This is laying the groundwork for making it possible to register alternative asset caching mechanisms without disrupting other parts of OpenSim or their dependencies upon AssetCache functionality.
* * Separate starting a client thread into a separate Start() method (which ↵Justin Clarke Casey2009-01-121-0/+2
| | | | matches the existing Stop() and Restart() methods)
* * Extend PacketHandlerTest to fire in a packet.Justin Clarke Casey2009-01-121-3/+4
| | | | | | * Can't test result yet since the Client thread handles it with unpredictable timing
* * test: Add assert checking that the circuit which trigger the socket ↵Justin Clarke Casey2008-11-061-1/+2
| | | | exception has been closed
* * minor: eliminate some mono compiler warningsJustin Clarke Casey2008-10-241-2/+2
|
* * Stop passing in unnecessary pameters to CreateNewCircuitJustin Clarke Casey2008-10-241-12/+9
|
* * Stop creating a circuit if the client fails authentication (i.e. the ↵Justin Clarke Casey2008-10-241-21/+51
| | | | | | | | | | region server wasn't told that it was coming) * This moves authentication from the client thread (where failure was difficult to detect) to the particular thread handling that packet * I've kept the authentication outside of the crucial clientCircuits lock (though any delay here is probably swamped by the other delays associated with login) * Also added more to the unit test to ensure this doesn't regress
* * minor: initialize udp server in unit testJustin Clarke Casey2008-10-091-6/+0
|
* * minor: very small doc additionJustin Clarke Casey2008-10-091-1/+1
|
* * Put in some infrastructure to allow tweaking of packet queue throttle ↵Justin Clarke Casey2008-10-031-2/+11
| | | | | | | | values for the total throttle (the one that throttles all packet output) * Not complete yet
* * refactor: rename interface to put standard I prefix in frontJustin Clarke Casey2008-10-011-2/+2
|
* * Fix bug in LLPacketHandler where the tickcount when a packet was ↵Justin Clarke Casey2008-10-011-1/+1
| | | | | | | | approximately sent was not being stored in the ack record * This meant that acks were being sent out every 250ms when the ack timer fired, rather than when they had actually aged past m_ResendTimeout
* * Converted a number of methods within the login processes from private to ↵Adam Frisby2008-09-141-3/+2
| | | | | | | | protected. * Made several methods virtual to allow derivative overrides. * Minor cleanups.
* * minor: Clean up of logging messages to make following the client login ↵Justin Clarke Casey2008-09-071-8/+34
| | | | | | | | process easier * documentation
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-4/+4
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* * eliminated some warnings and added some const and readonlieslbsa712008-07-211-1/+1
| | | | | | | | | * refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
* Formatting cleanup.Jeff Ames2008-05-161-6/+6
|
* fixed the dos line endingsSean Dague2008-05-021-149/+149
|
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby2008-05-021-0/+150
are in.