net.resolvers.basic: Move IP literal check to constructor
0.11
|
Kim Alvefur |
2019-11-24 |
MUC: Add testcase for #1466
|
Kim Alvefur |
2019-11-23 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-11-23 |
core.modulemanager: Disable mod_vcard if mod_vcard_legacy is enabled to prevent conflict (#1469)
0.11
|
Kim Alvefur |
2019-11-23 |
prosodyctl check: Warn about conflict between mod_vcard and mod_vcard_legacy (#1469)
0.11
|
Kim Alvefur |
2019-11-23 |
MUC: Keep role across nickname change (fixes #1466)
0.11
|
Kim Alvefur |
2019-11-23 |
mod_http_errors: Show a friendly page instead of 404 on top level
|
Kim Alvefur |
2019-11-17 |
mod_csi: Cache CSI module availability to improve readabilty
|
Kim Alvefur |
2019-11-23 |
mod_csi: Set module status based on whether a CSI handler module appears to be loaded
|
Kim Alvefur |
2019-11-23 |
mod_csi: Only advertise CSI to clients if something is handling CSI events
|
Kim Alvefur |
2019-11-17 |
mod_s2s: Add error text for error replies on some s2s failures (#770)
|
Kim Alvefur |
2019-11-23 |
s2s: Allow passing a custom error for bouncing queued stanzas (#770)
|
Kim Alvefur |
2019-11-23 |
mod_admin_telnet: Show SNI name in show_tls() if available
|
Kim Alvefur |
2019-11-20 |
util.termcolours: Use explicit number formatting instead of coercion on concatenation
|
Kim Alvefur |
2019-11-20 |
prosody.cfg.lua.dist: Remove mention of syslog near mod_posix
|
Kim Alvefur |
2019-11-19 |
mod_s2s: Wait for remote to close any connection allowing incoming stanzas
|
Kim Alvefur |
2019-11-18 |
net.server_epoll: Save log tag in a field on FD watchers too
|
Kim Alvefur |
2019-11-17 |
Back out c8aa66595072: Extra changes accidentally included
|
Kim Alvefur |
2019-11-17 |
net.server_epoll: Save log tag in a field on FD watchers too
|
Kim Alvefur |
2019-11-17 |
net.server_epoll: Improve read timeout debug messages
|
Kim Alvefur |
2019-10-19 |
net.server_epoll: Clarify a debug message
|
Kim Alvefur |
2019-10-19 |
mod_muc_mam: Copy debug log improvements from mod_mam
|
Kim Alvefur |
2019-11-17 |
mod_csi_simple: Make sure to disable optimizations before mod_smacks (thanks pep.)
|
Kim Alvefur |
2019-11-17 |
util.interpolation: Add commented test case for passing nil to filter
|
Kim Alvefur |
2019-11-17 |
util.interpolation: Test template filters
|
Kim Alvefur |
2019-11-17 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-11-16 |
util.pposix: Avoid overflow of malloc info at 2GB (fixes #1445 until 4GB)
0.11
|
Kim Alvefur |
2019-11-16 |
mod_http: Soften dependency on mod_http_errors
|
Kim Alvefur |
2019-11-16 |
doap: Sort XEPs by number
|
Kim Alvefur |
2019-11-15 |
server_event: Remove duplicated code (thanks waqas)
|
Kim Alvefur |
2019-11-13 |
util.dependencies: Avoid missing bitop false positive on Lua 5.4
|
Kim Alvefur |
2019-11-09 |
util.startup: Disable plugin installer path creation for now (see comments)
|
Kim Alvefur |
2019-11-08 |
util.startup: Split plugin installer path setup into a separate function
|
Kim Alvefur |
2019-11-08 |
mod_s2s: Allow passing bounce reason as an util.error object (see #770)
|
Kim Alvefur |
2019-11-08 |
util.paths: Don't treat path as pattern, fix traceback (thanks Menel87)
|
Kim Alvefur |
2019-11-08 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-11-07 |
net.resolvers: Fix traceback from hostname failing IDNA
0.11
|
Kim Alvefur |
2019-11-07 |
mod_ping: Remove ad-hoc command
|
Kim Alvefur |
2019-11-07 |
mod_admin_adhoc: Add some flags to s2s listing command
|
Kim Alvefur |
2019-11-07 |
util.array: Fix typo in test
|
Kim Alvefur |
2019-11-06 |
net.http.server: Treat promise rejection without value as a HTTP 500 error
|
Kim Alvefur |
2019-11-05 |
net.http.server: Handle promises from http handlers
|
Kim Alvefur |
2019-11-01 |
net.http.server: Handle util.error objects from http handlers
|
Kim Alvefur |
2019-11-01 |
net.http.server: Tail call because tail call!
|
Kim Alvefur |
2019-11-01 |
net.http.server: Factor out handling of event response for easier reuse
|
Kim Alvefur |
2019-11-01 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-11-03 |
util.startup: Ensure prosody.paths are absolute (see #1430)
0.11
|
Kim Alvefur |
2019-11-03 |
util.startup: Update config path (fixes #1430)
0.11
|
Kim Alvefur |
2019-11-03 |
doap: Add version of XEP-0012
|
Kim Alvefur |
2019-11-03 |
doap: Reorder tags for consistency
|
Kim Alvefur |
2019-11-03 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-11-02 |
net.resolvers: Abort on hostnames not passing IDNA validation
0.11
|
Kim Alvefur |
2019-11-02 |
net.resolvers: Apply IDNA conversion to ascii for DNS lookups (fixes #1426)
0.11
|
Kim Alvefur |
2019-11-02 |
mod_admin_telnet: Show s2s authentication method (probably) used
|
Kim Alvefur |
2019-11-02 |
mod_user_account_management: Apply username normalization later
|
Kim Alvefur |
2019-11-02 |
mod_s2s: Only nameprep stream to/from addresses if they are present
|
Kim Alvefur |
2019-11-02 |