Merge 0.10->trunk
|
Kim Alvefur |
2017-09-14 |
Merge 0.9->0.10
|
Kim Alvefur |
2017-09-14 |
mod_component, mod_s2s: Iterate over child tags instead of child nodes (can include text) in stream error (same as 176b7f4e4ac9)
|
Kim Alvefur |
2017-09-13 |
mod_c2s: Iterate over child tags instead of child nodes in stream error (fixes traceback from #987)
|
Kim Alvefur |
2017-09-13 |
mod_mam: Log a message in case archive deletion is not supported by the storage module in use
|
Kim Alvefur |
2017-09-12 |
mod_mam: Use a FIFO queue for scheduling archive expiry
|
Kim Alvefur |
2017-09-12 |
core.loggingmanager: Remove now unused locals [luacheck]
|
Kim Alvefur |
2017-09-11 |
loggingmanager, mod_posix: Import util.format correctly (fixes #985)
|
Kim Alvefur |
2017-09-11 |
loggingmanager: Slight cleanup and optimization of file sink
|
Waqas Hussain |
2017-09-10 |
loggingmanager, mod_posix: Replace the old inconsistent log formatting with the new util.format
|
Waqas Hussain |
2017-09-10 |
util.format: A string.format wrapper that gracefully handles invalid arguments
|
Waqas Hussain |
2017-09-10 |
util.dependencies: Add comment about LuaSec compat
|
Kim Alvefur |
2017-07-25 |
util.dependencies: Add compatibility code for LuaSocket no longer exporting as a global
|
Kim Alvefur |
2017-07-25 |
mod_saslauth: Use correct varible name (thanks Roi)
|
Kim Alvefur |
2017-07-08 |
mod_pubsub: Comment out data persistence for now (weird without config persistence)
|
Kim Alvefur |
2017-09-13 |
util.pubsub: Don't record publisher when superuser privileges are used (eg by modules)
|
Kim Alvefur |
2017-07-29 |
mod_pubsub: Store data in users store, node in 'with' metadata field
|
Kim Alvefur |
2017-04-26 |
mod_pubsub: Pass 'user' to simple_itemstore
|
Kim Alvefur |
2017-04-26 |
util.pubsub: Catch overriden id from storage
|
Kim Alvefur |
2017-04-26 |
mod_pubsub: Pass xmlns correctly
|
Kim Alvefur |
2017-04-26 |
mod_pep_plus: Add item persistency.
|
Emmanuel Gil Peyrot |
2017-04-15 |
mod_pep_plus: Fix all of the warnings [luacheck]
|
Emmanuel Gil Peyrot |
2017-04-15 |
mod_pubsub: Add item persistence using mod_storage_*’s archive store.
|
Emmanuel Gil Peyrot |
2017-04-15 |
util.pubsub: Add the publisher as an attribute in the item element.
|
Emmanuel Gil Peyrot |
2017-04-02 |
util.pubsub: Add a node parameter to itemstore().
|
Emmanuel Gil Peyrot |
2017-04-02 |
mod_pubsub: Fix a few warnings [luacheck]
|
Emmanuel Gil Peyrot |
2017-04-14 |
tests: Add failing tests for util.async
|
Matthew Wild |
2017-09-12 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-09-04 |
mod_mam: Factor out <stanza-id> stripping so it can be reused in two places
|
Kim Alvefur |
2017-09-03 |
mod_mam: Clone stanza before stripping stanza id after carbons
|
Kim Alvefur |
2017-09-03 |
man/prosodyctl.markdown: Reflow
|
Kim Alvefur |
2017-09-02 |
man prosodyctl: Add text about the `cert import` command
|
Kim Alvefur |
2017-09-02 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-08-29 |
prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe and sol)
|
Kim Alvefur |
2017-08-29 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-08-28 |
net.http: Add option for disabling TLS certifictate validation
|
Kim Alvefur |
2017-07-07 |
net.http: Validate HTTPS certificates (fixes #659)
|
Kim Alvefur |
2017-07-07 |
prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part of fix for #659)
|
Kim Alvefur |
2017-07-07 |
net.http: Move default SSL/TLS settings into options, allowing them to be overriden in new()
|
Kim Alvefur |
2017-07-07 |
net.http: Expose defaults
|
Kim Alvefur |
2017-07-07 |
net.http: Remove duplicate 'request' entry
|
Kim Alvefur |
2017-07-07 |
mod_register: Add comments saying which section handles password change, account deletion and which is in-band registration
|
Kim Alvefur |
2017-08-24 |
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)
|
Kim Alvefur |
2017-07-25 |
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
|
Kim Alvefur |
2017-07-28 |
MUC: Use variable that actually exists (thanks Martin)
|
Kim Alvefur |
2017-08-06 |
prosodyctl: Skip certificate checks for hosts of the form node@host (fixes #779)
|
Kim Alvefur |
2017-08-04 |
net.websocket: Remove stray module api reference, shouldn't be used in here
|
Kim Alvefur |
2017-07-30 |
mod_disco: Advertise in stream-features after auth (probably what was meant in 200f1f6306a7) (fixes #957)
|
Kim Alvefur |
2017-07-27 |
MUC: Reject whitespace-only nicknames (fixes #337)
|
Kim Alvefur |
2017-07-20 |
util.sql: Greedily read all rows so we can close queries early (fixes #391)
|
Matthew Wild |
2017-08-04 |
Merge 0.10 -> trunk
|
Matthew Wild |
2017-07-28 |
sessionmanager: Revert session.type if binding fails due to roster load error
|
Matthew Wild |
2017-07-28 |
mod_register: Add ::1 to the default registration_whitelist.
|
Emmanuel Gil Peyrot |
2017-07-16 |
mod_bosh: Add ::1 to the default trusted_proxies.
|
Emmanuel Gil Peyrot |
2017-07-16 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-07-06 |
MUC: Include a human-readable message when denying room creation because of restrict_room_creation
|
Kim Alvefur |
2017-07-06 |
MUC: Return item-not-found for eg messages to non-existant rooms (changed in 566aba0482b6 for unknown reason)
|
Kim Alvefur |
2017-07-06 |
MUC: Log debug message when restoring a room from storage
|
Kim Alvefur |
2017-07-06 |
prosodyctl: Make `cert check` do the same as `check certs`
|
Kim Alvefur |
2017-07-06 |
MUC: Add some comments attempting to explain what presence and <x> tag goes where
|
Kim Alvefur |
2017-07-06 |