Log

description author age
Merge 0.10->trunk Kim Alvefur 2016-03-07
prosodyctl: Use already sorted array of module names [luacheck] Kim Alvefur 2016-03-07
prosodyctl: Include libevent version in "about" output if luaevent is available Kim Alvefur 2016-03-07
Merge Matthew Wild 2016-03-07
plugins/mod_http: Keep query string over automatic redirects daurnimator 2016-02-15
MUC: Don't reply to error stanzas with more error stanzas (thanks woffs) Kim Alvefur 2016-03-07
Merge trunk->0.10 Kim Alvefur 2016-03-06
storagemanager: Fix saving data in map shim when no prior data exists Kim Alvefur 2016-03-06
tests: Add namespace/prefix tracking test for util.xml Matthew Wild 2016-03-05
Merge 0.10->trunk Matthew Wild 2016-03-05
tests: Add basic tests for util.xml and util.xmppstream Matthew Wild 2016-03-05
util.xmppstream: Remove namespace tracking, it's broken as implemented Matthew Wild 2016-03-05
util.xml: Correct stanza.namespaces table construction when duplicate prefix names are encountered in the element tree. Waqas Hussain 2016-03-05
Merge 0.10->trunk Matthew Wild 2016-03-05
tests: Add extra tests for util.json Matthew Wild 2016-03-05
Merge 0.10->trunk Matthew Wild 2016-03-04
util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7) Matthew Wild 2016-03-04
Makefile: Reduce verbosity of 'make test' so it only shows test failures Matthew Wild 2016-03-04
Add tests for util.json Matthew Wild 2016-03-04
Merge 0.10->trunk Kim Alvefur 2016-03-03
Merge 0.9->0.10 Kim Alvefur 2016-03-03
mod_http_files: Preserve a trailing / in paths (fixes #639) Kim Alvefur 2016-03-03
mod_http_files: Don't prepend / to path twice, sanitize path does this already Kim Alvefur 2016-03-03
mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611) Kim Alvefur 2016-03-03
mod_welcome: Pass default text to config API as default value Kim Alvefur 2016-03-02
mod_welcome: Use type-specific config API Kim Alvefur 2016-03-02
Merge 0.10->trunk Kim Alvefur 2016-03-02
Merge 0.9->0.10 Kim Alvefur 2016-03-02
net.server_event: Return true from conn:resume() to indicate success Kim Alvefur 2016-03-02
net.server_event: Prevent resuming connections without readcallback, eg closed connections (fixes #590) Kim Alvefur 2016-03-02
mod_c2s: Remove connection object from session object when connection disconnected to prevent accidental use (see #590) Kim Alvefur 2016-03-02
Merge 0.10->trunk Kim Alvefur 2016-02-28
Merge 0.10->trunk Kim Alvefur 2016-02-28
util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt) Kim Alvefur 2016-02-28
util.sasl.scram: Remove unused initial value [luacheck] Kim Alvefur 2016-02-28
util.sasl.scram: Rename variable to avoid name clash [luacheck] Kim Alvefur 2016-02-28
util.sasl.anonymous: Remove unused locals [luacheck] Kim Alvefur 2016-02-28
Merge 0.10->trunk Kim Alvefur 2016-02-28
prosodyctl: One month is 31 days, no 13 (thanks av6) Kim Alvefur 2016-02-28
prosodyctl: Fix typo (thanks av6) Kim Alvefur 2016-02-28
Merge 0.10->trunk Kim Alvefur 2016-02-28
prosodyctl: check certs: Warn about certificate expiry in the near future Kim Alvefur 2016-02-28
prosodyctl: check certs: Update messages to account for 'ssl' option maybe not existing Kim Alvefur 2016-02-28
prosodyctl: check certs: Use certmanager to get the final ssl config in order to support the new certificate(s) config option Kim Alvefur 2016-02-28
Merge 0.10->trunk Kim Alvefur 2016-02-28
util.termcolours: Rename loop variable [luacheck] Kim Alvefur 2016-02-28
util.termcolours: Validate color codes, fixes traceback Kim Alvefur 2016-02-28
util.termcolours: Add some CSS color names Kim Alvefur 2016-02-27
util.termcolours: Add 256 color support Kim Alvefur 2016-02-27
util.datamanager: Explicit handling of each error condition (see #632) Kim Alvefur 2016-02-27
Merge 0.9->0.10 Kim Alvefur 2016-02-25
util.datamanager: Unreference file handle after closing it to prevent trying to close it again (fixes #632) Kim Alvefur 2016-02-25
util.termcolours: Remove argument from noop function [luacheck] Kim Alvefur 2016-02-25
util.termcolours: Silence luacheck warning Kim Alvefur 2016-02-25
util.template: Use separate variables for source and compiled function [luacheck] Kim Alvefur 2016-02-25
util.template: Silence luacheck warnings about unused loop vars Kim Alvefur 2016-02-25
Merge 0.10->trunk Kim Alvefur 2016-02-25
certs/Makefile: Add target for generating DH params Kim Alvefur 2016-02-25
prosodyctl: Allow a DN path to be given to 'cert generate' command (fixes #349) Kim Alvefur 2016-02-25
util.openssl: Allow order of distinguished name fields to be included in config Kim Alvefur 2016-02-25
Merge 0.10->trunk Kim Alvefur 2016-02-24
prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi) Kim Alvefur 2016-02-24
util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias) Kim Alvefur 2016-02-22
Merge 0.10->trunk Kim Alvefur 2016-02-22
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG Kim Alvefur 2016-02-22
util.iterators: Use table.pack() on Lua 5.2 Kim Alvefur 2016-02-22
util.multitable: Localize unpack() in Lua 5.2 compatible way Kim Alvefur 2016-02-22
util.iterators: Localize unpack() in Lua 5.2 compatible way Kim Alvefur 2016-02-22
util.import: Localize unpack() in Lua 5.2 compatible way Kim Alvefur 2016-02-22
util.debug: Silence luacheck warning about modifying 'debug' lib Kim Alvefur 2016-02-22
util.session: Fix luacheck warnings Kim Alvefur 2016-02-22
util.sql: Localize unpack() in Lua 5.2 compatible way Kim Alvefur 2016-02-22
Merge 0.10->trunk Kim Alvefur 2016-02-22
mod_storage_sql: Treat non-existent archive IDs as beyound the end of the archive (fixes #624) (tested on sqlite3 only) Kim Alvefur 2016-02-22
usermanager: Shortcircuit user existence check if they have existing sessions Kim Alvefur 2016-02-21
mod_debug_sql: Small plugin that enables raw SQL query logging (for debugging) Kim Alvefur 2016-02-21
mod_storage_sql: Remove debug logging of archive queries Kim Alvefur 2016-02-21
util.sql: Raw query debug logging (needs to be explicitly enabled by a plugin) Kim Alvefur 2016-02-21
mod_storage_sql: Lower message about new engine creation to debug level Kim Alvefur 2016-02-21
tests: Add minimal test for util.random that checks that it returns the number of bytes requested Kim Alvefur 2016-02-21
Merge 0.10->trunk Kim Alvefur 2016-02-21
mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576) Kim Alvefur 2016-02-21
mod_storage_sql: Fix setting value to false in map store Kim Alvefur 2016-02-19
Merge 0.10->trunk Matthew Wild 2016-02-19
rostermanager: Require storagemanager at the top, fixes traceback on Lua 5.2 Matthew Wild 2016-02-19
Merge 0.10->trunk Kim Alvefur 2016-02-18
Makefile: Use runtime set by configure (fixes #629) Kim Alvefur 2016-02-18
Merge 0.10->trunk Kim Alvefur 2016-02-18
loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unpack [luacheck] Kim Alvefur 2016-02-18
loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+ Kim Alvefur 2016-02-18
Merge 0.10->trunk Matthew Wild 2016-02-18
certmanager: Localize tonumber Matthew Wild 2016-02-18
Merge 0.10->trunk Matthew Wild 2016-02-18
loggingmanager: Import select() to fix global access Matthew Wild 2016-02-18
Merge 0.10->trunk Kim Alvefur 2016-02-10
mod_storage_sql: Silence some harmless luacheck warnings Kim Alvefur 2016-02-09
rostermanager: Use map stores when only one contact is changed Kim Alvefur 2016-02-09
rostermanager: Use storagemanager Kim Alvefur 2016-02-09
mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction Kim Alvefur 2016-02-09
storagemanager: Add set_keys method to map store shim Kim Alvefur 2016-02-09
storagemanager: Fix map store shim if store is empty Kim Alvefur 2014-08-08
storagemanager: When map store isn't available, fallback to keyval store [backported from trunk] daurnimator 2014-08-07
mod_storage_sql: Support non-string keys in map store Kim Alvefur 2016-02-08
Merge Matthew Wild 2016-02-08
prosodyctl: fix CnP bug in deluser output Thomas Gstädtner 2016-02-08
Merge 0.10->trunk Kim Alvefur 2016-02-05
certmanager: Try filename.key if certificate is set to a full filename ending with .crt Kim Alvefur 2016-02-05
certmanager: Apply global ssl config later so certificate/key is not overwritten by magic Kim Alvefur 2016-02-05
hostmanager: Remove unused imports of 'jid_split' and 'select' Matthew Wild 2016-02-05
moduleapi: Silence luacheck warning about unused 'id' parameter Matthew Wild 2016-02-05
Merge 0.10->trunk Matthew Wild 2016-02-05
certmanager: Support new certificate configuration for non-XMPP services too (fixes #614) Matthew Wild 2016-02-05
loggingmanager: Stringify all arguments to format so we can finally see the *real* error messages Kim Alvefur 2016-02-04
loggingmanager: Remove Windows hack, buffer_mode should fix this Kim Alvefur 2016-02-04
loggingmanager: Write out timestamps in same write() call as everything else Kim Alvefur 2016-02-04
loggingmanager: Make initial value for width of log name configurable Kim Alvefur 2016-02-04
loggingmanager: Move logic for adaptive column width into file sink, append tab if disabled (fixes separation between name and level in plain file sinks) Kim Alvefur 2016-02-04
loggingmanager: Refactor the console log sink to re-use the stdout sink which in turn uses the file sink (tailcalls!) Kim Alvefur 2016-02-04
loggingmanager: Write out color code, log level and reset code in one call Kim Alvefur 2016-02-04
loggingmanager: Don't reset default timestamp that is not changed by any other code Kim Alvefur 2016-02-04
util.logger: Silence luacheck warning Kim Alvefur 2016-02-04
util.logger: Remove unused locals Kim Alvefur 2016-02-04
mod_groups: Move variable to smaller scope Kim Alvefur 2016-02-04
mod_groups: Use module:get_option_path, look for file relative to config dir Kim Alvefur 2016-02-04
moduleapi: Add API method for getting a file path Kim Alvefur 2016-02-04
Merge 0.10->trunk Matthew Wild 2016-02-04
loggingmanager: Call setvbuf on output files, defaulting to line-buffered, instead of manually calling flush(). Adds 'buffer_mode' option to sink configuration for stdout, console and file sinks. Matthew Wild 2016-02-04
MUC: Roll back parts of 50b9a7e86de9 that were not in the disco#info event Kim Alvefur 2016-02-04
Merge 0.10->trunk Kim Alvefur 2016-02-03
core.certmanager: Look for certificate and key in a few different places Kim Alvefur 2016-02-03
MUC: Fix copypaste mistake Kim Alvefur 2016-02-03
Merge 0.10->trunk Kim Alvefur 2016-02-03
MUC: Separate form data from form in disco#info event Kim Alvefur 2016-02-03
MUC: Fire a muc-disco#info event like in trunk so modules can extend the reply Kim Alvefur 2016-02-03
Add util.ringbuffer, a ringbuffer with a file handle like interface Kim Alvefur 2016-02-02
Merge 0.10->trunk Matthew Wild 2016-02-01
modulemanager, util.pluginloader: Move logic for locating some module libraries to pluginloader, to fix problems with non-filesystem errors being masked by the second load_code call Matthew Wild 2016-02-01
util.random: Restore friendlier error from 0.9/util.uuid Kim Alvefur 2016-01-31
Merge 0.10->trunk Kim Alvefur 2016-01-30
CHANGES: Add websockets too (thanks av6) Kim Alvefur 2016-01-29
CHANGES: Add some things trunk has over 0.10 (probably lots missing) Kim Alvefur 2016-01-28
Merge 0.10->trunk Kim Alvefur 2016-01-28
Add a CHANGES file with new features in 0.10 Kim Alvefur 2016-01-28
tests: Use util.envload to load chunks (fixes #608) Kim Alvefur 2016-01-28
Merge 0.10->trunk Matthew Wild 2016-01-27
Merge 0.9->0.10 Matthew Wild 2016-01-27
Added tag 0.9.10 for changeset 352270bc0439 Matthew Wild 2016-01-27
Merge 0.9.10 Kim Alvefur 2016-01-26
mod_dialback: Follow XEP-0185 and use HMAC Kim Alvefur 2016-01-19
Merge 0.10->trunk Kim Alvefur 2016-01-26
Merge 0.9->0.10 Kim Alvefur 2016-01-26
mod_c2s, mod_s2s: Lower priority of session shutdown to negative, so that plugins hooking at the default priority run first (fixes #601) Kim Alvefur 2016-01-25
Merge 0.10->trunk Kim Alvefur 2016-01-22
Merge 0.9->0.10 Kim Alvefur 2016-01-22
server_select: Add logging of when servers are paused and resumed Kim Alvefur 2016-01-22
server_select: Pause and mark server as full if accepting a client fails (fixes #597) Kim Alvefur 2016-01-22
server_select: Retry accepting clients from full servers after 10s (matches libevent behaviour) Kim Alvefur 2016-01-22
server_select: Keep track of which server listeners are full Kim Alvefur 2016-01-22
net.dns: Remember query only after it was sent, in case it was not (fixes #598) Kim Alvefur 2016-01-21
Backout 63f5870f9afe, no longer needed since Windows is currently unsupported Kim Alvefur 2016-01-21
Merge 0.10->trunk Matthew Wild 2016-01-22
mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash) Matthew Wild 2016-01-22
MUC: Add luacheck annotations, remove unused vars, rename conflicting vars etc Kim Alvefur 2016-01-20
Merge 0.10->trunk Kim Alvefur 2016-01-20
mod_dialback: Follow XEP-0185 and use HMAC Kim Alvefur 2016-01-19
MUC: Rename variables to please luacheck Kim Alvefur 2016-01-20
Merge 0.10->trunk Kim Alvefur 2016-01-16
net.http.server: Return from listen_on() whatever net.server.addserver() returns Kim Alvefur 2016-01-16
util.random: Open /dev/urandom read-only, make seed() a noop Kim Alvefur 2016-01-12
prosodyctl: check config: Suggest moving modules enabled on all hosts to a global_modules enabled if that is unset Kim Alvefur 2016-01-12
prosody: Allow prosody.shutdown() to take an exit code for the process (thanks daurnimator) Matthew Wild 2016-01-15
prosodyctl check: Fix traceback if the global modules_enabled is unset Kim Alvefur 2016-01-12
mod_blocklist: Clear second level cache correctly on user deletion Kim Alvefur 2016-01-11
Merge 0.9->0.10 Kim Alvefur 2016-01-11
core: Increase default read size to "all of it", in practice 8K (size of LuaSockets buffer) Kim Alvefur 2016-01-10
util.uuid: Open /dev/urandom read-only, make seed() a noop Kim Alvefur 2016-01-10
MUC: Fix global access when setting 'whois', probably resulted in wrong status code return (thanks EmilyRose) Kim Alvefur 2016-01-11
Merge 0.10->trunk Kim Alvefur 2016-01-10
tests: Add test for util.uuid (checks that the output format is correct) Kim Alvefur 2016-01-10
tests: Correct mistake from latst merge, use the same variable name in all 3 places where it matters Kim Alvefur 2016-01-10
Makefile: Add 'test' target that runs tests Kim Alvefur 2016-01-09
mod_admin_telnet: c2s:count in less lines Kim Alvefur 2016-01-09
mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port Kim Alvefur 2016-01-09
mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened Kim Alvefur 2016-01-09
mod_admin_telnet: Remove compat warning about 'console_banner' as a function Kim Alvefur 2016-01-09
net.server_select: Add 'server' method to client connections (present in server_event) Kim Alvefur 2016-01-09
prosodyctl: Show an example ssl config after generating a certificate Kim Alvefur 2016-01-09
rostermanager: Rename variable to avoid name clash [luacheck] Kim Alvefur 2016-01-09
Merge 0.10->trunk Kim Alvefur 2016-01-08
tests: Fix merge, modulemanager test was removed Kim Alvefur 2016-01-08
Merge 0.9->0.10 Kim Alvefur 2016-01-08
Added tag 0.9.9 for changeset 7ec52755622f Matthew Wild 2016-01-08
Backout 88d54bec26b7 prior to release, as it certainly requires more testing 0.9.9 Matthew Wild 2016-01-08
mod_http_files: Santize the path relative to our base URL before translating it to a filesystem path, fixes a relative path traversal vulnerability Matthew Wild 2016-01-07
util.uuid: Use /dev/urandom Kim Alvefur 2016-01-06
net.dns: Allow a zone id in resolv.conf (eg like %eth0) Kim Alvefur 2016-01-04
util.ip: Support zone id syntax in IPv6 addresses Kim Alvefur 2016-01-04
net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10] Florian Zeitz 2013-06-18
util.ip: Fix protocol detection of IPv6 addresses beginning with : [Backported from 0.10] Matthew Wild 2013-05-18
util.ip: Automatically determine protocol of IP address if none specified. Return error if invalid. [Backported from 0.10] Matthew Wild 2013-05-17
tests/test.lua: Fix fake module() function to prevent _M from being _G (test.lua's environment), which caused modules to break the sandbox when they set _M.* Matthew Wild 2016-01-06
util.random: Use /dev/urandom Kim Alvefur 2016-01-06
util.uuid: Take random byte directly instead of the low bits from the ascii value of a hex nibble Kim Alvefur 2016-01-06
Merge 0.10->trunk Matthew Wild 2016-01-04
mod_bosh: Fire event when BOSH session is created Matthew Wild 2016-01-04
Merge 0.10->trunk Matthew Wild 2016-01-04
mod_admin_adhoc: Show only connections to/from the host the command was run on Kim Alvefur 2016-01-03
mod_admin_adhoc: Remove extra ) that should not be there Kim Alvefur 2016-01-03
server_select: Forward the actual TLS handshake error message Kim Alvefur 2016-01-03
Merge 0.10->trunk Matthew Wild 2016-01-02
net.server_select: Close all connections when quitting (and not just stepping), matches server_event Matthew Wild 2016-01-02
net.server_event: Add conn.type == 'server' for server sockets (fixes closeallservers() ) Matthew Wild 2016-01-02
util.events: Document data structures Matthew Wild 2015-12-23
Merge 0.10->trunk Kim Alvefur 2016-01-01
mod_register: Fix typo Kim Alvefur 2016-01-01
Merge 0.10->trunk Kim Alvefur 2015-12-27
certs/Makefile: Fix generating cert from only a key (no config then) Kim Alvefur 2015-12-24
man prosodyctl: Add information about the 'about' and 'check' commands Kim Alvefur 2015-12-23
man prosodyctl: Add missing 'reload' command Kim Alvefur 2015-12-23
man prosodyctl: Accidentally markdown Kim Alvefur 2015-12-23
Merge 0.9->0.10 Kim Alvefur 2015-12-23
certs/Makefile: Run key generation with a stricter umask (fixes a race condition) Kim Alvefur 2015-12-23
mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues) Matthew Wild 2015-12-22
certs/Makefile: Add targets for any combination of already existing config, key file Kim Alvefur 2015-12-23
mod_register: Support for blacklisting ips that are still over limit when they get pushed out of the cache Kim Alvefur 2015-12-23
mod_register: Use util.cache to limit the number of per-ip throttles kept Kim Alvefur 2015-12-23
mod_register: Switch to using util.throttle for limiting registrations per ip per time Kim Alvefur 2015-12-23
tests: Add small test for util.throttle Kim Alvefur 2015-12-23
util.openssl: Fix style / whitespace Kim Alvefur 2015-12-23
util.openssl: Rename variables for readability Kim Alvefur 2015-12-23
util.openssl: Move quoting and tostring call into escape function Kim Alvefur 2015-12-23
util.array: Just use table.remove as array:pop() Kim Alvefur 2015-12-23
util.array: Fix minory style issues Kim Alvefur 2015-12-23
mod_register: Add comment explaining the workaround for replying when the account is being deleted Kim Alvefur 2015-12-21
mod_register: Use session log instance to ease indentification Kim Alvefur 2015-12-21
util.cache (and tests): Call on_evict after insertion of the new key, so inside on_evict we can be more certain about the current state of the cache (i.e. full, new item added, old item removed) Matthew Wild 2015-12-22
util.timer: Reschedule timers from stop() if the next pending event is stopped Kim Alvefur 2015-12-23
mod_admin_telnet: Make timer:info command more robust Kim Alvefur 2015-12-23
Merge 0.10->trunk Matthew Wild 2015-12-16
Merge 0.9->0.10 Matthew Wild 2015-12-16