Mercurial > prosody-modules
log mod_blocking/mod_blocking.lua @ 251:d36160f4961f
age | author | description |
---|---|---|
2010-06-14 | Matthew Wild | mod_blocking: Fix to iterate over blocklist correctly when removing a JID |
2010-06-14 | Matthew Wild | mod_blocking: Ensure that a JID can be in the blocklist at most once, and have helper functions return true/false on success/error |
2010-06-13 | Waqas Hussain | mod_blocking: Fixed a nil global access. |
2010-06-13 | Matthew Wild | mod_blocking: Various small changes to make it actually work, which I forgot to commit |
2010-06-13 | Waqas Hussain | mod_blocking: Fixed a syntax error. |
2010-06-03 | Matthew Wild | mod_blocking: Support for the "unblock all JIDs" case, and fix saving of rules after removing a JID |
2010-06-03 | Matthew Wild | mod_blocking: Only count rules with action == "deny" as blocked JIDs |
2010-06-03 | Matthew Wild | mod_blocking: XEP-0191 Simple Communications Blocking, should work, but not tested. Requires mod_privacy be loaded. |