aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-20Revert OpenId until we can come to grips with the mono 2 requirementCharles Krinke1-0/+0
for System.Web.Mobile
2008-12-19Mantis#2816. Thank you kindly, JHurliman for the beginnings of Charles Krinke1-0/+0
OpenID support in OpenSim for the UserServer.
2008-12-18* Add a nasty hack to try and give the HttpServer a few extra lives until we ↵Teravus Ovares1-0/+0
dig more into what's causing it to stop listening.
2008-12-11after much discussion, and overwhelming +1 on the -dev list, switch theSean Dague1-2/+2
default script engine to XEngine. This won't change anything if you already specified the default in your OpenSim.ini.
2008-12-11* minor: reindent bits of OpenSim.ini.exampleJustin Clarke Casey1-7/+6
2008-12-11* Update DotNetOpenMail to 0.5.8b (taken from ↵Justin Clarke Casey1-0/+0
http://sourceforge.net/project/showfiles.php?group_id=129974&package_id=143561&release_id=419713)
2008-12-09From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+4
The attached patch ads an OpenSim.ini option (AutomaticLinkPermission) which when enabled makes PERMISSION_CHANGE_LINKS to be granted to scripts by default. When enabled llGetPermissions will always return it as granted and llCreateLink//llBreakLink will succeed without doing llRequestPermissions. ONLY ENABLE THIS IN TRUSTED ENVIRONMENTS. The patch also fixes a minor bug in llCreateLink related to a potential dereference of a null client object.
2008-12-09* Added primitive exception logging capabilities.Adam Frisby1-0/+9
* Disabled by default (see OpenSim.ini.example for how to enable) * Saves exceptions to a folder on disk (default "crashes") when enabled. * These reports can then be uploaded or posted to help debug an error.
2008-12-07Allow empty statements in LSL (; followed by ;). Fixes Mantis#2320Homer Horwitz1-0/+0
2008-12-06And change OpenSim.ini.example back. Too many copies out there already to ↵Melanie Thielker1-1/+1
take the easy way out
2008-12-06Fix typo in OpenSim.ini.example (#2764)Jeff Ames1-1/+1
2008-12-05Fixed crash (configsection has to be first XML root child element stupid ↵Tedd Hansen2-6/+6
Microsoft thing)
2008-12-05Garbage CollectorTedd Hansen4-0/+8
* Enabled GC server * Enabled concurrent collections
2008-12-03Update svn properties.Jeff Ames1-0/+0
2008-12-02* Put back NHibernate.Mapping.Attribute.dll even though according to the ↵Justin Clarke Casey1-0/+0
discussion in http://opensimulator.org/mantis/view.php?id=2710 it should no longer be needed (and it doesn't exist any more in the NHibernate-2.0.1 package)
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey6-0/+6
* This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip)
2008-12-01* Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey3-6/+0
for now.
2008-12-01* Temporarily revert nhibernate.dll to the previous oneJustin Clarke Casey1-0/+0
* This resolves problems on Linux detailed in http://opensimulator.org/mantis/view.php?id=2734 where System.Data.Oracle libraries can't be found * On a quick look I can't see that these exist on mono 1.9.1
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby4-0/+6
MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
2008-11-30Revert r7548 and r7549 until someone with prebuild-fu can help structure the ↵Dahlia Trimble1-0/+0
dependencies
2008-11-30Removed remaining meshing codeDahlia Trimble1-0/+0
Add PrimMesher.dll r21 All meshing tasks are now passed through Meshmerizer and handled by PrimMesher.dll
2008-11-29Add configuration values for scripted prim region crossingMelanie Thielker1-0/+7
2008-11-28* minor: Stop startup complaining about a missing MyAssetSet.xml all the ↵Justin Clarke Casey1-0/+2
time by creating a blank file
2008-11-20* minor: delete test log4net fileJustin Clarke Casey1-35/+0
2008-11-20* Temporarily check in a test log4net config file to see if that reveals why ↵Justin Clarke Casey1-0/+35
tests seize up * And before you ask, I did do a clean before running the tests ;)
2008-11-19Re-Add OSD DLL (r7382)Melanie Thielker1-0/+0
2008-11-19Update the binaries to the latest version as per patch r7382Melanie Thielker3-0/+0
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker15-3/+3
libOMV.
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker17-3/+3
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
2008-11-18Adding the OSD dllMelanie Thielker1-0/+0
2008-11-18Patch from jhurliman. Fixing the texture decoding issues in progressiveMelanie Thielker3-0/+0
texture sending. Grain of salt not included.
2008-11-17* Remove old unused libsecondlife and openjpeg librariesJustin Clarke Casey3-0/+0
* Thanks to jhurliman for the pointer
2008-11-17* Actually add the updated libraries this timeJustin Clarke Casey4-0/+0
* This is why they don't let me out of the big house
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey10-3/+3
* Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
2008-11-17* Add allowed_script_editors to OpenSim.ini in the same fashion as ↵Justin Clarke Casey1-0/+9
allowed_script_creators. * This allows one to override normal OpenSim permissions and prevent non-gods from editing any scripts. This allows edit ability to be rescinded after it has been given, and prevents the security hole where a single script with liberal perms would allow code changes. * The default setting remains the existing one of never overruling normal edit permissions. * These two settings may be enough to stop non-gods entering artbirary script code in a closed grid/standalone configuration.
2008-11-17Change the semantics of the Allow_* os function control. Omitting a functionMelanie Thielker1-1/+2
causes defautlt behavior. "true" now means usable unconditionally, "false" means disabled, and a list of UUIDs restricts it. This changes SECURITY! If you used "true" here before, you shoudl review your setup!
2008-11-15Mantis #2621: Thanks idb, for a patch that will persist regularily changed ↵Homer Horwitz1-0/+9
objects better. Objects will be persisted now MinimumTimeBeforePersistenceConsidered seconds after the last change, but latest MaximumTimeBeforePersistenceConsidered after the first change (both are configurable in OpenSim.ini.example and are set to 60 and 600 as default).
2008-11-14* Allow new script creation to be locked down to only gods if specified in ↵Justin Clarke Casey1-0/+9
OpenSim.ini * This doesn't allow complete script lockdown of a sim, many avenues (copying, editing) are still uncloseable at the moment * Default remains to allow all users to create scripts (subject to existing permissions if enabled)
2008-11-14* Switch default permissions back to false (so they are not on) as they were ↵Justin Clarke Casey1-1/+2
two revisions ago, since it sounds like this was our agreed position from some time back * Make the default also false (to match what is in OpenSim.ini.example)
2008-11-14* Hook up create new object event in the permissions moduleJustin Clarke Casey1-1/+6
* Switch default for serverside_object_permissions from false to true - it seems more natural that we enforce permissions by default rather than not! * Add some explanation in OpenSim.ini.example for serverside_object_permissions
2008-11-13* First part of a series of patchesJustin Clarke Casey1-0/+3
* Intension is to provide a way to lock down script creation to administrators/gods only * Defaults will remain as they are at the moment
2008-11-13* Attempt to make OpenSim.ini.example a bit more readable byJustin Clarke Casey1-745/+761
* Some rearrangement within sections * Indenting section contents * Also, correct indentation levels in PermissionsModule
2008-11-12* Update Mono.Addins.dll to 0.4, as per sdague's suggestionJustin Clarke Casey1-0/+0
* Everything appears to be okay
2008-11-12* Updates defaults to disclude cs/vb/js from the allowed compilers by defaultTeravus Ovares1-2/+7
2008-11-11Add ClampPrimSize option to ensure no prim can exceed the set size. ThisMelanie Thielker1-0/+1
will allow people who don't want megaprims in their sim to prevent them from being created. Any prim rezzed or pulled across the border will be clamped to the size specified in OpenSim.ini if this option is set.
2008-11-10this changeset adds an option to RemoteAdmin to limit the number ofDr Scofield1-1/+6
regions that XmlRpcCreateRegion will create: if region_limit is != 0 then XmlRpcCreateRegion will only create a new region if the number of regions already existing is below region_limit.
2008-11-09* Adding GlynnTucker.Cache.dll, from http://gtcache.sourceforge.net/Adam Frisby1-0/+0
* Licensed under MPL License. * Adding to be used in the AssetCache, this cache allows you to do things like specify rules on when cache items should be removed (ie 24 hours since last access, etc). * No code changed in this commit.
2008-11-08Fix .mdb include in Prebuild.Jeff Ames1-0/+0
2008-11-08* Removed <if> in <fileset> in NAnt target introduced in 4045. Chi11ken ↵lbsa711-0/+0
should have a look at this.
2008-11-08* Rebuildt Prebuild.exe to fix vs2008 not creating Solutionlbsa711-0/+0
* Wrapped solution streamwrites in using for great justice