aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update documentation in OpenSim.ini.example for j2k decode cache expiration timedahlia2009-09-011-0/+2
|
* - making font name used by VectorRenderModule configurable: can be setdr scofield (aka dirk husemann)2009-08-311-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 cleanupMelanie2009-08-291-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 allowsMelanie2009-08-291-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 InventoryCacheJustin Clark-Casey (justincc)2009-08-284-132/+0
|
* Add optimization comment suggestions for FlotsamCache MemoryCacheTimeout as ↵Justin Clark-Casey (justincc)2009-08-271-0/+2
| | | | suggested by Whitestar. Thanks!
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-08-253-58/+3
|\
| * * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto2009-08-222-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 ↵dahlia2009-08-181-0/+3
| | | | | | | | user's viewer network throttle settings
* | Patch from jhurliman to HttpServerTeravus Ovares (Dan Olivares)2009-08-251-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-183-3236/+3236
|
* Apply http://opensimulator.org/mantis/view.php?id=3538Justin Clark-Casey (justincc)2009-08-171-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 Frisby2009-08-181-2/+20
| | | | OpenSim.ini.example under the [MRM] section.
* Add the ability to use -console=rest to the region server. UserMelanie2009-08-172-1/+3
| | | | and pass are specified the same way as for the ROBUST server
* Add the remote console parameters to the example fileMelanie2009-08-171-0/+6
|
* Add the OpenSim.ConsoleClient app.Melanie2009-08-172-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.Kunnis2009-08-161-1/+1
|
* Misc cleanup.Jeff Ames2009-08-161-60/+58
|
* Try something to help the tests complete.Teravus Ovares (Dan Olivares)2009-08-1111-11/+110
|
* Removed IAssetCache.Diva Canto2009-08-101-4/+0
| | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
* Removed IAssetServer.Diva Canto2009-08-101-4/+0
|
* Merge branch 'groups-core-contrib' of git://github.com/mcortez/opensim into ↵Sean Dague2009-08-071-15/+22
|\ | | | | | | incoming
| * Merge branch 'master' into groups-core-contribMichael Cortez2009-08-061-0/+8
| |\
| * | Continue with renaming of Groups module componentsMichael Cortez2009-08-051-15/+22
| | |
* | | add in stanzas for ppc64 and s390xSean Dague2009-08-071-0/+2
| | |
* | | add stanzas for s390x and ppc64 so that if you build these libraries,Sean Dague2009-08-071-0/+2
| | | | | | | | | | | | and name them correctly, opensim will pick them up.
* | | Update prebuild once againMelanie2009-08-061-0/+0
| | |
* | | Update prebuild binaryMelanie2009-08-061-0/+0
| | |
* | | Add the addon modules folderMelanie2009-08-061-0/+1
| |/ |/|
* | Add the config-include statement to OpenSim.ini.example.Melanie2009-08-061-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 madeSean Dague2009-08-051-0/+0
| | | | the transition
* * Fix OpenMetaverse.dll.configTeravus Ovares (Dan Olivares)2009-08-051-2/+4
|
* * Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)2009-08-0510-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 nameMelanie2009-08-041-1/+1
|
* Update config examplesMelanie2009-08-042-1/+2
|
* Configuration examples for the freeswitch moduleMelanie2009-08-042-1/+10
|
* * Reattempt at a compileTeravus Ovares2009-07-301-0/+0
|
* * Fixed another potential httpserver leak.Teravus Ovares2009-07-302-0/+0
|
* adding documentation for DisableUndergroundMovementDr Scofield2009-07-301-0/+5
|
* * An attempt to fix mantis #3953Teravus Ovares2009-07-292-0/+0
|
* Thank you, coyled, for a patch to change Flotsamcache path generationMelanie Thielker2009-07-291-0/+11
| | | | | | to avoid directory overflow.
* * Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares2009-07-293-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 Ames2009-07-275-23455/+23455
|
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-2511-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 Ovares2009-07-213-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 Scofield2009-07-111-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.exampleJustin Clarke Casey2009-07-101-2/+10
|
* * minor: Make GridCommon.ini.example refer to inventory service rather than ↵Justin Clarke Casey2009-07-101-2/+3
| | | | | | | | asset where appropriate * Send debug level notice to console if a user fails authentication
* Experimental fix for tilted avatar capsule, Mantis #2905nlin2009-07-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | Set av_capsule_tilted to false in opensim.ini. Default is true, so there is no change in avatar behavior (and no breaking of existing content which relies on the tilted capsule). This commit straightens up the avatar capsule so it behaves consistently (e.g. same collision behavior against prims regardless of which direction the avatar is coming from; ability to fit through narrow doorways). Please note this introduces other side effects which have not been fixed. In particular: * The avatar frequently falls through the terrain if it is not flat, though the avatar behaves pretty well on flat terrain. This requires investigation of the ode terrain collider. * The apparent foot position of the avatar with respect to the ground is changed. This requires investigation of the avatar height/capsule height. Please consider this as work in progress.
* B.U.S.T. Implant #1. Add inventory services to B.U.S.T.Melanie Thielker2009-07-071-2/+13
| | | | | | OpenSim.Server.exe now runs both asset and inventory services