aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added AllowLoginWithoutInventory to LoginService, to be overwritten in subcla...diva2009-04-013-15/+41
* * Refactored out and de-duplicated Base64ToString(string)lbsa712009-03-311-3/+4
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-315-2092/+2117
* HGInventoryService now uses the actual authority portion of the user's key to...diva2009-03-303-1159/+1160
* Sigh. Manual data typing grief.diva2009-03-303-18/+20
* Added Authorization client code that interfaces with HGLoginAuthService. Impr...diva2009-03-293-21/+192
* Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2009-03-295-2083/+2105
* Moved some files around, so that it's easier to share code between standalone...diva2009-03-292-1/+637
* Forgot to comment an unnecessary log message on my last commit.diva2009-03-261-2/+2
* Notecard updates bypassing the regions. (HGStandalone only)diva2009-03-261-1/+7
* Small refactoring in Caps, no functional changes.diva2009-03-261-5/+25
* * Minor fixes, inverted an if for readability and introduced a virtual pre-pr...lbsa712009-03-261-4/+20
* cleanupDr Scofield2009-03-251-1/+0
* * minor: remove a couple more compiler warningsJustin Clarke Casey2009-03-241-4/+0
* Added the login region's http to the login response.diva2009-03-242-32/+18
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-241-13/+9
* Preparing the loginauth service for gridmode logins.diva2009-03-241-0/+5
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-234-0/+75
* Make single item inventory gives work across regionsMelanie Thielker2009-03-221-2/+2
* Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker2009-03-222-7/+16
* Fox a null ref in the inventory give moduleMelanie Thielker2009-03-221-0/+3
* Moving the LoginAuth service up, so that it can be shared among standalones a...diva2009-03-221-0/+346
* Initial support for authentication/authorization keys in UserManagerBase, and...diva2009-03-212-1/+95
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-213-0/+64
* * Normalized and pulled GetInventorySkeleton up.lbsa712009-03-201-31/+79
* * De-duplicated login service some morelbsa712009-03-201-1/+32
* Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p...diva2009-03-191-0/+10
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey2009-03-193-15/+19
* Adds support for unlink-region command in hypergrid.diva2009-03-181-0/+3
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-131-3/+1
* * Remove asset cache size and texture stat reports from ASSET STATS since the...Justin Clarke Casey2009-03-131-4/+6
* Update svn properties, formatting cleanup.Jeff Ames2009-03-121-3/+3
* * Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa712009-03-121-9/+147
* * Reverted r8750 to do another round of debugging on mantis #3287lbsa712009-03-111-141/+9
* * fix build breakJustin Clarke Casey2009-03-111-1/+2
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-3/+9
* *** POTENTIAL BREAKAGE ***lbsa712009-03-101-9/+141
* * Re-aligned CustomiseResponse function for imminent up-pullinglbsa712009-03-101-0/+3
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-03-092-7/+7
* * Add basic asset cache get testJustin Clarke Casey2009-03-093-7/+93
* * Move method documentation from AssetCache up to IAssetCacheJustin Clarke Casey2009-03-091-80/+10
* * Address http://opensimulator.org/mantis/view.php?id=3207Justin Clarke Casey2009-03-091-4/+1
* * Added TXXX in front of unit tests to make sure they are running in the corr...Sean Dague2009-03-091-7/+7
* Refactor login test class.Mike Mazur2009-03-091-115/+126
* Fix tests broken in r8732.Mike Mazur2009-03-091-0/+14
* Making the web_login_key code work, even if the LL Viewer doesn't support it....diva2009-03-081-4/+19
* * Protects RestClient from crashing with dictionary exception, which leads to...Sean Dague2009-03-061-2/+24
* Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...MW2009-03-031-1/+1
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW2009-03-032-18/+115
* * Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague2009-02-261-1/+1