aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames1-4/+4
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-29From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-9/+67
2009-04-29From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield1-41/+191
2009-04-27From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield1-1/+287
2009-04-17* Run RemoteAdminPlugin user info queries through cache service rather than d...Justin Clarke Casey1-10/+18
2009-04-15Add a console command facility to the RemoteAdmin plugin.Melanie Thielker1-0/+47
2009-03-27From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-7/+30
2009-03-12 merging XmlRpcCreateUserMethod and XmlRpcCreateUserMethodEmail, addingDr Scofield1-117/+28
2009-03-10* Cleanup and CCC (Code Convention Conformance)lbsa711-208/+250
2009-03-10From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-4/+4
2009-02-26Added IRegistryCore and RegistryCore to OpenSim.Framework.MW1-2/+2
2009-02-26Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW1-0/+4
2009-02-20From: Arthur Rodrigo S Valadares <arthursv@br.ibm.com>Dr Scofield1-1/+1
2009-02-13* refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey1-9/+27
2009-02-12* optimized usings.lbsa711-3/+3
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-10Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-40/+61
2008-12-19* refactor: Remove archiver module scene wrappersJustin Clarke Casey1-4/+13
2008-12-06Minor formatting cleanup.Jeff Ames1-7/+7
2008-12-05killing warnings, reformatting RemoteAdminPluginDr Scofield1-12/+17
2008-12-03Minor formatting cleanup.Jeff Ames1-7/+7
2008-12-03* Locked some RemoteAdmin methods due to racing condition bad behavior.Sean Dague1-392/+407
2008-11-28* refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey1-3/+3
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-3/+9
2008-11-23Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke1-3/+101
2008-11-10this changeset adds an option to RemoteAdmin to limit the number ofDr Scofield1-0/+7
2008-11-08Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...Tedd Hansen1-0/+1
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-8/+29
2008-10-23adding documentation for region_master_uuid to XML doc commentsDr Scofield1-0/+2
2008-10-23fix: allowing explicit setting of UUID for master avatar inDr Scofield1-7/+18
2008-10-23fix: recent patch to XmlRpcCreateRegionMethod introduced master avatarDr Scofield1-5/+23
2008-10-23Adding AddXmlRpcHandler(name, method, bool) to selectively disableDr Scofield1-14/+14