Software /
code /
prosody
Graph
-
MUC: Pass room JID instead of room itself to logger, fixes traceback (thanks damencho)2016-08-06, by Kim Alvefur
-
doc/session: As far as I remember, sessions have had a close method, not disconnect2016-08-03, by Kim Alvefur
-
Merge 0.10 -> trunk2016-07-29, by Matthew Wild
-
Merge 0.10->trunk2016-07-29, by Kim Alvefur
-
certmanager: Assume default config path of '.' (fixes prosodyctl check certs when not installed)2016-07-29, by Kim Alvefur
-
Merge 0.10 -> trunk2016-07-28, by Matthew Wild
-
util.openssl: rename variable to not collide with other 'k's [luacheck]2016-07-28, by Anton Shestakov
-
prosodyctl: remove unused variables [luacheck]2016-07-28, by Anton Shestakov
-
net.dns: remove unused variable unpack [luacheck]2016-07-28, by Anton Shestakov
-
net.server_select: remove unused import [luacheck]2016-07-28, by Anton Shestakov
-
Merge 0.10->trunk2016-07-27, by Matthew Wild
-
Merge 0.10 -> trunk2016-07-27, by Matthew Wild
-
statsmanager, util.statsd: Add built-in statsd provider2016-07-27, by Matthew Wild
-
statsmanager: Add 'stats_provider' option, to allow selecting alternative API providers to util.statistics2016-07-27, by Matthew Wild
-
net.http: Add quotes around ids in log messages2016-07-27, by Matthew Wild
-
util.table: Add pack() function (this is already available in Lua 5.2+)2016-07-27, by Matthew Wild
-
mod_http: Fix indentation in redir_handler2016-07-24, by Emmanuel Gil Peyrot
-
Default configuration: Remove trailing whitespaces2016-07-24, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2016-07-23, by Kim Alvefur
-
test_utf8: remove 2 unused variables and an undefined variable [luacheck]2016-07-23, by Anton Shestakov
-
test_util_http: wrap individual test blocks in do-end [luacheck]2016-07-23, by Anton Shestakov
-
util.sql: remove unused one-letter loop variables [luacheck]2016-07-23, by Anton Shestakov
-
test_util_uuid: remove unused one-letter loop variable [luacheck]2016-07-23, by Anton Shestakov
-
test_util_multitable: remove unused one-letter loop variable [luacheck]2016-07-23, by Anton Shestakov
-
Merge 0.10->trunk2016-07-21, by Matthew Wild
-
test_util_queue: finish stress-test by emptying the queue2016-07-20, by Anton Shestakov
-
test_util_queue: Reduce iteration count of loop and add asserts2016-07-20, by Kim Alvefur
-
tests: Adapt test for util.queue to the test framework2016-07-20, by Kim Alvefur
-
mod_bosh: Fix merge mistakes from c8923f8822742016-07-14, by Kim Alvefur
-
Merge 0.10->trunk2016-07-14, by Kim Alvefur
-
test_util_cache: wrap individual test blocks in do-end [luacheck]2016-07-14, by Anton Shestakov
-
test_util_stanza: wrap individual test blocks in do-end [luacheck]2016-07-14, by Anton Shestakov
-
mod_net_multiplex: remove unused one-letter loop variable [luacheck]2016-07-14, by Anton Shestakov
-
net.server_select: remove unused one-letter loop variable [luacheck]2016-07-14, by Anton Shestakov
-
net.dns: remove unused one-letter loop variables [luacheck]2016-07-14, by Anton Shestakov
-
fallbacks.bit: remove unused one-letter loop variables [luacheck]2016-07-14, by Anton Shestakov
-
run_tests: use "$@" for passing arguments [shellcheck]2016-07-14, by Anton Shestakov
-
Merge 0.10->trunk2016-07-13, by Kim Alvefur
-
Merge 0.9->0.102016-07-13, by Kim Alvefur
-
sessionmanager: Make session.send() return true unless there really is an error [backported from 0.10]2015-09-21, by Kim Alvefur
-
Merge 0.10->trunk2016-07-13, by Kim Alvefur
-
tests: Add basic test for net.http.parser2016-07-12, by Kim Alvefur
-
mod_http_errors: Add a newline after end of HTML2016-07-12, by Kim Alvefur
-
mod_http_files: Send larger files using new file handle API2016-07-11, by Kim Alvefur
-
mod_http_files: Switch to use util.cache for cache2016-07-11, by Kim Alvefur
-
net.http.server: Add response method for reading response body from a file handle2016-07-11, by Kim Alvefur
-
MUC: Hide new MUC room storage format behind an off-by-default option2016-07-09, by Kim Alvefur
-
mod_http_files: send valid ETag header2016-07-09, by Anton Shestakov
-
util.ip: rename variable (i is already defined) [luacheck]2016-07-09, by Anton Shestakov
-
test_util_cache: rename a variable (c is already defined) [luacheck]2016-07-09, by Anton Shestakov
-
test_util_cache: remove unused argument c3 [luacheck]2016-07-09, by Anton Shestakov
-
prosodyctl: remove unused one-letter loop variable [luacheck]2016-07-09, by Anton Shestakov
-
util.openssl: remove unused one-letter loop variable [luacheck]2016-07-09, by Anton Shestakov
-
util.ip: remove unused one-letter loop variables [luacheck]2016-07-09, by Anton Shestakov
-
net.dns: don't use "for s,s in pairs..." (unused loop variable s) [luacheck]2016-07-09, by Anton Shestakov
-
luacheckrc: make module a global in plugins/2016-07-09, by Anton Shestakov
-
luacheckrc: make test helpers read-only globals, add testlib_new_env and runtest2016-07-09, by Anton Shestakov
Scroll all the way down to load more.