aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)7-12/+12
2011-01-18minor: remove mono compiler warningsJustin Clark-Casey (justincc)4-11/+11
2011-01-18Reduce amount of debug lopgging put out by some simiangrid connectors. Pleas...Justin Clark-Casey (justincc)4-21/+20
2011-01-17refactor: remove redundant null checksJustin Clark-Casey (justincc)1-30/+15
2011-01-17Fix UnackedBytes client stack statistic as seen in "show queues"Justin Clark-Casey (justincc)2-3/+3
2011-01-17objectId in AvatarAnimation packet should be UUID.Zero for non-overridden ani...dahlia1-2/+0
2011-01-17Revert "DEBUG DEBUG DEBUG"Diva Canto2-5/+1
2011-01-17DEBUG DEBUG DEBUGDiva Canto2-1/+5
2011-01-17Protect World Map module, RequestMapItemsAsync, from badly formed URLs.Diva Canto1-1/+11
2011-01-17Account for some component along the way lower-casing the HTTP header keys. (...Diva Canto2-21/+23
2011-01-17Brute force debug for XFF issueDiva Canto1-0/+7
2011-01-17More debug messages to help track the XFF header problem.Diva Canto2-0/+5
2011-01-14Fix slam bits being lost when editing perms in prim inventoryMelanie1-1/+0
2011-01-13Make FireAndForgetWrapper a singleton classBlueWall1-3/+24
2011-01-12Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie2-1/+6
2011-01-12Fix direct item give permissionsMelanie5-23/+73
2011-01-12Use ToString() rather than a cast (more robust)Melanie1-1/+1
2011-01-12Partial permissions fix for boxed items.Melanie2-0/+17
2011-01-12Fix god mode perms adjustmentMelanie1-0/+2
2011-01-09Improved debug messages to track what is going on with the XFF headerDiva Canto3-5/+11
2011-01-08Added more debug messages under the -verbose option.Diva Canto1-2/+6
2011-01-08Added a -v|verbose option to save iar.Diva Canto2-1/+9
2011-01-08Fixes the issue of hung archives. Problem was with SceneObjectSerializer.Diva Canto2-1/+13
2011-01-08Moved the map tile processing used by the Simian GridMic Bowman2-86/+261
2011-01-07Try to fix a IAR problem reported by nebadon, where save iar seems stuck fore...Diva Canto1-0/+4
2011-01-07Minor additional debug message.Diva Canto1-0/+2
2011-01-07Make HG map search consistent with new syntax for link-region, i.e. http://fo...Diva Canto2-39/+43
2011-01-07A bit more frugal on the caller side of closing agents, now that the receivin...Diva Canto1-16/+20
2011-01-07Spawn a threadlet upon receiving requests to close agents. The operation may ...Diva Canto1-1/+4
2011-01-06Canonicalize URL endings for the UserAgentServiceConnector.Diva Canto1-1/+5
2011-01-06Deal with possibly un-initialized scripts in object transfers. Mantis #5310Diva Canto1-1/+4
2011-01-06Map search: changed the flag sent to the client. It was 2 (???), now it's 0. ...Diva Canto1-3/+3
2011-01-06HG map tile fetch: handle cached images appropriately.Diva Canto2-5/+13
2011-01-06HG bug fix. Must wait for client's UDP contact before getting scene presence.Diva Canto1-4/+11
2011-01-05comment out a couple simian debug messagesMic Bowman2-4/+2
2011-01-05Added more performance checks to the HTTP server. Each requestMic Bowman2-48/+83
2011-01-05Commented a verbose Debug message in LLUDPServer that got uncommented at some...Diva Canto1-1/+1
2011-01-04Make the default for the very verbose XMLRPC groups debug setting false rathe...Justin Clark-Casey (justincc)1-2/+1
2011-01-04Note to self: try to make only 3 things at the same time.Diva Canto1-1/+1
2011-01-04Guard against null Animator.Diva Canto1-1/+2
2011-01-04removed the early return on agentupdates, this was debugging codeMic Bowman1-1/+1
2011-01-03Cleaned up debugging messages in the WebRequest handlersMic Bowman3-13/+16
2011-01-03Add permissions hooks for object transfersMelanie1-4/+57
2011-01-03Allow cross-scope friendships to work, and also allow other cross scope nameMelanie3-3/+3
2011-01-03Fix child agent scopingMelanie1-4/+4
2011-01-03Fix scoping for prim region crossingsMelanie2-2/+2
2011-01-03Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie8-44/+47
2010-12-29Standardize the way WebRequests are made in the SimulationServiceConnector. A...Mic Bowman3-472/+313
2010-12-30Fix up a prior fix (refix the fixed fix :)Melanie1-1/+1
2010-12-30Implement SendPlacesReplyMelanie8-0/+97