Log

description author age
muc_affiliation_notify.scs: Remove trailing whitespace 0.11 Matthew Wild 2018-10-31
muc_register.scs: Fix to expect new affiliation change notifications 0.11 Matthew Wild 2018-10-31
Merge 0.11->trunk Matthew Wild 2018-10-31
MUC: Announce affiliation changes for JIDs that are not in the room 0.11 Matthew Wild 2018-10-31
Merge 0.11->trunk Kim Alvefur 2018-10-30
pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 0.11 Kim Alvefur 2018-10-30
Merge 0.11->trunk Matthew Wild 2018-10-30
spec/scansion: Add pep_publish_subscribe (fixes #1222) 0.11 Matthew Wild 2018-10-30
net.server_epoll: Use method to update peername on connect Kim Alvefur 2018-10-29
prosody.cfg.lua.dist: Replace old vcard module with new ones 0.11 Kim Alvefur 2018-10-29
prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section 0.11 Kim Alvefur 2018-10-29
prosody.cfg.lua.dist: Mention that mod_pep handles avatars 0.11 Kim Alvefur 2018-10-29
prosody.cfg.lua.dist: Add mod_csi_simple 0.11 Kim Alvefur 2018-10-29
mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules 0.11 Kim Alvefur 2018-10-29
CHANGES: Mention mod_csi 0.11 Kim Alvefur 2018-10-29
net.server_epoll: Reschedule delayed timers relative to current time Kim Alvefur 2018-10-28
Merge 0.11->trunk Kim Alvefur 2018-10-28
mod_storage_sql1: Remove pre-0.10 SQL module 0.11 Kim Alvefur 2018-10-28
util.sslconfig: Recognise TLS 1.3 as a protocol version 0.11 Kim Alvefur 2018-10-28
CHANGES: Update with new branch 0.11 Kim Alvefur 2018-10-27
Diverge 0.11 0.11 Kim Alvefur 2018-10-27
net.server: Add an API for holding writes of outgoing data Kim Alvefur 2018-10-25
net.server_select: Still allow buffering outgoing data on write-locked connections Kim Alvefur 2018-10-28
net.server_select: Replace use of deprecated :lock_read in server.link Kim Alvefur 2018-10-28
net.server_select: Deprecate :lock method Kim Alvefur 2018-10-28
server_select: Fix :lock method Kim Alvefur 2018-10-28
net.server_select: Move code from :lock_read into :pause and :resume Kim Alvefur 2018-10-28
net.server_event: Deprecate :lock_read here too Kim Alvefur 2018-10-28
net.server_select: Deprecate connection:lock_read() method Kim Alvefur 2018-10-28
net.server_epoll: Shuffle variables earlier to improve readability Kim Alvefur 2018-10-27
mod_ping, mod_uptime: Use module:provides Kim Alvefur 2018-10-27
mod_adhoc: Add compat marker for older handling of adhoc items Kim Alvefur 2018-10-27
util.serialization: Encode non-fatal error in way that can be restored Kim Alvefur 2018-10-27
util.serialization: Rename non-fatal fallback handler for clarity Kim Alvefur 2018-10-27
util.serialization: Disable use of unquoted table keys by default Kim Alvefur 2018-10-27
util.serialization: Add option for allowing multiple references to the same table (but not cycles) Kim Alvefur 2018-10-27
util.serialization: Test rejection of multiple references to same table Kim Alvefur 2018-10-27
util.serialization: Separate errors for multiple table references and max depth Kim Alvefur 2018-10-27
util.serialization: Make maximum table depth configurable Kim Alvefur 2018-10-27
modulemanager: Fix issues introduced in previous commit acf74ad0b795 [thanks luacheck, scansion] Matthew Wild 2018-10-26
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall Matthew Wild 2018-10-26
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 Matthew Wild 2018-10-26
util.dependencies: Remove ztact compatability warning Matthew Wild 2018-10-26
util.promise: Switch from pcall to xpcall to get tracebacks on exceptions Matthew Wild 2018-10-26
util.promise: Remove the non-standard ability to pass a promise to reject() Matthew Wild 2018-10-26
util.promise: Add tests ensuring returning a promise resolves the current promise with that promise Matthew Wild 2018-10-26
moduleapi: Prevent loading disabled module as dependency of enabled one Kim Alvefur 2018-10-25
mod_mam: Remove embedded fallback archive driver (fixes #972) Kim Alvefur 2018-10-25
mod_mam: Upgrade case of invalid archive store driver to hard error Kim Alvefur 2018-10-25
mod_mam: Ignore case of null storage driver Kim Alvefur 2018-10-25
mod_muc_mam: Fix missing form container element Kim Alvefur 2018-10-25
util.promise tests: Fix declared but unused variables Matthew Wild 2018-10-25
util.promise: Fix missing parameters Matthew Wild 2018-10-25
util.promise: Ensure chained promises always receive a value/rejection even if an intermediate promise has no handlers Matthew Wild 2018-10-25
util.promise: Export is_promise() Matthew Wild 2018-10-25
MUC: Remove debug log Matthew Wild 2018-10-25
util.promise: Remove debug print and assert Matthew Wild 2018-10-25
Merge 0.10->trunk Kim Alvefur 2018-10-24
prosodyctl: Change ownership of certs to same as the cert base dir when running from a source checkout Kim Alvefur 2018-10-24
prosodyctl: Allow cert dir to not be owned by root (fixes #1075) Kim Alvefur 2018-10-24
mod_pep: Add automatic subscriptions on node creation (fixes #1222) Kim Alvefur 2018-10-20
mod_pep: Add PEP service owners username in configuration to ease identification Kim Alvefur 2018-10-20
mod_pep: Remove use of recipients table for signaling pending disco#items Kim Alvefur 2018-10-23
util.pubsub: Clarify comment about return value Kim Alvefur 2018-10-21