aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/RegionReadyModule (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-15Add "shutdown" message to RegionReadyBlueWall1-0/+5
Add "shutdown" message when removing region. From a patch submitted by Michelle Argus. Thanks Michelle
2011-06-24RegionReady Module:BlueWall1-0/+2
Add notification to neighbors when logins are enabled.
2011-05-28Adding an event to signal that logins are enabledBlueWall1-11/+76
Added an event to signal the eabling of logins and added an alert to send to a configured service.
2011-05-28Add option to disable loginsBlueWall1-1/+24
This just covers script loading for now. More to come.
2010-09-06Make console backup command do a forced backup rather than non-forcedJustin Clark-Casey (justincc)1-1/+1
Remove no-arg backup method for simplicity as it only make sense to call non-forced backup internally
2010-05-30Fix a nullref in EventManager caused by RegionReady not setting the sceneMelanie Thielker1-0/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-3/+3
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-3/+3
Signed-off-by: Melanie <melanie@t-data.com>
2009-11-26minor: reduce region ready logging verbosityJustin Clark-Casey (justincc)1-5/+4
2009-09-01cleanup.dr scofield (aka dirk husemann)1-1/+0
2009-08-31cleaning up RegionReadyModule:dr scofield (aka dirk husemann)1-0/+170
- wrong namespace - converted to "new" region module