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
|
2015-09-01 |
Kim Alvefur |
mod_migrate: Add support for migrating archives
|
2015-09-01 |
Kim Alvefur |
mod_migrate: Fix typo in usage string
|
2015-08-31 |
Kim Alvefur |
mod_adhoc_blacklist: Add README
|
2015-08-31 |
Kim Alvefur |
mod_s2s_log_certs/README: Fix link
|
2015-08-31 |
Kim Alvefur |
CONTRIBUTING: Run through pandoc to normalize markdown syntax
|
2015-08-31 |
Kim Alvefur |
CONTRIBUTING: Update guidelines and URL to hg repo
|
2015-08-31 |
Kim Alvefur |
mod_throttle_presence/README: http://xkcd.com/859/
|
2015-08-31 |
Kim Alvefur |
mod_webpresence/README: Code block
|
2015-08-30 |
Kim Alvefur |
mod_http_upload: Depend on mod_disco, allows it to be discovered when set up as a component
|
2015-08-30 |
Kim Alvefur |
mod_mam/README: Minor fixup
|
2015-08-28 |
Kim Alvefur |
Convert all wiki pages to Markdown
|
2015-08-28 |
Kim Alvefur |
Delete wiki pages of deleted modules
|
2015-08-27 |
Kim Alvefur |
mod_mam/README: Add example of use with mod_storage_sql2
|
2015-08-27 |
Kim Alvefur |
mod_storage_lmdb: Remove redundant table
|
2015-08-27 |
Kim Alvefur |
mod_storage_lmdb: Rearrange module to allow using as a library
|
2015-08-27 |
Kim Alvefur |
mod_roster_allinall: Cleanup, remove unused variables [luacheck]
|
2015-08-27 |
Kim Alvefur |
mod_mam_sql/README: More obvious pointers to use mod_mam instead
|