Log

description author age
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