aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-31Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2-5/+10
2015-10-18On to 0.8.3!Diva Canto5-5/+5
2015-10-18Clean up of simulation version, the number that rules the compatibility of te...Diva Canto2-11/+21
2015-09-14Make regions tolerant to newer regions with more werables.Melanie Thielker2-3/+6
2015-09-05Amend to previous commit: delete the corresponding AssemblyInfo'sDiva Canto2-66/+0
2015-09-05Moved the two region loaders into the RegionLoaderPlugin dll, therefore elimi...Diva Canto3-300/+0
2015-09-05Deleted unused file.Diva Canto1-77/+0
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto3-68/+3
2015-09-04Deleted old unfinished code under Framework.Communications that wasn't being ...Diva Canto13-1007/+154
2015-09-04Deleted unused interfaceDiva Canto1-157/+0
2015-08-31All physics plugins are now region modules. Compiles but doesn't run.Diva Canto1-0/+181
2015-08-11Report "Script Execution Time" as the time spent executing the script in the ...Oren Hurvitz1-0/+223
2015-08-11Prevent a crash if "debug jobengine log" is entered without a log levelOren Hurvitz1-0/+6
2015-08-11Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo...Oren Hurvitz2-8/+42
2015-08-08Fixed failing testDiva Canto1-14/+5
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto6-48/+53
2015-08-07Have osAvatarName2Key check the cache first, even for foreign usersOren Hurvitz1-1/+24
2015-08-01Mantis #7657 and #7514. This should alleviate the problem of bad object asset...Diva Canto1-0/+19
2015-07-23Removed unused code related to DNS lookupsOren Hurvitz1-36/+0
2015-05-27llListRandomize() wasn't very randomCinder1-0/+51
2015-05-12Disable the "show threadpool calls active" console command for now.Justin Clark-Casey (justincc)1-5/+5
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto1-1/+3
2015-05-05Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto1-1/+183
2015-05-04Fixed a bug that would cause the sim extra stats reporter to fail in reportin...Steven Zielinski1-1/+1
2015-05-04Fixed vocabulary in a comment to match the code.Steven Zielinski1-1/+1
2015-05-02It wasn't that. Revert "Mantis #7514"Diva Canto1-3/+0
2015-05-02Mantis #7514Diva Canto1-0/+3
2015-05-01Fixed a bug that would cause the sim extra stats reporter to fail in reportin...Steven Zielinski1-1/+5
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto9-9/+9
2015-04-21Phase 2 additons with Frame Dilation metric.Robert Louden1-9/+10
2015-04-21Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...Glenn Martin1-0/+47
2015-04-12Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven1-1/+1
2015-03-16Don't log http auth details by default.Justin Clark-Casey (justincc)1-2/+2
2015-03-16Fix XBakes simulator-side authentication regression failureJustin Clark-Casey (justincc)5-3/+29
2015-03-16Update version info to 0.8.2.0Justin Clark-Casey (justincc)1-1/+1
2015-03-14Revert "Allow a console command to give blank arguments ("") without the pars...dahlia1-5/+2
2015-03-13Don't try to write region size and MapfileStaticFile Nini settings that are n...Justin Clark-Casey (justincc)1-4/+6
2015-03-11Allow a console command to give blank arguments ("") without the parser faili...Justin Clark-Casey (justincc)1-2/+5
2015-03-05solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech1-0/+2
2015-03-04Alter the migrations so that it is a no-op as the columns are unused and the ...BlueWall1-1/+1
2015-03-04Make private services forbid llHTTPRequest() calls by rejecting those that ha...Justin Clark-Casey (justincc)6-19/+170
2015-03-04Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)1-0/+256
2015-03-03As per http://wiki.secondlife.com/wiki/Limits Prim description should be 128 ...Cinder1-1/+1
2015-03-03corrected script notecard parser. It now handles notecards with inventory as ...ft@noemail1-84/+244
2015-03-03XML should not contain any BOM. Disabled BOM generation in BaseHttpServerFreaky Tech1-1/+2
2015-02-25On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)1-2/+13
2015-02-16Add NaN and Infinity tests for SOP Velocity and Acceleration setters.dahlia1-0/+16
2015-02-13Add missing BSD headers to files in OpenSim/Framework/ServiceAuthJustin Clark-Casey (justincc)3-3/+84
2015-02-04Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)1-1/+2
2015-01-19Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the ex...Justin Clark-Casey (justincc)1-2/+2