aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-18Thank you dslake for diagnosing and fixing a race condition in OGS1SecureInve...diva2-132/+146
2009-04-18Bug fix for standalone HG login. VerifySession should be local for local users.diva2-1/+11
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa712-3/+3
2009-04-17* Some more work on refactoring configs;lbsa712-3/+3
2009-04-16* minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey1-1/+1
2009-04-15minor: Remove some mono compiler warnings. Uncomment code when it's actually...Justin Clarke Casey1-1/+1
2009-04-14One less vulnerability in the HG: detecting foreign users trying to come in w...diva1-1/+13
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva3-73/+155
2009-04-14Fix for minor bug introduced yesterday, HG only. Can't lookup the profile whe...diva1-1/+1
2009-04-14Making OGS1UserServices friendly to subclassing.diva1-29/+45
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712-75/+98
2009-04-08* Introduced some experimental code with regards to asset data substitutionlbsa712-0/+11
2009-04-05Changed the asynchronous call to get inventory in HG, so that it properly rep...diva1-19/+49
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva1-0/+11
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby5-123/+118
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712-2/+2
2009-03-29Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2-3/+3
2009-03-25* Appearance patches suite: These patches are applied to allow libomv bots to...Sean Dague1-1/+1
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker3-0/+55
2009-03-22Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker2-0/+39
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+16
2009-03-18Adds support for unlink-region command in hypergrid.diva3-0/+95
2009-03-15regionInfo isn't defined here yet, which leads to a NRE. Grid-serverHomer Horwitz1-1/+1
2009-03-12* Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa711-1/+4
2009-03-10* Removed unused and uncommented filelbsa711-433/+0
2009-03-10* Refactored out Create() methods to ensure proper transformation between Reg...lbsa711-13/+11
2009-03-03forgotten filesMW1-2/+2
2009-03-03Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW1-1/+3
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey2-2/+2
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke3-55/+58
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712-6/+6
2009-02-20THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva10-2527/+4
2009-02-20This moves the 2 friends-related interregion messages out of OGS1 and into th...diva1-78/+0
2009-02-18Improved log message.diva1-2/+2
2009-02-17Addresses mantis #3181. Waiting for confirmation from the reporter.diva1-1/+1
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-3/+3
2009-02-17Major change to how appearance is managed, including changes in login and use...diva3-1/+15
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-1/+1
2009-02-12Commented a couple of not very useful log messages that are cluttering the lo...diva1-4/+4
2009-02-12* Remove a change which shouldn't have made it into the last commitJustin Clarke Casey1-2/+0
2009-02-12* Add missing OpenSIm.Framework.Communications ref for Wdinwos buildsJustin Clarke Casey1-0/+2
2009-02-12* optimized usings.lbsa7115-47/+21
2009-02-12Makes ban of HG users exactly the same as ban of local users, that is upon Ad...diva1-75/+44
2009-02-09Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva1-0/+12
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague7-8/+8
2009-02-07* Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa711-8/+31
2009-02-07Adds support for HG linking to specific regions within an instance. The forma...diva1-3/+3
2009-02-07Thank you dslake for a patch that:lbsa711-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield4-6/+6
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-41/+41