aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_access_permissions.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_cron from ejabberd-contrib is another possible frontend to run commandsBadlop2022-04-111-2/+2
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Try to limit serial access when checking api permissionsPaweł Chmielowski2021-06-281-33/+35
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-1/+1
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-4/+7
* Use new configuration validatorEvgeny Khramtsov2019-06-141-344/+166
* Require that both tag and module matched in from of api_permissionPaweł Chmielowski2019-01-301-1/+3
* Allow specifying tag for listener for api_permission purposesPaweł Chmielowski2019-01-301-10/+13
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Relax check for valid command name in access_persmissionsPaweł Chmielowski2018-05-111-1/+1
* Accept atoms in api_permission command lists and commands with numbers in themPaweł Chmielowski2018-03-211-1/+5
* Fix compilation ordering in mix by s/-behavior/-behaviour/Paweł Chmielowski2018-01-311-1/+1
* Find and fix typos using 'codespell'Evgeniy Khramtsov2018-01-271-1/+1
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-5/+2
* Fix bug in api_permission parsingPaweł Chmielowski2017-02-281-1/+2
* Fix parsing of acl/access rules inside oauth sections of api_permissionsPaweł Chmielowski2017-02-271-7/+6
* Invalidate access permissions on configuration reloadEvgeniy Khramtsov2017-02-271-1/+2
* Don't shadow binding in matchPaweł Chmielowski2017-02-061-1/+1
* Make sure that api_permissions always have "console commands" sectionPaweł Chmielowski2017-02-031-21/+24
* Add example api_permisions: definition to config templatePaweł Chmielowski2017-01-131-1/+2
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Improve handling on acl rules in api_permissionsPaweł Chmielowski2016-12-081-3/+3
* Recognize "- who:" not only "who:" syntax in api_permissionsPaweł Chmielowski2016-12-081-1/+2
* Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-2/+2
* Convert ejabberd_xmlrpc to new api_permissionsPaweł Chmielowski2016-10-141-2/+3
* Make map syntax compatible with Erlang/OTP 17Holger Weiss2016-10-071-3/+3
* Use correct field for oauth scopePaweł Chmielowski2016-10-061-1/+1
* Make handling of oauth clauses be more consistent with other rulesPaweł Chmielowski2016-10-061-10/+24
* Use proper default value for api_permissionsPaweł Chmielowski2016-10-061-6/+7
* New api permissions frameworkPaweł Chmielowski2016-10-051-0/+527