log

age author description
2015-11-25 Kim Alvefur Merge
2015-11-24 Goffi mod_privilege: fixed session.privilege overwritting when multiple hosts are activated + fixed roster permission check on presence permission.
2015-11-22 Matthew Wild mod_muc_access_control: Module to allow restricting rooms to a list of JIDs, which can include domains
2015-11-21 moparisthebest mod_alias: New alias module
2015-11-16 Kim Alvefur mod_presence_cache: Cache incoming presence broadcasts in order to get clients up to speed with who is online faster
2015-11-16 Kim Alvefur mod_s2s_auth_dane: Consider TLSA records with PKIX uses as supported (if enabled) even if the chain is invalid (if no match is found the session is considered insecure)
2015-11-14 Kim Alvefur mod_s2s_auth_dane/README: Add missing whitespace
2015-11-13 Matthew Wild mod_auto_accept_subscriptions: Fix typo in variable name, which would prevent subscription request being sent to contact (thanks Andrey)
2015-11-10 Kim Alvefur mod_roster_command: Update workaround to perhaps work in 0.10
2015-11-10 Kim Alvefur mod_roster_command: Attempt to update for compatibility with 0.10
2015-11-10 Kim Alvefur mod_roster_command: Update link to new docs site
2015-11-08 Goffi mod_ipcheck: Fixed bad namespace
2015-11-05 Kim Alvefur mod_s2s_auth_dane: Consider the current certificate chain status before checking PKIX-{EE,CA} TLSA records
2015-11-05 Kim Alvefur mod_s2s_auth_dane: Support servers without SRV records by falling back to port 5269 and the bare hostname for TLSA lookups
2015-11-01 Kim Alvefur mod_http_upload: Say Hello to anyone opening the "bare" HTTP URL (helpful to show that module is loaded correctly)
2015-10-30 Kim Alvefur mod_limit_auth: Only apply limit to normal c2s sessions (thanks cuc)
2015-10-28 Kim Alvefur mod_storage_xmlarchive/README: Add example configuration
2015-10-28 Kim Alvefur mod_auth_http_async: Correctly pass password to provider.test_password (thanks mother)
2015-10-28 Kim Alvefur mod_auth_http_async: Fix syntax error
2015-10-26 Kim Alvefur mod_rawdebug/README: Fix typos
2015-10-26 Kim Alvefur mod_rawdebug/README: H3 -> H2
2015-10-26 Kim Alvefur mod_support_contact/README: Update compatibility section
2015-10-24 Kim Alvefur mod_auth_custom_http: Add README
2015-10-24 Kim Alvefur mod_auth_http_async/README: Add compatibility info
2015-10-24 Kim Alvefur mod_auth_http_async: Remove unused variable
2015-10-24 Kim Alvefur mod_auth_http_async: Actually do the HTTP request
2015-10-24 Kim Alvefur mod_auth_http_async: Don't set global
2015-10-23 Kim Alvefur mod_block_strangers: Add missing import of util.stanza
2015-10-23 Kim Alvefur mod_block_strangers: Bounce IQ stanzas (they MUST be replied to)
2015-10-23 Kim Alvefur mod_auth_http_async: Wrap up async http request in a function
2015-10-23 Kim Alvefur mod_watchuntrusted: Add a fallback string as hash if no certificate was provided
2015-10-23 Kim Alvefur mod_throttle_presence: Switch if-else statement around to improve readability
2015-10-23 Kim Alvefur mod_cloud_notify: Wrap notification form in <item>
2015-10-23 Kim Alvefur mod_cloud_notify: Send notification from bare user JID per http://xmpp.org/extensions/xep-0357.html#publishing
2015-10-23 Kim Alvefur mod_cloud_notify: Save list of push services
2015-10-22 Kim Alvefur mod_candy/README: Mention mod_default_bookmarks
2015-10-22 Kim Alvefur mod_candy/README: Describe how it decides login method
2015-10-22 Kim Alvefur mod_candy/README: Update compatibility table
2015-10-22 Kim Alvefur mod_candy/README: Compact links
2015-10-22 Kim Alvefur mod_candy/README: Correct command for unzipping Candy release
2015-10-20 Kim Alvefur mod_compat_dialback: Use correct API for hooking events (Thanks sol, Lance)
2015-10-20 Kim Alvefur mod_http_muc_log: Produce local timestamps in local format
2015-10-19 Kim Alvefur mod_http_upload: Add missing local of string.upper (Thanks Thilo)
2015-10-18 Kim Alvefur mod_http_upload/README: Update with XEP reference, stage, description
2015-10-18 Kim Alvefur mod_http_upload: Duplicate code from net.http.server in order send proper HEAD responses
2015-10-18 Kim Alvefur mod_proctitle/README: Linkify URL
2015-10-14 Thijs Alkemade mod_onions: Patch from David Goulet: Fix onions_map when the target is a string.
2015-10-14 Kim Alvefur mod_cloud_notify: Make inclusion of message sender and body optional via config option
2015-10-14 Kim Alvefur mod_cloud_notify: Add some comments describing code blocks
2015-10-14 Kim Alvefur mod_cloud_notify: Allow the 'node' to be left out when disabling, clients MAY include it (and therefore leave it out)
2015-10-14 Kim Alvefur mod_http_upload: Fix Content-Length header (it is now identical to the one in net.http.server)
2015-10-13 Kim Alvefur mod_http_upload: Fix HEAD requests
2015-10-11 Kim Alvefur mod_auth_ccert/README: It's cafile, not cacert
2015-10-11 Kim Alvefur mod_mam_archive/README: Rely on autolinking
2015-10-11 Kim Alvefur mod_s2s_keepalive/README: Update to say it works with 0.8
2015-10-11 Michael Töglhofer mod_s2s_keepalive: Add README