Log

description author age
mod_pubsub_feeds.lua: util.xml not uit.xml Michael Töglhofer 2016-03-22
mod_smacks: Prevent queuing multiple <r> Kim Alvefur 2016-03-21
mod_register_dnsbl: Fix matching pattern (Thanks Ge0rG) Kim Alvefur 2016-03-21
mod_pubsub_feeds: Remove unused imports [luacheck] Kim Alvefur 2016-03-20
mod_pubsub_feeds: Use correct loop variable Kim Alvefur 2016-03-20
mod_pubsub_feeds: Switch to use util.xml for parsing feeds and include RSS to Atom translation code from lua-feeds Kim Alvefur 2016-03-20
mod_firewall: Fix another unprotected use of util.cache Matthew Wild 2016-03-18
mod_firewall: Don't use util.cache unless it's needed, and add explanatory error if it is not available Matthew Wild 2016-03-18
mod_firewall: LOG uses session.log if available Matthew Wild 2016-03-18
mod_firewall: Add support for throttling based on user-defined properties (experimental) Matthew Wild 2016-03-18
mod_firewall: Allow underscore in mark names (thanks Ge0rG) Matthew Wild 2016-03-18
mod_firewall: Fix syntax error Matthew Wild 2016-03-17
mod_firewall: Move meta() function to main module, and make it a global so libs can use it Matthew Wild 2016-03-17
mod_firewall: Add comment to document idsafe() Matthew Wild 2016-03-17
mod_presence_cache: Remove info-level debug message Kim Alvefur 2016-03-18
mod_smacks: Adjust filter priorities to avoid conflict with mod_websocket Kim Alvefur 2016-03-17
Update READMEs to indicate that async requires trunk (dropped from prosody 0.10) Kim Alvefur 2016-03-17
mod_throttle_unsolicited: Mark sessions so they can be matched with 'ORIGIN_MARKED: throttle_unsolicited' by mod_firewall Kim Alvefur 2016-03-17
mod_firewall: Correct zone condition to check bare JID Kim Alvefur 2016-03-17
mod_firewall: Disable more realistic output by default, activated by adding a -v flag Kim Alvefur 2016-03-17
mod_firewall: Make prosodyctl command output more realistic source (not guaranteed to work) Kim Alvefur 2016-03-17
mod_firewall: Fix usage of incorrect variable current_time in ORIGIN_MARKED condition (thanks Ge0rG) Matthew Wild 2016-03-17
Merge Matthew Wild 2016-03-17
mod_firewall: README: Note about marks applying to sessions, not JIDs Matthew Wild 2016-03-17
mod_firewall: Support for defining extra chains in the config file Matthew Wild 2016-03-17
mod_register_dnsbl: Initial commit of module to check users registering against an DNS block list Kim Alvefur 2016-03-17
mod_firewall: README: Improve chain documentation Matthew Wild 2016-03-17
mod_firewall: README: Document INSPECT's pattern matching ability Matthew Wild 2016-03-17
mod_firewall: INSPECT: Support for pattern matches (confusingly using ~= instead of =) Matthew Wild 2016-03-17
mod_firewall: README: Document session marking Matthew Wild 2016-03-17
mod_firewall: Add support for session marking (MARK_ORIGIN, UNMARK_ORIGIN, ORIGIN_MARKED) Matthew Wild 2016-03-17
mod_firewall: JUMP_CHAIN: Fix implementation to match docs (i.e. continue processing current chain if stanza not handled) Matthew Wild 2016-03-17
mod_firewall: README: Document JUMP_CHAIN Matthew Wild 2016-03-17
mod_firewall: README: Improve chain usage example comments Matthew Wild 2016-03-17
mod_firewall: README: Add note about user-defined chains Matthew Wild 2016-03-17
mod_firewall: README: Add note about time functions using server's local time Matthew Wild 2016-03-17
mod_firewall: Allow actions to have underscores in their names Matthew Wild 2016-03-17
mod_firewall: Add 'timestamp' dep to get current_timestamp Matthew Wild 2016-03-17
mod_firewall: Make idsafe() a global function so libraries can re-use it Matthew Wild 2016-03-17
Merge Matthew Wild 2016-03-16
mod_storage_memory: Support for empty username stores Matthew Wild 2016-03-16
mod_firewall: README: Document chains Matthew Wild 2016-03-16
mod_firewall: README: Add note about BOUNCE and error stanzas/iq results Matthew Wild 2016-03-16
mod_firewall: BOUNCE: Don't bounce error stanzas or iq results Matthew Wild 2016-03-16
mod_firewall: README: Document LOG's ability to take meta expressions Matthew Wild 2016-03-16
mod_firewall: README: Add warning about COPY action's ability to cause loops (thanks Ge0rG) Matthew Wild 2016-03-16
mod_smacks: Log when sending <r> from read timeout event (0.10+) Kim Alvefur 2016-03-16
mod_smacks: Keep timer object around and stop it when needed (trunk only) Kim Alvefur 2016-03-16
mod_smacks: Increase delay for starting s2s smacks to a non-zero value Kim Alvefur 2016-03-16
mod_smacks: Go back to sending ack requests from a timer a moment after a stanza was sent Kim Alvefur 2016-03-16
mod_smacks: Drop stanzas instead of turning them into the empty string Kim Alvefur 2016-03-16
mod_firewall: tostring() the results of meta expressions Matthew Wild 2016-03-16
mod_track_muc_joins: Add missing imports (thanks Ge0rG) Kim Alvefur 2016-03-16
mod_log_auth: Include username, if known Kim Alvefur 2016-03-15
mod_http_muc_log: Add XMPP URI link for joining the current room Kim Alvefur 2016-03-15
mod_throttle_unsolicited: Limit rate of unsolicited messages sent to non-contacts Kim Alvefur 2016-03-14
mod_track_muc_joins: Module to keep track of joined MUC rooms Kim Alvefur 2016-03-14
mod_firewall: Silence warning about empty if branch [luacheck] Kim Alvefur 2016-03-11
mod_firewall: Silence warnings about unused arguments [luacheck] Kim Alvefur 2016-03-11
mod_firewall: Split compile function into two parts in order to separate their scopes Kim Alvefur 2016-03-11
mod_firewall: Rename argument to avoid name clash [luacheck] Kim Alvefur 2016-03-11
mod_firewall: Remove unused imports [luacheck] Kim Alvefur 2016-03-11
mod_firewall: Pass results as arguments to format instead of shadowning variable [luacheck] Kim Alvefur 2016-03-11
mod_firewall: Use string.find in JID match, faster since the result is unused Kim Alvefur 2016-03-11
mod_firewall: Verify that JID part exists before attempting to call method Kim Alvefur 2016-03-11
mod_firewall: Anchor pattern at beginning and end Kim Alvefur 2016-03-11
mod_firewall/conditions: Add semicolon Kim Alvefur 2016-03-11
mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned Kim Alvefur 2016-03-11
mod_delegation: fixed bad use of period instead of colon Goffi 2016-03-10
mod_privilege: date update Goffi 2016-03-10
mod_delegation: date update Goffi 2016-03-10
mod_http_upload: Advertise maximum file size in disco#info (Per XEP-0363 v0.2) Kim Alvefur 2016-03-08
mod_http_upload: Trim trailing whitespace Kim Alvefur 2016-03-07
mod_migrate: Log read and write errors instead of raising error Kim Alvefur 2016-03-07
mod_smacks/README: Add s2s-smacks and num unacked stanzas options to table Kim Alvefur 2016-03-07
mod_storage_appendmap: Fix keyvalue:set() Kim Alvefur 2016-03-06
mod_storage_appendmap: Experimental storage module optimized for map stores Kim Alvefur 2016-03-06
mod_block_strangers: Allow iq/full responses through Matthew Wild 2016-03-04
mod_invite: Added README. Thijs Alkemade 2016-03-02
mod_invite: Allows existing users to generate URLs that can be used to invite new users. Mutual presence subscriptions are automatically created when the creation succeeds. Thijs Alkemade 2016-03-02
mod_limits: Add newline between statements on long line Kim Alvefur 2016-03-02
mod_auth_ldap: Add support for having admin status indicated in LDAP Kim Alvefur 2016-03-01
mod_auth_ldap/README: Move hint out of code span Kim Alvefur 2016-03-01
mod_storage_xmlarchive: Only try to close xmlfile if it has been opened (fixes traceback with limit=0) Kim Alvefur 2016-02-28
mod_http_upload: Lower default size limit to 1MB Kim Alvefur 2016-02-24
mod_http_upload/README: Mention default upload size limit and change example to something that nobody should copy Kim Alvefur 2016-02-24
mod_cloud_notify: Fix syntax error Kim Alvefur 2016-02-18
mod_cloud_notify: Wrap form in namespaced element per the XEP (fixes #630) Kim Alvefur 2016-02-18
mod_mam: Include 'w' (week) in pattern for "archive_expires_after" option (fixes #627) Kim Alvefur 2016-02-15
mod_storage_xmlarchive/README: Sigh Kim Alvefur 2016-02-13
mod_firewall/README: Fix table Kim Alvefur 2016-02-13
mod_cloud_notify: put publish-options into <pubsub> not into <publish> Daniel Gultsch 2016-02-13
mod_poke_strangers: Create only one hook, re-use the UUIDs. Thijs Alkemade 2016-02-05
mod_poke_strangers: Log details about JIDs that look like they are spamming. Thijs Alkemade 2016-02-05
mod_smacks: README: Add Conversations to list of supported clients Matthew Wild 2016-02-05
mod_mam: Add some debug logging Kim Alvefur 2016-02-04