aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * * Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ensure...Teravus Ovares (Dan Olivares)2009-08-131-0/+339
| * Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-08-131-0/+37
| |\
| * | * minor: commentsTeravus Ovares (Dan Olivares)2009-08-131-1/+125
* | | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-0/+5
* | | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-133-11/+11
* | | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-131-0/+37
|\ \ \ | | |/ | |/|
| * | Add a profile module interface for the client view to useMelanie2009-08-131-0/+37
| |/
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-1211-6/+213
|\ \ | |/
| * minor:commentsTeravus Ovares (Dan Olivares)2009-08-127-5/+91
| * minor: commentsTeravus Ovares (Dan Olivares)2009-08-123-0/+121
| * Formatting cleanup. Add copyright headers.Jeff Ames2009-08-131-1/+1
* | Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2009-08-121-1/+10
|/
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-121-0/+19
* change 535cb0efc so that the default LLSD serialization format isdr scofield (aka dirk husemann)2009-08-121-2/+4
* Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto2009-08-111-1/+1
* Merged with origin, and resolved one conflict in LoginServiceTests.csDiva Canto2009-08-116-78/+140
|\
| * Apply http://opensimulator.org/mantis/view.php?id=1448Justin Clark-Casey (justincc)2009-08-111-0/+11
| * Enable the console show version command and the viewer about command, to show...Chris Down2009-08-111-22/+46
| * Establish CachedUserInfo.OnInventoryReceived event so that region/test invent...Justin Clark-Casey (justincc)2009-08-112-47/+68
| * * Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares2009-08-113-128/+15
* | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-101-0/+10
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-102-2/+2
|/
* Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn...Diva Canto2009-08-103-258/+2
* Conditional to prevent a null ref in tests. The tests may still not pass.Diva Canto2009-08-101-1/+1
* First pass at cleaning up old OGS1 and Local Inventory: removed everything-in...Diva Canto2009-08-101-114/+0
* AssetCache.addin.xml seems to be historical junk too. Removed.Diva Canto2009-08-101-17/+0
* Removed IAssetServer.Diva Canto2009-08-101-38/+0
* Slowly working my way towards the elimination of IAssetServer and IAssetCache.Diva Canto2009-08-102-122/+6
* More clean up from asset cache legacy. None of these classes are used anymore.Diva Canto2009-08-104-1066/+0
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-101-0/+6
|\
| * Added some help instructions to the new RegionInfo region setup process; main...Adam Frisby2009-08-101-0/+6
* | Removing unused files, legacy from old asset "cache".Diva Canto2009-08-092-185/+0
|/
* Removed HGInventory out of core. This is part of HG2, which it now being deve...Diva Canto2009-08-091-744/+0
* * FreeContext may be a bit too buggy for my tastes in some environments. * ...Teravus Ovares (Dan Olivares)2009-08-081-7/+7
* Change the default for internal IP address back to 0.0.0.0Melanie2009-08-081-1/+1
* Remove debugging output frm ini file loading. Make it collect matchingMelanie2009-08-071-10/+8
* Add extensive debug output to Util.GlobMelanie2009-08-071-0/+9
* Remove GetFullPath call from config includes, because it barfs in WindozeMelanie2009-08-071-3/+0
* Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL ApiMelanie2009-08-071-0/+3
* Added ToXml2() to ISceneObject, so that components other than regions can use...Diva Canto2009-08-061-0/+1
* Allow arbitrary wildcards in config includes. Things likeMelanie2009-08-061-0/+51
* * Patch from jhurliman to add accept type recognition to determine the llsd c...Teravus Ovares (Dan Olivares)2009-08-051-7/+67
* * Remove some mono compiler warningsJustin Clark-Casey2009-08-052-4/+3
* Thank you kindly, dslake, for a patch that:Charles Krinke2009-08-021-0/+4
* * An enum for The VisualParams array that the viewer sends us with 90% of the...Teravus Ovares2009-08-021-11/+842
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-013-3/+30
* * Fixed another potential httpserver leak.Teravus Ovares2009-07-303-1/+26
* Add basic support ofr detached request handling to the HTTP server.Melanie Thielker2009-07-291-1/+7
* * An attempt to fix mantis #3955Teravus Ovares2009-07-291-2/+2
* * An attempt to fix mantis #3953Teravus Ovares2009-07-294-5/+29