aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Align CenomeCache.ini.example values with CenomeCache defaults.Justin Clark-Casey (justincc)2011-06-111-7/+8
|
* Make it clear that WaitOnInprogressTimeout is currently a dead setting in ↵Justin Clark-Casey (justincc)2011-06-111-0/+1
| | | | FlotsamCache.ini.example
* Make the internal flotsam asset cache defaults match ↵Justin Clark-Casey (justincc)2011-06-111-1/+1
| | | | | | | | | config-include/FlotsamCache.ini.example. Enable the flotsam console commands even if FlotsamCache.ini isn't present. For the most part, defaults are made to match those already in FlotsamCache.ini.example. The one exception is that the 48 hour file timeout from the code is used instead of the 0 hours that was in the example file. This can be tweaked if necessary. Most importantly, the default cache directory is now ./assetcache (as in FlotsamCache.ini.example) rather than ./FlotsamAssetCache (as was the internal code default). Therefore, if you were using flotasm without using the config file, then please rename your cache directory or start using the ini file and change the default there if you want to keep using your existing cache.
* Added missing "Old Guids=true" to ConnectionStringMakopoppo2011-06-101-2/+2
|
* This fixes the crash reported in ↵Diva Canto2011-06-071-0/+1
| | | | http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
* This should make offline IMs work again. It should work for incoming foreign ↵Diva Canto2011-06-061-4/+19
| | | | IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server.
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-06-034-39/+39
|\
| * Move the "!!!Standalone Only!!!" [FreeswitchService] section from ↵Justin Clark-Casey (justincc)2011-06-022-39/+37
| | | | | | | | OpenSim.ini.example to config/StandaloneCommon.ini.example where it belongs.
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2011-06-024-4/+4
| |\
| * | minor: add ini.example doc to hint that the server address in ↵Justin Clark-Casey (justincc)2011-06-023-1/+3
| | | | | | | | | | | | [FreeswitchService] must be reachable by viewers
* | | .ini.example's updated for HG LandmarksDiva Canto2011-06-032-1/+3
| |/ |/|
* | [Profiles] --> [Profile]Diva Canto2011-06-014-4/+4
|/
* update libomv libraries to 0.9.0Justin Clark-Casey (justincc)2011-05-314-0/+0
| | | | this is a prerequisite to fixing llDialog issues for the latest Linden viewers, since they are now making use of a new OwnerData field in the ScriptDialog message
* Adding MSSQL connectionString exampleMakopoppo2011-05-302-0/+16
|
* Removing mssql_connection.ini.example - mssql_connection.ini is no longer usedMakopoppo2011-05-301-18/+0
|
* Comment the alert_uri so it remains disabled until setBlueWall2011-05-281-1/+1
|
* Merge branch 'master' of /home/opensim/src/opensimBlueWall2011-05-281-0/+3
|\
| * Adding an event to signal that logins are enabledBlueWall2011-05-281-0/+3
| | | | | | | | Added an event to signal the eabling of logins and added an alert to send to a configured service.
* | Merge branch 'master' of /home/opensim/src/opensimBlueWall2011-05-281-0/+1
|\ \ | |/
| * Add option to disable loginsBlueWall2011-05-281-0/+1
| | | | | | | | This just covers script loading for now. More to come.
* | Fixed one comment in a config file.Diva Canto2011-05-271-0/+1
|/
* HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto2011-05-274-2/+15
| | | | WARNING: additional configuration for HG inis -- see *Common.ini.example
* Added a BasicProfilemodule so that the profile-based actions (like give ↵Diva Canto2011-05-274-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.
* Added missing config vars to StandaloneCommon.ini.example and fixed the ones ↵Diva Canto2011-05-262-2/+4
| | | | in Robust.HG.ini.example
* Added missing configuration variables to Robust.HG.ini.exampleDiva Canto2011-05-261-0/+2
|
* Last commit before pushing. WARNING: (a) DB migration on the friends table; ↵Diva Canto2011-05-261-1/+1
| | | | and (b) several config additions related to HG. See Robust.HG.ini.example, GridCommon.ini.example and/or StandaloneCommon.ini.example.
* HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-263-2/+33
| | | | looked back in source user's User Agent service.
* HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto2011-05-251-0/+10
| | | | testing.
* Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto2011-05-241-1/+1
| | | | window, but can't test because this mechanism doesn't seem to work without a profile service.
* HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto2011-05-231-0/+3
| | | | friends in other grids.
* More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto2011-05-221-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.
* HG Friends working to some extent: friendships offered and accepted ↵Diva Canto2011-05-191-0/+5
| | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
* Fix broken inventory links on viewer 2.Justin Clark-Casey (justincc)2011-05-131-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
* 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.
* 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
* | | | | 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.
* | | | 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
| | | |
* | | | 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).