Mercurial > prosody-modules
graph
-
mod_pubsub_feeds: Remove unused imports [luacheck]2016-03-20, by Kim Alvefur
-
mod_pubsub_feeds: Use correct loop variable2016-03-20, by Kim Alvefur
-
mod_firewall: Fix another unprotected use of util.cache2016-03-18, by Matthew Wild
-
mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available2016-03-18, by Matthew Wild
-
mod_firewall: LOG uses session.log if available2016-03-18, by Matthew Wild
-
mod_firewall: Add support for throttling based on user-defined properties (experimental)2016-03-18, by Matthew Wild
-
mod_firewall: Allow underscore in mark names (thanks Ge0rG)2016-03-18, by Matthew Wild
-
mod_firewall: Fix syntax error2016-03-17, by Matthew Wild
-
mod_firewall: Move meta() function to main module, and make it a global so libs can use it2016-03-17, by Matthew Wild
-
mod_firewall: Add comment to document idsafe()2016-03-17, by Matthew Wild
-
mod_presence_cache: Remove info-level debug message2016-03-18, by Kim Alvefur
-
mod_smacks: Adjust filter priorities to avoid conflict with mod_websocket2016-03-17, by Kim Alvefur
-
Update READMEs to indicate that async requires trunk (dropped from prosody 0.10)2016-03-17, by Kim Alvefur
-
mod_firewall: Correct zone condition to check bare JID2016-03-17, by Kim Alvefur
-
mod_firewall: Disable more realistic output by default, activated by adding a -v flag2016-03-17, by Kim Alvefur
-
mod_firewall: Make prosodyctl command output more realistic source (not guaranteed to work)2016-03-17, by Kim Alvefur
-
mod_firewall: Fix usage of incorrect variable current_time in ORIGIN_MARKED condition (thanks Ge0rG)2016-03-17, by Matthew Wild
-
Merge2016-03-17, by Matthew Wild
-
mod_firewall: README: Note about marks applying to sessions, not JIDs2016-03-17, by Matthew Wild
-
mod_firewall: Support for defining extra chains in the config file2016-03-17, by Matthew Wild
-
mod_register_dnsbl: Initial commit of module to check users registering against an DNS block list2016-03-17, by Kim Alvefur
-
mod_firewall: README: Improve chain documentation2016-03-17, by Matthew Wild
-
mod_firewall: README: Document INSPECT's pattern matching ability2016-03-17, by Matthew Wild
-
mod_firewall: INSPECT: Support for pattern matches (confusingly using ~= instead of =)2016-03-17, by Matthew Wild
-
mod_firewall: README: Document session marking2016-03-17, by Matthew Wild
-
mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED)2016-03-17, by Matthew Wild
-
mod_firewall: README: Document JUMP_CHAIN2016-03-17, by Matthew Wild
-
mod_firewall: README: Improve chain usage example comments2016-03-17, by Matthew Wild
-
mod_firewall: README: Add note about user-defined chains2016-03-17, by Matthew Wild
-
mod_firewall: README: Add note about time functions using server's local time2016-03-17, by Matthew Wild
-
mod_firewall: Allow actions to have underscores in their names2016-03-17, by Matthew Wild
-
mod_firewall: Add 'timestamp' dep to get current_timestamp2016-03-17, by Matthew Wild
-
mod_firewall: Make idsafe() a global function so libraries can re-use it2016-03-17, by Matthew Wild
-
Merge2016-03-16, by Matthew Wild
-
mod_storage_memory: Support for empty username stores2016-03-16, by Matthew Wild
-
mod_firewall: README: Document chains2016-03-16, by Matthew Wild
-
mod_firewall: README: Add note about BOUNCE and error stanzas/iq results2016-03-16, by Matthew Wild
-
mod_firewall: BOUNCE: Don't bounce error stanzas or iq results2016-03-16, by Matthew Wild
-
mod_firewall: README: Document LOG's ability to take meta expressions2016-03-16, by Matthew Wild
-
mod_firewall: README: Add warning about COPY action's ability to cause loops (thanks Ge0rG)2016-03-16, by Matthew Wild
-
mod_smacks: Log when sending <r> from read timeout event (0.10+)2016-03-16, by Kim Alvefur
-
mod_smacks: Keep timer object around and stop it when needed (trunk only)2016-03-16, by Kim Alvefur
-
mod_smacks: Increase delay for starting s2s smacks to a non-zero value2016-03-16, by Kim Alvefur
-
mod_smacks: Go back to sending ack requests from a timer a moment after a stanza was sent2016-03-16, by Kim Alvefur
-
mod_smacks: Drop stanzas instead of turning them into the empty string2016-03-16, by Kim Alvefur
-
mod_firewall: tostring() the results of meta expressions2016-03-16, by Matthew Wild
-
mod_track_muc_joins: Add missing imports (thanks Ge0rG)2016-03-16, by Kim Alvefur
-
mod_log_auth: Include username, if known2016-03-15, by Kim Alvefur
-
mod_http_muc_log: Add XMPP URI link for joining the current room2016-03-15, by Kim Alvefur
-
mod_throttle_unsolicited: Limit rate of unsolicited messages sent to non-contacts2016-03-14, by Kim Alvefur
-
mod_track_muc_joins: Module to keep track of joined MUC rooms2016-03-14, by Kim Alvefur
-
mod_firewall: Silence warning about empty if branch [luacheck]2016-03-11, by Kim Alvefur
-
mod_firewall: Silence warnings about unused arguments [luacheck]2016-03-11, by Kim Alvefur
-
mod_firewall: Split compile function into two parts in order to separate their scopes2016-03-11, by Kim Alvefur
-
mod_firewall: Rename argument to avoid name clash [luacheck]2016-03-11, by Kim Alvefur
-
mod_firewall: Remove unused imports [luacheck]2016-03-11, by Kim Alvefur
-
mod_firewall: Pass results as arguments to format instead of shadowning variable [luacheck]2016-03-11, by Kim Alvefur