aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
* Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-2/+2
* OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
* * Starting to clean the house...Diva Canto2010-01-101-1/+0
* Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open...Diva Canto2010-01-101-38/+2
|\
| * Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-38/+2
* | * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-7/+12
|/
* A few more inches... Old friends things removed. Less references to UserProfi...Diva Canto2010-01-081-12/+19
* Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-203/+230
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-2/+2
* Allow terrain heightmaps to be loaded directly from URIs via the remote admin...Justin Clark-Casey (justincc)2009-12-041-2/+15
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-4/+1
* Fix an invalid argument exception in the remote admin module when.Melanie2009-11-021-1/+1
* - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-021-8/+8
* Formatting cleanup.Jeff Ames2009-10-011-103/+48
* * Lock timers when Calling Start() and Stop() when the Thread Context is murk...Teravus Ovares (Dan Olivares)2009-09-091-1/+4
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-6/+6
* Thank you kindly, Fly-Man for a patch that solves:Charles Krinke2009-07-121-1/+72
* Thank you kindly, RandomHuman for a patch that:Charles Krinke2009-07-081-0/+94
* - adding a Persistent flag to RegionInfoDr Scofield2009-07-031-1/+12
* Enable the RemoteAdmin module to save regions as ini files rather than XMLMelanie Thielker2009-06-261-18/+21
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-6/+6
* persists Estate.PublicAccess settings across reboots [re #552]Dr Scofield2009-06-101-0/+3
* makes voice setting persistent [re #552]Dr Scofield2009-06-101-0/+2
* adding lastlogin information to admin_exists_user: will be 0 if theDr Scofield2009-06-101-0/+9
* ARGH!!!! note to self: ALWAYS use String.IsNullOrEmpty(...)!Dr Scofield2009-06-091-1/+2
* * Fix race condition in save oarJustin Clarke Casey2009-06-011-4/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby2009-05-231-20/+20
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-221-2/+1
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-201-5/+5
* logging ACL list additionsDr Scofield2009-05-181-1/+2
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-181-1/+18
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-2/+3
* more fixes to default avatar appearance creationDr Scofield2009-05-121-14/+18
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-121-39/+34
* partially fixing avatar appearance codeDr Scofield2009-05-121-58/+62
* RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1Dr Scofield2009-05-071-51/+51
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-071-106/+673
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-051-4/+4
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-291-9/+67
* From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield2009-04-291-41/+191
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-271-1/+287
* * Run RemoteAdminPlugin user info queries through cache service rather than d...Justin Clarke Casey2009-04-171-10/+18
* Add a console command facility to the RemoteAdmin plugin.Melanie Thielker2009-04-151-0/+47
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-271-7/+30
* merging XmlRpcCreateUserMethod and XmlRpcCreateUserMethodEmail, addingDr Scofield2009-03-121-117/+28
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-101-208/+250