summaryrefslogtreecommitdiff
path: root/src/acl.erl (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-03-24Fix ACLs syntax change (thanks to jokker23)(issue #140)Badlop1-0/+2
2014-03-13Update copyright dates to 2014 (EJAB-1679)Badlop1-1/+1
2014-02-22Update FSF addressJamie Nguyen1-4/+3
2013-12-10Fix some type specs and errorsEvgeniy Khramtsov1-1/+1
2013-11-07Correctly convert ACLs into YAML representationEvgeniy Khramtsov1-16/+16
2013-08-21Change configuration file format to YAMLEvgeniy Khramtsov1-154/+315
2013-08-21Do not distribute the ACL tableEvgeniy Khramtsov1-7/+37
2013-06-13Switch to rebar build toolEvgeniy Khramtsov1-0/+1
2013-03-14Accumulated patch to binarize and indent codeBadlop1-164/+203
2013-01-24Update copyright datesAlexey Shchepin1-1/+1
2012-04-27Merge SQL and Mnesia code into one module (EJAB-1560)Evgeniy Khramtsov1-5/+5
2012-04-04ODBC support for mod_shared_rosterEvgeniy Khramtsov1-3/+11