Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example | Justin Clark-Casey (justincc) | 2009-09-03 | 1 | -4/+6 |
| | |||||
* | document options in OpenSim.ConsoleClient.ini.example | Dave Coyle | 2009-09-03 | 1 | -0/+11 |
| | |||||
* | update documentation in OpenSim.ini.example for j2k decode cache expiration time | dahlia | 2009-09-01 | 1 | -0/+2 |
| | |||||
* | - making font name used by VectorRenderModule configurable: can be set | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -0/+4 |
| | | | | | | | | | | | via [VectorRender] font_name = "Comic Sans MS" in OpenSim.ini - adding osSetFontName OSSL function | ||||
* | Add a slow cache cleaner thread. By default, the thread starts a cleanup | Melanie | 2009-08-29 | 1 | -1/+1 |
| | | | | | | sweep every 10 minutes. If any texture data is older than 12 hours, it is regenerated and the memory cache is refreshed. After each decode, the thread delays for 5 seconds. | ||||
* | Make the j2kDecodeCache expire after 50 minutes (configurable). Alse allows | Melanie | 2009-08-29 | 1 | -0/+7 |
| | | | | | | setting the path for it. This commit introduces NEW DEFAULT BEHAVIOR. To retain the old behavior (eternal cache) you will need to change your OpenSim.ini and set the timeout to 0. | ||||
* | Pull out distinct cache system folders and drop cache methods in InventoryCache | Justin Clark-Casey (justincc) | 2009-08-28 | 4 | -132/+0 |
| | |||||
* | Add optimization comment suggestions for FlotsamCache MemoryCacheTimeout as ↵ | Justin Clark-Casey (justincc) | 2009-08-27 | 1 | -0/+2 |
| | | | | suggested by Whitestar. Thanks! | ||||
* | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-08-25 | 3 | -58/+3 |
|\ | |||||
| * | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 2009-08-22 | 2 | -58/+0 |
| | | | | | | | | | | | | folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer. | ||||
| * | Added new OpenSim.ini setting: "client_throttle_max_bps" which overrides ↵ | dahlia | 2009-08-18 | 1 | -0/+3 |
| | | | | | | | | user's viewer network throttle settings | ||||
* | | Patch from jhurliman to HttpServer | Teravus Ovares (Dan Olivares) | 2009-08-25 | 1 | -0/+0 |
|/ | | | | | | Fixes cookie handling and header name casing in HttpServer Currently, cookies are never being processed on incoming HTTP requests. This patch makes sure cookies are parsed and inserted into IHttpRequest.Cookies, and fixes incoming headers to always have lower-case names. http://opensimulator.org/mantis/view.php?id=4052 | ||||
* | * Update HTTP Server with jhurliman's longheader fix. Changes 1024 with 4096. | Teravus Ovares (Dan Olivares) | 2009-08-18 | 3 | -3236/+3236 |
| | |||||
* | Apply http://opensimulator.org/mantis/view.php?id=3538 | Justin Clark-Casey (justincc) | 2009-08-17 | 1 | -10/+15 |
| | | | | | | Add ability to silence IRC relay of region joins and quits from certain users This is useful for admins who wish to remain hidden, or service bots. Thanks RemedyTomm | ||||
* | Added additional configuration options for MRM Security. See ↵ | Adam Frisby | 2009-08-18 | 1 | -2/+20 |
| | | | | OpenSim.ini.example under the [MRM] section. | ||||
* | Add the ability to use -console=rest to the region server. User | Melanie | 2009-08-17 | 2 | -1/+3 |
| | | | | and pass are specified the same way as for the ROBUST server | ||||
* | Add the remote console parameters to the example file | Melanie | 2009-08-17 | 1 | -0/+6 |
| | |||||
* | Add the OpenSim.ConsoleClient app. | Melanie | 2009-08-17 | 2 | -0/+34 |
| | | | | | Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003. | ||||
* | Adding in Reflection-based testing, to ensure that all properties are covered. | Kunnis | 2009-08-16 | 1 | -1/+1 |
| | |||||
* | Misc cleanup. | Jeff Ames | 2009-08-16 | 1 | -60/+58 |
| | |||||
* | Try something to help the tests complete. | Teravus Ovares (Dan Olivares) | 2009-08-11 | 11 | -11/+110 |
| | |||||
* | Removed IAssetCache. | Diva Canto | 2009-08-10 | 1 | -4/+0 |
| | | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml | ||||
* | Removed IAssetServer. | Diva Canto | 2009-08-10 | 1 | -4/+0 |
| | |||||
* | Merge branch 'groups-core-contrib' of git://github.com/mcortez/opensim into ↵ | Sean Dague | 2009-08-07 | 1 | -15/+22 |
|\ | | | | | | | incoming | ||||
| * | Merge branch 'master' into groups-core-contrib | Michael Cortez | 2009-08-06 | 1 | -0/+8 |
| |\ | |||||
| * | | Continue with renaming of Groups module components | Michael Cortez | 2009-08-05 | 1 | -15/+22 |
| | | | |||||
* | | | add in stanzas for ppc64 and s390x | Sean Dague | 2009-08-07 | 1 | -0/+2 |
| | | | |||||
* | | | add stanzas for s390x and ppc64 so that if you build these libraries, | Sean Dague | 2009-08-07 | 1 | -0/+2 |
| | | | | | | | | | | | | and name them correctly, opensim will pick them up. | ||||
* | | | Update prebuild once again | Melanie | 2009-08-06 | 1 | -0/+0 |
| | | | |||||
* | | | Update prebuild binary | Melanie | 2009-08-06 | 1 | -0/+0 |
| | | | |||||
* | | | Add the addon modules folder | Melanie | 2009-08-06 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Add the config-include statement to OpenSim.ini.example. | Melanie | 2009-08-06 | 1 | -0/+8 |
|/ | | | | addon-modules/*/config/*.ini is now included in the configuration | ||||
* | force back the Regions directory, which because it was empty in svn never made | Sean Dague | 2009-08-05 | 1 | -0/+0 |
| | | | | the transition | ||||
* | * Fix OpenMetaverse.dll.config | Teravus Ovares (Dan Olivares) | 2009-08-05 | 1 | -2/+4 |
| | |||||
* | * Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 target | Teravus Ovares (Dan Olivares) | 2009-08-05 | 10 | -13345/+14243 |
| | | | | | | | | * Hopefully this allows older mono versions to still work. * A couple of points of note: * TimeZoneInfo.. replaced with DateTime.UtcNow - TimeSpan.FromHours(7); * HashSet<uint> replaced with Dictionary<uint,object> * Force use of the managed version of ReaderWriterLockSlim (don't use the pre-processor defs) | ||||
* | Update a misspelled name | Melanie | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | Update config examples | Melanie | 2009-08-04 | 2 | -1/+2 |
| | |||||
* | Configuration examples for the freeswitch module | Melanie | 2009-08-04 | 2 | -1/+10 |
| | |||||
* | * Reattempt at a compile | Teravus Ovares | 2009-07-30 | 1 | -0/+0 |
| | |||||
* | * Fixed another potential httpserver leak. | Teravus Ovares | 2009-07-30 | 2 | -0/+0 |
| | |||||
* | adding documentation for DisableUndergroundMovement | Dr Scofield | 2009-07-30 | 1 | -0/+5 |
| | |||||
* | * An attempt to fix mantis #3953 | Teravus Ovares | 2009-07-29 | 2 | -0/+0 |
| | |||||
* | Thank you, coyled, for a patch to change Flotsamcache path generation | Melanie Thielker | 2009-07-29 | 1 | -0/+11 |
| | | | | | | to avoid directory overflow. | ||||
* | * Adds the ability to have a thread efficient long poll service (such as the ↵ | Teravus Ovares | 2009-07-29 | 3 | -0/+5 |
| | | | | | | | | | eventqueue) * If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users. * Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer * Generic enough to be used for many long poll services, not only the EventQueue. | ||||
* | Update svn properties. | Jeff Ames | 2009-07-27 | 5 | -23455/+23455 |
| | |||||
* | * Updates libOMV to version 0.7.0 | Teravus Ovares | 2009-07-25 | 11 | -0/+23455 |
| | | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html | ||||
* | * Updated C# WebServer to the latest available source download (r19869) and ↵ | Teravus Ovares | 2009-07-21 | 3 | -4499/+2931 |
| | | | | | | | | | | applied a few mods from the old version (now up on opensim-libs (VS 3.5 project). * Made various changes to BaseHttpServer to accommodate the new interfaces. * This version has been significantly re-architected and may fail in unusual and insidious ways. * Please pay attention to any errors you get and post a Mantis if you can reproduce an issue with the HTTPServer. I'm including the pdb and having the http server compiled in debug for a few weeks so that when an error occurs, it'll print the pertenant data. * Once again, this is the full C# WebServer, not the lite branch that is included in LibOMV (we need SSL!) | ||||
* | From: Dr Scofield <hud@zurich.ibm.com> & Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-07-11 | 1 | -0/+58 |
| | | | | | | | | | | | this commit finally adds the VivoxVoiceModule: it supports positional as well as conference call type voice (currently only per region server), region and parcel voice, speaker indication (LL client family), direct avtar-to-avatar voice chat. NOTE: you need to obtain an customer admin account from Vivox to be able to use this module --- DON'T ask me about how to about an admin account, i've NO clue, we just wrote this code. | ||||
* | * minor: formatting adjustments in OpenSim.ini.example | Justin Clarke Casey | 2009-07-10 | 1 | -2/+10 |
| | |||||
* | * minor: Make GridCommon.ini.example refer to inventory service rather than ↵ | Justin Clarke Casey | 2009-07-10 | 1 | -2/+3 |
| | | | | | | | | asset where appropriate * Send debug level notice to console if a user fails authentication |