aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Incremental patch to add config options to enable/disable the prim limits ↵E. Allen Soard2011-05-091-0/+4
| | | | module to OpenSim.ini. EnforcePrimLimits is set to false by default to emulate the current behavior.
* Merge branch 'master' into careminster-presence-refactorMelanie2011-05-083-0/+59
|\
| * Add missing configs for ssl in Robust.HG.iniBlueWall2011-05-071-0/+20
| |
| * Merge branch 'master' of https://github.com/allquixotic/opensim-autobackupJustin Clark-Casey (justincc)2011-05-061-0/+4
| |\
| | * Merge git://opensimulator.org/git/opensimSean McNamara2011-05-0254-26/+104
| | |\
| | * \ Merge git://opensimulator.org/git/opensimSean McNamara2011-04-268-0/+0
| | |\ \
| | * \ \ Merge git://opensimulator.org/git/opensimSean McNamara2011-04-236-108/+209
| | |\ \ \
| | * | | | Fix most issues raised by justincc: ↵Sean McNamara2011-04-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=5440
| * | | | | Adding ssl supportBlueWall2011-05-052-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding ssl support for "Out of Band" applications such as the remote admin module or Robust services
* | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-052-0/+82
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Changed the defaults, so that it behaves exactly is it has been behaving (no ↵Diva Canto2011-05-022-40/+63
| | | | | | | | | | | | | | | | | | | | | | | | WebFetch cap by default).
| * | | | | How this might look like from a configuration perspective. Changes ↵Diva Canto2011-05-011-0/+59
| | |_|_|/ | |/| | | | | | | | | | | | | OpenSimDefaults.ini.
* | | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-3055-3/+87
|\ \ \ \ \ | |/ / / /
| * | | | add the executable bit to all bundled DLLs so that these are preserved when ↵Justin Clark-Casey (justincc)2011-04-2749-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using git or untarring releases under cygwin on windows Mono doesn't care if the
| * | | | Thank you Snoopy for a patch that adds some filtering to client versions ↵Diva Canto2011-04-273-0/+84
| | | | | | | | | | | | | | | | | | | | allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples.
| * | | | Change default ini.example port used by Freeswitch in grid settings to 8004.Justin Clark-Casey (justincc)2011-04-273-3/+3
| | | | | | | | | | | | | | | | | | | | This is to facilitate running Freeswitch in a separate ROBUST shell, as on grid setups there can be quite a lot of traffic flowing between FreeSWITCH and ROBUST. However, running in a spearate shell is not mandatory.
| * | | | adjust freeswitch grid connector to port 8003 to agree with the default 8003 ↵Justin Clark-Casey (justincc)2011-04-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | used in OpenSim.ini.example Adjusting to 8003 seems sensible since this service doesn't need to be exposed to viewers.
| * | | | Merge branch 'master' into queuetestMic Bowman2011-04-262-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Removed stale client components: MXP and VWoHTTP.Diva Canto2011-04-252-0/+0
| | | | |
* | | | | Merge branch 'queuetest' into careminster-presence-refactorMelanie2011-04-251-23/+17
|\ \ \ \ \ | |/ / / /
| * | | | Cleaned up various configuration options. Removed the category throttleMic Bowman2011-04-251-23/+17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | limits because the only ones used now are the defaults (which are overwritten by the client throttles anyway). Updated the default rates to correspond to about 350kbps. Also added a configuration to disable adaptive throttle. The default is the previous behavior (no adaptation).
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-257-0/+1
|\ \ \ \ | |/ / /
| * | | Removed unused libraries: RAILS.dll and dependencies.Diva Canto2011-04-243-0/+0
| | | |
| * | | Removed unused libraries Castle.*Diva Canto2011-04-243-0/+0
| | |/ | |/|
| * | Added MaxAgents configuration option to RegionConfig.ini allowing region ↵E. Allen Soard2011-04-231-0/+1
| | | | | | | | | | | | hosters to setup regions maintaining more control over system resources.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-221-1/+1
|\ \ \ | |/ /
| * | fix merge conflicts with OpenSimDefaults.iniBlueWall2011-04-214-45/+91
| |\ \
| * | | some mesh config astheticsBlueWall2011-04-211-1/+1
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-212-10/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2011-04-215-46/+92
| |\ \ \ | | |/ / | |/| |
| | * | Remove duplicated freeswitch settings.Justin Clark-Casey (justincc)2011-04-211-4/+0
| | | |
| * | | Group collada meshies settings under [Mesh] in OpensimDefaults.iniBlueWall2011-04-211-6/+6
| | | |
* | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-215-49/+101
|\ \ \ \ | | |/ / | |/| |
| * | | synchronize Robust.HG.ini.example FreeSWITCH config with other config filesJustin Clark-Casey (justincc)2011-04-191-10/+32
| | | |
| * | | For consistency, uncomment ColladaMesh option in OpenSimDefaults.ini. ↵Justin Clark-Casey (justincc)2011-04-191-1/+1
| | | | | | | | | | | | | | | | Thanks for the spot, Ai Austin.
| * | | Clean up freeswitch config to what is currently required. Add explanation ↵Justin Clark-Casey (justincc)2011-04-193-35/+63
| |/ / | | | | | | | | | to config parameters. Clean up some log messages.
| * | Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future ↵Justin Clark-Casey (justincc)2011-04-181-4/+6
| | | | | | | | | | | | | | | | | | | | | config parameters. Default remains true. OpenSimDefault.ini changed so if you haven't overriden this switch then you don't need to do anything.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-181-0/+7
|\ \ \ | |/ /
| * | Provide a configuration setting to control whether multiple taken objects ↵Justin Clark-Casey (justincc)2011-04-181-0/+7
| | | | | | | | | | | | | | | | | | | | | are coalesced to inventory This is the CoalesceMultipleObjectsToInventory setting in [Inventory] in OpenSimDefaults.ini Default is true.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-172-11/+14
|\ \ \ | |/ /
| * | Add ColladaMesh switchBlueWall2011-04-141-1/+5
| | |
| * | Move example HttpProxy setting to OpenSim.ini.example and tidyJustin Clark-Casey (justincc)2011-04-122-9/+8
| | |
| * | minor typo correction. thanks Ai Austin.Justin Clark-Casey (justincc)2011-04-121-1/+1
| | |
* | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-123-48/+90
|\ \ \ | |/ /
| * | slightly tweak OpenSim.ini.example textJustin Clark-Casey (justincc)2011-04-111-2/+2
| | |
| * | Add information comment to top of OpenSimDefaults.ini and make file consistentJustin Clark-Casey (justincc)2011-04-111-13/+22
| | |
| * | Add more instructions to OpenSim.ini.example to try and make it more ↵Justin Clark-Casey (justincc)2011-04-111-35/+68
| |/ | | | | | | understandable for new users.
| * Update ODE for mac from source code in opensim-libs SVN library. This ↵Justin Clark-Casey (justincc)2011-04-081-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | version is r1755 + patches as detailed in the svn logs. This brings it into line with the Windows and Linux libraries. This is a universal dylib with x86_64, i386 and ppc parts. However, even on a 64 bit Intel machine Mono can only P/INVOKE the i386 version right now. ppc is untested. The configuration used to compile was CFLAGS="-g -O2 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -arch ppc" CXXFLAGS="-g -O2 -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -arch ppc" LDFLAGS="-arch i386 -arch x86_64 -arch ppc" ./configure --enable-old-trimesh --disable-asserts --enable-shared --disable-dependency-tracking --disable-demos --without-x --disable-demos --without-x is required to build ODE on Mac OS X CFLAGS, CXXFLAGS and --disable-dependency-tracking are necessary to build the universal dylib (some compilation lines use CFLAGS instead of CXXFLAGS) The other settings are tweaks for using ODE with OpenSim
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-086-30/+1
|\ \ | |/
| * Remove old SQLite libraryJustin Clark-Casey (justincc)2011-04-081-0/+0
| |