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