aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Access (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-3/+7
|
* Another 11 modules' directions moved out of .addin.xmlDiva Canto2012-11-131-0/+2
|
* Add EventManager.OnRegionLoginsStatusChange fired whenever logins are ↵Justin Clark-Casey (justincc)2012-07-191-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.
* Change "help" to display categories/module list then "help ↵Justin Clark-Casey (justincc)2012-03-081-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.
* minor: change login enable/disable messages in last commit so that they ↵Justin Clark-Casey (justincc)2011-08-121-2/+2
| | | | occur after the setting has been made
* minor: On "login disable/enable" always tell the user the final login ↵Justin Clark-Casey (justincc)2011-08-121-4/+2
| | | | status, rather than remaining silent if it was already on/off
* Merge branch 'master' into presence-refactorMelanie2010-02-221-1/+1
|\ | | | | | | This brings presence-refactor up to master again
| * Formatting cleanup.Jeff Ames2010-02-151-1/+1
| |
* | Merge branch 'master' into presence-refactorMelanie2010-02-081-3/+1
|\ \ | |/ | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * minor: remove one mono compiler warningJustin Clark-Casey (justincc)2010-02-031-3/+1
| |
* | Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+0
|/ | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability.
* Implement access module commandsMelanie2010-01-101-0/+76
|
* Add "StartDisabled" to [Startup] to make all regions start up withMelanie2010-01-101-0/+82
logins disabled until enabled from the console. Add the AccessModule (WIP)