aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)7-12/+12
Didn't touch the appearance related stuff.
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. ↵Justin Clark-Casey (justincc)4-21/+20
Please re-enable if needed.
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
Bytes were being wrongly added again on a resend
2011-01-17objectId in AvatarAnimation packet should be UUID.Zero for non-overridden ↵dahlia1-2/+0
animations
2011-01-17Revert "DEBUG DEBUG DEBUG"Diva Canto2-5/+1
This reverts commit 59c2cd04ba056b85eb4873e472b95826a1cc13b5.
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
(XFF header issue)
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
Made FireAndForgetWrapper a singleton class to allow us to drop dependancy on the BclExtras35 library. BclExtras is broken in Mono 2.8.2 and we used the library in only one function.
2011-01-12Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie2-1/+6
the viewer too much.
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
Also fixes a buglet in scene load xml command, where it was given the wrong argument index for filename.
2011-01-08Moved the map tile processing used by the Simian GridMic Bowman2-86/+261
Frontend into a separate region module. Configuration settings added to the defaults ini file. Others may find this useful for pushing map tiles to a separate server.
2011-01-07Try to fix a IAR problem reported by nebadon, where save iar seems stuck ↵Diva Canto1-0/+4
forever.
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. ↵Diva Canto2-39/+43
http://foo.org. Old syntax (foo.org) is still supported, but has surprising results when ppl search again, because internally the HG link names start with http.
2011-01-07A bit more frugal on the caller side of closing agents, now that the ↵Diva Canto1-16/+20
receiving end is async. No need for so much concurrency.
2011-01-07Spawn a threadlet upon receiving requests to close agents. The operation may ↵Diva Canto1-1/+4
take too long, and we don't need to keep the caller waiting.
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
This makes HG map tiles work on map search -- a longstanding annoyance. My map search tests were all ok, but since I don't understand these flag values, this may break something related to map search.
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
coming through the WebUtil fns has a request id in the header that can match the request to the actual work done by the service
2011-01-05Commented a verbose Debug message in LLUDPServer that got uncommented at ↵Diva Canto1-1/+1
some point.
2011-01-04Make the default for the very verbose XMLRPC groups debug setting false ↵Justin Clark-Casey (justincc)1-2/+1
rather than true!
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
resolution
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
properly
2010-12-29Standardize the way WebRequests are made in the SimulationServiceConnector. ↵Mic Bowman3-472/+313
Added debugging calls for tracking performance of web requests.
2010-12-30Fix up a prior fix (refix the fixed fix :)Melanie1-1/+1
2010-12-30Implement SendPlacesReplyMelanie8-0/+97