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 |
mod_dialback: Fix potential traceback in case of missing addressing
|
Kim Alvefur |
2019-11-02 |
mod_c2s: Validate that a 'to' attribute exists at all
|
Kim Alvefur |
2019-11-02 |
core.sessionmanager: Require that client-requested resources pass strict resourceprep
|
Kim Alvefur |
2019-11-02 |
mod_bosh: Abort early if request is missing hostname
|
Kim Alvefur |
2019-11-02 |
mod_dialback: Abort early if request is missing addressing attributes
|
Kim Alvefur |
2019-11-02 |
core.configmanager: Handle nameprep validation errors
|
Kim Alvefur |
2019-11-02 |
core.configmanager: Ensure Hosts are given names
|
Kim Alvefur |
2019-11-02 |
MUC: Make nickname field in registration form required
|
Kim Alvefur |
2019-11-02 |
core.sessionmanager: Fix traceback from passing nil to resourceprep
|
Kim Alvefur |
2019-11-02 |
util.encodings: Don't ignore non-strings passed to stringprep functions
|
Kim Alvefur |
2019-11-02 |
net.http.codes: Avoid implicit number -> string coercion
|
Kim Alvefur |
2019-11-01 |
prosodyctl: Print friendly version of error messages
|
Kim Alvefur |
2019-11-01 |
mod_register_ibr: Enforce strict JID validation
|
Kim Alvefur |
2019-11-01 |
util.prosodyctl: Enforce strict JID validation on user creation
|
Kim Alvefur |
2019-11-01 |
MUC: Strictly validate room JID on creation
|
Kim Alvefur |
2019-11-01 |
util.error: Add well-known field 'code' in error templates
|
Kim Alvefur |
2019-11-01 |