prosody.git
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-03 Kim Alvefurmod_http_files: Preserve a trailing / in paths (fixes...
2016-03-03 Kim Alvefurmod_http_files: Don't prepend / to path twice, sanitize...
2016-03-03 Kim Alvefurmod_http_files: Fix traceback when serving a non-wildca...
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-03-02 Kim Alvefurnet.server_event: Return true from conn:resume() to...
2016-03-02 Kim Alvefurnet.server_event: Prevent resuming connections without...
2016-03-02 Kim Alvefurmod_c2s: Remove connection object from session object...
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.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 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
2016-01-27 Matthew WildAdded tag 0.9.10 for changeset 352270bc0439
2016-01-26 Kim AlvefurMerge
2016-01-25 Kim Alvefurmod_c2s, mod_s2s: Lower priority of session shutdown...
2016-01-22 Kim Alvefurserver_select: Add logging of when servers are paused...
2016-01-22 Kim Alvefurserver_select: Pause and mark server as full if accepti...
2016-01-22 Kim Alvefurserver_select: Retry accepting clients from full server...
2016-01-22 Kim Alvefurserver_select: Keep track of which server listeners...
2016-01-21 Kim Alvefurnet.dns: Remember query only after it was sent, in...
2016-01-21 Kim AlvefurBackout 63f5870f9afe, no longer needed since Windows...
2016-01-19 Kim Alvefurmod_dialback: Follow XEP-0185 and use HMAC
2016-01-10 Kim Alvefurcore: Increase default read size to "all of it", in...
2016-01-10 Kim Alvefurutil.uuid: Open /dev/urandom read-only, make seed(...
2016-01-08 Matthew WildAdded tag 0.9.9 for changeset 7ec52755622f
2016-01-08 Matthew WildBackout 88d54bec26b7 prior to release, as it certainly...
2016-01-07 Matthew Wildmod_http_files: Santize the path relative to our base...
2016-01-06 Kim Alvefurutil.uuid: Use /dev/urandom
2016-01-04 Kim Alvefurnet.dns: Allow a zone id in resolv.conf (eg like %eth0)
2016-01-04 Kim Alvefurutil.ip: Support zone id syntax in IPv6 addresses
2014-08-08 Kim Alvefurstoragemanager: Fix map store shim if store is empty
2014-08-07 daurnimatorstoragemanager: When map store isn't available, fallbac...
2016-02-08 Kim Alvefurmod_storage_sql: Support non-string keys in map store
2016-02-05 Kim Alvefurcertmanager: Try filename.key if certificate is set...
2016-02-05 Kim Alvefurcertmanager: Apply global ssl config later so certifica...
next