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 |
mod_storage_xmlarchive: Return earlier if attempting to delete messages older than the oldest existing
|
Kim Alvefur |
2016-02-02 |
mod_storage_xmlarchive: Return earlier if attempting to delete from empty archive
|
Kim Alvefur |
2016-02-02 |
mod_mam: Add a bit of randomness to cleanup intervals to keep some time between multiple instances
|
Kim Alvefur |
2016-02-02 |
mod_storage_xmlarchive: Collect return value when adding to date index
|
Kim Alvefur |
2016-02-02 |
mod_mam/README: Update default_archive_policy table for new default (thanks xnyhps)
|
Kim Alvefur |
2016-02-02 |
mod_firewall/conditions: Add FROM_EXACTLY and TO_EXACTLY
|
Matthew Wild |
2016-02-01 |
mod_s2s_auth_dane: Correct message about not being able to support SPKI
|
Kim Alvefur |
2016-01-31 |
mod_pinger: Added from /files/
|
Matthew Wild |
2016-01-26 |
mod_mam: Compensate for small change in mod_disco between 0.9 and 0.10
|
Kim Alvefur |
2016-01-24 |