Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-06-07 | This fixes the crash reported in ↵ | Diva Canto | 1 | -0/+1 | |
http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully. | |||||
2011-06-06 | This should make offline IMs work again. It should work for incoming foreign ↵ | Diva Canto | 1 | -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. | |||||
2011-06-03 | .ini.example's updated for HG Landmarks | Diva Canto | 2 | -1/+3 | |
2011-06-02 | Move the "!!!Standalone Only!!!" [FreeswitchService] section from ↵ | Justin Clark-Casey (justincc) | 2 | -39/+37 | |
OpenSim.ini.example to config/StandaloneCommon.ini.example where it belongs. | |||||
2011-06-02 | minor: add ini.example doc to hint that the server address in ↵ | Justin Clark-Casey (justincc) | 3 | -1/+3 | |
[FreeswitchService] must be reachable by viewers | |||||
2011-06-01 | [Profiles] --> [Profile] | Diva Canto | 4 | -4/+4 | |
2011-05-31 | update libomv libraries to 0.9.0 | Justin Clark-Casey (justincc) | 4 | -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 | |||||
2011-05-30 | Adding MSSQL connectionString example | Makopoppo | 2 | -0/+16 | |
2011-05-30 | Removing mssql_connection.ini.example - mssql_connection.ini is no longer used | Makopoppo | 1 | -18/+0 | |
2011-05-28 | Comment the alert_uri so it remains disabled until set | BlueWall | 1 | -1/+1 | |
2011-05-28 | Adding an event to signal that logins are enabled | BlueWall | 1 | -0/+3 | |
Added an event to signal the eabling of logins and added an alert to send to a configured service. | |||||
2011-05-28 | Add option to disable logins | BlueWall | 1 | -0/+1 | |
This just covers script loading for now. More to come. | |||||
2011-05-27 | Fixed one comment in a config file. | Diva Canto | 1 | -0/+1 | |
2011-05-27 | HG lures working! Friends can offer friends HG teleports via the profile. ↵ | Diva Canto | 4 | -2/+15 | |
WARNING: additional configuration for HG inis -- see *Common.ini.example | |||||
2011-05-27 | Added a BasicProfilemodule so that the profile-based actions (like give ↵ | Diva Canto | 4 | -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-26 | Added missing config vars to StandaloneCommon.ini.example and fixed the ones ↵ | Diva Canto | 2 | -2/+4 | |
in Robust.HG.ini.example | |||||
2011-05-26 | Added missing configuration variables to Robust.HG.ini.example | Diva Canto | 1 | -0/+2 | |
2011-05-26 | Last commit before pushing. WARNING: (a) DB migration on the friends table; ↵ | Diva Canto | 1 | -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-26 | HG IM in grid mode working fairly well. Unknown target user references ↵ | Diva Canto | 3 | -2/+33 | |
looked back in source user's User Agent service. | |||||
2011-05-25 | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵ | Diva Canto | 1 | -0/+10 | |
testing. | |||||
2011-05-24 | Added necessary code to drop inventory on hg friends using the profile ↵ | Diva Canto | 1 | -1/+1 | |
window, but can't test because this mechanism doesn't seem to work without a profile service. | |||||
2011-05-23 | HG friends: Status notifications working. Also initial logins get the online ↵ | Diva Canto | 1 | -0/+3 | |
friends in other grids. | |||||
2011-05-22 | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 1 | -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-19 | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 1 | -0/+5 | |
correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | |||||
2011-05-13 | Fix 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-09 | Incremental patch to add config options to enable/disable the prim limits ↵ | E. Allen Soard | 1 | -0/+4 | |
module to OpenSim.ini. EnforcePrimLimits is set to false by default to emulate the current behavior. | |||||
2011-05-07 | Add missing configs for ssl in Robust.HG.ini | BlueWall | 1 | -0/+20 | |
2011-05-05 | Adding ssl support | BlueWall | 2 | -0/+35 | |
Adding ssl support for "Out of Band" applications such as the remote admin module or Robust services | |||||
2011-05-02 | Changed the defaults, so that it behaves exactly is it has been behaving (no ↵ | Diva Canto | 2 | -40/+63 | |
WebFetch cap by default). | |||||
2011-05-01 | How this might look like from a configuration perspective. Changes ↵ | Diva Canto | 1 | -0/+59 | |
OpenSimDefaults.ini. | |||||
2011-04-27 | add 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-27 | Thank you Snoopy for a patch that adds some filtering to client versions ↵ | Diva Canto | 3 | -0/+84 | |
allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples. | |||||
2011-04-27 | Change 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-27 | adjust 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-25 | Removed stale client components: MXP and VWoHTTP. | Diva Canto | 2 | -0/+0 | |
2011-04-25 | Cleaned up various configuration options. Removed the category throttle | Mic Bowman | 1 | -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-24 | Removed unused libraries: RAILS.dll and dependencies. | Diva Canto | 3 | -0/+0 | |
2011-04-24 | Removed unused libraries Castle.* | Diva Canto | 3 | -0/+0 | |
2011-04-23 | Fix most issues raised by justincc: ↵ | Sean McNamara | 1 | -0/+4 | |
http://opensimulator.org/mantis/view.php?id=5440 | |||||
2011-04-23 | Added MaxAgents configuration option to RegionConfig.ini allowing region ↵ | E. Allen Soard | 1 | -0/+1 | |
hosters to setup regions maintaining more control over system resources. | |||||
2011-04-21 | some mesh config asthetics | BlueWall | 1 | -1/+1 | |
2011-04-21 | Group collada meshies settings under [Mesh] in OpensimDefaults.ini | BlueWall | 1 | -6/+6 | |
2011-04-21 | Remove duplicated freeswitch settings. | Justin Clark-Casey (justincc) | 1 | -4/+0 | |
2011-04-19 | synchronize Robust.HG.ini.example FreeSWITCH config with other config files | Justin Clark-Casey (justincc) | 1 | -10/+32 | |
2011-04-19 | For consistency, uncomment ColladaMesh option in OpenSimDefaults.ini. ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Thanks for the spot, Ai Austin. | |||||
2011-04-19 | Clean 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-18 | Move 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-18 | Provide 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-14 | Add ColladaMesh switch | BlueWall | 1 | -1/+5 | |
2011-04-13 | Add ColladaMesh switch | BlueWall | 1 | -1/+5 | |