Software /
code /
prosody
Graph
-
mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611)2016-03-03, by Kim Alvefur
-
mod_welcome: Pass default text to config API as default value2016-03-02, by Kim Alvefur
-
mod_welcome: Use type-specific config API2016-03-02, by Kim Alvefur
-
Merge 0.10->trunk2016-03-02, by Kim Alvefur
-
Merge 0.9->0.102016-03-02, by Kim Alvefur
-
net.server_event: Return true from conn:resume() to indicate success2016-03-02, by Kim Alvefur
-
net.server_event: Prevent resuming connections without readcallback, eg closed connections (fixes #590)2016-03-02, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt)2016-02-28, by Kim Alvefur
-
util.sasl.scram: Remove unused initial value [luacheck]2016-02-28, by Kim Alvefur
-
util.sasl.scram: Rename variable to avoid name clash [luacheck]2016-02-28, by Kim Alvefur
-
util.sasl.anonymous: Remove unused locals [luacheck]2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
prosodyctl: One month is 31 days, no 13 (thanks av6)2016-02-28, by Kim Alvefur
-
prosodyctl: Fix typo (thanks av6)2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
prosodyctl: check certs: Warn about certificate expiry in the near future2016-02-28, by Kim Alvefur
-
prosodyctl: check certs: Update messages to account for 'ssl' option maybe not existing2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
util.termcolours: Rename loop variable [luacheck]2016-02-28, by Kim Alvefur
-
util.termcolours: Validate color codes, fixes traceback2016-02-28, by Kim Alvefur
-
util.termcolours: Add some CSS color names2016-02-27, by Kim Alvefur
-
util.termcolours: Add 256 color support2016-02-27, by Kim Alvefur
-
util.datamanager: Explicit handling of each error condition (see #632)2016-02-27, by Kim Alvefur
-
Merge 0.9->0.102016-02-25, by Kim Alvefur
-
util.datamanager: Unreference file handle after closing it to prevent trying to close it again (fixes #632)2016-02-25, by Kim Alvefur
-
util.termcolours: Remove argument from noop function [luacheck]2016-02-25, by Kim Alvefur
-
util.termcolours: Silence luacheck warning2016-02-25, by Kim Alvefur
-
util.template: Use separate variables for source and compiled function [luacheck]2016-02-25, by Kim Alvefur
-
util.template: Silence luacheck warnings about unused loop vars2016-02-25, by Kim Alvefur
-
Merge 0.10->trunk2016-02-25, by Kim Alvefur
-
certs/Makefile: Add target for generating DH params2016-02-25, by Kim Alvefur
-
prosodyctl: Allow a DN path to be given to 'cert generate' command (fixes #349)2016-02-25, by Kim Alvefur
-
util.openssl: Allow order of distinguished name fields to be included in config2016-02-25, by Kim Alvefur
-
Merge 0.10->trunk2016-02-24, by Kim Alvefur
-
prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)2016-02-24, by Kim Alvefur
-
util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias)2016-02-22, by Kim Alvefur
-
Merge 0.10->trunk2016-02-22, by Kim Alvefur
-
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG2016-02-22, by Kim Alvefur
-
util.iterators: Use table.pack() on Lua 5.22016-02-22, by Kim Alvefur
-
util.multitable: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
util.iterators: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
util.import: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
util.debug: Silence luacheck warning about modifying 'debug' lib2016-02-22, by Kim Alvefur
-
util.session: Fix luacheck warnings2016-02-22, by Kim Alvefur
-
util.sql: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
Merge 0.10->trunk2016-02-22, by Kim Alvefur
-
usermanager: Shortcircuit user existence check if they have existing sessions2016-02-21, by Kim Alvefur
-
mod_debug_sql: Small plugin that enables raw SQL query logging (for debugging)2016-02-21, by Kim Alvefur
-
mod_storage_sql: Remove debug logging of archive queries2016-02-21, by Kim Alvefur
-
util.sql: Raw query debug logging (needs to be explicitly enabled by a plugin)2016-02-21, by Kim Alvefur
-
mod_storage_sql: Lower message about new engine creation to debug level2016-02-21, by Kim Alvefur
-
tests: Add minimal test for util.random that checks that it returns the number of bytes requested2016-02-21, by Kim Alvefur
-
Merge 0.10->trunk2016-02-21, by Kim Alvefur
-
mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576)2016-02-21, by Kim Alvefur
-
mod_storage_sql: Fix setting value to false in map store2016-02-19, by Kim Alvefur
Scroll all the way down to load more.