aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-05Adding empty ISearchModule interfaceBlueWall1-0/+36
2012-01-03Profile UpdatesBlueWall1-0/+37
2011-12-19Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)1-7/+14
2011-12-17Fix bug where objects could not be set to a new group if the group had been c...Justin Clark-Casey (justincc)2-0/+7
2011-12-16Commented a couple of verbose debug messages.Diva Canto2-2/+2
2011-12-12Added an option for extra settings within region ini file. Any non-hardcoded ...Dan Lake1-20/+55
2011-12-10Implement handler for TeleportCancel inbound packetMelanie1-0/+3
2011-12-09minor: comment out "unpacked appearance" log mesasge for nowJustin Clark-Casey (justincc)1-1/+1
2011-12-09Comment out ChildAgentDataUpdate.Pack() "Pack data" message for now.Justin Clark-Casey (justincc)1-1/+1
2011-12-09Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...Justin Clark-Casey (justincc)2-13/+7
2011-12-08Reactivate BasicCircuitTests.TestAddClient()Justin Clark-Casey (justincc)1-16/+29
2011-12-08Remove unnecessary AgentCircuitData null check from Scene.AddNewClient().Justin Clark-Casey (justincc)1-3/+1
2011-12-08On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)3-3/+81
2011-12-07Implement XMLRPCAdmin command admin_teleport_agent.Justin Clark-Casey (justincc)1-2/+2
2011-12-07Stop also adding an ordinary http handler when we set up a poll http handler.Justin Clark-Casey (justincc)3-19/+7
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)12-15/+210
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)2-4/+0
2011-12-03Improve locking in AgentCircuitManagerJustin Clark-Casey (justincc)1-25/+41
2011-12-03Use GetAgentCircuits() to receive a copy of the AgentCircuitsByUUID dictionar...Justin Clark-Casey (justincc)1-37/+54
2011-11-29On "show caps", stop excluding the seed cap but do exclude it elsewhereJustin Clark-Casey (justincc)1-1/+3
2011-11-29With "debug http 1", show the path with the query string instead of just the ...Justin Clark-Casey (justincc)1-21/+21
2011-11-29Add "debug http" command for currently simple extra debug logging of non-even...Justin Clark-Casey (justincc)1-12/+43
2011-11-25remove some mono compiler warningsJustin Clark-Casey (justincc)2-2/+2
2011-11-25Use the more extensive Utils.AssetTypeToString()/InventoryTypeToString() conv...Justin Clark-Casey (justincc)1-57/+0
2011-11-22Stop an exception being thrown and a teleport/border cross failing if the des...Justin Clark-Casey (justincc)1-3/+19
2011-11-19Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)1-1/+1
2011-11-15fix build break on UserManagementModule.Justin Clark-Casey (justincc)2-8/+15
2011-11-15improve formatting of "show threads"Justin Clark-Casey (justincc)1-1/+8
2011-11-15send a watchdog heartbeat for a poll worker thread when it's actually runJustin Clark-Casey (justincc)1-0/+3
2011-11-15Add number of milliseconds since last update to "show threads"Justin Clark-Casey (justincc)2-4/+18
2011-11-15Remove unused RegionCommsListener/IRegionCommsListener.Justin Clark-Casey (justincc)2-272/+0
2011-11-12doh - correct build breakJustin Clark-Casey (justincc)1-6/+7
2011-11-12Add threads to the watchdog thread list before we start them.Justin Clark-Casey (justincc)1-5/+5
2011-11-07Remove unused avariable in PollServiceRequestManagerJustin Clark-Casey (justincc)1-8/+6
2011-11-06Convert SendKillObject to take a list of uint rather than sending oneMelanie1-1/+1
2011-11-05Fix avatar height, removes the hip offset hacknebadon1-24/+12
2011-10-25Restart the event queue worker threads that I accidentally disabled earlier t...Justin Clark-Casey (justincc)2-9/+11
2011-10-25In Watchdog, add ability to specific timeout for a thread.Justin Clark-Casey (justincc)1-16/+56
2011-10-25Add m_threads dictionary locking to Watchdog.GetThreads()Justin Clark-Casey (justincc)1-1/+2
2011-10-25minor: add "threads show" as synonym for "show threads" for consistencyJustin Clark-Casey (justincc)1-0/+5
2011-10-25Add "threads abort <thread-id>" simulator console command that allows us to a...Justin Clark-Casey (justincc)2-2/+48
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)13-64/+212
2011-10-24Drop some unnecessary ContainsKey() checking before Remove() in BaseHttpServer()Justin Clark-Casey (justincc)1-12/+2
2011-10-24Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollS...Justin Clark-Casey (justincc)2-5/+9
2011-10-22Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)2-5/+6
2011-10-17refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter w...Justin Clark-Casey (justincc)1-2/+2
2011-10-15move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...Justin Clark-Casey (justincc)1-5/+0
2011-10-15fetch physical_prim switch from [Startup] config from inside scene, as is don...Justin Clark-Casey (justincc)1-5/+2
2011-10-15Restore [Startup] physical_prim flag which can stop any prims being subject t...Justin Clark-Casey (justincc)1-0/+6
2011-10-14refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it s...Justin Clark-Casey (justincc)1-1/+8