aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-27Fixed one comment in a config file.Diva Canto1-0/+1
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto4-2/+15
WARNING: additional configuration for HG inis -- see *Common.ini.example
2011-05-27Added a BasicProfilemodule so that the profile-based actions (like give ↵Diva Canto4-0/+11
inventory, etc) work. This is just a mock profile, the same for all users, and with no DB backend behind it -- meaning that nothing will be saved. For serious profiles, use 3rd party implementations.
2011-05-26Added missing config vars to StandaloneCommon.ini.example and fixed the ones ↵Diva Canto2-2/+4
in Robust.HG.ini.example
2011-05-26Added missing configuration variables to Robust.HG.ini.exampleDiva Canto1-0/+2
2011-05-26Last commit before pushing. WARNING: (a) DB migration on the friends table; ↵Diva Canto1-1/+1
and (b) several config additions related to HG. See Robust.HG.ini.example, GridCommon.ini.example and/or StandaloneCommon.ini.example.
2011-05-26HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto3-2/+33
looked back in source user's User Agent service.
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto1-0/+10
testing.
2011-05-24Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto1-1/+1
window, but can't test because this mechanism doesn't seem to work without a profile service.
2011-05-23HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto1-0/+3
friends in other grids.
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto1-1/+1
security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back.
2011-05-19HG Friends working to some extent: friendships offered and accepted ↵Diva Canto1-0/+5
correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
2011-05-13Fix broken inventory links on viewer 2.Justin Clark-Casey (justincc)1-1/+1
It appears that if the viewer requests a folder containing links, we must also send the folders that contain the link targets first. This was tested with Kokua 0.1.0 WIP though I predict it will also work with other viewer 2s
2011-05-09Incremental patch to add config options to enable/disable the prim limits ↵E. Allen Soard1-0/+4
module to OpenSim.ini. EnforcePrimLimits is set to false by default to emulate the current behavior.
2011-05-07Add missing configs for ssl in Robust.HG.iniBlueWall1-0/+20
2011-05-05Adding ssl supportBlueWall2-0/+35
Adding ssl support for "Out of Band" applications such as the remote admin module or Robust services
2011-05-02Changed the defaults, so that it behaves exactly is it has been behaving (no ↵Diva Canto2-40/+63
WebFetch cap by default).
2011-05-01How this might look like from a configuration perspective. Changes ↵Diva Canto1-0/+59
OpenSimDefaults.ini.
2011-04-27add the executable bit to all bundled DLLs so that these are preserved when ↵Justin Clark-Casey (justincc)49-0/+0
using git or untarring releases under cygwin on windows Mono doesn't care if the
2011-04-27Thank you Snoopy for a patch that adds some filtering to client versions ↵Diva Canto3-0/+84
allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples.
2011-04-27Change default ini.example port used by Freeswitch in grid settings to 8004.Justin Clark-Casey (justincc)3-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.
2011-04-27adjust freeswitch grid connector to port 8003 to agree with the default 8003 ↵Justin Clark-Casey (justincc)2-2/+2
used in OpenSim.ini.example Adjusting to 8003 seems sensible since this service doesn't need to be exposed to viewers.
2011-04-25Removed stale client components: MXP and VWoHTTP.Diva Canto2-0/+0
2011-04-25Cleaned up various configuration options. Removed the category throttleMic Bowman1-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).
2011-04-24Removed unused libraries: RAILS.dll and dependencies.Diva Canto3-0/+0
2011-04-24Removed unused libraries Castle.*Diva Canto3-0/+0
2011-04-23Fix most issues raised by justincc: ↵Sean McNamara1-0/+4
http://opensimulator.org/mantis/view.php?id=5440
2011-04-23Added MaxAgents configuration option to RegionConfig.ini allowing region ↵E. Allen Soard1-0/+1
hosters to setup regions maintaining more control over system resources.
2011-04-21some mesh config astheticsBlueWall1-1/+1
2011-04-21Group collada meshies settings under [Mesh] in OpensimDefaults.iniBlueWall1-6/+6
2011-04-21Remove duplicated freeswitch settings.Justin Clark-Casey (justincc)1-4/+0
2011-04-19synchronize Robust.HG.ini.example FreeSWITCH config with other config filesJustin Clark-Casey (justincc)1-10/+32
2011-04-19For consistency, uncomment ColladaMesh option in OpenSimDefaults.ini. ↵Justin Clark-Casey (justincc)1-1/+1
Thanks for the spot, Ai Austin.
2011-04-19Clean up freeswitch config to what is currently required. Add explanation ↵Justin Clark-Casey (justincc)3-35/+63
to config parameters. Clean up some log messages.
2011-04-18Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future ↵Justin Clark-Casey (justincc)1-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.
2011-04-18Provide a configuration setting to control whether multiple taken objects ↵Justin Clark-Casey (justincc)1-0/+7
are coalesced to inventory This is the CoalesceMultipleObjectsToInventory setting in [Inventory] in OpenSimDefaults.ini Default is true.
2011-04-14Add ColladaMesh switchBlueWall1-1/+5
2011-04-13Add ColladaMesh switchBlueWall1-1/+5
2011-04-12Move example HttpProxy setting to OpenSim.ini.example and tidyJustin Clark-Casey (justincc)2-9/+8
2011-04-12minor typo correction. thanks Ai Austin.Justin Clark-Casey (justincc)1-1/+1
2011-04-11slightly tweak OpenSim.ini.example textJustin Clark-Casey (justincc)1-2/+2
2011-04-11Add information comment to top of OpenSimDefaults.ini and make file consistentJustin Clark-Casey (justincc)1-13/+22
2011-04-11Add more instructions to OpenSim.ini.example to try and make it more ↵Justin Clark-Casey (justincc)1-35/+68
understandable for new users.
2011-04-08Update ODE for mac from source code in opensim-libs SVN library. This ↵Justin Clark-Casey (justincc)1-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
2011-04-08Remove old SQLite libraryJustin Clark-Casey (justincc)1-0/+0
2011-04-07Remove the SQLite legacy adaptor. This is no longer needed now that the ↵Justin Clark-Casey (justincc)3-30/+0
main adaptor works on Mac OS X. The SQLite legacy adapator was also not at all well maintained, even worse than the mainline sqlite adapator.
2011-04-07Bundle a built-from-source Mac OS X sqlite3 universal dylib with OpenSim and ↵Justin Clark-Casey (justincc)2-0/+1
use this instead of the system one. This means that Mac OS X users can now use the standard sqlite adaptor instead of the legacy one. This is SQLite 3.7.5. I configured the build with the line CFLAGS="-Os -g -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -arch ppc7400 -DSQLITE_ENABLE_COLUMN_METADATA" LDFLAGS="-arch i386 -arch x86_64 -arch ppc7400" ./configure --disable-dependency-tracking The SQLITE_ENABLE_COLUMN_METADATA flag exports the metadata symbols that modern Mono SQLite adaptors need. The -Os removes debugging symbols (as per the sqlite3 source pkg README) The other parts are to cross compile for x86_64, i386 and ppc. On Mac OS X, Mono can actually only P/INVOKE 32-bit libraries even on 64 bit platforms so i386 is being used. The dylib has not been tested on ppc.
2011-03-28Fix mantis #5413. WARNING: new config variable in section [GridService] of ↵Diva Canto2-0/+11
the simulators called Gatekeeper -- intended to have the URL of the grid's Gatekeeper service (so that it can be checked against). See ini.examples.
2011-03-28More touchup for SQLite.Marck1-1/+1
Apply the same change to both the 32-bit and 64-bit DLL target paths. This makes the previous addition to the instructions in the README for running on Linux unnecessary.
2011-03-27Touchup for SQLiteBlueWall1-1/+1