aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-01* minor: A few tiny bits of documentation and log message cleanup before ↵Justin Clarke Casey1-1/+0
starting something different
2008-12-01* Assume that asset data in a reset inventory post is not inlined by defaultJustin Clarke Casey1-3/+2
* This means that the xml of a get request can be used as the input with a few value tweaks, instead of having to explicitly put inline="false" in the output xml
2008-12-01* stop inventory item creation via REST falling over on any included assets ↵Justin Clarke Casey1-93/+93
that are not inline (UUID only) * make rest inventory item xml output use 'invtype' for inventory type rather than just 'type'. This makes it symmetrical with input xml
2008-12-01* minor: fix log message printed when unrecognized elements are found in ↵Justin Clarke Casey2-135/+119
inventory rest input xml
2008-11-28* refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey1-3/+3
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-3/+9
2008-11-23Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke1-3/+101
This patch adds the option of adding the email when you create a new user. This works in Gridmode as none Gridmode. This option is also added to RemoteAdminPlugin. With a new handler you can create a user with a email.
2008-11-14Add group permissions to agent inventory.Melanie Thielker1-0/+8
Contains a migration. May contain nuts. Please back up your inventory data store. This revision changes the interface version!! No older regions can connect to these new UGAIM, and the new regions can't connect to the old UGAIM. Fixes a long-standing issue of permissions loss Currently persisted on MySQL only.
2008-11-10minor: remove mono compiler warningsJustin Clarke Casey1-1/+2
2008-11-10this changeset adds an option to RemoteAdmin to limit the number ofDr Scofield1-0/+7
regions that XmlRpcCreateRegion will create: if region_limit is != 0 then XmlRpcCreateRegion will only create a new region if the number of regions already existing is below region_limit.
2008-11-09Refactoring: Moved component creation to "ComponentFactory" as dictated by ↵Tedd Hansen3-101/+148
convention
2008-11-08* "Fixed" a NRE with the new script engine Tedd committedAdam Frisby1-8/+14
* Tedd will need to fix properly.
2008-11-08Work in progress on SECS stuff. Have been holding it off until after 0.6 ↵Tedd Hansen13-632/+182
release. Still messy as hell and doesn't really work yet. Will undergo dramatic changes. AND MOST IMPORTANTLY: Will be conformed to work in coop with todays DNE and XEngine, hopefully one day providing a common interface for all components.
2008-11-07adding region_port field to /admin/rest/regions/UUID/ to convey theDr Scofield1-0/+4
port of the region (used for region planning)
2008-11-01Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2-12/+18
Cleanups in REST inventory and asset services.
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-8/+29
Adding support to set start region and lookat for an avatar via XmlRpc.
2008-10-23adding documentation for region_master_uuid to XML doc commentsDr Scofield1-0/+2
2008-10-23fix: allowing explicit setting of UUID for master avatar inDr Scofield1-7/+18
CreateRegion (and documenting it).
2008-10-23fix: recent patch to XmlRpcCreateRegionMethod introduced master avatarDr Scofield1-5/+23
UUID parameter without checking for it at the method entry. this patch adds logic to obtain the master UUID via the user profile service, and, if the master avatar does not exist, will create the user. in any case the UUID is then the one supplied by the user profile service.
2008-10-23Adding AddXmlRpcHandler(name, method, bool) to selectively disableDr Scofield1-14/+14
KeepAlive for certain XmlRpc handlers. Making use of new AddXmlRpcHandler method in RemoteAdminPlugin to avoid clients waiting indefinitely for response. taking note of BaseHttpServer parameter in CommunicationsManager constructor (was passed it but then just ignored so far).
2008-10-21Update svn properties, minor formatting cleanup.Jeff Ames4-18/+18
2008-10-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield7-63/+152
cleanups and assorted fixes to REST inventory, asset, and appearance services.
2008-10-20actually enabling SaveOAR XmlRpc ;-)Dr Scofield1-4/+93
2008-10-10Add the beginnings of a sim health check (through remote admin)Melanie Thielker1-0/+56
2008-10-09Small remote admin cleanups/additionsMelanie Thielker1-0/+4
2008-10-06cleaning up OSHttpResponse: note that read access to extra headerDr Scofield1-40/+32
fields is GONE (HttpServer does not support that), you can read the "normal" HTTP headers available via properties, and you can add headers. also, it is now possible to set a timeout for KeepAlive (for those clients that pay attention to it). this also fixes the broken REST inventory/assets/appearance services, they should be working again. testcase for OSHttpResponse will follow.
2008-10-06adds admin_exists_user XmlRpc call.Dr Scofield1-0/+74
2008-09-30- a couple of minor code cleanups in RestInventoryServicesDr Scofield1-25/+25
- cleanups and more comments in ChatModule and IRCBridgeModule - adding Name support in ScenePresence
2008-09-28Update svn properties. Minor formatting cleanup. Fix a compiler warning. ↵Jeff Ames1-1/+1
Fix a UUID vs null comparison.
2008-09-26* Patch from JHurlimanTeravus Ovares2-32/+32
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-26* minor: fix lolbug in RestInventoryService spotted by jhurlimanJustin Clarke Casey1-2/+2
2008-09-26* minor: remove warningsJustin Clarke Casey1-2/+2
2008-09-24From: alan webb (alan_webb@us.ibm.com)Dr Scofield1-60/+60
cleanups.
2008-09-24cleanups, fixing REST appearance services.Dr Scofield2-110/+128
2008-09-23Update svn properties, formatting cleanup.Jeff Ames2-9/+9
2008-09-23this add POST support for asset services (howto forthcoming) and fixesDr Scofield1-9/+109
a couple of minor bugs.
2008-09-22cleanups in inventory REST code. also, disables digest authenticationsDr Scofield6-9/+38
for inventory REST calls for the time being, as firefox, curl, and also python's urllib2 cannot authenticate using digest auth. fix permission checking for prim inventory to be the same as for normal edit ops.
2008-09-21* minor: warnings removalJustin Clarke Casey3-17/+17
2008-09-21bugfix for shutdownTedd Hansen1-2/+9
2008-09-21Update svn properties, minor formatting cleanup.Jeff Ames11-788/+788
2008-09-21Fix an exception in new ScriptEngine loader where a region wouldMelanie Thielker1-1/+2
throw on quit if there was no script engine loaded by the loader
2008-09-21More locks, try's and disable some things in SEC - maybe it won't crash now. :)Tedd Hansen3-14/+27
2008-09-21Some error handling to avoid errors in SECTedd Hansen2-18/+40
2008-09-21EXPERIMENTAL: Early commit of new Script Engine Component SystemTedd Hansen12-0/+771
2008-09-19* minor: eliminate the current warningsJustin Clarke Casey1-1/+1
* you'd think from all this that I was one of those fanatically tidy people. I can assure you from looking around my bedroom/study that this is not the case :)
2008-09-18Update svn properties, minor formatting cleanup.Jeff Ames5-14/+14
2008-09-18and this actually adds the appearance code itself (and not just theDr Scofield2-0/+1102
check-in message)
2008-09-18Adds REST interface for setting avatar appearance. cleans up a coupleDr Scofield5-32/+62
of places in the REST inventory code.
2008-09-18adds support to delete a region completely and offers thatDr Scofield1-4/+65
functionality via the console command "delete-region" and also via RemoteAdminPlugin. minor typo fix.