prosody.git
2016-03-18 Kim Alvefurmod_saslauth: Disable DIGEST-MD5 by default (closes...
2016-03-18 Matthew Wildprosody, prosodyctl: Allow setting CFG_* variables...
2016-03-17 Matthew Wildutil.jid+tests: Add simple helpers... node(), host...
2016-03-17 Kim Alvefurmod_websocket: Make sure stanza xmlns filter runs late...
2016-03-17 Kim Alvefurmod_register: Make sure only an on_evict function or...
2016-03-17 Matthew Wildtests: util.cache: Tests for different return values...
2016-03-17 Matthew Wildutil.cache: Change behaviour of on_evict (and tests...
2016-03-17 Matthew Wildutil.cache: Add head() and tail() methods (and tests)
2016-03-17 Kim AlvefurCHANGES: Remove mention of async
2016-03-17 Kim Alvefurutil.async: Remove to prevent blocking a stable release
2016-03-17 Kim Alvefurmod_c2s: Remove use of util.async
2016-03-17 Kim AlvefurBacked out BOSH use of util.async (changeset f0687c313cf1)
2016-03-14 Kim Alvefurmod_presence: Fix partial rename
2016-03-14 Kim Alvefurmod_presence: Move function for selecting "top resource...
2016-03-14 Kim Alvefurmod_s2s: Include name of remote server when it's missin...
2016-03-13 Kim Alvefurutil.sql: Remove unused arguments [luacheck]
2016-03-13 Kim Alvefurutil.sql: Don't break out of result retreival loops
2016-03-13 Kim Alvefurmod_storage_sql: Allow loops over results to end on...
2016-03-13 Kim Alvefurmod_storage_sql: Add LIMIT clause to queries where...
2016-03-13 Kim Alvefurutil.sql: Move per-driver (currenly only PostgreSQL...
2016-03-12 Kim Alvefurrostermanager: Remove FIXME, per XMPP Core 8.1.1.1...
2016-03-11 Kim Alvefurmod_watchregistrations: Use type-specific config API...
2016-03-11 Kim Alvefurprosodyctl check: Add 'vcard_compatibility' to deprecat...
2016-03-11 Kim AlvefurMUC: Use type-specific config API for the 'name' option
2016-03-11 Kim Alvefurmod_presence: Use type-specific config API for boolean...
2016-03-10 Thijs Alkemadeutil.dependencies: Show the full error when a symbol...
2016-03-10 Matthew Wildutil.prosodyctl: Remove unused variable [luacheck]
2016-03-10 Matthew Wildutil.json: Variable renaming to avoid shadowing [luacheck]
2016-03-10 Matthew Wildutil.iterators: Variable renaming to avoid shadowing...
2016-03-10 Matthew Wildnet.websocket.frames, util.datetime, util.json, util...
2016-03-10 Matthew Wildutil.iterators: Return initial var from upstream iterat...
2016-03-10 Matthew Wildutil.iterators: Don't replace var, as we should preserv...
2016-03-09 Matthew Wildtests: Expand util.stanza tests
2016-03-09 Matthew Wildutil.stanza: Some code cleanup [luacheck]
2016-03-08 Matthew Wildprosodyctl: Fix typo'd variable name [luacheck]
2016-03-07 Kim Alvefurprosodyctl: Use already sorted array of module names...
2016-03-07 Kim Alvefurprosodyctl: Include libevent version in "about" output...
2016-03-06 Kim Alvefurstoragemanager: Fix saving data in map shim when no...
2016-03-05 Matthew Wildtests: Add basic tests for util.xml and util.xmppstream
2016-03-05 Matthew Wildtests: Add extra tests for util.json
2016-03-04 Matthew Wildutil.json: Fix encoding of json.null (bug introduced...
2016-03-04 Matthew WildMakefile: Reduce verbosity of 'make test' so it only...
2016-03-04 Matthew WildAdd tests for util.json
2016-03-03 Kim AlvefurMerge 0.9->0.10
2016-03-02 Kim Alvefurmod_welcome: Pass default text to config API as default...
2016-03-02 Kim Alvefurmod_welcome: Use type-specific config API
2016-03-02 Kim AlvefurMerge 0.9->0.10
2016-02-28 Kim Alvefurutil.sasl.scram: Rename variable in places missed in...
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 Alvefurprosodyctl: One month is 31 days, no 13 (thanks av6)
2016-02-28 Kim Alvefurprosodyctl: Fix typo (thanks av6)
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 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.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 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 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 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 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 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 Wildrostermanager: Require storagemanager at the top, fixes...
2016-02-18 Kim AlvefurMakefile: Use runtime set by configure (fixes #629)
2016-02-18 Kim Alvefurloggingmanager,modulemanager,moduleapi: Ignore warning...
2016-02-18 Kim Alvefurloggingmanager,modulemanager,moduleapi: Localize unpack...
2016-02-18 Matthew Wildcertmanager: Localize tonumber
2016-02-18 Matthew Wildloggingmanager: Import select() to fix global access
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
2014-08-08 Kim Alvefurstoragemanager: Fix map store shim if store is empty
next