| Commit message (Expand) | Author | Age | Files | Lines |
* | modulemanager: Expose function to get the list of modules that should be load... | Matthew Wild | 2018-06-20 | 1 | -4/+13 |
* | sessionmanager: Generate shorter random resoures | Kim Alvefur | 2018-05-29 | 1 | -3/+3 |
* | Merge 0.10->trunk | Kim Alvefur | 2018-05-25 | 1 | -1/+1 |
|\ |
|
| * | core.certmanager: Allow all non-whitespace in service name (fixes #1019) | Kim Alvefur | 2018-05-25 | 1 | -1/+1 |
* | | loggingmanager: Remove luacheck annotations for global log functions that are... | Kim Alvefur | 2018-04-10 | 1 | -1/+0 |
* | | util.startup: Set up event hooks for reloading logging here instead of in log... | Kim Alvefur | 2018-04-05 | 1 | -6/+0 |
* | | util.startup: Initialize prosody.log / _G.log here instead of in loggingmanag... | Kim Alvefur | 2018-04-05 | 1 | -3/+0 |
* | | core: Use prosody.hosts instead of _G.hosts for consistency | Kim Alvefur | 2018-03-29 | 5 | -5/+5 |
* | | loggingmanager: Hook event for reopening log files instead of config reloaded | Kim Alvefur | 2018-03-25 | 1 | -1/+1 |
* | | configmanager: Move firing of the 'config-reloaded' event into util.startup (... | Kim Alvefur | 2018-03-25 | 1 | -7/+0 |
* | | storagemanager: Default storage_async_check to false for a while | Matthew Wild | 2018-03-25 | 1 | -1/+1 |
* | | stanza_router: Limit scope of deprecated warning function since it is not use... | Kim Alvefur | 2018-03-23 | 1 | -1/+1 |
* | | s2smanager: Explicitly export the incoming_s2s table [luacheck] | Kim Alvefur | 2018-03-23 | 1 | -2/+2 |
* | | storagemanager: Remove unused variable [luacheck] | Kim Alvefur | 2018-03-22 | 1 | -1/+1 |
* | | storagemanager: Log warning on storage access outside of async contexts | Matthew Wild | 2018-03-22 | 1 | -0/+32 |
* | | Merge 0.10->trunk | Kim Alvefur | 2018-03-06 | 1 | -0/+3 |
|\| |
|
| * | hostmanager: Add a logging close method in case something tries to close the ... | Kim Alvefur | 2018-02-24 | 1 | -0/+3 |
* | | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 11 | -0/+11 |
* | | moduleapi: Remove unused and undocumented :has_feature and :has_identity | Kim Alvefur | 2018-02-23 | 1 | -14/+0 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-12-29 | 1 | -0/+8 |
|\| |
|
| * | rostermanager: Explicitly remove old-style 'pending' table from rosters (or i... | Kim Alvefur | 2017-12-29 | 1 | -0/+8 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-12-28 | 1 | -1/+1 |
|\| |
|
| * | certmanager: Check for missing certificate before key in configuration (shoul... | Kim Alvefur | 2017-12-28 | 1 | -1/+1 |
* | | moduleapi: Warn if a module being loaded as a dependency has been disabled | Kim Alvefur | 2017-12-27 | 1 | -0/+3 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-11-20 | 1 | -14/+33 |
|\| |
|
| * | certmanager: Set single curve conditioned on LuaSec advertising EC crypto sup... | Kim Alvefur | 2017-11-20 | 1 | -1/+1 |
| * | certmanager: Filter out curves not supported by LuaSec | Kim Alvefur | 2017-11-20 | 1 | -0/+12 |
| * | certmanager: Change table representing LuaSec capabilities to match capabilit... | Kim Alvefur | 2017-11-20 | 1 | -13/+20 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-10-29 | 2 | -4/+7 |
|\| |
|
| * | rostermanager: Log warning if removal self-contact failed | Kim Alvefur | 2017-10-29 | 1 | -1/+3 |
| * | rostermanager: Use internal method for storing removal of self-contact | Kim Alvefur | 2017-10-29 | 1 | -1/+1 |
| * | rostermanager: Demote warning to debug message | Kim Alvefur | 2017-10-29 | 1 | -1/+1 |
| * | rostermanager: Capitalize log message | Kim Alvefur | 2017-10-29 | 1 | -1/+1 |
| * | rostermanager: Remove self-contact entry (fixes #933) | Emmanuel Gil Peyrot | 2017-09-19 | 1 | -1/+2 |
| * | rostermanager: Simplify logging. | Emmanuel Gil Peyrot | 2017-09-19 | 1 | -2/+2 |
| * | loggingmanager: Make timestamps enabled by default in file sink (fixes #1004) | Kim Alvefur | 2017-10-26 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-10-25 | 1 | -1/+2 |
|\| |
|
| * | core.stanza_router: Verify that xmlns exists for firing stanza/iq/xmlns/name ... | Kim Alvefur | 2017-10-17 | 1 | -1/+2 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-09-29 | 1 | -0/+7 |
|\| |
|
| * | core.certmanager: Set a default curveslist [sic], fixes #879, #943, #951 if u... | Kim Alvefur | 2017-09-27 | 1 | -0/+6 |
| * | prosodyctl: cert import: Reuse function from certmanager for locating certifi... | Kim Alvefur | 2017-09-27 | 1 | -0/+1 |
* | | Merge 0.10->trunk | Matthew Wild | 2017-09-26 | 1 | -0/+4 |
|\| |
|
| * | certmanager: Add debug logging (thanks av6) | Matthew Wild | 2017-09-23 | 1 | -0/+4 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-09-21 | 1 | -1/+1 |
|\| |
|
| * | hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#i... | Matthew Wild | 2017-09-20 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-09-14 | 1 | -19/+8 |
|\| |
|
| * | core.loggingmanager: Remove now unused locals [luacheck] | Kim Alvefur | 2017-09-11 | 1 | -3/+0 |
| * | loggingmanager, mod_posix: Import util.format correctly (fixes #985) | Kim Alvefur | 2017-09-11 | 1 | -1/+1 |
| * | loggingmanager: Slight cleanup and optimization of file sink | Waqas Hussain | 2017-09-10 | 1 | -6/+7 |
| * | loggingmanager, mod_posix: Replace the old inconsistent log formatting with t... | Waqas Hussain | 2017-09-10 | 1 | -11/+2 |