Merge 0.10->trunk
|
Kim Alvefur |
2015-09-24 |
mod_c2s, mod_s2s: Close incoming connections if there are no features to offer on incomplete streams (fixes #285)
|
Kim Alvefur |
2015-09-24 |
prosodyctl check: Warn if certificate checking is enforced but LuaSec is too old
|
Kim Alvefur |
2015-09-24 |
prosodyctl check: Warn if encryption is required but LuaSec is unavailable
|
Kim Alvefur |
2015-09-24 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-09-21 |
sessionmanager: Make session.send() return true unless there really is an error
|
Kim Alvefur |
2015-09-21 |
plugins: Explicitly return to halt event propagation (session.send sometimes does not return true)
|
Kim Alvefur |
2015-09-21 |
Makefile: Fix building prosody.version (.hg/dirstate is a file, not a directory)
|
Kim Alvefur |
2015-09-21 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-09-19 |
mod_admin_telnet: Fix indentation
|
Kim Alvefur |
2015-09-18 |
prosodyctl: Move files out of the way when generating new cert or key
|
Kim Alvefur |
2015-09-19 |
util.timer: Fix indentation
|
Kim Alvefur |
2015-09-18 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-09-17 |
mod_offline: Decrease priority of event handlers so 3rd party hooks fire first by default
|
Kim Alvefur |
2015-09-16 |
mod_blocklist: Explicitly halt event propagation after returning a reply (send returns nil sometimes)
|
Kim Alvefur |
2015-09-16 |
mod_tls: Fix inhertinance of 'ssl' option from "parent" host to subdomain (fixes #511)
|
Kim Alvefur |
2015-09-15 |
MUC: Break a very long line
|
Kim Alvefur |
2015-09-12 |
util.dataforms: Fix interaction of required fields and empty string values (fixes #521)
|
Kim Alvefur |
2015-09-12 |
util.dataforms: Refactor parsing to reuse simple text parser instead of duplicate code
|
Kim Alvefur |
2015-09-12 |
MUC: Prevent double replies when MUC affiliation/role change requests fail.
|
Lance Stout |
2015-09-17 |
MUC: Fix traceback in request for MUC affiliation lists by non-affiliated (thanks Lance)
|
Kim Alvefur |
2015-09-15 |
Merge 0.10->trunk
|
Matthew Wild |
2015-09-04 |
tests/run_tests.sh: Let status code propagate to shell
|
Matthew Wild |
2015-09-04 |
tests: Return status code depending on whether tests passed
|
Matthew Wild |
2015-09-04 |
net/http: Use server.addclient
|
daurnimator |
2013-12-19 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-09-03 |
util.stanza: Export xml_escape (missed during removal of module() calls)
|
Kim Alvefur |
2015-09-03 |
Merge 0.10->trunk
|
Matthew Wild |
2015-09-03 |
net.server_{select,event}: addclient: Use getaddrinfo to detect IP address type if no socket type argument given. (Argument must be given for non-TCP)
|
Kim Alvefur |
2013-12-23 |
net.server_{select,event}: addclient: Add argument for overriding socket type
|
Kim Alvefur |
2013-12-23 |
net/server_event: pcall require ssl rather than relying on globals
|
daurnimator |
2013-12-18 |
net/server_event: add_client should have same arguments no-matter the server backend
|
daurnimator |
2013-12-18 |
net/server_select: Fix typo
|
daurnimator |
2013-12-18 |
net/server_select: addclient: Check arguments
|
daurnimator |
2013-12-18 |
net/server_select: addclient: Check for failure correctly; remove wrapconnection call on failure
|
daurnimator |
2013-12-18 |
net/server_select: Check arguments to add_server correctly
|
daurnimator |
2013-12-18 |
Merge 0.10->trunk
|
Matthew Wild |
2015-09-02 |
configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea)
|
Matthew Wild |
2015-09-02 |
storagemanager: Check if drivers support purging, warn otherwise
|
Kim Alvefur |
2015-09-02 |
prosody: Set a luasocket global, fixes undefined global access in loop() (pending util.startup)
|
Kim Alvefur |
2015-09-02 |
storagemanager: Export purge (fixes deleting users from usermanager) (thanks mt)
|
Kim Alvefur |
2015-09-02 |
util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike)
|
Kim Alvefur |
2015-09-02 |
util.sql: Log when transactions begin
|
Kim Alvefur |
2015-08-30 |
mod_carbons: Get full_ and bare_sessions from the prosody global [luacheck]
|
Kim Alvefur |
2015-08-27 |
mod_carbons: Carbon chat messages or normal messages that have a body
|
Kim Alvefur |
2015-08-26 |
util.hex: Normalize hex to lowercase and discard non-hex input
|
Kim Alvefur |
2015-08-26 |
plugins/muc/muc.lib: Fix issue #505 where unavailable presences were never used
|
daurnimator |
2015-08-24 |
MUC: Remove duplicated import of muc/persistent (4caef6d53304 and this fixes #482)
|
Kim Alvefur |
2015-08-26 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-08-26 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-08-26 |
ejabberd2prosody: Support password stored as SCRAM hashes
|
Kim Alvefur |
2015-08-20 |
mod_admin_adhoc: Declare local variable, don't set a global [luacheck]
|
Kim Alvefur |
2015-08-26 |
mod_admin_adhoc: Import missing util.set (fixes #518)
|
Kim Alvefur |
2015-08-26 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-08-22 |
mod_websocket: Import sessionmanager (fixes traceback)
|
Kim Alvefur |
2015-08-21 |
storagemanager: Add forward declaration to fix use of open() before it's defined
|
Kim Alvefur |
2015-08-20 |