aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-24oops...forgot to svn add OSHttpHttpHandler.cs last week.Dr Scofield1-0/+145
2008-07-23* refactor: break out inter grid inventory services furtherJustin Clarke Casey5-38/+37
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-5/+5
2008-07-23* refactor: split out inventory services which are only used between non-regi...Justin Clarke Casey2-19/+63
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
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 upda...MW1-1/+1
2008-07-23The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson4-12/+117
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 inv...Johan Berntsson3-8/+51
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 at...Mike Mazur1-1/+3
2008-07-22Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker3-11/+26
2008-07-22* minor: Make create user command appear on the region console only if the re...Justin Clarke Casey1-0/+1
2008-07-21added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2-5/+9
2008-07-18pulling query handling through the handlers. adding (non-functional,Dr Scofield2-2/+4
2008-07-18simplifying OSHTtpHandler (a bit), adding query string matching,Dr Scofield3-120/+118
2008-07-18force Culture to en-US in BaseHttpserver.HandleRequest() --- thisDr Scofield1-0/+3
2008-07-18fixing warnings in EstateSettings and correcting coding style:Dr Scofield1-20/+20
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur1-67/+103
2008-07-18Patch #9151Melanie Thielker5-386/+348
2008-07-17add plywood texture as a constant, as we need it in a couple of placesSean Dague1-0/+1
2008-07-17Revert "git merge"Sean Dague1-1/+10
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
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
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
2008-07-15cleanup: fixing CamelCase issue with RestDeserialiseHandler.Dr Scofield1-2/+2
2008-07-15fixes handler scoring method. XmlRpc code path now fully working withDr Scofield2-7/+61
2008-07-15fixes a couple of issues i introduced yesterday, one of them MapBlock queries...Dr Scofield2-55/+56
2008-07-15Mantis#1745. Thank you kindly, Lulurun for a patch that:Charles Krinke1-2/+2
2008-07-14further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield6-79/+594
2008-07-14Patch #9150Melanie Thielker2-87/+16
2008-07-14Patch #9149Melanie Thielker1-275/+0
2008-07-14Patch #9148Melanie Thielker1-11/+11
2008-07-14Patch #9147Melanie Thielker2-163/+1
2008-07-13Mantis#1638. Thank you kindly, Salahzar for a patch that:Charles Krinke1-1/+1
2008-07-12* Hive off ConsolePluginCommand into its own framework classJustin Clarke Casey1-0/+139
2008-07-12Patch #9146 (No Mantis)Melanie Thielker1-3/+4
2008-07-12Patches #9143 and #9144 (Mantis #1723)Melanie Thielker1-1/+8
2008-07-11* Move thread tracking code to base opensim server so that it's available for...Justin Clarke Casey1-6/+31