Log

description author age
TODO: Remove statistics since this was done in 0.10 Kim Alvefur 2019-01-21
mod_mam: Fix operator precedence (thanks mimi89999) Kim Alvefur 2019-01-20
Merge 0.11->trunk Kim Alvefur 2019-01-19
mod_websocket: Include the value of cross_domain_websocket in debug message 0.11 Kim Alvefur 2019-01-18
mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module Kim Alvefur 2019-01-19
prosodyctl: Fix module.command invocation (thanks woffs) Kim Alvefur 2019-01-18
mod_http: Determine CORS methods to whitelist from actual methods used Kim Alvefur 2019-01-17
mod_http: Set up to handle OPTIONS Kim Alvefur 2019-01-18
mod_websocket: Drop CORS code in favor of that in mod_http Kim Alvefur 2018-10-04
mod_bosh: Drop CORS code in favor of than in mod_http Kim Alvefur 2018-10-04
mod_http: Solve CORS problems once and for all Kim Alvefur 2018-10-04
Merge 0.11->trunk Kim Alvefur 2019-01-17
mod_motd: Remove unused variable [luacheck] 0.11 Kim Alvefur 2019-01-17
Merge 0.11->trunk Kim Alvefur 2019-01-17
mod_motd: Remove redundant conditions 0.11 Kim Alvefur 2019-01-17
mod_presence: Revert empty 'to' attribute of presence before presence/initial event (fixes #1296) 0.11 Kim Alvefur 2019-01-17
core.s2smanager: Add stub reset_stream method to destroyed sessions Kim Alvefur 2019-01-16
mod_admin_telnet: sttas:show: Use format option that allows float numbers Kim Alvefur 2019-01-16
util.http: Fix decoding of uppercase URL encoded chars Kim Alvefur 2019-01-16
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734) Kim Alvefur 2019-01-15
mod_storage_memory: Implement :user iteration API Kim Alvefur 2019-01-13
prosodyctl: Use the same runtime for starting prosody Kim Alvefur 2019-01-10
util.prosodyctl: Allow passing path to Lua runtime to the start() function Kim Alvefur 2019-01-10
prosodyctl: Pass the original argv table to subcommands (with first argument removed) Kim Alvefur 2019-01-10
GNUmakefile: Add target for running scansion Kim Alvefur 2019-01-10
Merge 0.11->trunk Kim Alvefur 2019-01-10
mod_bosh: Handle missing wait attribute (fixes #1288) 0.11 Kim Alvefur 2019-01-10
Added tag 0.11.2 for changeset 4f8b6c09e5f3 0.11 Matthew Wild 2019-01-08
Merge 0.11->trunk Matthew Wild 2019-01-07
Merge 0.10->0.11 0.11 0.11.2 Matthew Wild 2019-01-07
Added tag 0.10.3 for changeset bb8486491b48 Matthew Wild 2018-11-28
Merge 0.11->trunk Kim Alvefur 2019-01-07
mod_csi_simple: Consider messages encrypted payload as important (fixes part of #1250) 0.11 Kim Alvefur 2019-01-06
mod_csi_simple: Consider messages with subject (eg MUC joins) (fixes part of #1250) 0.11 Kim Alvefur 2019-01-06
mod_csi_simple: Unpack Carbons-forwarded messages (fixes part of #1250) 0.11 Kim Alvefur 2019-01-06
mod_csi_simple: Consider messages forwarded from another of the users clients as important (fixes part of #1250) 0.11 Kim Alvefur 2019-01-06
mod_csi_simple: Tweak check for <body> 0.11 Kim Alvefur 2019-01-06
MUC: Rename import to avoid name clash [luacheck] Kim Alvefur 2019-01-06
Merge with jonas Kim Alvefur 2019-01-06
Merge 0.11->trunk Kim Alvefur 2019-01-06
mod_posix: Don't reload logging twice 0.11 Kim Alvefur 2019-01-06
util.startup: Always reload logging after config (fixes #1284) 0.11 Kim Alvefur 2019-01-06
MUC: add ID to message if no ID is present Jonas Wielicki 2019-01-06
mod_http_errors: Normalize CSS Kim Alvefur 2019-01-06
util.http: Pre-generate urlencoding mappings (optimization) Kim Alvefur 2019-01-06
mod_mam: Handle expiry of messages that expire in the middle of the cut-off day Kim Alvefur 2019-01-06
mod_mam: Measure how long it takes to run the message expiry job job Kim Alvefur 2019-01-06
mod_admin_telnet: Sort stats by name Kim Alvefur 2019-01-04
mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful) Kim Alvefur 2019-01-04
mod_admin_telnet: config:get: Assume the global section if only one argument is given Kim Alvefur 2019-01-04
mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command Kim Alvefur 2019-01-04
mod_mam: Fix word order in log message Kim Alvefur 2019-01-04
mod_mam: Perform message expiry based on building an index by date Kim Alvefur 2019-01-03
core.moduleapi: Use convenience function for creating error object from stanza Kim Alvefur 2018-12-30
util.error: Add a function for creating an error object from an error stanza Kim Alvefur 2018-12-30
core.moduleapi: Use util.error for :send_iq errors Kim Alvefur 2018-12-30
core.moduleapi: Move util imports to top Kim Alvefur 2018-12-30
util.error: Add new util library for structured errors Matthew Wild 2018-12-30
util.promise: Remove references to callbacks after settling promise Kim Alvefur 2018-12-30
luacheckrc: Teach luacheck about the new module:send_iq() API Kim Alvefur 2018-12-30
Merge 0.11->trunk Kim Alvefur 2018-12-29
util.pubsub: Restore subscription index from stored data (fixes #1281) 0.11 Kim Alvefur 2018-12-29
mod_admin_telnet: Validate hostnames in xmpp:ping command Kim Alvefur 2018-12-29
mod_tls: Keep TLS context errors and repeat them again for each session Kim Alvefur 2018-12-27
mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa) Kim Alvefur 2018-12-27
mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa) Kim Alvefur 2018-11-24
spec: Stub tests for util.interpolation Kim Alvefur 2018-03-10
mod_admin_telnet: Make xmpp:ping command wait and report the reply Kim Alvefur 2018-12-28
mod_admin_telnet: Enable async processing using util.async Kim Alvefur 2018-12-27
mod_admin_telnet: Invert host existence check Kim Alvefur 2018-12-28
core.moduleapi: Add a promise-based API for tracking IQ stanzas (fixes #714) Kim Alvefur 2018-12-28
util.stanza: Require a type attribute for iq stanzas Kim Alvefur 2018-12-28
net.adns: Silence individual luacheck warnings instead of ignoring entire file Kim Alvefur 2018-12-24
Merge 0.11->trunk Kim Alvefur 2018-12-23
mod_mam: Add test for JID normalization in prefs (see #1275) 0.11 Kim Alvefur 2018-12-23
mod_mam: Only accept valid JIDs in <always/> and <never/> prefs. (fixes #1275) 0.11 Emmanuel Gil Peyrot 2018-12-23
util.table: Add test for create() Kim Alvefur 2018-12-23
util.table: Add test for pack() Kim Alvefur 2018-12-23
mod_pubsub: Split line in config check to improve readability Kim Alvefur 2018-12-23
mod_pubsub: Change order of luacheck directives to match arguments they apply to Kim Alvefur 2018-12-23
mod_pep: Set an 'id' on notifications Kim Alvefur 2018-12-23
mod_pep: Add some spacing between blocks in broadcaster to improve readability Kim Alvefur 2018-12-23
mod_pep: Move broadcaster code around to be more like in mod_pubsub Kim Alvefur 2018-12-23
mod_pubsub: Add semicolon (code style) Kim Alvefur 2018-12-23
Merge 0.11->trunk Kim Alvefur 2018-12-20
MUC: Allow changing data attached to an only owner (fixes #1273) 0.11 Kim Alvefur 2018-12-20
Merge 0.11->trunk Matthew Wild 2018-12-19
MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272) 0.11 Matthew Wild 2018-12-19
Merge 0.11->trunk Matthew Wild 2018-12-19
spec/scansion: Fix test names of tests added in 0d97768b0ea9 0.11 Matthew Wild 2018-12-19
Merge 0.11 -> trunk Matthew Wild 2018-12-19
spec/scansion: Add tests for members-only rooms 0.11 Matthew Wild 2018-12-19
admin_telnet: show when bidi is used on s2s Maxime “pep” Buquet 2018-12-18
Merge 0.11->trunk Kim Alvefur 2018-12-17
prosodyctl check: Add statisticsmanager settings to known global options 0.11 Kim Alvefur 2018-12-17
MUC: Test that subject is still empty after sending a non-subject change message with a subject (#667) Kim Alvefur 2018-12-16
MUC: Add descriptive comments to #667 test Kim Alvefur 2018-12-16
MUC: Add another message to #667 test Kim Alvefur 2018-12-16
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233) Kim Alvefur 2018-12-16
Merge 0.11->trunk Kim Alvefur 2018-12-15
MUC: Fix traceback when requesting voice (fixes #1269) (thanks jonas’) 0.11 Kim Alvefur 2018-12-15
spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons Kim Alvefur 2018-12-11
spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config Kim Alvefur 2018-12-11
spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for easier comparisons Kim Alvefur 2018-12-11
Merge 0.11->trunk Kim Alvefur 2018-12-09
util.datetime: Make sure timezone difference is calculated correctly (fixes #1262) 0.11 Kim Alvefur 2018-12-09
net.connlisteners: Remove deprecated stub module Kim Alvefur 2018-12-09
net.server_epoll: Bail on callback error Kim Alvefur 2018-12-08
net.server_epoll: Call onconnect right after accept()ing a new client Kim Alvefur 2018-12-08
luacheckrc: No longer ignore access to undefined fields on table lib Kim Alvefur 2018-12-08
util.format: Serialize values for the %q format Kim Alvefur 2018-10-11
lint: Remove use of the 143 error code Kim Alvefur 2018-12-08
various: Don't rely on _G.unpack existing Kim Alvefur 2018-12-08
lint: No longer ignore access to the deprecated global 'unpack' Kim Alvefur 2018-12-08
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled Kim Alvefur 2018-12-08
util.iterators: Use pack from table.pack Kim Alvefur 2018-12-08
util.format: Use pack from util.table Kim Alvefur 2018-12-08
moduleapi: Use pack from util.table Kim Alvefur 2018-12-08
MUC: Add test case for #667 Kim Alvefur 2018-12-06
MUC/subject: Don't consider messages with <body> or <subject> (fixes #667) Kim Alvefur 2018-12-04