aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-18* Tweaked the LocationTests for maximum coverage.Teravus Ovares (Dan Olivares)2-1/+60
2010-09-18* Covered the type converters in SLUtil with unit tests.Teravus Ovares (Dan Olivares)1-1/+57
2010-09-17* More Mundane TestsTeravus Ovares (Dan Olivares)2-0/+198
2010-09-18REST Console delivers responses with content type text/xml instead of text/pl...Marck1-2/+2
2010-09-18Add m_syncRoot lock to MapAndArray.ContainsKey(), as discussed with jhurlimanJustin Clark-Casey (justincc)1-2/+3
2010-09-18Move OpenSim/Framework/tests/PrimeNumberHelperTests.cs to OpenSim/Framework/T...Justin Clark-Casey (justincc)1-0/+0
2010-09-17* Fixed and re-enabled CacheTestsTeravus Ovares (Dan Olivares)3-15/+166
2010-09-17* Add a few more tests to help our meager code coverage %.Teravus Ovares (Dan Olivares)2-0/+242
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-0/+188
2010-09-14Remove long unused Region/Framework/ThreadTrackerJustin Clark-Casey (justincc)1-46/+0
2010-09-14Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat...Justin Clark-Casey (justincc)2-18/+22
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-16/+0
2010-09-12Formatting cleanup.Jeff Ames9-155/+152
2010-09-12Add copyright headers.Jeff Ames2-2/+29
2010-09-10Made it impossible to create a user with names containing spaces and prevente...randomhuman2-2/+54
2010-09-10Remove parenthesis around the release flavour to get the version string back ...Justin Clark-Casey (justincc)1-1/+1
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman1-6/+4
2010-09-07If a scene object part UUID is changed (only possible when not in a scene), t...Justin Clark-Casey (justincc)1-5/+5
2010-09-05Fix build breakMelanie1-4/+0
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker3-73/+57
2010-09-04Make User Agent Service and Login Service separable.Diva Canto1-1/+17
2010-09-03Added XFF header processing. Untested, for lack of proxy.Diva Canto2-0/+30
2010-09-03In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra...Justin Clark-Casey (justincc)1-5/+10
2010-09-02Implement UploadBakedTexture capMelanie Thielker1-0/+105
2010-08-30minor: Add some method doc to BaseHttpServer.HandleRequest()Justin Clark-Casey (justincc)1-2/+8
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2-14/+97
2010-08-30local commit with parcel media bitsJonathan Freedman2-14/+97
2010-08-25Prevent an object disposed exception that made forms comms unreliable. AfterMelanie Thielker1-2/+7
2010-08-25Change some e.Message to e.ToString. Don't use e.Message, it doesn't carryMelanie Thielker1-2/+2
2010-08-24Plumb the region type through to the ProductName field in estate messagesMelanie1-1/+2
2010-08-21Finally putting estate_settings.xml to rest. There will be no more attemptsMelanie1-198/+0
2010-08-20Some code cleanup for console command "create region".Marck1-1/+1
2010-08-20Unit test breakage fix.Diva Canto2-3/+3
2010-08-19Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.c...Diva Canto1-82/+0
2010-08-19Partial rewrite of client IP verification. Not completely finished yet, and u...Diva Canto1-1/+3
2010-08-19Revert "One more go at GetExternalIpOf(user). Addresses mantis #4955 and #4943."Diva Canto1-40/+28
2010-08-18One more go at GetExternalIpOf(user). Addresses mantis #4955 and #4943.Diva Canto1-28/+40
2010-08-16Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files ...Diva Canto1-0/+2
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto1-1/+1
2010-08-13* Cleaned up the magic UUID definitions in AvatarWearable.csJohn Hurliman1-12/+27
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+11
2010-08-06Fix XStats formatting:BlueWall (James Hughes)1-30/+35
2010-08-06HACK ALERT! There's some underlying bug in the HTTP server that makes request...Diva Canto1-0/+7
2010-08-04Revert "remove long unused OpenSim/Framework/Configuration/* projects"Melanie3-0/+323
2010-08-03Simplify serialized version string. Change element capitalization for consis...Justin Clark-Casey (justincc)1-5/+10
2010-08-03get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)1-6/+0
2010-08-03remove duplicated serialization codeJustin Clark-Casey (justincc)1-12/+26
2010-08-03serialize media textures to inventory with a largely osd representation rathe...Justin Clark-Casey (justincc)1-3/+87
2010-07-30Slight improvement on previous commit.Diva Canto1-1/+13
2010-07-30Changed the way HG client verification is done: now transforming local and LA...Diva Canto1-0/+72