aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-11-161-2/+3
|\
| * provide avatar name in log if an exception ends up at the top of an async pac...Justin Clark-Casey (justincc)2010-11-121-2/+3
* | Fix merge artefactsMelanie2010-11-051-4/+4
* | Revert "Fix for hanging on "Connecting to region".. caused by packets being p...Melanie2010-11-051-37/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-021-6/+16
|\ \ | |/
| * Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie2010-10-301-0/+1
| * READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-301-6/+15
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-291-4/+4
|\ \ | |/
| * Merge branch 'dev-appearance'Melanie2010-10-291-4/+4
| |\
| | * Major refactoring of appearance handling.Master ScienceSim2010-10-201-4/+4
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-211-1/+1
|\ \ \ | |/ /
| * | Deleted a verbose and unneeded log message.Diva Canto2010-10-211-1/+1
| |/
* | Make SendKillObject send multiple localIDs in one packet. This avoids theMelanie2010-10-081-15/+26
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-0/+4
|\ \ | |/
| * Send kill packets for avatars, tooMelanie2010-09-171-0/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-1/+6
|\ \ | |/
| * Send KillPackets on the Task queue rather than the State queueJustin Clark-Casey (justincc)2010-09-171-1/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-161-49/+49
|\ \ | |/
| * extend m_entityUpdates.SyncRoot lock in LLClientView.ProcessEntityUpdates() t...Justin Clark-Casey (justincc)2010-09-151-49/+49
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-141-2/+4
|\ \ | |/
| * Improve generic message exception logging. Quieten down complaints about unh...Justin Clark-Casey (justincc)2010-09-131-2/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-130/+127
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-09-121-132/+129
| * Prevent child agents from being blacklisted in the kill record.Melanie2010-09-111-3/+6
| * Rolling back the recent libomv update but keeping the ExpiringCache cleanups ...John Hurliman2010-09-071-3/+3
| * * Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman2010-09-071-3/+3
| * Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-1/+5
* | Prevent child agents from being blacklisted in the kill record.Melanie2010-09-111-3/+6
* | Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-1/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-031-18/+41
|\ \ | |/
| * Show when appearance is sent to an avatar to help track down failureMelanie Thielker2010-09-021-0/+1
| * reinsert functionality to debug log more levels of incoming and outgoing clie...Justin Clark-Casey (justincc)2010-08-311-9/+43
* | Show when appearance is sent to an avatar to help track down failureMelanie Thielker2010-09-021-0/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-65/+80
|\ \ | |/
| * Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-301-62/+70
| * Replace hardcoded 0 with KickFlags provided by the client.Justin Clark-Casey (justincc)2010-08-281-1/+1
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-08-261-1/+19
| |\
| | * Reinstate kill record check that prevents an entity update being sent to a cl...Justin Clark-Casey (justincc)2010-08-261-1/+19
| * | Send a null result search packet when no results are passsed inMelanie2010-08-261-1/+4
| |/
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-241-2/+2
|\ \ | |/
| * Plumb the region type through to the ProductName field in estate messagesMelanie2010-08-241-2/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-231-2/+0
|\ \ | |/
| * Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-231-2/+0
| * Don't allow oversized search reply packetsMelanie Thielker2010-08-211-17/+42
* | Don't allow oversized search reply packetsMelanie Thielker2010-08-211-17/+42
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-181-8/+18
|\ \ | |/
| * * Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() t...John Hurliman2010-08-171-1/+1
| * Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto2010-08-161-4/+15
| * minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-3/+2
* | Change chat packets to bypass the throttles. This should alleviate chat lagMelanie Thielker2010-08-111-1/+1