aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prosodyctl check: Fix traceback when no modules_enabled are defined (e.g., a ↵Waqas Hussain2017-09-241-1/+1
| | | | completely empty config)
* prosody: Tiny whitespace fixKim Alvefur2017-09-241-2/+2
|
* net.dns: Correctly apply lower bound of RTT (thanks Ge0rG)Kim Alvefur2017-09-241-1/+1
|
* tests: util.throttle: Fix time override to simply override util.time. Recent ↵Matthew Wild2017-09-231-12/+4
| | | | change bypasses current override method.
* prosody.cfg.lua.dist: Improve certificates commentMatthew Wild2017-09-231-2/+2
|
* prosody.cfg.lua.dist: Further tweaks in preparation for 0.10.0Matthew Wild2017-09-231-21/+12
|
* certmanager: Add debug logging (thanks av6)Matthew Wild2017-09-231-0/+4
|
* prosody.cfg.lua.dist: Update in preparation for 0.10.0 releaseMatthew Wild2017-09-231-40/+73
|
* mod_server_contact_info: Import from prosody-modules 2c59f2f0c37d (fixes #778)Matthew Wild2017-09-231-0/+49
|
* mod_limits: Import from prosody-modules 2c59f2f0c37d (fixes #129)Matthew Wild2017-09-231-0/+96
|
* util.dataforms: Don't include list options in result forms (fixes #983)Matthew Wild2017-09-231-18/+22
|
* util.throttle: Fix initial time setting (double accounting the first time) ↵Waqas Hussain2017-09-171-2/+2
| | | | and fractional balance updates (0.1*10 was not the same as 1*1)
* mod_mam: Also return the preferences on setEmmanuel Gil Peyrot2017-09-191-7/+5
| | | | Fixes #995.
* hostmanager: Add support for 'disco_hidden' option to hide hosts from ↵Matthew Wild2017-09-201-1/+1
| | | | disco#items (thanks Ge0rG)
* mod_mam: Log a message when not archiving because it only had ignored tagsKim Alvefur2017-09-181-0/+1
|
* prosodyctl: cert import: Use env variable set by certbot if invoked as ↵Kim Alvefur2017-09-181-2/+9
| | | | post-renew hook
* prosodyctl: Only demand a hostname argument to cert commands other than importKim Alvefur2017-09-181-7/+9
|
* prosodyctl: Use all enabled hosts if no hostnames passed to cert importKim Alvefur2017-09-181-1/+8
|
* util.random: Add a _source field to match util.crandKim Alvefur2017-09-161-0/+1
|
* Merge 0.9->0.10Kim Alvefur2017-09-143-30/+24
|\
| * mod_component, mod_s2s: Iterate over child tags instead of child nodes (can ↵Kim Alvefur2017-09-142-20/+16
| | | | | | | | include text) in stream error (same as 176b7f4e4ac9)
| * mod_c2s: Iterate over child tags instead of child nodes in stream error ↵Kim Alvefur2017-09-131-10/+8
| | | | | | | | (fixes traceback from #987)
| * util.dependencies: Add comment about LuaSec compatKim Alvefur2017-07-251-0/+1
| |
| * util.dependencies: Add compatibility code for LuaSocket no longer exporting ↵Kim Alvefur2017-07-251-0/+3
| | | | | | | | as a global
| * mod_saslauth: Use correct varible name (thanks Roi)Kim Alvefur2017-07-081-1/+1
| |
* | mod_mam: Log a message in case archive deletion is not supported by the ↵Kim Alvefur2017-09-121-1/+3
| | | | | | | | storage module in use
* | mod_mam: Use a FIFO queue for scheduling archive expiryKim Alvefur2017-09-121-4/+11
| |
* | core.loggingmanager: Remove now unused locals [luacheck]Kim Alvefur2017-09-111-3/+0
| |
* | loggingmanager, mod_posix: Import util.format correctly (fixes #985)Kim Alvefur2017-09-112-2/+2
| |
* | loggingmanager: Slight cleanup and optimization of file sinkWaqas Hussain2017-09-101-6/+7
| |
* | loggingmanager, mod_posix: Replace the old inconsistent log formatting with ↵Waqas Hussain2017-09-102-17/+5
| | | | | | | | the new util.format
* | util.format: A string.format wrapper that gracefully handles invalid argumentsWaqas Hussain2017-09-101-0/+74
| |
* | mod_mam: Factor out <stanza-id> stripping so it can be reused in two placesKim Alvefur2017-09-031-23/+22
| |
* | mod_mam: Clone stanza before stripping stanza id after carbonsKim Alvefur2017-09-031-0/+1
| |
* | man/prosodyctl.markdown: ReflowKim Alvefur2017-09-021-2/+2
| |
* | man prosodyctl: Add text about the `cert import` commandKim Alvefur2017-09-022-2/+12
| |
* | prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe ↵Kim Alvefur2017-08-292-2/+2
| | | | | | | | and sol)
* | net.http: Add option for disabling TLS certifictate validationKim Alvefur2017-07-071-1/+2
| |
* | net.http: Validate HTTPS certificates (fixes #659)Kim Alvefur2017-07-071-0/+21
| |
* | prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http ↵Kim Alvefur2017-07-072-1/+12
| | | | | | | | (part of fix for #659)
* | net.http: Move default SSL/TLS settings into options, allowing them to be ↵Kim Alvefur2017-07-071-2/+4
| | | | | | | | overriden in new()
* | net.http: Expose defaultsKim Alvefur2017-07-071-0/+1
| |
* | net.http: Remove duplicate 'request' entryKim Alvefur2017-07-071-1/+0
| |
* | mod_register: Add comments saying which section handles password change, ↵Kim Alvefur2017-08-241-0/+2
| | | | | | | | account deletion and which is in-band registration
* | mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)Kim Alvefur2017-07-251-14/+23
| |
* | core.usermanager, various modules: Disconnect other resources on password ↵Kim Alvefur2017-07-286-6/+24
| | | | | | | | change (thanks waqas) (fixes #512)
* | MUC: Use variable that actually exists (thanks Martin)Kim Alvefur2017-08-061-2/+2
| |
* | prosodyctl: Skip certificate checks for hosts of the form node@host (fixes #779)Kim Alvefur2017-08-041-1/+8
| |
* | net.websocket: Remove stray module api reference, shouldn't be used in hereKim Alvefur2017-07-301-1/+1
| |
* | mod_disco: Advertise in stream-features after auth (probably what was meant ↵Kim Alvefur2017-07-271-1/+1
| | | | | | | | in 200f1f6306a7) (fixes #957)