2016-03-15 |
Kim Alvefur |
mod_log_auth: Include username, if known
|
2016-03-15 |
Kim Alvefur |
mod_http_muc_log: Add XMPP URI link for joining the current room
|
2016-03-14 |
Kim Alvefur |
mod_throttle_unsolicited: Limit rate of unsolicited messages sent to non-contacts
|
2016-03-14 |
Kim Alvefur |
mod_track_muc_joins: Module to keep track of joined MUC rooms
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Silence warning about empty if branch [luacheck]
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Silence warnings about unused arguments [luacheck]
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Split compile function into two parts in order to separate their scopes
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Rename argument to avoid name clash [luacheck]
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Remove unused imports [luacheck]
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Pass results as arguments to format instead of shadowning variable [luacheck]
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Use string.find in JID match, faster since the result is unused
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Verify that JID part exists before attempting to call method
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Anchor pattern at beginning and end
|
2016-03-11 |
Kim Alvefur |
mod_firewall/conditions: Add semicolon
|
2016-03-11 |
Kim Alvefur |
mod_firewall: Optimize string match operations, string.find is faster than .match since no string is returned
|
2016-03-10 |
Goffi |
mod_delegation: fixed bad use of period instead of colon
|
2016-03-10 |
Goffi |
mod_privilege: date update
|
2016-03-10 |
Goffi |
mod_delegation: date update
|
2016-03-08 |
Kim Alvefur |
mod_http_upload: Advertise maximum file size in disco#info (Per XEP-0363 v0.2)
|
2016-03-07 |
Kim Alvefur |
mod_http_upload: Trim trailing whitespace
|
2016-03-07 |
Kim Alvefur |
mod_migrate: Log read and write errors instead of raising error
|
2016-03-07 |
Kim Alvefur |
mod_smacks/README: Add s2s-smacks and num unacked stanzas options to table
|
2016-03-06 |
Kim Alvefur |
mod_storage_appendmap: Fix keyvalue:set()
|
2016-03-06 |
Kim Alvefur |
mod_storage_appendmap: Experimental storage module optimized for map stores
|
2016-03-04 |
Matthew Wild |
mod_block_strangers: Allow iq/full responses through
|
2016-03-02 |
Thijs Alkemade |
mod_invite: Added README.
|
2016-03-02 |
Thijs Alkemade |
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.
|
2016-03-02 |
Kim Alvefur |
mod_limits: Add newline between statements on long line
|
2016-03-01 |
Kim Alvefur |
mod_auth_ldap: Add support for having admin status indicated in LDAP
|
2016-03-01 |
Kim Alvefur |
mod_auth_ldap/README: Move hint out of code span
|
2016-02-28 |
Kim Alvefur |
mod_storage_xmlarchive: Only try to close xmlfile if it has been opened (fixes traceback with limit=0)
|
2016-02-24 |
Kim Alvefur |
mod_http_upload: Lower default size limit to 1MB
|
2016-02-24 |
Kim Alvefur |
mod_http_upload/README: Mention default upload size limit and change example to something that nobody should copy
|
2016-02-18 |
Kim Alvefur |
mod_cloud_notify: Fix syntax error
|
2016-02-18 |
Kim Alvefur |
mod_cloud_notify: Wrap form in namespaced element per the XEP (fixes #630)
|
2016-02-15 |
Kim Alvefur |
mod_mam: Include 'w' (week) in pattern for "archive_expires_after" option (fixes #627)
|
2016-02-13 |
Kim Alvefur |
mod_storage_xmlarchive/README: Sigh
|
2016-02-13 |
Kim Alvefur |
mod_firewall/README: Fix table
|
2016-02-13 |
Daniel Gultsch |
mod_cloud_notify: put publish-options into <pubsub> not into <publish>
|
2016-02-05 |
Thijs Alkemade |
mod_poke_strangers: Create only one hook, re-use the UUIDs.
|
2016-02-05 |
Thijs Alkemade |
mod_poke_strangers: Log details about JIDs that look like they are spamming.
|
2016-02-05 |
Matthew Wild |
mod_smacks: README: Add Conversations to list of supported clients
|
2016-02-04 |
Kim Alvefur |
mod_mam: Add some debug logging
|
2016-02-02 |
Kim Alvefur |
mod_storage_xmlarchive: Return earlier if attempting to delete messages older than the oldest existing
|
2016-02-02 |
Kim Alvefur |
mod_storage_xmlarchive: Return earlier if attempting to delete from empty archive
|
2016-02-02 |
Kim Alvefur |
mod_mam: Add a bit of randomness to cleanup intervals to keep some time between multiple instances
|
2016-02-02 |
Kim Alvefur |
mod_storage_xmlarchive: Collect return value when adding to date index
|
2016-02-02 |
Kim Alvefur |
mod_mam/README: Update default_archive_policy table for new default (thanks xnyhps)
|
2016-02-01 |
Matthew Wild |
mod_firewall/conditions: Add FROM_EXACTLY and TO_EXACTLY
|
2016-01-31 |
Kim Alvefur |
mod_s2s_auth_dane: Correct message about not being able to support SPKI
|
2016-01-26 |
Matthew Wild |
mod_pinger: Added from /files/
|
2016-01-24 |
Kim Alvefur |
mod_mam: Compensate for small change in mod_disco between 0.9 and 0.10
|
2016-01-23 |
Kim Alvefur |
mod_s2s_auth_dane: Check if cert:pubkey() is available
|
2016-01-22 |
Kim Alvefur |
mod_mam_muc: Yell loudly when archive store can't be opened
|
2016-01-22 |
Kim Alvefur |
mod_mam: This was meant to be a debug message
|
2016-01-20 |
daurnimator |
mod_component_client: Pass a non-zero exit code on shutdown due to lost connection
|
2016-01-19 |
Kim Alvefur |
mod_migrate: Include debug data of what store is being migrated
|
2016-01-19 |
Kim Alvefur |
mod_storage_xmlarchive/README: Point directly to raw file that should work in 0.9
|
2016-01-19 |
Kim Alvefur |
mod_storage_xmlarchive/README: Point out the commit that breaks 0.9 support
|
2016-01-19 |
Kim Alvefur |
mod_mam: Fix Top Level Error from string[table] = nil instead of table[string] = nil
|