2015-09-23 |
Kim Alvefur |
mod_filter_chatstates: Link to mod_csi
|
2015-09-23 |
Kim Alvefur |
mod_csi/README: Link to XEP
|
2015-09-23 |
Kim Alvefur |
mod_csi: Add links to other modules that act on CSI info
|
2015-09-23 |
Kim Alvefur |
mod_log_mark/README: Also mention logging
|
2015-09-22 |
Kim Alvefur |
mod_log_mark: Module that sends a line to the log once per minute
|
2015-09-21 |
Kim Alvefur |
mod_filter_chatstates: Revert filter-to-nothing hack
|
2015-09-21 |
Kim Alvefur |
mod_throttle_presence: Skip past things that are not stanza objects
|
2015-09-21 |
Kim Alvefur |
mod_filter_chatstates: Break out maptags filter into a stateless function
|
2015-09-21 |
Kim Alvefur |
mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
|
2015-09-19 |
Kim Alvefur |
mod_candy: Update to work with a stable release instead of git (which no longer works)
|
2015-09-18 |
Kim Alvefur |
mod_firewall: Fix missing import of util.set (used to be global)
|
2015-09-17 |
Kim Alvefur |
mod_http_upload/README: Fix typo (thanks you-know-who-you-are)
|
2015-09-17 |
Kim Alvefur |
mod_http_upload/README: More explaining text
|
2015-09-17 |
Kim Alvefur |
mod_http_upload/README: Reorder text and mention what the examples are
|
2015-09-14 |
Kim Alvefur |
mod_lastlog/README: Adjust formatting / indentation to help pandoc produce fancy html
|
2015-09-14 |
Kim Alvefur |
mod_limit_auth: Add README
|
2015-09-14 |
Kim Alvefur |
mod_benchmark_storage: Add README
|
2015-09-14 |
Kim Alvefur |
mod_admin_probe: Add README
|
2015-09-14 |
Kim Alvefur |
mod_admin_blocklist: Add README
|
2015-09-14 |
Kim Alvefur |
mod_limit_auth: Get rid of old inactive throttle objects
|
2015-09-14 |
Kim Alvefur |
mod_cloud_notify/README: Sentence was missing the ending
|
2015-09-14 |
Kim Alvefur |
mod_cloud_notify/README: XEP-0357 changed name to Push Notifications
|
2015-09-14 |
Kim Alvefur |
mod_http_upload: Add support for a file size limit
|
2015-09-14 |
Kim Alvefur |
mod_http_upload: Include failure reason in error response
|
2015-09-14 |
Kim Alvefur |
mod_http_upload: Log a message with the upload URL and storage path for easy discovery
|
2015-09-14 |
Kim Alvefur |
mod_http_upload: Cache first-level child <request> in local variable
|
2015-09-14 |
Kim Alvefur |
mod_http_upload/README: Say it works with 0.9+
|
2015-09-13 |
Kim Alvefur |
mod_proctitle: Add README
|
2015-09-13 |
Kim Alvefur |
mod_tls_policy/README: Fix summary so modules.prosody.im understands it
|
2015-09-13 |
Kim Alvefur |
mod_dwd/README: Fix compatibility table
|
2015-09-12 |
Kim Alvefur |
mod_tls_policy/README: Reflow and strip trailing whitespace (pandoc thougt it meant explicit line breaks)
|
2015-09-12 |
Kim Alvefur |
mod_tls_policy: Add README
|
2015-09-11 |
Kim Alvefur |
mod_mam_sql, mod_mam_muc_sql: Begone, unsupported and unmaintained experiments
|
2015-09-11 |
Kim Alvefur |
mod_http_upload/README: Point to Prosodys HTTP docs
|
2015-09-09 |
Kim Alvefur |
mod_adhoc_blacklist/README: Hint at how to find the command
|
2015-09-09 |
Kim Alvefur |
mod_s2s_auth_dane/README: Note about LuaSec
|
2015-09-09 |
Kim Alvefur |
mod_s2s_auth_dane/README: Describe DANE uses
|
2015-09-09 |
Kim Alvefur |
mod_s2s_auth_dane/README: Bump heading levels (modules.prosody.im decreases them one step) and fix some missing spaces
|
2015-09-09 |
Kim Alvefur |
mod_mam/README: Reorganise config options under sub-headings and rewrite description of options
|
2015-09-09 |
Kim Alvefur |
mod_pastebin/README: Try to clarify the config differences in 0.9+
|
2015-09-07 |
Kim Alvefur |
mod_muc_limits/README: Footnote formatting so pandoc understands it
|
2015-09-07 |
Kim Alvefur |
mod_http_muc_log: If archive driver provides the dates method, use it
|
2015-09-07 |
Kim Alvefur |
mod_storage_xmlarchive: Expose method for getting a list of dates which do have messages
|
2015-09-05 |
Matthew Wild |
mod_http_user_count: Support for host and MUC session counts
|
2015-09-03 |
Kim Alvefur |
mod_filter_chatstates: Hack to make sure session.send does not return nil which may break things sometimes
|
2015-09-03 |
Kim Alvefur |
mod_http_index: Add README file
|
2015-09-03 |
Kim Alvefur |
mod_http_index: Move template out into a file and make it configurable
|
2015-09-03 |
Kim Alvefur |
mod_http_index: Remove unused CSS (it was copied as-is from mod_http_muc_log)
|
2015-09-03 |
Kim Alvefur |
mod_http_index: Update to use util.interpolation (makes it depend on 0.10+)
|
2015-09-03 |
Kim Alvefur |
mod_auth_ldap/README: Fix missing word and more markdown syntax tweaks
|
2015-09-03 |
Kim Alvefur |
mod_auth_ldap/README: Minor tweaks
|
2015-09-03 |
Kim Alvefur |
mod_auth_ldap/README: Remove note about alternate version, I don't think it is relevant anymore
|
2015-09-02 |
Kim Alvefur |
Fix intralinks in READMEs
|
2015-09-02 |
Kim Alvefur |
Various README files: Correct indentation levels, fix syntax and other small fixes
|
2015-09-02 |
Kim Alvefur |
mod_storage_xmlarchive: Add support for purging (used when deleting users)
|
2015-09-01 |
Kim Alvefur |
mod_auto_activate_hosts: Import hostmanager (thanks mt)
|
2015-09-01 |
Kim Alvefur |
mod_http_upload: Fix typo (thanks mo)
|
2015-09-01 |
Kim Alvefur |
mod_http_upload: Add README
|
2015-09-01 |
Kim Alvefur |
mod_http_upload: Include join_path function, should make it work with 0.9.x
|
2015-09-01 |
Kim Alvefur |
mod_migrate/README: Change headings and adjust usage string
|