aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-13Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)1-1/+0
2012-05-10Saving estate state is really slow (relatively) and it getsMic Bowman1-2/+3
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer1-2/+2
2012-01-06Allow RemoteAdmin to deal with all the different kinds of region id parameter...Justin Clark-Casey (justincc)1-215/+191
2011-12-19addresses mantis #5827nebadon1-1/+1
2011-12-08Remove a left over log outputMelanie1-2/+1
2011-12-07Remove warning in admin_save_oar xmlrpc method where noassets == true was com...Justin Clark-Casey (justincc)1-1/+1
2011-12-07Have admin_load_heighmap and admin_save_heightmap xmlrpcadmin methods return ...Justin Clark-Casey (justincc)1-2/+2
2011-12-07Refactor RemoteAdminPlugin so that every xmlrpc method calls a common block o...Justin Clark-Casey (justincc)1-1711/+1370
2011-12-07Implement XMLRPCAdmin command admin_teleport_agent.Justin Clark-Casey (justincc)1-0/+113
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)4-15/+15
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-1/+1
2011-10-21RemoteAdmin - Added optional terrain loading on region create using parameter...Michelle Argus1-21/+41
2011-10-19Slightly change log message in LoadRegionsPluginJustin Clark-Casey (justincc)1-1/+1
2011-10-19Region-UUID - can not be zero-uuidPixel Tomsen1-1/+13
2011-10-08Remove the inconsistently applied now pointless FailIfRemoteAdminDisabled() c...Justin Clark-Casey (justincc)1-39/+1
2011-10-08replace List used by m_accessIP in RemoteAdminPlugin with the more efficient ...Justin Clark-Casey (justincc)1-5/+4
2011-10-08Add option to allow only explicitly listed IPs to access RemoteAdmin facilities.Justin Clark-Casey (justincc)1-124/+116
2011-10-04When creating a new user on the comand line, give the option of allowing a UU...Justin Clark-Casey (justincc)1-1/+1
2011-10-04Turn off keepalives when commands are specifiedMic Bowman1-1/+1
2011-10-01Add ability to pass in the permissions option (perm) to save oar via RemoteAdminJustin Clark-Casey (justincc)1-1/+8
2011-09-24Removed uncalled region load method.Kevin Houlihan1-30/+0
2011-09-22Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)1-1/+1
2011-09-16Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan1-4/+13
2011-09-09Added a check to the CreateRegion method of the RemoteAdmin module that the s...Kevin Houlihan1-0/+13
2011-08-10early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)1-1/+1
2011-08-03refactor: rename the move to position methods to move to target to be consist...Justin Clark-Casey (justincc)1-1/+1
2011-08-03get rid of vestigal move to parametersJustin Clark-Casey (justincc)1-2/+2
2011-08-02Partially fix autopilot/go hereJustin Clark-Casey (justincc)1-1/+1
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)1-7/+7
2011-07-02Add profile, merge, noassets and skip-assets options for loading/saving oars ...Justin Clark-Casey (justincc)1-2/+39
2011-04-17Mantis #5442: Add admin_save_heightmapMelanie1-0/+56
2011-04-15Make remote admin error messages more helpful on windows.Justin Clark-Casey (justincc)1-88/+73
2011-04-15Thanks Snoopy for a patch that allows setting of perms on items given to new ...BlueWall1-1/+34
2011-03-25minor: make it clearer in the log where we're loading region config files and...Justin Clark-Casey (justincc)1-15/+13
2011-03-17Thanks Kevin Cozens for a patch that:BlueWall1-3/+3
2011-02-12Fix bug where "My estate" name was always used even if the user entered a dif...Justin Clark-Casey (justincc)1-0/+2
2011-02-04minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-5/+5
2010-12-04Convert the agent asset transactions module to a new style module.Melanie1-2/+2
2010-12-04refactor some common code in RegionModulesControllerPluginJustin Clark-Casey (justincc)1-55/+45
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-5/+12
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2-1/+6
2010-11-08Formatting cleanup.Jeff Ames1-1/+1
2010-11-03Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0Melanie1-1/+1
2010-11-03Admin Server can now bind to a private ip addressmores1-1/+3
2010-10-30READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2-11/+12
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim2-19/+14
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-18/+10
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto1-1/+1