aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLUtil.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Continued work on the new LLUDP implementation. Appears to be functioning, ↵John Hurliman2009-10-061-56/+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-0/+5
|
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * optimized usings.lbsa712009-02-121-1/+0
|
* * Truncate outgoing media and music urls to 254 characters.Justin Clarke Casey2008-10-151-0/+52
* Hopefully this will resolve http://opensimulator.org/mantis/view.php?id=2383