aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ProxyCodec.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of a bunch of old classes, that are likely left over from the ↵Kunnis2009-12-121-68/+0
| | | | | | ROBUST change. Signed-off-by: Melanie <melanie@t-data.com>
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* The region proxy for the load balancer module works again. The incoming ↵Johan Berntsson2008-11-101-6/+0
| | | | proxy messages were not properly decoded.
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-3/+0
| | | | | | * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.*
* * Instead of creating a new IPEndPoint on every udp packet receive, reuse ↵Justin Clarke Casey2008-10-171-2/+2
| | | | | | | | the existing one * This requires copying details into a new endpoint when it needs to be stored in client/circuit code hashes
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+2
| | | | | | | * 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.
* Sorry, thoughtI had added that :/Melanie Thielker2008-08-081-0/+77
Missing file from pervious commit