Software /
code /
prosody
Graph
-
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
-
Merge 0.10->trunk2016-02-19, by Matthew Wild
-
rostermanager: Require storagemanager at the top, fixes traceback on Lua 5.22016-02-19, by Matthew Wild
-
Merge 0.10->trunk2016-02-18, by Kim Alvefur
-
Makefile: Use runtime set by configure (fixes #629)2016-02-18, by Kim Alvefur
-
Merge 0.10->trunk2016-02-18, by Kim Alvefur
-
loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unpack [luacheck]2016-02-18, by Kim Alvefur
-
loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+2016-02-18, by Kim Alvefur
-
Merge 0.10->trunk2016-02-18, by Matthew Wild
-
certmanager: Localize tonumber2016-02-18, by Matthew Wild
-
Merge 0.10->trunk2016-02-18, by Matthew Wild
-
loggingmanager: Import select() to fix global access2016-02-18, by Matthew Wild
-
Merge 0.10->trunk2016-02-10, by Kim Alvefur
-
mod_storage_sql: Silence some harmless luacheck warnings2016-02-09, by Kim Alvefur
-
rostermanager: Use map stores when only one contact is changed2016-02-09, by Kim Alvefur
-
rostermanager: Use storagemanager2016-02-09, by Kim Alvefur
-
mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction2016-02-09, by Kim Alvefur
-
storagemanager: Add set_keys method to map store shim2016-02-09, by Kim Alvefur
-
storagemanager: Fix map store shim if store is empty2014-08-08, by Kim Alvefur
-
storagemanager: When map store isn't available, fallback to keyval store [backported from trunk]2014-08-07, by daurnimator
-
mod_storage_sql: Support non-string keys in map store2016-02-08, by Kim Alvefur
-
Merge2016-02-08, by Matthew Wild
-
prosodyctl: fix CnP bug in deluser output2016-02-08, by Thomas Gstädtner
-
Merge 0.10->trunk2016-02-05, by Kim Alvefur
-
certmanager: Try filename.key if certificate is set to a full filename ending with .crt2016-02-05, by Kim Alvefur
-
certmanager: Apply global ssl config later so certificate/key is not overwritten by magic2016-02-05, by Kim Alvefur
-
hostmanager: Remove unused imports of 'jid_split' and 'select'2016-02-05, by Matthew Wild
Scroll all the way down to load more.