aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ClientManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-39/+9
2009-10-27* Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) t...John Hurliman1-1/+4
2009-10-14* Switched to a plain lock for the ClientManager collections and protected th...John Hurliman1-69/+81
2009-10-13* Copied LocklessQueue.cs into OpenSim.Framework and added the .Count propert...John Hurliman1-14/+9
2009-10-13* Consolidated adding / removing ClientManager IClientAPIs to two places in S...John Hurliman1-0/+14
2009-10-13* Fixed a bug where clients were being added to ClientManager twiceJohn Hurliman1-11/+11
2009-10-13* Rewrote ClientManager to remove Lindenisms from OpenSim core, improve perfo...John Hurliman1-26/+144
2009-10-13* Unregister event handlers in LLUDPServer when a client logs out and disconn...John Hurliman1-150/+13
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-2/+0
2008-11-18* Added and removed debug information relating to client connectionsAdam Frisby1-2/+1
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-1/+1
2008-10-30test: Extend malformed packet test to actually check that a valid packet can ...Justin Clarke Casey1-0/+2
2008-10-15* refactor: move viewer effect packet into LLClientViewJustin Clarke Casey1-8/+1
2008-10-15* Create a new ViewerEffectPacket for each viewer rather than reusing the pac...Justin Clarke Casey1-4/+6
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-4/+4
2008-08-08De-coupling the IClientAPI interface and ClientManager class from theMike Mazur1-1/+6
2008-06-27dr scofield's warning safari:Dr Scofield1-1/+1
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-0/+1
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-14* Added 3 warnings in response to the warnings. Adam, read the warnings.Teravus Ovares1-1/+1
2008-05-10* Experiment in Zerocoding.Teravus Ovares1-0/+1
2008-05-08* Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg.Adam Frisby1-2/+1
2008-05-08* Attempted Fix for 1191 - Crash on ViewerEffectHandler. We are missing typed...Adam Frisby1-0/+2
2008-05-08* You can haz more spring cleaning.Adam Frisby1-2/+1
2008-05-07* Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER...Adam Frisby1-4/+15
2008-04-29* Spring cleaning.Adam Frisby1-12/+12
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+5
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-04Cleaned up a couple compiler warnings.Jeff Ames1-1/+0
2008-03-04Fixed a region split synchronization bugJohan Berntsson1-0/+11
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-1/+1
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-18Committing ahzz's patch #619 - Description:Teravus Ovares1-9/+24
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-2/+2
2008-02-08Still chasing logout memory leak. Putting in small changes and temporary lig...Justin Clarke Casey1-0/+3
2008-02-07* This update contains a bucket-full of network optimizations.Teravus Ovares1-0/+1
2008-02-06* Chasing down memory leak where memory used by a client is not returned on c...Justin Clarke Casey1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-7/+4
2008-01-04* possibly the least significant commit so far into 2008lbsa711-1/+1
2008-01-03I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...Johan Berntsson1-1/+2
2007-12-30* This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares1-2/+1
2007-12-28Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson1-13/+13
2007-12-27* Optimized usingslbsa711-10/+11
2007-12-21* Remapped the Connection shutdown path.Teravus Ovares1-1/+1
2007-12-17* Turned all instances of ForEach loops in ClientManager into Local Arrays. Teravus Ovares1-15/+60
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares1-1/+1
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-30* Optimized usingslbsa711-12/+10