prosody.git
2016-02-28 Kim AlvefurMerge 0.10->trunk
2016-02-28 Kim Alvefurutil.sasl.scram: Remove unused initial value [luacheck]
2016-02-28 Kim Alvefurutil.sasl.scram: Rename variable to avoid name clash...
2016-02-28 Kim Alvefurutil.sasl.anonymous: Remove unused locals [luacheck]
2016-02-28 Kim AlvefurMerge 0.10->trunk
2016-02-28 Kim Alvefurprosodyctl: One month is 31 days, no 13 (thanks av6)
2016-02-28 Kim Alvefurprosodyctl: Fix typo (thanks av6)
2016-02-28 Kim AlvefurMerge 0.10->trunk
2016-02-28 Kim Alvefurprosodyctl: check certs: Warn about certificate expiry...
2016-02-28 Kim Alvefurprosodyctl: check certs: Update messages to account...
2016-02-28 Kim Alvefurprosodyctl: check certs: Use certmanager to get the...
2016-02-28 Kim AlvefurMerge 0.10->trunk
2016-02-28 Kim Alvefurutil.termcolours: Rename loop variable [luacheck]
2016-02-28 Kim Alvefurutil.termcolours: Validate color codes, fixes traceback
2016-02-27 Kim Alvefurutil.termcolours: Add some CSS color names
2016-02-27 Kim Alvefurutil.termcolours: Add 256 color support
2016-02-27 Kim Alvefurutil.datamanager: Explicit handling of each error condi...
2016-02-25 Kim AlvefurMerge 0.9->0.10
2016-02-25 Kim Alvefurutil.datamanager: Unreference file handle after closing...
2016-02-25 Kim Alvefurutil.termcolours: Remove argument from noop function...
2016-02-25 Kim Alvefurutil.termcolours: Silence luacheck warning
2016-02-25 Kim Alvefurutil.template: Use separate variables for source and...
2016-02-25 Kim Alvefurutil.template: Silence luacheck warnings about unused...
2016-02-25 Kim AlvefurMerge 0.10->trunk
2016-02-25 Kim Alvefurcerts/Makefile: Add target for generating DH params
2016-02-25 Kim Alvefurprosodyctl: Allow a DN path to be given to 'cert genera...
2016-02-25 Kim Alvefurutil.openssl: Allow order of distinguished name fields...
2016-02-24 Kim AlvefurMerge 0.10->trunk
2016-02-24 Kim Alvefurprosodyctl: Create host.sessions table, (needed by...
2016-02-22 Kim Alvefurutil.crand: Include stdlib.h instead of malloc.h for...
2016-02-22 Kim AlvefurMerge 0.10->trunk
2016-02-22 Kim Alvefurutil.crand: C binding to one of OpenSSL, Linux getrando...
2016-02-22 Kim Alvefurutil.iterators: Use table.pack() on Lua 5.2
2016-02-22 Kim Alvefurutil.multitable: Localize unpack() in Lua 5.2 compatibl...
2016-02-22 Kim Alvefurutil.iterators: Localize unpack() in Lua 5.2 compatible way
2016-02-22 Kim Alvefurutil.import: Localize unpack() in Lua 5.2 compatible way
2016-02-22 Kim Alvefurutil.debug: Silence luacheck warning about modifying...
2016-02-22 Kim Alvefurutil.session: Fix luacheck warnings
2016-02-22 Kim Alvefurutil.sql: Localize unpack() in Lua 5.2 compatible way
2016-02-22 Kim AlvefurMerge 0.10->trunk
2016-02-22 Kim Alvefurmod_storage_sql: Treat non-existent archive IDs as...
2016-02-21 Kim Alvefurusermanager: Shortcircuit user existence check if they...
2016-02-21 Kim Alvefurmod_debug_sql: Small plugin that enables raw SQL query...
2016-02-21 Kim Alvefurmod_storage_sql: Remove debug logging of archive queries
2016-02-21 Kim Alvefurutil.sql: Raw query debug logging (needs to be explicit...
2016-02-21 Kim Alvefurmod_storage_sql: Lower message about new engine creatio...
2016-02-21 Kim Alvefurtests: Add minimal test for util.random that checks...
2016-02-21 Kim AlvefurMerge 0.10->trunk
2016-02-21 Kim Alvefurmod_storage_sql: Share SQL connections with same parame...
2016-02-19 Kim Alvefurmod_storage_sql: Fix setting value to false in map...
2016-02-19 Matthew WildMerge 0.10->trunk
2016-02-19 Matthew Wildrostermanager: Require storagemanager at the top, fixes...
2016-02-18 Kim AlvefurMerge 0.10->trunk
2016-02-18 Kim AlvefurMakefile: Use runtime set by configure (fixes #629)
2016-02-18 Kim AlvefurMerge 0.10->trunk
2016-02-18 Kim Alvefurloggingmanager,modulemanager,moduleapi: Ignore warning...
2016-02-18 Kim Alvefurloggingmanager,modulemanager,moduleapi: Localize unpack...
2016-02-18 Matthew WildMerge 0.10->trunk
2016-02-18 Matthew Wildcertmanager: Localize tonumber
2016-02-18 Matthew WildMerge 0.10->trunk
2016-02-18 Matthew Wildloggingmanager: Import select() to fix global access
2016-02-10 Kim AlvefurMerge 0.10->trunk
2016-02-09 Kim Alvefurmod_storage_sql: Silence some harmless luacheck warnings
2016-02-09 Kim Alvefurrostermanager: Use map stores when only one contact...
2016-02-09 Kim Alvefurrostermanager: Use storagemanager
2016-02-09 Kim Alvefurmod_storage_sql: Implement map:set_keys, allowing multi...
2016-02-09 Kim Alvefurstoragemanager: Add set_keys method to map store shim
2016-02-08 Matthew WildMerge
2016-02-08 Thomas Gst... prosodyctl: fix CnP bug in deluser output
2016-02-05 Kim AlvefurMerge 0.10->trunk
2016-02-05 Kim Alvefurcertmanager: Try filename.key if certificate is set...
2016-02-05 Kim Alvefurcertmanager: Apply global ssl config later so certifica...
2016-02-05 Matthew Wildhostmanager: Remove unused imports of 'jid_split' and...
2016-02-05 Matthew Wildmoduleapi: Silence luacheck warning about unused 'id...
2016-02-05 Matthew WildMerge 0.10->trunk
2016-02-05 Matthew Wildcertmanager: Support new certificate configuration...
2016-02-04 Kim Alvefurloggingmanager: Stringify all arguments to format so...
2016-02-04 Kim Alvefurloggingmanager: Remove Windows hack, buffer_mode should...
2016-02-04 Kim Alvefurloggingmanager: Write out timestamps in same write...
2016-02-04 Kim Alvefurloggingmanager: Make initial value for width of log...
2016-02-04 Kim Alvefurloggingmanager: Move logic for adaptive column width...
2016-02-04 Kim Alvefurloggingmanager: Refactor the console log sink to re...
2016-02-04 Kim Alvefurloggingmanager: Write out color code, log level and...
2016-02-04 Kim Alvefurloggingmanager: Don't reset default timestamp that...
2016-02-04 Kim Alvefurutil.logger: Silence luacheck warning
2016-02-04 Kim Alvefurutil.logger: Remove unused locals
2016-02-04 Matthew WildMerge 0.10->trunk
2016-02-04 Matthew Wildloggingmanager: Call setvbuf on output files, defaultin...
2016-02-04 Kim Alvefurmod_groups: Move variable to smaller scope
2016-02-04 Kim Alvefurmod_groups: Use module:get_option_path, look for file...
2016-02-04 Kim Alvefurmoduleapi: Add API method for getting a file path
2016-02-04 Kim AlvefurMUC: Roll back parts of 50b9a7e86de9 that were not...
2016-02-03 Kim AlvefurMerge 0.10->trunk
2016-02-03 Kim Alvefurcore.certmanager: Look for certificate and key in a...
2016-02-03 Kim AlvefurMUC: Fix copypaste mistake
2016-02-03 Kim AlvefurMerge 0.10->trunk
2016-02-03 Kim AlvefurMUC: Fire a muc-disco#info event like in trunk so modul...
2016-02-03 Kim AlvefurMUC: Separate form data from form in disco#info event
2016-02-02 Kim AlvefurAdd util.ringbuffer, a ringbuffer with a file handle...
2016-02-01 Matthew WildMerge 0.10->trunk
next