aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-12/+11
2010-09-03In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra...Justin Clark-Casey (justincc)1-5/+25
2010-08-13Updated the create_region command in the RemoteAdmin plugin to properly suppo...randomhuman1-27/+65
2010-08-01Renamed variables in RemoteAdmin plugin to be closer to the coding standards.randomhuman1-472/+473
2010-08-01Changed all method names in the RemoteAdmin plugin to use the correct capital...randomhuman1-30/+30
2010-06-13Fox my changes to radminMelanie1-2/+2
2010-06-13Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the followingMelanie1-341/+608
2010-05-18Allow remote admin to be used on a different port from the main region portMelanie Thielker1-2/+3
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-3/+3
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-1/+1
2010-04-05* May fix mantis #4603.Diva Canto1-1/+3
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-2/+2
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10* Starting to clean the house...Diva Canto1-1/+0
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-7/+12
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-38/+2
2010-01-08A few more inches... Old friends things removed. Less references to UserProfi...Diva Canto1-12/+19
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-203/+230
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-2/+2
2009-12-04Allow terrain heightmaps to be loaded directly from URIs via the remote admin...Justin Clark-Casey (justincc)1-2/+15
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-4/+1
2009-11-02Fix an invalid argument exception in the remote admin module when.Melanie1-1/+1
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-8/+8
2009-10-01Formatting cleanup.Jeff Ames1-103/+48
2009-09-09* Lock timers when Calling Start() and Stop() when the Thread Context is murk...Teravus Ovares (Dan Olivares)1-1/+4
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-6/+6
2009-07-12Thank you kindly, Fly-Man for a patch that solves:Charles Krinke1-1/+72
2009-07-08Thank you kindly, RandomHuman for a patch that:Charles Krinke1-0/+94
2009-07-03- adding a Persistent flag to RegionInfoDr Scofield1-1/+12
2009-06-26Enable the RemoteAdmin module to save regions as ini files rather than XMLMelanie Thielker1-18/+21
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-6/+6
2009-06-10persists Estate.PublicAccess settings across reboots [re #552]Dr Scofield1-0/+3
2009-06-10makes voice setting persistent [re #552]Dr Scofield1-0/+2
2009-06-10adding lastlogin information to admin_exists_user: will be 0 if theDr Scofield1-0/+9
2009-06-09ARGH!!!! note to self: ALWAYS use String.IsNullOrEmpty(...)!Dr Scofield1-1/+2
2009-06-01* Fix race condition in save oarJustin Clarke Casey1-4/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby1-20/+20
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+1
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames1-5/+5
2009-05-18logging ACL list additionsDr Scofield1-1/+2
2009-05-18From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-1/+18
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-2/+3
2009-05-12more fixes to default avatar appearance creationDr Scofield1-14/+18
2009-05-12From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-39/+34
2009-05-12partially fixing avatar appearance codeDr Scofield1-58/+62
2009-05-07RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1Dr Scofield1-51/+51
2009-05-07From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield1-106/+673