| Commit message (Expand) | Author | Age | Files | Lines |
* | storagemanager: Use the existing local reference to 'hosts' | Kim Alvefur | 2017-03-22 | 1 | -1/+1 |
* | core.moduleapi: Factor out code for getting a scalar config option | Kim Alvefur | 2017-03-15 | 1 | -15/+8 |
* | core: Allow select core modules to mutate some globals (needs luacheck 1.19) | Kim Alvefur | 2017-03-04 | 3 | -2/+3 |
* | core: Split some very long lines [luacheck] | Kim Alvefur | 2017-03-04 | 8 | -16/+35 |
* | stanza_router: Fix typo | Kim Alvefur | 2017-01-02 | 1 | -1/+1 |
* | core.stanza_router: Remove hack for allowing resource binding IQ before resou... | Kim Alvefur | 2016-12-13 | 1 | -10/+0 |
* | core.sessionmanager, mod_saslauth: Introduce intermediate session type for au... | Kim Alvefur | 2016-12-13 | 1 | -1/+4 |
* | Merge 0.9->0.10 | Kim Alvefur | 2016-12-09 | 1 | -0/+13 |
|\ |
|
| * | core.rostermanager: Add method for checking if the user is subscribed to a co... | Kim Alvefur | 2016-12-09 | 1 | -0/+12 |
| * | sessionmanager: Make session.send() return true unless there really is an err... | Kim Alvefur | 2015-09-21 | 1 | -1/+7 |
* | | core.certmanager: Translate "no start line" to something friendlier (thanks s... | Kim Alvefur | 2016-11-26 | 1 | -0/+5 |
* | | core.stanza_router: Separate iq type check from child count check | Kim Alvefur | 2016-11-25 | 1 | -2/+5 |
* | | core.stanza_router: Require 'id' attribute on iq stanzas (fixes #785) | Kim Alvefur | 2016-11-25 | 1 | -0/+3 |
* | | core.statsmanager: Use correct variable for config validation [luacheck] | Kim Alvefur | 2016-09-12 | 1 | -1/+1 |
* | | core.certmanager: Split cipher list into array with comments explaining each ... | Kim Alvefur | 2016-09-12 | 1 | -1/+10 |
* | | stanza_router: Make 'unhandled stanza' errors more informative | Matthew Wild | 2016-08-31 | 1 | -1/+6 |
* | | moduleapi: 'duration' became 'times' | Matthew Wild | 2016-08-31 | 1 | -1/+1 |
* | | storagemanager: Fix for previous commit | Matthew Wild | 2016-08-31 | 1 | -1/+1 |
* | | storagemanager: Fire event when opening a store, and allow the returned store... | Matthew Wild | 2016-08-31 | 1 | -0/+5 |
* | | storagemanager: Simplify function flow | Matthew Wild | 2016-08-31 | 1 | -5/+5 |
* | | statsmanager: Refactor to simplify logic. Notably renames 'statistics_provide... | Matthew Wild | 2016-07-29 | 1 | -59/+66 |
* | | certmanager: Assume default config path of '.' (fixes prosodyctl check certs ... | Kim Alvefur | 2016-07-29 | 1 | -1/+1 |
* | | statsmanager: If provider doesn't offer a get_stats method, still fire the st... | Matthew Wild | 2016-07-27 | 1 | -13/+12 |
* | | statsmanager, util.statsd: Add built-in statsd provider | Matthew Wild | 2016-07-27 | 1 | -0/+1 |
* | | statsmanager: Add 'stats_provider' option, to allow selecting alternative API... | Matthew Wild | 2016-07-27 | 1 | -27/+65 |
* | | core.stanza_router: Remove compatibility with Jabiru not including id attribu... | Kim Alvefur | 2016-05-30 | 1 | -1/+0 |
* | | portmanager: Set default read size back to 4K | Kim Alvefur | 2016-05-04 | 1 | -1/+1 |
* | | moduleapi: Allow an origin session to be passed to module:send() | Kim Alvefur | 2016-04-06 | 1 | -2/+2 |
* | | storagemanager: Capitalize log message | Kim Alvefur | 2016-04-01 | 1 | -1/+1 |
* | | certmanager: Explicitly tonumber() version number segments before doing arith... | Matthew Wild | 2016-03-26 | 1 | -1/+1 |
* | | modulemanager: Silence log message about attempts to load already loaded modu... | Kim Alvefur | 2016-03-19 | 1 | -1/+3 |
* | | mod_c2s: Remove use of util.async | Kim Alvefur | 2016-03-17 | 1 | -1/+0 |
* | | rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the... | Kim Alvefur | 2016-03-12 | 1 | -1/+0 |
* | | storagemanager: Fix saving data in map shim when no prior data exists | Kim Alvefur | 2016-03-06 | 1 | -7/+5 |
* | | usermanager: Shortcircuit user existence check if they have existing sessions | Kim Alvefur | 2016-02-21 | 1 | -0/+1 |
* | | rostermanager: Require storagemanager at the top, fixes traceback on Lua 5.2 | Matthew Wild | 2016-02-19 | 1 | -3/+4 |
* | | loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unp... | Kim Alvefur | 2016-02-18 | 3 | -3/+4 |
* | | loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+ | Kim Alvefur | 2016-02-18 | 2 | -2/+4 |
* | | certmanager: Localize tonumber | Matthew Wild | 2016-02-18 | 1 | -1/+1 |
* | | loggingmanager: Import select() to fix global access | Matthew Wild | 2016-02-18 | 1 | -1/+1 |
* | | rostermanager: Use map stores when only one contact is changed | Kim Alvefur | 2016-02-09 | 1 | -15/+20 |
* | | rostermanager: Use storagemanager | Kim Alvefur | 2016-02-09 | 1 | -3/+4 |
* | | storagemanager: Add set_keys method to map store shim | Kim Alvefur | 2016-02-09 | 1 | -0/+17 |
* | | storagemanager: Fix map store shim if store is empty | Kim Alvefur | 2014-08-08 | 1 | -1/+1 |
* | | storagemanager: When map store isn't available, fallback to keyval store [bac... | daurnimator | 2014-08-07 | 1 | -1/+37 |
* | | certmanager: Try filename.key if certificate is set to a full filename ending... | Kim Alvefur | 2016-02-05 | 1 | -3/+2 |
* | | certmanager: Apply global ssl config later so certificate/key is not overwrit... | Kim Alvefur | 2016-02-05 | 1 | -1/+1 |
* | | certmanager: Support new certificate configuration for non-XMPP services too ... | Matthew Wild | 2016-02-05 | 1 | -6/+23 |
* | | loggingmanager: Stringify all arguments to format so we can finally see the *... | Kim Alvefur | 2016-02-04 | 1 | -5/+12 |
* | | loggingmanager: Remove Windows hack, buffer_mode should fix this | Kim Alvefur | 2016-02-04 | 1 | -7/+0 |