aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-27Mantis#1817. Thank you kindly, sacha magne, for a patch that:lbsa711-8/+16
* Fixes a simulator crash when an asset file is missing on loading asset library.
2008-07-27* Added safeguard to ensure valid inventoryserver uri.lbsa711-3/+16
2008-07-25enabled a config option to inventory server to be able to stop it doing the ↵MW1-0/+6
SessionId lookup to the user server. As this ties a inventory server to one userserver/grid. doing the look up is still enabled by default.
2008-07-25* Remove dumb bug I put in which meant that an archive save would never ↵Justin Clarke Casey1-6/+5
complete if there were any missing assets
2008-07-25squasing warning.Dr Scofield1-3/+3
2008-07-25adding copyright statement.Dr Scofield1-0/+27
2008-07-25completing rename of ChatFromViewerArgs to OSChatMessageDr Scofield1-0/+0
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield2-4/+4
2008-07-25From: awebbDr Scofield1-11/+16
Further improvements to the REST handlers.
2008-07-25Thanks, lulurun, for a patch that adds an authenticated session cache to reduceMike Mazur1-0/+107
"check_auth_session" requests from inventory server to user server.
2008-07-25Add GetGroupPowers() and a dictionary to hold them to ClientView andMelanie Thielker1-0/+2
IClientAPI. No user functionality
2008-07-24* refactor: Remove now redundant inventory server url being passed to ↵Justin Clarke Casey1-17/+4
GetInventorySkeleton
2008-07-24* Separate out OGS1 calls used between services (rather than from region to ↵Justin Clarke Casey1-7/+7
services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1
2008-07-24* minor: Rename IInterGridInventoryServices since it's inter service rather ↵Justin Clarke Casey4-7/+7
than inter grid
2008-07-24oops...forgot to svn add OSHttpHttpHandler.cs last week.Dr Scofield1-0/+145
NOTE: this code is work-in-progress, it's not live. it's so far harmless and just wants to play. it should not bite anyone (yeah, that's what they all say, i know...)
2008-07-23* refactor: break out inter grid inventory services furtherJustin Clarke Casey5-38/+37
* more to follow
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-5/+5
are stored in the db.
2008-07-23* refactor: split out inventory services which are only used between ↵Justin Clarke Casey2-19/+63
non-region services * more to follow
2008-07-23turn fields -> properties in TaskInventoryItemSean Dague1-25/+214
2008-07-23make privates privateSean Dague1-39/+39
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-77/+401
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames4-5/+5
2008-07-23Changed it so the avatar's rotation is now sent as part of a full avatar ↵MW1-1/+1
update. This should fix the wrong rotation on existing sitting avatar when logging in bug.
2008-07-23The new secure inventory server mode (in r5590) can now be disabled from ↵Johan Berntsson4-12/+117
OpenSim.ini. Default is to use the new mode.
2008-07-23adding files that were not included in r5589Johan Berntsson2-0/+348
2008-07-23thanks lulurun for a security patch that blocks unathorized access to the ↵Johan Berntsson3-8/+51
inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
2008-07-23Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.Mike Mazur1-0/+5
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur1-1/+3
attributes to external XML files. Fix issues 1682 and 1786.
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker3-11/+26
resending, timeouts, packet discarding. Add notification event for packet discarding. Add priority scheduling for packet queues. Add outgoing duplicate detection facility. Correct packet sequencing. Make provisions for automatic server side throttle adjustments (comes in next installment)
2008-07-22* minor: Make create user command appear on the region console only if the ↵Justin Clarke Casey1-0/+1
region is running standalone
2008-07-21added experimental packet tracker (LLPacketTracker.cs), which can be told to ↵MW2-5/+9
track a packet and if it hasn't been acked within a set time, trigger a IClientAPI event, that the application/scene can handle. Currently only terrain packet tracking is finished, Tracking for initial Prim packets (first full update for a prim) is being worked on. Future improvements would be to make it a more generic packet tracker with callback delegates instead of events. Add a test event handler (which would fire after a minute if a terrain packet hadn't been acked) to scene to handle the OnUnackedTerrain event, which currently just resends the terrain patch. The idea of this packet tracking is for the region level application to be able to know if the client stack gave up on sending a packet.
2008-07-18pulling query handling through the handlers. adding (non-functional,Dr Scofield2-2/+4
work-in-progress) HttpHandler. NOTE: non-active code. does not glow in the dark. non-combustible.
2008-07-18simplifying OSHTtpHandler (a bit), adding query string matching,Dr Scofield3-120/+118
adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live.
2008-07-18force Culture to en-US in BaseHttpserver.HandleRequest() --- thisDr Scofield1-0/+3
fixes mantis #1748 and #1771.
2008-07-18fixing warnings in EstateSettings and correcting coding style:Dr Scofield1-20/+20
* warning was: OpenSim/Framework/EstateSettings.cs(277): warning CS0472: The result of comparing `libsecondlife.LLUUID' against null is always `false'. This operation is undocumented and it is temporary supported for compatibility reasons only * coding style: space before flow control statements please! http://blogs.msdn.com/brada/articles/361363.aspx
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur1-67/+103
(issue 1763).
2008-07-18Patch #9151Melanie Thielker5-386/+348
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
2008-07-17add plywood texture as a constant, as we need it in a couple of placesSean Dague1-0/+1
and it's super cryptic to have random UUIDs hanging out.
2008-07-17Revert "git merge"Sean Dague1-1/+10
This reverts commit 80e1c3742a3ba7eb9aa1686a242b36f64331095a.
2008-07-17git mergeSean Dague1-10/+1
2008-07-17more safety checksSean Dague1-1/+7
2008-07-17add a null check for safetySean Dague1-0/+3
2008-07-17rearranging variables in OSHttpRequest and adding Query property.Dr Scofield1-22/+45
2008-07-17morphing OSHttpHandler interface into an abstract base class. addingDr Scofield3-109/+108
HTTP method matching support. adapting OSHttpXmlRpcHandler accordingly. dropping OSHttpXmlProcessor delegate in favour of good old XmlRpcMethodHandler delegate (was the same signature).
2008-07-16change fields to private so everyone will use propertiesSean Dague1-44/+44
2008-07-16Revert "refactoring of PrimitiveBaseShape to properties"Sean Dague1-142/+539
This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f.
2008-07-16refactoring of PrimitiveBaseShape to propertiesSean Dague1-539/+142
2008-07-16further property refactoring of PrimitiveBaseShapeSean Dague1-83/+254
2008-07-16refactoring primitive base shape to use propertiesSean Dague1-76/+302
2008-07-15* Expose client statistics to the console via 'show stats'Justin Clarke Casey1-1/+91
* Potentially useful for diagnostics without needing to log in a client * Packet queue statistics commented out for now pending a better way to cope with the information overload