aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update svn properties. Squash a couple of warnings.Jeff Ames2008-07-221-263/+263
* added support so that the packet tracker can resend packets itself as well as...MW2008-07-211-2/+31
* added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2008-07-212-40/+309
* * eliminated some warnings and added some const and readonlieslbsa712008-07-212-22/+22
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-6/+3
* Patch #9151Melanie Thielker2008-07-181-22/+42
* Patch #9150Melanie Thielker2008-07-141-15/+15
* Patch #9147Melanie Thielker2008-07-141-1/+1
* Mantis#1638. Thank you kindly, Salahzar for a patch that:Charles Krinke2008-07-131-1/+3
* Patch #9145 (Mantis #1723)Melanie Thielker2008-07-121-1/+5
* Patches #9143 and #9144 (Mantis #1723)Melanie Thielker2008-07-121-0/+59
* * Guard against a null point passed to RemoveClientCircuit (odd that this hap...Justin Clarke Casey2008-07-111-4/+15
* Mantis#1005. Thank you kindly, Mircea for a two patches that:Charles Krinke2008-07-111-0/+5
* corrected the params types on IClientAPI.SendParcelMediaCommand. the command ...MW2008-07-091-2/+2
* * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ICli...lbsa712008-07-081-0/+32
* * Changed casing of some archaic methods to conform with code standardslbsa712008-07-081-10/+10
* * Moved script packet handlers from 'unimplemented' to 'Script Packets'lbsa712008-07-081-173/+180
* mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield2008-07-041-11/+11
* * On client login, send only one terrain patch at a time (with pauses) instea...Justin Clarke Casey2008-07-031-9/+25
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-281-1/+28
* * Various documentation to some black magic parts of LLClientView Teravus Ovares2008-06-281-6/+90
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-273-14/+14
* Mantis#1597. Thank you, Melanie for a patch that:Charles Krinke2008-06-261-0/+11
* added the flag param to IClientAPI.SendMapBlockMW2008-06-251-4/+4
* first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM...MW2008-06-251-1/+1
* * Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares2008-06-211-0/+45
* Implemented plugin support for ClientStack, with LindenUDP as the default plu...Johan Berntsson2008-06-205-6/+99
* Mantis#1543. Thank you kindly, Jonc for a patch that:Charles Krinke2008-06-191-0/+13
* * Refactors call to OutPacket out of AssetCache and into LLClientViewTeravus Ovares2008-06-181-0/+76
* * minor: A few miscellaneous doc comments before I break and start on somethi...Justin Clarke Casey2008-06-141-1/+1
* * Enables maptile display in grid mode for simulators that are not on the sam...Teravus Ovares2008-06-141-0/+1
* * Split the World Map code into a module.Teravus Ovares2008-06-121-11/+36
* *Parcel Prim Count Maximums moved to their own functions so modules can overr...mingchen2008-06-111-9/+3
* Update svn properties. Formatting cleanup.Jeff Ames2008-06-101-4/+4
* * This wraps the autopilot request to the client's sit response. An interes...Teravus Ovares2008-06-061-4/+55
* Minor formatting cleanup.Jeff Ames2008-06-061-3/+3
* Mantis#1455. Thank you kindly, Mikem for a patch that addressesCharles Krinke2008-06-051-1/+0
* * minor: Yet another minor logging message tweak following on from the last c...Justin Clarke Casey2008-06-051-1/+1
* * minor: Increase verbosity of "new user request denied" incoming session war...Justin Clarke Casey2008-06-051-1/+4
* * If a client thread crashes, make an attempt to notify the client and clean ...Justin Clarke Casey2008-06-051-4/+58
* * Start writing out assets metadata file for archiverJustin Clarke Casey2008-06-041-1/+1
* change clientCircuits_reverse to a synchronized hash table. ThisSean Dague2008-06-041-35/+45
* * Start recording abnormal client thread terminationsJustin Clarke Casey2008-06-041-0/+4
* * If a ThreadAbortException reaches AuthUser() then let it pass through unmol...Justin Clarke Casey2008-06-041-0/+4
* * minor: Remove my own stupidity in the last doc comment - it wouldn't actual...Justin Clarke Casey2008-06-031-3/+1
* * minor: Change comment on last commit. My English - not so good.Justin Clarke Casey2008-06-031-3/+4
* * Stop the crash to bash of the entire region server when a client thread fai...Justin Clarke Casey2008-06-031-22/+36
* temporarily disable the last bit of code as it prevents startup on Sean Dague2008-06-031-1/+2
* From: Dong Jun Lan <landj@cn.ibm.com>Sean Dague2008-06-031-0/+6
* * This should fix presence issues.Teravus Ovares2008-06-031-0/+2