aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-23Add an admin message to refesh a region's map tile. Will be used to periodicallyMelanie Thielker1-0/+27
rebuild the world map to clean out unused tiles.
2014-08-05 put back a check for null foldedpermsUbitUmarov1-1/+1
2014-01-10Refactored: use a single function to apply an object's folded permissions to ↵Oren Hurvitz1-7/+5
its main permissions
2013-11-20Added admin_authenticate_user commandEva Comaroski1-0/+136
2013-11-08Make admin_save_oar request submit a request ID and log this for tracking.Justin Clark-Casey (justincc)1-4/+14
Previous behaviour of always logging 'name' is unhelpful since this actually an error message parameter which is only filled out if an error has occurred
2013-10-04Update an AssmblyVersion property that I missed to 0.8.0Justin Clark-Casey (justincc)1-1/+1
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2-2/+2
2013-08-17Fix issues with RemoteAdmin admin_save_heightmap and admin_load_heightmap ↵Justin Clark-Casey (justincc)1-15/+30
not working. This is because they were wrongly looking for both regionid and region_id parameters in the same request. Now only region_id is required (and recognized), regionid having been already deprecated for some time. This is essentially Michelle Argus' patch from http://opensimulator.org/mantis/view.php?id=6737 but with tabs replaced with spaces. Thanks!
2013-05-09minor: Remove mono compiler warning in RemoteAdminPluginJustin Clark-Casey (justincc)1-1/+1
2013-05-06Added new method to Remote Admin for reloading the estate settings. This is ↵Diva Canto1-0/+17
meant to be called when some other program has changed the data on the backend.
2013-05-03On startup, start scenes after we're set up all local scenes, rather than ↵Justin Clark-Casey (justincc)2-8/+16
starting scenes before others have been created. This aims to avoid a race condition where scenes could look to inform neighbours that they were up before those neighbours had been created. http://opensimulator.org/mantis/view.php?id=6618
2013-04-04Fix XmlRpcAdmin admin_exists_user call so that it actually returns the last ↵Justin Clark-Casey (justincc)1-1/+1
user login time rather than serializing the DateTime directly which generates a set of unexpected fields. lastlogin return is in unix timestamp format.
2013-03-26Add admin_get_agents xmlrpc method.Justin Clark-Casey (justincc)1-0/+66
This allows one to retrieve information about agents from a particular region (name, id, position, etc.) Similar to output from "show users" See http://opensimulator.org/wiki/Remoteadmin:admin_get_agents for more details
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
2013-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions"
2013-03-15Finally remove the 'REST' ApplicationPlugins code which has been ↵Justin Clark-Casey (justincc)22-8775/+0
non-functional and largely commented out for many years.
2013-03-02minor: Log number of region modules loaded from each pluginJustin Clark-Casey (justincc)1-1/+23
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto3-3/+2
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)3-4/+4
This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force.
2013-02-01Revert "Update assembly version numbers"BlueWall3-4/+4
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec.
2013-02-01Update assembly version numbersBlueWall3-4/+4
2013-01-23Implement get version RemoteAdmin callMelanie1-0/+16
2013-01-16Add admin_refresh_search command to RemoteAdminMelanie1-0/+29
2012-11-17Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)1-4/+0
This was necessary historically but hasn't been for many years. Can still get CreatorIdAsUuid, which is really just a UUID cached version of the string CreatorId
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus3-37/+98
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-11-13Added a few more AssemblyInfos. (Plus added the one in OptionalModules, ↵Diva Canto2-0/+66
which had been forgotten.)
2012-11-13Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't ↵Diva Canto1-2/+2
have an AssemblyInfo file.
2012-11-12Remove the old style module loader and all references to itMelanie1-3/+0
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
grepping for remaining uses
2012-11-11One more module converted: XMLRPCModule. Removed it from the special loading ↵Diva Canto1-2/+2
at start.
2012-11-11One more module: DynamicTextureModule. Removed it from the special load in ↵Diva Canto1-2/+2
the beginning.
2012-11-11One more module converted: LoadImageURLModule. Also removed it from its ↵Diva Canto1-2/+2
hard-coded instantiation (I think I understood what the problem was, and that I've done it right).
2012-09-29Get rid of some unnecessary casts in RemoteAdminPlugin.Justin Clark-Casey (justincc)1-5/+5
This was stopping http://code.google.com/p/opensimtools/wiki/RemoteAdminPHPClass from working with some methods (e.g. create_user). However, this casting has been around for at least 2 years so I'm puzzled that it worked in the first place, though it probably is extremely old sample code.
2012-09-22Remove deprecated parameters for region_id.Michelle Argus1-74/+0
Remove deprecated parameters for region_id as anounced in january 2012.
2012-09-21Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)2-19/+25
As far as I know, this was only used by the IBM Rest modules, much of which has been commented out for a very long time now. Other similar code uses HTTP or stream handlers instead. So commenting this out to reduce code complexity and the need to make this facility consistent with the others where it may not be used anyway. If this facility is actually being used then please notify me or uncomment it if you are core.
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+7
Merged ArchiveWriteRequestPreparation.cs and ArchiveWriteRequestExecution.cs. This simplifies the code, and it's faster to write each scene to the archive as it's found rather than all at once at the end.
2012-06-13Don't include time to transmit response back to requester when assessing ↵Justin Clark-Casey (justincc)1-1/+0
slow handling of requests. This is to avoid logging a 'slow' request when the source of delay is the viewer in processing a response. This is not something we can do much about on the server end - it's server-side delay that we're interested in. To ensure consistency, this commit also had to refactor and simplify inbound non-poll network request handling, though there should be no functional change. IOSHttpResponse no longer exposes the Send() method, only classes in OpenSim.Framework.Servers.HttpServer should be doing this. Only the GetTextureHandler was sending its own response. Now it leaves this to BaseHttpServer, like all other core handlers.
2012-06-03When regions are set to shut down the instance, always send notifications toMelanie1-6/+30
all affected regions and disregard the region id parameter.
2012-05-28If a region is not found on a simulator, make the health query returnMelanie1-4/+13
0 to indicate it's still starting rather than an error. There are other methods that can discover the presence of a region and slow starting regions may cause the watchdog to kill them while they start,
2012-05-10Saving estate state is really slow (relatively) and it getsMic Bowman1-2/+3
completely rewritten every time a region starts up. This makes the data write only when the data was not already read from the database. There is a still a major race condition whenever two regions share the same estate data, but at least it won't be triggered on startup.
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ↵Snoopy Pfeffer1-2/+2
corresponding RemoteAdmin parameter
2012-01-28Add the ability to abort a pending restart using the viewer UI or aMelanie1-1/+19
RemoteAdmin message
2012-01-06Allow RemoteAdmin to deal with all the different kinds of region id ↵Justin Clark-Casey (justincc)1-215/+191
parameter that have been used in different methods. See http://opensimulator.org/mantis/view.php?id=5814 Thanks Michelle Argus!
2011-12-19addresses mantis #5827nebadon1-1/+1
RAdmin - admin_save_oar fails if noassets parameter missing thanks Michelle Argus
2011-12-12Remove spammy log messages when querying sim healthMelanie1-8/+0
2011-12-08Remove a left over log outputMelanie1-2/+1
2011-12-08Remove superfluous try blockMelanie1-27/+14
2011-12-08Adapt to justincc's remote admin refactorMelanie1-1744/+1394
2011-12-07Remove warning in admin_save_oar xmlrpc method where noassets == true was ↵Justin Clark-Casey (justincc)1-1/+1
comparing against an object rather than a string
2011-12-07Have admin_load_heighmap and admin_save_heightmap xmlrpcadmin methods return ↵Justin Clark-Casey (justincc)1-2/+2
success = true on success rather than false