aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ClientInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-10/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-3/+13
2011-04-28One less [Serializable] -- ClientInfo.Diva Canto1-1/+0
2011-04-28Eliminated sAgentCircuitData, a data structure that has been obsolete for ↵Diva Canto1-1/+1
quite some time.
2009-02-25A few updates necessary for load balancer.Mike Mazur1-1/+10
- handle GetUser request for nonexistent user gracefully - include throttle levels in ClientInfo - code to save/restore throttles in client stack - only update/send updates to active clients - make animation classes serializable
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-0/+27
2008-07-11Update svn properties.Jeff Ames1-21/+21
2008-07-08* Split out various classes from IClientAPI into their own files, in ↵lbsa711-0/+22
accordance with code standards