+2007-12-10 Badlop <badlop@process-one.net>
+
+ * src/mod_irc/mod_irc.erl: Bugfix in ACL check (thanks to Sergei
+ Golovan)
+
2007-12-10 Christophe Romain <christophe.romain@process-one.net>
* src/mod_pubsub/mod_pubsub.erl: database upgrade bugfix
2007-06-22 Alexey Shchepin <alexey@sevcom.net>
* src/mod_irc/mod_irc.erl: Added an option for default IRC
- encoding (thanks to Badlop)
+ encoding (thanks to Badlop) (EJAB-452)
* doc/guide.tex: Updated
* src/mod_disco.erl: Don't override accumulated value in
supervisor:delete_child(ejabberd_sup, Proc).
do_route(Host, ServerHost, Access, From, To, Packet, DefEnc) ->
- case acl:match_rule(Host, Access, From) of
+ case acl:match_rule(ServerHost, Access, From) of
allow ->
do_route1(Host, ServerHost, From, To, Packet, DefEnc);
_ ->