| Commit message (Expand) | Author | Files | Lines |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -12/+79 |
2012-11-13 | Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which... | Diva Canto | 1 | -0/+33 |
2012-09-29 | Get rid of some unnecessary casts in RemoteAdminPlugin. | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2012-09-22 | Remove deprecated parameters for region_id. | Michelle Argus | 1 | -74/+0 |
2012-09-14 | Support multi-region OAR files | Oren Hurvitz | 1 | -0/+7 |
2012-06-03 | When regions are set to shut down the instance, always send notifications to | Melanie | 1 | -6/+30 |
2012-05-28 | If a region is not found on a simulator, make the health query return | Melanie | 1 | -4/+13 |
2012-02-03 | Changed save oar and save iar parameter -p|--profile to -h|--home, including ... | Snoopy Pfeffer | 1 | -2/+2 |
2012-01-28 | Add the ability to abort a pending restart using the viewer UI or a | Melanie | 1 | -1/+19 |
2012-01-06 | Allow RemoteAdmin to deal with all the different kinds of region id parameter... | Justin Clark-Casey (justincc) | 1 | -215/+191 |
2011-12-19 | addresses mantis #5827 | nebadon | 1 | -1/+1 |
2011-12-12 | Remove spammy log messages when querying sim health | Melanie | 1 | -8/+0 |
2011-12-08 | Remove a left over log output | Melanie | 1 | -2/+1 |
2011-12-08 | Remove superfluous try block | Melanie | 1 | -27/+14 |
2011-12-08 | Adapt to justincc's remote admin refactor | Melanie | 1 | -1744/+1394 |
2011-12-07 | Remove warning in admin_save_oar xmlrpc method where noassets == true was com... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-12-07 | Have admin_load_heighmap and admin_save_heightmap xmlrpcadmin methods return ... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-12-07 | Refactor RemoteAdminPlugin so that every xmlrpc method calls a common block o... | Justin Clark-Casey (justincc) | 1 | -1711/+1370 |
2011-12-07 | Implement XMLRPCAdmin command admin_teleport_agent. | Justin Clark-Casey (justincc) | 1 | -0/+113 |
2011-10-21 | RemoteAdmin - Added optional terrain loading on region create using parameter... | Michelle Argus | 1 | -21/+41 |
2011-10-08 | Remove the inconsistently applied now pointless FailIfRemoteAdminDisabled() c... | Justin Clark-Casey (justincc) | 1 | -39/+1 |
2011-10-08 | replace List used by m_accessIP in RemoteAdminPlugin with the more efficient ... | Justin Clark-Casey (justincc) | 1 | -5/+4 |
2011-10-08 | Add option to allow only explicitly listed IPs to access RemoteAdmin facilities. | Justin Clark-Casey (justincc) | 1 | -124/+116 |
2011-10-04 | When creating a new user on the comand line, give the option of allowing a UU... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-10-04 | Turn off keepalives when commands are specified | Mic Bowman | 1 | -1/+1 |
2011-10-01 | Add ability to pass in the permissions option (perm) to save oar via RemoteAdmin | Justin Clark-Casey (justincc) | 1 | -1/+8 |
2011-09-16 | Reattaching a region was failing if the estate name had not changed (issue 50... | Kevin Houlihan | 1 | -4/+13 |
2011-09-09 | Added a check to the CreateRegion method of the RemoteAdmin module that the s... | Kevin Houlihan | 1 | -0/+13 |
2011-07-02 | Add profile, merge, noassets and skip-assets options for loading/saving oars ... | Justin Clark-Casey (justincc) | 1 | -2/+39 |
2011-04-17 | Mantis #5442: Add admin_save_heightmap | Melanie | 1 | -0/+56 |
2011-04-15 | Make remote admin error messages more helpful on windows. | Justin Clark-Casey (justincc) | 1 | -88/+73 |
2011-04-15 | Thanks Snoopy for a patch that allows setting of perms on items given to new ... | BlueWall | 1 | -1/+34 |
2010-12-03 | Fix status responses in remote admin | Melanie | 1 | -2/+2 |
2010-12-03 | Improve health reporting | Melanie | 1 | -1/+5 |
2010-11-25 | Change all restarting to use the restart module. Remove hardcoded behavior | Melanie | 1 | -5/+12 |
2010-11-25 | Fix a bug caused by leftover code | Melanie | 1 | -4/+0 |
2010-11-25 | Fix up remote controller. | Melanie | 1 | -8/+29 |
2010-11-21 | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 1 | -1/+5 |
2010-11-08 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2010-11-03 | Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0 | Melanie | 1 | -1/+1 |
2010-11-03 | Admin Server can now bind to a private ip address | mores | 1 | -1/+3 |
2010-11-03 | Change the default of the new bind_ip_address RemoteAdmin option to 0.0.0.0 | Melanie | 1 | -1/+1 |
2010-11-03 | Admin Server can now bind to a private ip address | mores | 1 | -1/+3 |
2010-10-30 | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE. | Melanie | 1 | -10/+8 |
2010-10-21 | First attempt to get multiple attachments working to support viewer2. | Master ScienceSim | 1 | -4/+4 |
2010-10-20 | Major refactoring of appearance handling. | Master ScienceSim | 1 | -18/+10 |
2010-10-15 | Made OARs use the new serialization procedure. (TPs/crossings still on the ol... | Diva Canto | 1 | -1/+1 |
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 1 | -6/+6 |
2010-09-04 | Move code that allows llGiveInvetory() to move item into appropriate system f... | Justin Clark-Casey (justincc) | 1 | -12/+11 |
2010-09-03 | In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra... | Justin Clark-Casey (justincc) | 1 | -5/+25 |