aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-312-27/+27
* * refactor: rearrange path inventory manipulation so that input tidying can b...Justin Clarke Casey2008-07-311-5/+50
* * refactor: eliminate unused SubFoldersCountJustin Clarke Casey2008-07-311-11/+3
* * allow inventory folders to be located by pathJustin Clarke Casey2008-07-312-9/+55
* * refactor: Change CachedUserInfo.HasInventory to HasReceivedInventory to mak...Justin Clarke Casey2008-07-312-19/+18
* * minor: reduce coupling by passing in only session id to CachedUserInfoJustin Clarke Casey2008-07-312-3/+11
* Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea...Melanie Thielker2008-07-311-0/+3
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-318-182/+174
* * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.Adam Frisby2008-07-301-17/+50
* * Refactored some heavily duplicated RequestSimProfileData functionslbsa712008-07-291-6/+19
* * refactor: move create user console command parsing down to OpenSim.cs from ...Justin Clarke Casey2008-07-291-46/+1
* Mantis#1849. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-292-31/+66
* moving GridInfo application plugin into a common standalone/gridDr Scofield2008-07-281-2/+2
* Mantis#1817. Thank you kindly, sacha magne, for a patch that:lbsa712008-07-271-8/+16
* * Added safeguard to ensure valid inventoryserver uri.lbsa712008-07-271-3/+16
* enabled a config option to inventory server to be able to stop it doing the S...MW2008-07-251-0/+6
* * Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey2008-07-251-6/+5
* squasing warning.Dr Scofield2008-07-251-3/+3
* adding copyright statement.Dr Scofield2008-07-251-0/+27
* completing rename of ChatFromViewerArgs to OSChatMessageDr Scofield2008-07-251-0/+0
* renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield2008-07-252-4/+4
* From: awebbDr Scofield2008-07-251-11/+16
* Thanks, lulurun, for a patch that adds an authenticated session cache to reduceMike Mazur2008-07-251-0/+107
* Add GetGroupPowers() and a dictionary to hold them to ClientView andMelanie Thielker2008-07-251-0/+2
* * refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey2008-07-241-17/+4
* * Separate out OGS1 calls used between services (rather than from region to s...Justin Clarke Casey2008-07-241-7/+7
* * minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey2008-07-244-7/+7
* oops...forgot to svn add OSHttpHttpHandler.cs last week.Dr Scofield2008-07-241-0/+145
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-235-38/+37
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-5/+5
* * refactor: split out inventory services which are only used between non-regi...Justin Clarke Casey2008-07-232-19/+63
* turn fields -> properties in TaskInventoryItemSean Dague2008-07-231-25/+214
* make privates privateSean Dague2008-07-231-39/+39
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-77/+401
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-234-5/+5
* Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW2008-07-231-1/+1
* The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson2008-07-234-12/+117
* adding files that were not included in r5589Johan Berntsson2008-07-232-0/+348
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-233-8/+51
* Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.Mike Mazur2008-07-231-0/+5
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur2008-07-231-1/+3
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-223-11/+26
* * minor: Make create user command appear on the region console only if the re...Justin Clarke Casey2008-07-221-0/+1
* added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2008-07-212-5/+9
* pulling query handling through the handlers. adding (non-functional,Dr Scofield2008-07-182-2/+4
* simplifying OSHTtpHandler (a bit), adding query string matching,Dr Scofield2008-07-183-120/+118
* force Culture to en-US in BaseHttpserver.HandleRequest() --- thisDr Scofield2008-07-181-0/+3
* fixing warnings in EstateSettings and correcting coding style:Dr Scofield2008-07-181-20/+20
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur2008-07-181-67/+103
* Patch #9151Melanie Thielker2008-07-185-386/+348