aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/channel_access.py
Commit message (Collapse)AuthorAgeFilesLines
* exports.get_one() -> exports.get()Gravatar jesopo2020-03-081-1/+1
|
* should be checking for "*" in user_accessGravatar jesopo2020-02-091-2/+1
|
* allow multipe require_accces (comma sep), support "low"/"high"/"admin"Gravatar jesopo2020-02-061-3/+17
|
* make sure we always have a channel when require_mode/access is presentGravatar jesopo2020-01-301-1/+3
|
* fix channel_access spec arg indexesGravatar jesopo2020-01-261-12/+13
|
* add rchannel spec arg to !accessGravatar jesopo2020-01-261-2/+3
|
* update channel_access.py to use command spec languageGravatar jesopo2020-01-261-22/+11
|
* check "channel" coming from command_spec.py parsing (check_mode, channel_access)Gravatar jesopo2020-01-241-9/+10
|
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-0/+91