aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Access (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-3/+7
2012-11-13Another 11 modules' directions moved out of .addin.xmlDiva Canto1-0/+2
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are ↵Justin Clark-Casey (justincc)1-5/+5
enabled or disabled at any point, not just during initial startup. This replaces EventManager.OnLoginsEnabled which only fired when logins were first enabled and was affected by a bug where it would never fire if the region started with logins disabled.
2012-03-08Change "help" to display categories/module list then "help ↵Justin Clark-Casey (justincc)1-3/+3
<category/module>" to display commands in a category. This is to deal with the hundred lines of command splurge when one previously typed "help" Modelled somewhat on the mysql console One can still type help <command> to get per command help at any point. Categories capitalized to avoid conflict with the all-lowercase commands (except for commander system, as of yet). Does not affect command parsing or any other aspects of the console apart from the help system. Backwards compatible with existing modules.
2011-08-12minor: change login enable/disable messages in last commit so that they ↵Justin Clark-Casey (justincc)1-2/+2
occur after the setting has been made
2011-08-12minor: On "login disable/enable" always tell the user the final login ↵Justin Clark-Casey (justincc)1-4/+2
status, rather than remaining silent if it was already on/off
2010-02-15Formatting cleanup.Jeff Ames1-1/+1
2010-02-03minor: remove one mono compiler warningJustin Clark-Casey (justincc)1-3/+1
2010-01-10Implement access module commandsMelanie1-0/+76
2010-01-10Add "StartDisabled" to [Startup] to make all regions start up withMelanie1-0/+82
logins disabled until enabled from the console. Add the AccessModule (WIP)