index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
ApplicationPlugins
/
RemoteController
/
RemoteAdminPlugin.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...
Adam Frisby
2009-05-23
1
-20
/
+20
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-05-22
1
-2
/
+1
*
Add copyright headers, formatting cleanup.
Jeff Ames
2009-05-20
1
-5
/
+5
*
logging ACL list additions
Dr Scofield
2009-05-18
1
-1
/
+2
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-05-18
1
-1
/
+18
*
Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...
diva
2009-05-15
1
-2
/
+3
*
more fixes to default avatar appearance creation
Dr Scofield
2009-05-12
1
-14
/
+18
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-05-12
1
-39
/
+34
*
partially fixing avatar appearance code
Dr Scofield
2009-05-12
1
-58
/
+62
*
RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1
Dr Scofield
2009-05-07
1
-51
/
+51
*
From: Alan M Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-05-07
1
-106
/
+673
*
Add copyright header. Formatting cleanup. Ignore some generated files.
Jeff Ames
2009-05-05
1
-4
/
+4
*
Intermediate commit. WILL NOT COMPILE!
Melanie Thielker
2009-05-04
1
-0
/
+1
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-04-29
1
-9
/
+67
*
From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>
Dr Scofield
2009-04-29
1
-41
/
+191
*
From: Alan M Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-04-27
1
-1
/
+287
*
* Run RemoteAdminPlugin user info queries through cache service rather than d...
Justin Clarke Casey
2009-04-17
1
-10
/
+18
*
Add a console command facility to the RemoteAdmin plugin.
Melanie Thielker
2009-04-15
1
-0
/
+47
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-03-27
1
-7
/
+30
*
merging XmlRpcCreateUserMethod and XmlRpcCreateUserMethodEmail, adding
Dr Scofield
2009-03-12
1
-117
/
+28
*
* Cleanup and CCC (Code Convention Conformance)
lbsa71
2009-03-10
1
-208
/
+250
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-03-10
1
-4
/
+4
*
Added IRegistryCore and RegistryCore to OpenSim.Framework.
MW
2009-02-26
1
-2
/
+2
*
Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...
MW
2009-02-26
1
-0
/
+4
*
From: Arthur Rodrigo S Valadares <arthursv@br.ibm.com>
Dr Scofield
2009-02-20
1
-1
/
+1
*
* refactor: move alert commands from Scene to DialogModule
Justin Clarke Casey
2009-02-13
1
-9
/
+27
*
* optimized usings.
lbsa71
2009-02-12
1
-3
/
+3
*
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
Dr Scofield
2009-02-10
1
-1
/
+1
*
This changeset is the step 1 of 2 in refactoring
Dr Scofield
2009-02-06
1
-2
/
+2
*
Thank you kindly, StrawberryFride for a patch that:
Charles Krinke
2009-01-10
1
-40
/
+61
*
* refactor: Remove archiver module scene wrappers
Justin Clarke Casey
2008-12-19
1
-4
/
+13
*
Minor formatting cleanup.
Jeff Ames
2008-12-06
1
-7
/
+7
*
killing warnings, reformatting RemoteAdminPlugin
Dr Scofield
2008-12-05
1
-12
/
+17
*
Minor formatting cleanup.
Jeff Ames
2008-12-03
1
-7
/
+7
*
* Locked some RemoteAdmin methods due to racing condition bad behavior.
Sean Dague
2008-12-03
1
-392
/
+407
*
* refactor: rename UserServiceAdmin to UserAdminService
Justin Clarke Casey
2008-11-28
1
-3
/
+3
*
* refactor: move CreateUser into UserServiceAdmin
Justin Clarke Casey
2008-11-28
1
-3
/
+9
*
Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:
Charles Krinke
2008-11-23
1
-3
/
+101
*
this changeset adds an option to RemoteAdmin to limit the number of
Dr Scofield
2008-11-10
1
-0
/
+7
*
Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...
Tedd Hansen
2008-11-08
1
-0
/
+1
*
From: Alan Webb (alan_webb@us.ibm.com)
Dr Scofield
2008-10-30
1
-8
/
+29
*
adding documentation for region_master_uuid to XML doc comments
Dr Scofield
2008-10-23
1
-0
/
+2
*
fix: allowing explicit setting of UUID for master avatar in
Dr Scofield
2008-10-23
1
-7
/
+18
*
fix: recent patch to XmlRpcCreateRegionMethod introduced master avatar
Dr Scofield
2008-10-23
1
-5
/
+23
*
Adding AddXmlRpcHandler(name, method, bool) to selectively disable
Dr Scofield
2008-10-23
1
-14
/
+14
*
actually enabling SaveOAR XmlRpc ;-)
Dr Scofield
2008-10-20
1
-4
/
+93
*
Add the beginnings of a sim health check (through remote admin)
Melanie Thielker
2008-10-10
1
-0
/
+56
*
Small remote admin cleanups/additions
Melanie Thielker
2008-10-09
1
-0
/
+4
*
adds admin_exists_user XmlRpc call.
Dr Scofield
2008-10-06
1
-0
/
+74
*
* Patch from JHurliman
Teravus Ovares
2008-09-26
1
-5
/
+5
[prev]
[next]