aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Allows standalone region users to skip the "You must wait 5 minutes to log ↵Arthur Valadares2009-05-291-0/+4
| | | | | | | | again" message and allow the region to kick the old user and log the new one without reporting any failure. Default is still to show message and fail login
* Adding the GlynnTucker cache module as the default choice in .ini's.diva2009-05-272-4/+6
| | | | | Minor log message change in the module itself.
* Update svn properties.Jeff Ames2009-05-256-79/+79
|
* Added one missing config var for HG standalones.diva2009-05-232-2/+6
|
* Changing extension of two of the config files to .example because they need ↵diva2009-05-233-3/+4
| | | | to be copied and customized.
* Added a few pre-packaged configurations to make it easier for people to ↵diva2009-05-227-43/+90
| | | | configure their sims.
* Removing the [UserService] section, because it's not working yet.diva2009-05-221-3/+1
|
* Comment out the asset cache config in .ini.example.diva2009-05-201-2/+2
|
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-45/+0
|
* Bug fix and config rename.diva2009-05-181-1/+1
|
* Rename OpenSim.Server.exe to OpenSim.Services.exe and the correspondingMelanie Thielker2009-05-182-0/+0
| | | | | | | ini to OpenSim.Services.ini.example, which makes soooo much more sense. Thanks, Adam!
* This commit changes the way the new server works. There is no longer a serverMelanie Thielker2009-05-182-0/+3
| | | | | | | | | | exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed!
* DLL name change in config var.diva2009-05-181-1/+1
|
* From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-05-181-1/+4
| | | | | | | | | | | | | | | | | We've encountered problems with textures never fully downloading and objects not moving or being deleted (from the client's point of view) even when the bandwidth settings on the client have been set very low. This can happen over reasonably lossy links (eg you're on the other side of the world from the server) as the server retries 3 times and then gives up. Whilst its possible to set ReliableIsImportant, this forces the server to keep retrying no matter what which potentially could lead to problems. This patch allows for the setting of MaxReliableResends explicitly (is set to 3 normally) in OpenSim.ini so if you know you will have clients connecting with poor connections you can set it a bit higher (10-15 works quite well even for very poor connections).
* Renaming [ServiceConnectors] back to [Modules].diva2009-05-171-1/+1
|
* HG asset transfers starting to work -- GETs only for now. diva2009-05-171-3/+6
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-151-11/+13
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* Update ini examplesMelanie Thielker2009-05-132-0/+14
|
* Changes to the new user system to add the modularity developed for the assetMelanie Thielker2009-05-112-0/+9
| | | | | | system
* Commit the asset server app configMelanie Thielker2009-05-111-0/+33
|
* Smooth out some .ini stuff, actually commit the exampleMelanie Thielker2009-05-111-0/+9
|
* Add selling for $0 back to the sample economy module. This is disabled byMelanie Thielker2009-05-111-26/+2
| | | | | | | | default but can be enabled in OpenSim.ini. If enabled, things can be sold for $0. Other amounts will cause the buyer to see a message and the transaction will fail.
* Plumb the HG asset broker. More naming changes to clarify things. Lots moreMelanie Thielker2009-05-111-1/+14
| | | | | | config options.
* Fixed handling of inventory a bitHomer Horwitz2009-05-092-28/+28
| | | | | | | | | - AssetType isn't InventoryType. Those enums contain different numbers. Use AssetType for the asset type, InventoryType for the inventory type. - The ToString method (or ToLower) of AssetType/InventoryType doesn't necessarily return the correct LLSD string. - Replaced several magic numbers by their corresponding enum. - Fixed the invType for gestures and animations in the library. This should fix Mantis #3610 and the non-terminating inventory loading
* Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker2009-05-091-0/+21
|
* More additions to the nextgen reference UGAIMMelanie Thielker2009-05-081-0/+4
|
* Committing the user server executable skeletonMelanie Thielker2009-05-052-0/+35
|
* Add a parameter that limits the max size of the outbound packet. DefaultedMelanie Thielker2009-05-041-0/+2
| | | | | | at 1400 since the headers get added to that (32 bytes plus UDP headers)
* * Makes ObjectUpdate compressing tweakable in OpenSim.ini - introduces:Adam Frisby2009-05-021-0/+6
| | | | | | | | TerseUpdatesPerPacket=10 FullUpdatesPerPacket=14 TerseUpdateRate=10 FullUpdateRate=14
* Plumb conifg into the client views. Add config option to configure packetMelanie Thielker2009-05-021-0/+4
| | | | | | dropping.
* Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-05-021-0/+4
| | | | | | | | | Move json stats to non-published resource name Remove well-known resource name for json stats, creating dynamic uris with private keys and add a user configurable resource name for region owner usage.
* Thank you kindly, MCortez for a patch that solves:Charles Krinke2009-05-021-5/+2
| | | | | | | | | Different people using Hippo 0.5.1 report that trying to send group instant messages crashes the viewer (Hippo 0.5.1). This is the case even for empty groups or if all group members are online.
* Numerous packet improvements.Melanie Thielker2009-05-021-0/+5
| | | | | | | | | | | | | Don't allow packets to be resent before they have actually been sent for the first time. Switch from serializing a packet to get it's length to the LibOMV provided Length property. Fix resend timing. Fix the use of dangling references to Acked packets. Fix the packet handler to play nice with the packet pool. Fix the packet pool. Add data block recycling to the packet pool. Packet pool is now ENABLED by default. Add config option to disable packet and data block reuse. Add ObjectUpdate and ImprovedTerseObjectUpdate to the packets being recycled.
* Add a tweakable for the prim queue preloadMelanie Thielker2009-05-011-0/+3
|
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-291-1/+5
| | | | | | | | | The attached patch provides the necessary infrastructure to support security and authentication features of the xmlrpc server. * Read/Write keys for accessing a Group's xmlrpc service. * Requiring user session verification for write operations.
* From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield2009-04-291-0/+13
| | | | | | | | | | | - Adds an admin_modify_region call to allow changing of parcel voice settings and changing of public/private status - add boolean "public" and boolean "enable_voice" to admin_create_region XmlRpc call to allow specifying of public/private status and to allow enabling voice for all parcels; also added config variables to allow setting of defaults for those - fixing cut-and-paste artefacts
* Getting rid of -hypergrid=true on the command line. This config now goes ↵diva2009-04-271-0/+3
| | | | inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527.
* Adapt the opensim.ini example to reflect the php file names actually usedMelanie Thielker2009-04-261-2/+2
| | | | | | in wiredux to reduce confusion a bit
* Fix another typo in the ini exampleMelanie Thielker2009-04-251-1/+1
|
* Fix a typo in OpenSim.ini.exampleMelanie Thielker2009-04-251-1/+1
|
* * update example to reflect optional Well known hostname.Teravus Ovares2009-04-221-0/+6
|
* Change the default for FreeSwitch Voice to disable. Most people don't haveMelanie Thielker2009-04-221-1/+1
| | | | | | the server, after all.
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-211-0/+7
| | | | | | | | | | | * Refactors the xmlrpc calls to a single location to make it easier to debug and include alternative xmlrpc call mechanisms * Includes an alternative xmlrpc call mechanism that sets HTTP Keep-Alive to false which solves nearly all System.Net exceptions on some windows environments
* culling AsteriskVoiceModule and SIPVoiceModule, now that we haveDr Scofield2009-04-211-52/+23
| | | | | | working FreeSwitchVoiceModule and soon will have a fully working VivoxVoiceModule.
* Added a "force_simple_prim_meshing" option to the ODE settings in ↵Dahlia Trimble2009-04-191-0/+10
| | | | | | | OpenSim.ini which will use meshes for collisions with simple prim shapes rather than internal ODE algorithms. This may help with Mantis #2905 and Mantis #3487 for those experimenting with capsule settings. Note that this will increase memory usage and region startup time.
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-181-1/+23
| | | | | | | | | | | Added is a patch that adds a rough Groups implementation. This patch allows the creation, adding and maintaining Groups, Roles and Members. Work has begun on a very naive implementation of messaging, and minimal support for notifications {no attachments yet}. Proposals are not yet supported, but are on the to-do list. This implementation is not active by default, and must be configured in OpenSim.ini to become active.
* Remove the default plywood texture from the library. Its presence can cause ↵idb2009-04-181-13/+0
| | | | | | | usability problems when selecting textures. The texture is still in assets and can still be applied using the "Default" button or by uuid from scripts. The removal may not shown up until after clearing the cache. Fixes Mantis #3460
* add some stub config to OpenSim.ini.example for freeswitch. This needsSean Dague2009-04-171-0/+25
| | | | | | quite a bit of explaining before people can probably figure this out, which will be coming in the wiki.
* * Committing more BulletDotNETPlugin workTeravus Ovares2009-04-164-0/+0
| | | | | | * Tweak the LLSetStatus results in the ODEPlugin. Hopefully it's a little less unstable. * ODEPlugin is using experimental math for LLSetStatus, use with caution! :)
* Correct Opensim.ini.example to reflect the default settings for clouds.idb2009-04-111-2/+2
| | | | | | Fixes Mantis #3421 Change the agent/avatar events subscriptions to just OnNewClient. The data only needs to be sent once and keeping track of log ins/movements is not required. This will also send cloud data to child agents so that they can see clouds above neighbouring regions not just regions that they have visited.