aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-07add in stanzas for ppc64 and s390xSean Dague1-0/+2
2009-08-07add stanzas for s390x and ppc64 so that if you build these libraries,Sean Dague1-0/+2
and name them correctly, opensim will pick them up.
2009-08-06Update prebuild once againMelanie1-0/+0
2009-08-06Update prebuild binaryMelanie1-0/+0
2009-08-06Add the addon modules folderMelanie1-0/+1
2009-08-06Add the config-include statement to OpenSim.ini.example.Melanie1-0/+8
addon-modules/*/config/*.ini is now included in the configuration
2009-08-05Continue with renaming of Groups module componentsMichael Cortez1-15/+22
2009-08-05force back the Regions directory, which because it was empty in svn never madeSean Dague1-0/+0
the transition
2009-08-05* Fix OpenMetaverse.dll.configTeravus Ovares (Dan Olivares)1-2/+4
2009-08-05* Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 targetTeravus Ovares (Dan Olivares)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)
2009-08-04Update a misspelled nameMelanie1-1/+1
2009-08-04Update config examplesMelanie2-1/+2
2009-08-04Configuration examples for the freeswitch moduleMelanie2-1/+10
2009-07-30* Reattempt at a compileTeravus Ovares1-0/+0
2009-07-30* Fixed another potential httpserver leak.Teravus Ovares2-0/+0
2009-07-30adding documentation for DisableUndergroundMovementDr Scofield1-0/+5
2009-07-29* An attempt to fix mantis #3953Teravus Ovares2-0/+0
2009-07-29Thank you, coyled, for a patch to change Flotsamcache path generationMelanie Thielker1-0/+11
to avoid directory overflow.
2009-07-29* Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares3-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.
2009-07-27Update svn properties.Jeff Ames5-23455/+23455
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares11-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
2009-07-21* Updated C# WebServer to the latest available source download (r19869) and ↵Teravus Ovares3-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!)
2009-07-11From: Dr Scofield <hud@zurich.ibm.com> & Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-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.
2009-07-10* minor: formatting adjustments in OpenSim.ini.exampleJustin Clarke Casey1-2/+10
2009-07-10* minor: Make GridCommon.ini.example refer to inventory service rather than ↵Justin Clarke Casey1-2/+3
asset where appropriate * Send debug level notice to console if a user fails authentication
2009-07-08Experimental fix for tilted avatar capsule, Mantis #2905nlin1-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.
2009-07-07B.U.S.T. Implant #1. Add inventory services to B.U.S.T.Melanie Thielker1-2/+13
OpenSim.Server.exe now runs both asset and inventory services
2009-07-07Removing the left over monolithic user server config filesMelanie Thielker2-47/+0
2009-07-07Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker2-0/+60
2009-07-06Thank you, mcortez, for a patch to prebuild to allow includes with wildcards.Melanie Thielker1-0/+0
Fixes Mantis #3860
2009-06-25Add a comment and an example region config fileMelanie Thielker1-0/+47
2009-06-25- adds the possibility of setting the socket receive buffer sizeDr Scofield1-0/+17
option for LLUDPServer. On windows .NET the default socket receive buffer size is 8192 bytes, on recent linux systems it's about 111K. both value can be a bit small for an OpenSim instance serving many clients. The socket receive buffer size can be configured via an OpenSim.ini config option - adds a general catch clause to LLUDPServer.OnReceivedData() to prevent it submerging when an unexpected Exception occurs.
2009-06-25From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+19
This change moves texture send processing out of the main packet processing loop and moves it to a timer based processing cycle. Texture packets are sent to the client consistently over time. The timer is discontinued whenever there are no textures to transmit. The behavior of the texture sending mechanism is controlled by three variables in the LLCLient section of the config file: [1] TextureRequestRate (mS) determines how many times per second texture send processing will occur. The default is 100mS. [2] TextureSendLimit determines how many different textures will be considered on each cycle. Textures are selected by priority. The old mechanism specified a value of 10 for this parameter and this is the default [3] TextureDataLimit determines how many packets will be sent for each of the selected textures. The old mechanism specified a value of 5, so this is the default. So the net effect is that TextureSendLimit*TextureDataLimit packets will be sent every TextureRequestRate mS. Once we have gotten a reasonable feeling for how these parameters affect overall processing, it would be nice to autonmically manage these values using information about the current status of the region and network. Note that this also resolves the pathologcal problem that previously existed which was that a seated avatar generated very few in-bound packets (theoretically) and would therefore be the least able to retrieve the images being displayed by a projector script.
2009-06-17Implementation of a simple authentication service + in connector in route to ↵diva1-0/+5
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
2009-06-15Moving these nice HG connectors to their homes.diva2-4/+4
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules ↵diva1-2/+4
are now in CoreModules/ServiceConnectorsIn, where they belong.
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2-1/+2
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
2009-06-14Formatting cleanup.Jeff Ames1-29/+28
2009-06-14Update svn properties.Jeff Ames2-52/+52
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵diva4-3/+7
get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
2009-06-11Removed a change in StandaloneHypergrid.ini introduced in r9838, which was ↵diva1-1/+0
incorrect.
2009-06-10Fixed problem in configuration for GridHypergrid.ini.diva1-1/+1
2009-06-10Thank you kindly, BlueWall, for a patch that solves:Charles Krinke1-0/+1
SQLite error on creating user.
2009-06-10Added some defaults to OpenSim.ini.example so that it works out of the box ↵diva1-0/+13
again with zero configuration.
2009-06-10Flipping memory cache to false (default) in Flotsam cache, because of a bug ↵diva1-1/+1
in libomv.
2009-06-10Heart surgery no.2: the inventory service hooks. diva9-78/+126
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
2009-06-08Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker1-23/+30
Fixes Mantis #3784
2009-06-06Added Flotsam's cache config vars to configuration. Made it the default in ↵diva7-26/+60
grided sims. Made Cenome cache the default in standalone sims. More splitting in ini files, invisible to the user.
2009-06-04Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR.diva2-15/+18
2009-06-03Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble2-0/+16
(Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.