aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2158Justin Clarke Casey1-9/+90
* RemoteAdmin SaveXMLMethod * My tiny mind isn't quite sure how this is useful, but the load xml equivalent is already there, so what the hell :) * Thanks Olish.
2008-09-08* some if inversions and added {}'s for readabilitylbsa711-3/+9
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares11-85/+87
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2-5/+1
cleanup: warnings, readability
2008-08-28Update svn properties, formatting cleanup.Jeff Ames7-388/+258
2008-08-28adds XmlRcpLoadOAR support to RemoteAdminPlugin.csDr Scofield1-0/+96
2008-08-27From: Richard Alimi <ralimi@us.ibm.com>Sean Dague1-1/+1
The following patch fixes the import of assets via the REST interface to use the proper Base64->Bytes conversion. The previous conversion did not work correctly for binary data, in particular for textures.
2008-08-22bug fixes:Dr Scofield1-1/+1
- GridInfoServices was not paying attention to location of ini file - typo in RemoteAdminPlugin
2008-08-22- fixes a bug in RemoteAdminPlugin where CreateRegion would not payDr Scofield1-12/+27
attention to regionload_regionsdir from OpenSim.ini - fixes a type on RegionLoaderFileSystem
2008-08-21- corrects statement about {asset,user,inventory} source configurationDr Scofield1-3/+8
as those all work with MySQL (and are in fact required it seems); adds examples as well - adds region_file_template functionality for the create_region XmlRpc call of RemoteAdminPlugin - cleans up and fixes typo in UserProfileData
2008-08-20fixing Rest/Inventory stuff again. changes somehow got lost locally.Dr Scofield5-20/+11
2008-08-20oops. forgot.Dr Scofield2-0/+289
2008-08-20From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield6-895/+1573
cleanups of the REST inventory code.
2008-08-19Update svn properties, formatting cleanup.Jeff Ames8-101/+30
2008-08-18* If two regions have configuration information that conflicts (save xy ↵Justin Clarke Casey1-2/+55
location, same uuid or same internal ip port) then complain loudly and don't start up
2008-08-18Formatting cleanup.Jeff Ames7-332/+230
2008-08-15Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker1-1/+4
hierarchical rights structure. MasterAvatar: Owner of the region server (may be null), net gods (users with GodLevel 200), Estate owner (from database). Look at Opensim.ini.example to enable net gods. Estate owner will default to master avatar.
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames1-3/+5
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-0/+44
The following patch allows an asset to be added via the REST interface.
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-0/+29
The following patch implements adding prims to a region using the Xml2 format.
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-4/+35
The following patch implements retrieving prims in Xml2 format via the REST interface. For example: http://localhost:9000/admin/regions/<region-uuid>/prims/ It also allows an additional parameter which specifies a bounding box. If this parameter is specified, only prims within the bounding box are retrieved. For example: http://localhost:9000/admin/regions/8cd759b4-e077-489d-9a34-e1ff70ef65dd/prims/0,0,0,128,128,128 will retrieve only the prims whose positions are in the bounding box with corners (0,0,0) and (128,128,128).
2008-08-15From: Richard Alimi <ralimi@us.ibm.com>Dr Scofield1-1/+1
The following patch allows spaces in usernames and passwords in HTTP Basic authentication for REST services.
2008-08-07Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-06From: alan webb <alan_webb@us.ibm.com>Dr Scofield1-2/+6
this adds image conversion features to the REST inventory/asset code.
2008-08-06Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur4-0/+44
dlls. Fix issue 1876.
2008-07-28dropping GridInfo prototype, now properly implemented asDr Scofield1-122/+0
GridInfoService.
2008-07-25oops. forgot to add addin.xml for GridInfoPlugin. also, slightDr Scofield1-1/+2
reordering of plugin initialisation to ensure that it will return base information about grid, even if [GridInfo] config section is not there.
2008-07-25first cut at a GridInfo plugin (mantis #1825). Currently just spitsDr Scofield1-0/+121
out everything in the [GridInfo] section :-D Also, not yet LLSD but XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample values and explanation. Oh, and default values provided are platform: OpenSim mode: standalone | grid have fun.
2008-07-25From: awebbDr Scofield2-0/+284
test code for REST handlers.
2008-07-25From: awebbDr Scofield6-308/+620
Further improvements to the REST handlers.
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur5-29/+0
attributes to external XML files. Fix issues 1682 and 1786.
2008-07-21* eliminated some warnings and added some const and readonlieslbsa711-1/+1
* refactored some member names for readability and ccc (code convention conformance) * took away two refs from Rest.Inventory since * System.IO is part of System * System.Xml.Serialization is part of System.Xml
2008-07-14adding support for Xml2 serialization format to XmlRpcLoadXMLMethod.Dr Scofield1-1/+20
2008-07-11Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke7-0/+31
while he studies the issues in Windows a little bit.
2008-07-10Mantis#1541. Thank you kindly, Phrearch for a patch that:Charles Krinke1-3/+3
Solves Remote Admin create_region type Casting failure.
2008-07-10Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke7-31/+0
Move control of Mono.Addins from source attributes to external XML files. This removes a lot of coupling of the source with Mono.Addins
2008-07-06Copyright notices and formatting cleanup.Jeff Ames3-4/+4
2008-07-04Renaming UserManagerBase.SetUserProfile(UserProfileData) to Dr Scofield1-0/+106
UserManager.UpdateUserProfile(UserProfileData). Adding UpdateUserProfile(UserProfileData) to IUserService interface. Adding RemoteAdminPlugin.XmlRpcUpdateUserAccountMethod(...) to provide a remote update capability.
2008-07-02* Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2-8/+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
2008-07-02From: Alan M Webb <awebb@vnet.ibm.com>Dr Scofield6-0/+4524
This adds REST services for inventory access. It also allows inventory uploads.
2008-07-01making XmlRpcs of RemoteController more robust; this fixes mantis #1467Dr Scofield1-17/+23
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke3-4/+46
Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders.
2008-06-26small change to last commitMW3-9/+9
2008-06-26As per the suggestion on the mailing list, added support for a OpenSim.xml ↵MW3-9/+9
config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that. Includes a OpenSim.Example.xml for reference (the default settings saved as a xml file).