Log

description author age
util.jid: Fix backout Kim Alvefur 2015-10-02
Merge 0.10->trunk Kim Alvefur 2015-10-02
Backout 7e820979fd9b (broke tests) Kim Alvefur 2015-10-02
Merge 0.10->trunk Kim Alvefur 2015-09-26
Merge 0.9->0.10 Kim Alvefur 2015-09-26
configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS) Kim Alvefur 2015-09-26
Makefile: Use hypen to tell Make when to ignore errors Kim Alvefur 2015-09-26
Makefile: Support generating prosody.version from hg archive metadata file Kim Alvefur 2015-09-26
Makefile: Simplify generation of prosody.version using magic Make magic Kim Alvefur 2015-09-26
util-src/Makefile: Remove redundant variables (set in config.unix already) Kim Alvefur 2015-09-26
util-src/Makefile: Don't make exceptions for how to build .so for util.hashes and util.encodings Kim Alvefur 2015-09-26
util-src/Makefile: Tell Make how to build .so from .o in a modern way (Let built-in rules handle .o) Kim Alvefur 2015-09-26
util-src/Makefile: Move Lua include path into CFLAGS variable Kim Alvefur 2015-09-26
configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure Kim Alvefur 2015-09-26
util-src/Makefile: Use variables for install binary and target directory Kim Alvefur 2015-09-26
util-src/Makefile: Move list of .so files in a variable Kim Alvefur 2015-09-26
mod_posix: Detect failure to load util.signal by first pcall return value not by type of the second Kim Alvefur 2015-09-26
mod_posix: Normalize indentation Kim Alvefur 2015-09-26
mod_http_files: Translate forward slashes to local directory separators Kim Alvefur 2015-09-26
mod_http_files: Strip trailing directory separator regardless of directionality of the slash (fixes #545) Kim Alvefur 2015-09-26
Merge 0.10->trunk Kim Alvefur 2015-09-25
Merge 0.9->0.10 Kim Alvefur 2015-09-25
xep227toprosody: Pass parser to callbacks (needed since addition of stanza size limits) Kim Alvefur 2015-09-18
Merge 0.10->trunk Kim Alvefur 2015-09-25
Merge Kim Alvefur 2015-09-25
Merge 0.9->0.10 Matthew Wild 2015-09-25
mod_pep: Don't store contacts' subscriptions to a user's nodes when that user is offline Matthew Wild 2015-09-25
mod_pep: Document data structures, so I don't have to spend time remembering every time I work on this module Matthew Wild 2015-09-04
net.dns: Unconditionally cache records found in answers Matthew Wild 2015-05-25
server_event: Remove needless scoping around add_task Kim Alvefur 2015-09-25
Merge 0.10->trunk Kim Alvefur 2015-09-25
server_event: Fix indentation Kim Alvefur 2015-09-25
server_event: Put function keyword on same line as the coroutine.wrap it's being passed to Kim Alvefur 2015-09-25
server_event: Normalize indentation Kim Alvefur 2015-09-25
net.dns: Use new IPv4-specific socket factory if available (fixes dns on libevent with latest development version of luasocket) Kim Alvefur 2015-09-25
server_event: Remove unused argument [luacheck] Kim Alvefur 2015-09-25
server_event: Comment out the unused vdebug function [luacheck] Kim Alvefur 2015-09-25
server_event: Remove unused former argument (fixes global access) [luacheck] Kim Alvefur 2015-09-25
server_event: Rename luaevent module variable to avoid name clash [luacheck] Kim Alvefur 2015-09-25
server_event: Add luacheck annotations Kim Alvefur 2015-09-25
server_event: Remove needless scoping and indentation Kim Alvefur 2015-09-25
server_event: Move local references to various functions to top of file Kim Alvefur 2015-09-25
server_event: Replace implementation of ordered set with a simple table set Kim Alvefur 2015-09-25
mod_s2s: Account for connections that time out in connection count measure Kim Alvefur 2015-09-25
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
Merge 0.10->trunk Kim Alvefur 2015-08-20
luacheckrc: Ignore unused _ENV variable Kim Alvefur 2015-08-20
util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.1 Kim Alvefur 2015-04-26
portmanager: Add forward declarations Kim Alvefur 2015-04-07
rostermanager: Add forward declarations Kim Alvefur 2015-04-07
util.sasl.scram: Get rid of module call Kim Alvefur 2015-04-07
util.json: Remove use of newproxy Kim Alvefur 2015-03-13
prosodyctl: Import LuaSocket to a local, don't assume that a global will be set Kim Alvefur 2015-03-13
util.helpers: Fix order of functions using each other [fixes 00412b36166f] Kim Alvefur 2015-03-03
net.server_{select,event}: Don't rely on LuaSocket and LuaSec being present in the globals table Kim Alvefur 2015-02-23
mod_admin_telnet: Remove now broken importing of modulemanager from various commands, use upvalue defined at top of file (thanks daurnimator) Kim Alvefur 2015-02-22
net.*: Remove use of module() function Kim Alvefur 2015-02-21
core.*: Remove use of module() function Kim Alvefur 2015-02-21
util.dependencies: Only abort on Lua versions before 5.1, log a warning about 5.2 and above for now Kim Alvefur 2015-02-21
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
MUC: Fix logic error Kim Alvefur 2015-08-16
Merge 0.10->trunk Kim Alvefur 2015-08-11
Merge 0.9->0.10 Kim Alvefur 2015-08-10
mod_component: Fire an event on successful component authentication (For Goffi) Kim Alvefur 2015-08-10
util.interpolation: Add support for filter functions Kim Alvefur 2015-08-07
util.{interpolation,prosodyctl,sql}: Trim trailing whitespace Kim Alvefur 2015-07-17
Merge Matthew Wild 2015-07-27
plugins/muc: Move loading of optional muc libraries from muc.lib.lua to mod_muc daurnimator 2015-07-27
mod_muc: Fix a traceback when an owner joins a room Emmanuel Gil Peyrot 2015-07-25
Merge 0.10->trunk Matthew Wild 2015-07-08
util.sql: Add safety check to ensure our chosen connection charset is actually being used (MySQL) Matthew Wild 2015-07-08
util.sql: Fix log level of debug message Matthew Wild 2015-07-08
util.sql: Log debug message when connecting to database Matthew Wild 2015-07-08