aboutsummaryrefslogtreecommitdiff
path: root/src/acl.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-04-08allow shared roster group placeholder in mqtt topicRobert Schuh1-0/+1
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-06-22Correctly handle user_regexp acl rules with not matching hostPaweł Chmielowski1-4/+4
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-11-15Fix acl reloadingEvgeny Khramtsov1-25/+28
2019-07-15Compile some regexps as unicodeEvgeny Khramtsov1-8/+8
2019-06-14Use new configuration validatorEvgeny Khramtsov1-712/+310
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-09-19Switch more log message to warning levelEvgeny Khramtsov1-1/+1
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-5/+4
2018-05-04Teach acl ip matching about ipv4 mapped ipv6 addressesPaweł Chmielowski1-7/+19
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-12-26Forget old access/shaper rules and ACLs on reloadHolger Weiss1-4/+10
2017-05-04Catch exceptions from acl:add_list in web adminPaweł Chmielowski1-19/+39
2017-04-29Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov1-6/+6
2017-04-21Speedup Mnesia tables initializationEvgeniy Khramtsov1-2/+0
2017-02-24Improve startup procedureEvgeniy Khramtsov1-2/+26
2017-02-23Start/stop virtual hosts when reloading configuration fileEvgeniy Khramtsov1-0/+1
2017-02-18Fix some dialyzer warningsEvgeniy Khramtsov1-1/+1
2017-02-16Correct access_matches specPaweł Chmielowski1-1/+1
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-11-30Improve handling of mnesia schemaChristophe Romain1-2/+2
2016-11-24Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov1-1/+1
2016-10-05New api permissions frameworkPaweł Chmielowski1-17/+23
2016-09-19Don't worry about storage_type of the Acl mnesia table (#1206)Badlop1-6/+0
2016-09-19Use mnesia calls instead of ets for Acl and Access tables (#1206)Badlop1-3/+3
2016-09-08TypoPaweł Chmielowski1-1/+1
2016-09-08Properly normalize resource_regexp acl rulePaweł Chmielowski1-0/+2
2016-07-26Remove jlib dependency from acl.erlEvgeniy Khramtsov1-2/+2
2016-07-25Export acl:parse_ip_netmask/1 for mod_rest (ejabberd-contrib#175)Badlop1-0/+1
2016-07-23Move any access rules check to ACL moduleMickael Remond1-1/+10
2016-06-24acl: ACLName rule should match if any part of ACLName matchesPaweł Chmielowski1-1/+11
2016-06-21Add acl:{access,shaper}_rules_validator for use in {mod_}opt_type()Paweł Chmielowski1-1/+59
2016-06-16Allow using shaper defined by name like in in s2s_shaper: fastPaweł Chmielowski1-2/+4
2016-06-16Typo in option namePaweł Chmielowski1-1/+1
2016-06-15Add shorter version of some common access rules definitionsPaweł Chmielowski1-4/+9
2016-05-30Allow @ inside acl user{,_glob,_regexp} to pass both user and server in singl...Paweł Chmielowski1-4/+12
2016-05-26New ACL infrastructurePaweł Chmielowski1-127/+224
2016-04-08Allow testing user pattern directly in access rulesMickael Remond1-1/+24
2016-04-06Allow clearing all ACL and access rulesMickael Remond1-2/+9
2016-04-06Export add_access/3 to allow setting ACL outside of yaml config fileMickael Remond1-0/+2
2016-04-06Export add_access/3 to allow setting ACL outside of yaml config fileMickael Remond1-0/+2
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2015-11-24Move JID related functions to jid.erl (#847)Evgeniy Khramtsov1-4/+4
2015-10-07Fix acl issue from cleanupChristophe Romain1-7/+3
2015-10-07cosmetic cleanupChristophe Romain1-20/+19
2015-06-01Add config validation at startupEvgeniy Khramtsov1-2/+9
2015-01-08Update copyright dates to 2015 (EJAB-1733)Badlop1-1/+1
2014-03-25Remove annyoing warningsEvgeniy Khramtsov1-3/+0