aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanup: fixing CamelCase issue with RestDeserialiseHandler.Dr Scofield2008-07-151-2/+2
|
* fixes handler scoring method. XmlRpc code path now fully working withDr Scofield2008-07-152-7/+61
| | | | | | | HttpServer. :-)
* fixes a couple of issues i introduced yesterday, one of them MapBlock ↵Dr Scofield2008-07-152-55/+56
| | | | queries crashing.
* Mantis#1745. Thank you kindly, Lulurun for a patch that:Charles Krinke2008-07-151-2/+2
| | | | | Fixes simulator webmap functionality.
* further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield2008-07-146-79/+594
| | | | | | | | almost complete and soon to be ready for testing; OSHttpResponse code out.
* Patch #9150Melanie Thielker2008-07-142-87/+16
| | | | | | Patch 7 of the region patches. Finish off the region parts of the estate dialog. Full user functionality. Terrain textures, heights, water, avatar counts, prim bonus, debug settings and region toggles can now be set from the dialog on a per-region basis. Estate stuff defaults to sane values where there are no defaults, to estate_settings.xml otherwise. Sun still b0rked :(
* Patch #9149Melanie Thielker2008-07-141-275/+0
| | | | | | Make all of the toggles go live. Utilizes the new database table for almost everything. Remove lots of now unneeded settings from the EstateSettings class
* Patch #9148Melanie Thielker2008-07-141-11/+11
| | | | | | | | Patch 5 in the region settings series. Adds a migration to ensure corrupted data is purged and re-read from defaults. Some changes. Still no full functionality
* Patch #9147Melanie Thielker2008-07-142-163/+1
| | | | | | | Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
* Mantis#1638. Thank you kindly, Salahzar for a patch that:Charles Krinke2008-07-131-1/+1
| | | | | | Addresses an unused field in the asset server but never get filled up. It also makes working the recent items tab in inventory :))))
* * Hive off ConsolePluginCommand into its own framework classJustin Clarke Casey2008-07-121-0/+139
|
* Patch #9146 (No Mantis)Melanie Thielker2008-07-121-3/+4
| | | | | | Prevent an exception caused by inventory server fetch requests
* Patches #9143 and #9144 (Mantis #1723)Melanie Thielker2008-07-121-1/+8
| | | | | | | | | | Changes the permissions module to make scripts permissive only when intended Adds security checks to asset transfers to prevent hacked clients fron requesting script sources. Adds security checks to llClientView to verify all aspects of ownership and permissions for inventory based script retrieval.
* * Move thread tracking code to base opensim server so that it's available ↵Justin Clarke Casey2008-07-111-6/+31
| | | | | | | | | for all servers (UGAIM as well as Region) * This will work as long as those servers are actually registering any threads they use (does not include stuff plucked from the thread pool) * command is now "show threads" rather than threads
* Mantis#1005. Thank you kindly, Mircea for a two patches that:Charles Krinke2008-07-111-4/+4
| | | | | Addresses both locale issues and setting the waterHeight correctly.
* Update svn properties.Jeff Ames2008-07-1116-442/+442
|
* Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke2008-07-111-35/+24
| | | | | while he studies the issues in Windows a little bit.
* Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke2008-07-101-24/+35
| | | | | | Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins
* corrected the params types on IClientAPI.SendParcelMediaCommand. the command ↵MW2008-07-091-1/+1
| | | | parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum])
* small console message change related to last revisionMW2008-07-081-1/+1
|
* Added option to userserver config, to be able disable/enable the LLSD Login ↵MW2008-07-081-0/+7
| | | | support. As far as I know, the LLSD login method is currently only used by libsl based clients/bots. So could be useful to be able to disable this if a grid comes under a griefing attack from libsl bots.
* * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ↵lbsa712008-07-082-0/+33
| | | | IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList.
* * Changed casing of some archaic methods to conform with code standardslbsa712008-07-081-10/+10
|
* * Split out various classes from IClientAPI into their own files, in ↵lbsa712008-07-0816-365/+437
| | | | accordance with code standards
* RegionInfo.configMember can be null for dynamically created regionsDr Scofield2008-07-081-0/+3
| | | | | | that are not backed by a file.
* Mantis#1685. Thank you kindly, Mjm for a patch that:Charles Krinke2008-07-081-1/+12
| | | | | | | | | The attached patch tries to read the SVN revision from local file "svn_revision" before checking "../.svn/entries". This allows simulators not running from the source tree to properly display the SVN revision, if the installer generates the "svn_revision" file.
* * remove redundant sync locking in AssetServerBase since this is already ↵Justin Clarke Casey2008-07-075-26/+8
| | | | being done by the lower database layers
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-074-17/+0
|
* * Start scripts loaded from an archiveJustin Clarke Casey2008-07-071-3/+3
|
* adding support for IP EndPoint whitelisting in HttpServer code.Dr Scofield2008-07-072-10/+24
|
* switching to safer locks.Dr Scofield2008-07-071-4/+6
|
* further progress on HttpServer integration: OSHttpRequest can now beDr Scofield2008-07-074-26/+65
| | | | | | instantiated from both .NET and HttpServer code path.
* Copyright notices and formatting cleanup.Jeff Ames2008-07-064-203/+230
|
* changes prompting of create user console command to only ask for unspecified ↵Dahlia Trimble2008-07-051-12/+16
| | | | parameters and avoid an exception if the wrong number of parameters are supplied
* Changed default terrain lower limit to -100 instead of 100Dahlia Trimble2008-07-051-1/+1
|
* * Make default inventory grid server db mysql rather than sqliteJustin Clarke Casey2008-07-041-2/+2
| | | | | | * This is to match all the other grid servers
* Renaming UserManagerBase.SetUserProfile(UserProfileData) to Dr Scofield2008-07-042-5/+13
| | | | | | | | | | | UserManager.UpdateUserProfile(UserProfileData). Adding UpdateUserProfile(UserProfileData) to IUserService interface. Adding RemoteAdminPlugin.XmlRpcUpdateUserAccountMethod(...) to provide a remote update capability.
* mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield2008-07-043-52/+53
|
* Mantis#1647. Thank you very much, Sempuki for a patch that:Charles Krinke2008-07-042-62/+151
| | | | | Updates the previous module loader work.
* *Parcel Claim date is no longer Epoch (Jan 1, 1970). Now shows the actual ↵mingchen2008-07-031-1/+1
| | | | creation/reclaim/sale date.
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-023-12/+0
| | | | | | | | * Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision
* Mantis#1647. Thank you kindly, Sempuki for a patch that:Charles Krinke2008-07-021-5/+70
| | | | | | attached patch adds support to constrain the number of plugins that can be loaded per extension point.
* Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke2008-07-011-0/+201
| | | | | | Reads estate_settings.xml and populates the database from it. If there is no record, just passes the defaults to the application.
* add the ability to cherry pick expire something from the assetSean Dague2008-06-301-0/+24
| | | | | | cache. Bandaid until we rethink the caches a bit more.
* Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-302-34/+50
| | | | | | Make each region load it's settings from the database on startup. No user functionality yet.
* Update svn properties.Jeff Ames2008-06-302-135/+135
|
* properly explaining each #pragma warning disableDr Scofield2008-06-302-26/+39
| | | | | | massaging OSHttpRequestPump to not abort on exceptions...
* disabled the multiple inventory server support in login service again.MW2008-06-293-134/+64
| | | | | | And reverted CachedUserInfo back to revision 5262. I don't think most of the inventory problems that people are reporting are due to these, but its easier to deal with one set of potential problems at a time, and I'm not going to get any time in the week to work on this anyway.
* patch and files from mantis #1630, Thanks MelanieMW2008-06-292-1/+301
|
* couple of small fixes to try to fix support for multiple inventory servers ↵MW2008-06-291-2/+14
| | | | in the loginservice