Software /
code /
prosody
Graph
-
portmanager: Don't auto-start network services under prosodyctlWed, 05 Feb 2020 17:41:40 +0000, by Matthew Wild
-
usermanager: Add get_roles() functionWed, 05 Feb 2020 17:41:14 +0000, by Matthew Wild
-
stanza_router: Add once-per-routed-stanza event, pre-stanzaWed, 05 Feb 2020 17:40:50 +0000, by Matthew Wild
-
net.server_epoll: Different error to distinguish connection timeoutSat, 01 Feb 2020 00:33:08 +0100, by Kim Alvefur
-
util.net: Fix signedness warning on ARMThu, 30 Jan 2020 14:22:21 +0100, by Emmanuel Gil Peyrot
-
util.startup: expose current process type (prosody/prosodyctl) in the global prosody objectTue, 28 Jan 2020 12:46:59 +0000, by Matthew Wild
-
mod_authz_internal, usermanager: Rename to mod_authz_configMon, 27 Jan 2020 22:28:52 +0000, by Matthew Wild
-
usermanager: Load authz providers on components alsoMon, 27 Jan 2020 22:09:19 +0000, by Matthew Wild
-
usermanager, mod_authz_internal: Move admin-checking functionality into a module. Fixes #517 (ish).Mon, 27 Jan 2020 21:54:59 +0000, by Matthew Wild
-
mod_s2s: Comment on the various 'reason' arguments passed to :closeSun, 26 Jan 2020 19:52:48 +0100, by Kim Alvefur
-
CHANGES: Mention deprecation of 'daemonize' optionSun, 26 Jan 2020 16:55:28 +0100, by Kim Alvefur
-
scansion tests: Remove daemonize option, not neededSun, 26 Jan 2020 16:53:03 +0100, by Kim Alvefur
-
prosodyctl: Add 'daemonize' to deprecated options known by check commandSun, 26 Jan 2020 16:52:32 +0100, by Kim Alvefur
-
mod_posix: Add deprecation warning for the 'daemonize' optionSun, 26 Jan 2020 16:42:56 +0100, by Kim Alvefur
-
util.prosodyctl: Pass command line flag to force daemonization on startSun, 26 Jan 2020 16:40:21 +0100, by Kim Alvefur
-
net.resolvers.basic: Fix continuing if IPv6 or Legacy IP is disabledSun, 26 Jan 2020 14:35:35 +0100, by Kim Alvefur
-
mod_s2s: Pass use_ipv4/use_ipv6 from config to service resolverSat, 25 Jan 2020 14:38:42 +0000, by Matthew Wild
-
net.resolvers.basic: Obey extra.use_ipv4/use_ipv6Sat, 25 Jan 2020 14:38:17 +0000, by Matthew Wild
-
Backed out changeset 44ef46e1a951 (not optimal API)Sat, 25 Jan 2020 14:25:29 +0000, by Matthew Wild
-
Backed out changeset 74d66b1be989 (not optimal API)Sat, 25 Jan 2020 14:25:21 +0000, by Matthew Wild
-
net.resolvers.basic: Obey use_ipv4/use_ipv6Sat, 25 Jan 2020 14:03:30 +0000, by Matthew Wild
-
mod_admin_telnet: Use promise based DNS resolvingFri, 24 Jan 2020 23:29:14 +0100, by Kim Alvefur
-
Merge 0.11->trunkFri, 24 Jan 2020 23:28:15 +0100, by Kim Alvefur
-
mod_admin_telnet: Create a DNS resolver per console session (fixes #1492) 0.11Fri, 24 Jan 2020 23:27:49 +0100, by Kim Alvefur
-
Merge 0.11->trunkFri, 24 Jan 2020 16:57:25 +0000, by Matthew Wild
-
mod_websocket: Fire event on session creation (thanks Aaron van Meerten) 0.11Fri, 24 Jan 2020 16:21:30 +0000, by Matthew Wild
-
mod_websocket: Fire event on session creation (thanks Aaron van Meerten)Fri, 24 Jan 2020 16:21:30 +0000, by Matthew Wild
-
net.adns: Add :lookup_promise() methodFri, 24 Jan 2020 13:50:02 +0000, by Matthew Wild
-
mod_s2s: Pass use_ipv4/ipv6 from config to connector configFri, 24 Jan 2020 13:49:33 +0000, by Matthew Wild
-
net.connect: Add API to create custom connect()s with options, incl. use_ipv[46]Fri, 24 Jan 2020 13:48:49 +0000, by Matthew Wild
-
Merge 0.11->trunkThu, 23 Jan 2020 21:59:43 +0000, by Matthew Wild
-
Merge 0.11->trunkThu, 23 Jan 2020 21:44:42 +0000, by Matthew Wild
-
Log warning when using prosodyctl start/stop/restart 0.11Thu, 23 Jan 2020 21:43:36 +0000, by Matthew Wild
-
Merge 0.11->trunkSun, 19 Jan 2020 16:01:29 +0000, by Matthew Wild
-
util.startup: Ensure prosody.opts exists even when no options provided 0.11 0.11.5Sun, 19 Jan 2020 15:50:32 +0000, by Matthew Wild
-
util.startup: Remove accidentally-committed debugging 0.11Sun, 19 Jan 2020 15:50:16 +0000, by Matthew Wild
-
Merge 0.11->trunkSun, 19 Jan 2020 15:39:49 +0000, by Matthew Wild
-
util.startup: Fix logic to make --config work again 0.11Sun, 19 Jan 2020 15:39:13 +0000, by Matthew Wild
-
Merge 0.11->trunkSun, 19 Jan 2020 15:34:28 +0000, by Matthew Wild
-
mod_posix: Support for command-line flags to override 'daemonize' config option 0.11Sun, 19 Jan 2020 15:28:09 +0000, by Matthew Wild
-
prosody/util.startup: Switch to parse_args() for --root and --config 0.11Sun, 19 Jan 2020 15:27:16 +0000, by Matthew Wild
-
util.startup: Add startup step for parsing command-line options 0.11Sun, 19 Jan 2020 15:26:22 +0000, by Matthew Wild
-
core.moduleapi: Hook correct event type in some casesThu, 16 Jan 2020 16:30:26 +0100, by Kim Alvefur
-
util.set: Fix equality metamethod in Lua 5.3Wed, 15 Jan 2020 21:18:30 +0100, by Kim Alvefur
-
util.ip: Fix equality metamethod for Lua 5.3Wed, 15 Jan 2020 21:16:08 +0100, by Kim Alvefur
-
util.array: Fix equality metamethod in Lua 5.3Wed, 15 Jan 2020 21:08:01 +0100, by Kim Alvefur
-
util.json: Test util.array integrationWed, 15 Jan 2020 21:14:06 +0100, by Kim Alvefur
-
util.array: Add a test case for a behavior change in Lua 5.3Tue, 14 Jan 2020 23:39:47 +0100, by Kim Alvefur
-
net.server_epoll: Log error about missing *all* callbacks at 'error' levelSun, 12 Jan 2020 20:36:21 +0100, by Kim Alvefur
-
net.server_epoll: Log errors caught in listeners on 'error' levelSun, 12 Jan 2020 20:36:04 +0100, by Kim Alvefur
-
net.server_epoll: Add option for reducing debug loggingSun, 12 Jan 2020 20:35:04 +0100, by Kim Alvefur
-
net.server_epoll: Collect full traceback from errors in listenersSun, 05 Jan 2020 02:29:31 +0100, by Kim Alvefur
-
mod_muc_mam: Measure how long a cleanup run takes (like mod_mam)Sat, 04 Jan 2020 14:05:10 +0100, by Kim Alvefur
-
net.websocket.frames: Add ping and pong test casesThu, 02 Jan 2020 13:17:43 +0100, by Kim Alvefur
-
net.websocket.frames: Add test case for masked dataThu, 02 Jan 2020 13:17:03 +0100, by Kim Alvefur
-
Merge 0.11->trunkThu, 02 Jan 2020 10:52:47 +0100, by Kim Alvefur
-
mod_websocket: Clear mask bit when reflecting ping frames (fixes #1484) 0.11 0.11.4Thu, 02 Jan 2020 10:49:37 +0100, by Kim Alvefur
-
net.http.parser: Add TODO related to #726Wed, 01 Jan 2020 01:22:57 +0100, by Kim Alvefur
-
Merge 0.11->trunkTue, 31 Dec 2019 02:52:12 +0100, by Kim Alvefur
-
prosodyctl: Print a blank line to improve spacing and readability 0.11Tue, 31 Dec 2019 02:50:25 +0100, by Kim Alvefur
-
prosodyctl check: Warn about conflict between mod_pep and mod_pep_simple 0.11Tue, 31 Dec 2019 02:48:49 +0100, by Kim Alvefur
-
core.moduleapi: Rename local name for util.error for consistencyMon, 30 Dec 2019 09:54:49 +0100, by Kim Alvefur
-
core.moduleapi: Fix error context in :send_iq APIMon, 30 Dec 2019 09:53:10 +0100, by Kim Alvefur
-
mod_http_errors: Use text from util.errror object if includedSun, 29 Dec 2019 22:20:51 +0100, by Kim Alvefur
-
util.pubsub: Ignore unused argument in tests [luacheck]Sun, 29 Dec 2019 01:11:55 +0100, by Kim Alvefur
-
util.pubsub: Cover subscription filter in a partial testThu, 26 Dec 2019 01:52:14 +0100, by Kim Alvefur
-
net.server_epoll: Avoid concatenating buffer with single itemSat, 28 Dec 2019 06:18:58 +0100, by Kim Alvefur
-
Merge 0.11->trunkTue, 24 Dec 2019 08:42:53 +0000, by Matthew Wild
-
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233) 0.11Sun, 16 Dec 2018 02:56:11 +0100, by Kim Alvefur
-
Merge 0.11->trunkTue, 24 Dec 2019 01:21:58 +0100, by Kim Alvefur
-
mod_adhoc: Improve permission setting (fix #1482) BCFri, 20 Dec 2019 22:47:34 +0100, by Kim Alvefur
-
mod_storage_sql: Remove unused and not actually returned return value [luacheck]Tue, 24 Dec 2019 00:49:43 +0100, by Kim Alvefur
-
Merge 0.11->trunkTue, 24 Dec 2019 00:39:45 +0100, by Kim Alvefur
-
mod_muc_mam: Log error when unable to delete old messages (fix #1481) [luacheck] 0.11Tue, 24 Dec 2019 00:26:37 +0100, by Kim Alvefur
-
mod_muc_mam: Remove unused variable [luacheck]Mon, 23 Dec 2019 23:31:09 +0100, by Kim Alvefur
-
mod_mam: More careful validation of MAM query formMon, 23 Dec 2019 23:30:45 +0100, by Kim Alvefur
-
mod_muc_mam: Handle form identification error (e.g. not a form at all)Mon, 23 Dec 2019 23:28:44 +0100, by Kim Alvefur
-
mod_legacyauth: Report failure from sessionmanager (mostly invalid username)Mon, 23 Dec 2019 23:11:28 +0100, by Kim Alvefur
-
mod_presence: Ignore an unused variable [luacheck]Mon, 23 Dec 2019 22:30:21 +0100, by Kim Alvefur
-
mod_pep_simple: Ignore unused variable [luacheck]Mon, 23 Dec 2019 22:29:13 +0100, by Kim Alvefur
-
mod_pubsub: Ignore an unused variable [luacheck]Mon, 23 Dec 2019 22:28:42 +0100, by Kim Alvefur
-
MUC: Make note to handle configuration form errors [luacheck]Mon, 23 Dec 2019 22:28:04 +0100, by Kim Alvefur
-
mod_vcard: Remove unused variable [luacheck]Mon, 23 Dec 2019 22:27:25 +0100, by Kim Alvefur
-
mod_limits: Remove an unused variableMon, 23 Dec 2019 22:24:31 +0100, by Kim Alvefur
-
MUC: Remove some unused variables [luacheck]Mon, 23 Dec 2019 22:23:29 +0100, by Kim Alvefur
-
mod_vcard_legacy: Ignore an unused variable [luacheck]Mon, 23 Dec 2019 21:55:41 +0100, by Kim Alvefur
-
mod_http_files: Log something if unable to load MIME databaseMon, 23 Dec 2019 21:52:50 +0100, by Kim Alvefur
-
net.server_event: Silence luacheck warningsMon, 23 Dec 2019 21:52:28 +0100, by Kim Alvefur
-
net.server_epoll: Remove an unused variable [luacheck]Mon, 23 Dec 2019 21:51:52 +0100, by Kim Alvefur
-
mod_announce: Silence luacheck warning about unused variableMon, 23 Dec 2019 21:43:34 +0100, by Kim Alvefur
-
mod_admin_telnet: Silence luacheck warningsMon, 23 Dec 2019 21:38:19 +0100, by Kim Alvefur
-
mod_admin_adhoc: Remove unused JID resource variables [luacheck]Mon, 23 Dec 2019 21:37:16 +0100, by Kim Alvefur
-
mod_adhoc: Remove unused variable [luacheck]Mon, 23 Dec 2019 21:34:34 +0100, by Kim Alvefur
-
tests: Silence [luacheck] warningsMon, 23 Dec 2019 21:33:10 +0100, by Kim Alvefur
-
net.http.parser: Silence warning about unused variable [luacheck]Mon, 23 Dec 2019 21:29:34 +0100, by Kim Alvefur
-
core.statsmanager: Ignore unused variable [luacheck]Mon, 23 Dec 2019 21:27:34 +0100, by Kim Alvefur
-
core.portmanager: Ignore unused return variable [luacheck]Mon, 23 Dec 2019 21:26:51 +0100, by Kim Alvefur
-
util.pubsub: Silence luacheck warnings, leaving notes on future proper fixMon, 23 Dec 2019 21:16:10 +0100, by Kim Alvefur
-
util.prosodyctl: Silence luacheck warningsMon, 23 Dec 2019 21:16:00 +0100, by Kim Alvefur
-
util.dependencies: Pass require error to error formatting functionMon, 23 Dec 2019 21:15:01 +0100, by Kim Alvefur
-
util.sql: Handle failure to detect connection encodingMon, 23 Dec 2019 21:13:27 +0100, by Kim Alvefur
-
util.mercurial: Ignore an unused error variable [luacheck]Mon, 23 Dec 2019 21:09:38 +0100, by Kim Alvefur
-
util.startup: Ignore unused errno variable [luacheck]Mon, 23 Dec 2019 21:02:19 +0100, by Kim Alvefur
-
util.datamanager: Ignore unused 'errno' variable [luacheck]Mon, 23 Dec 2019 21:01:55 +0100, by Kim Alvefur
-
core.modulemanager: Silence warning about unused err variable [luacheck]Fri, 20 Dec 2019 22:38:45 +0100, by Kim Alvefur
-
core.stanza_router: Silence warning about unused err_message [luacheck]Fri, 20 Dec 2019 22:33:24 +0100, by Kim Alvefur
-
core.stanza_router: Extract host part of JIDs directly [luacheck]Fri, 20 Dec 2019 22:31:27 +0100, by Kim Alvefur
-
luacheck: Don't not warn about not using secondary return valuesFri, 20 Dec 2019 22:23:22 +0100, by Kim Alvefur
-
mod_muc_mam: Log error when unable to store stanza (fix #1480) [luacheck] 0.11Mon, 23 Dec 2019 23:32:49 +0100, by Kim Alvefur
-
mod_mam: Schedule cleanup again if unable to delete messages 0.11Tue, 24 Dec 2019 00:27:44 +0100, by Kim Alvefur
-
mod_mam: Log error when unable to delete old messages (fix #1479) [luacheck] 0.11Tue, 24 Dec 2019 00:27:41 +0100, by Kim Alvefur
-
mod_mam: Log error when unable to store stanza (fix #1478) 0.11Mon, 23 Dec 2019 23:18:39 +0100, by Kim Alvefur
-
mod_auth_internal_hashed: Pass on errors from password hash function (fixes #1477) 0.11Mon, 23 Dec 2019 22:42:39 +0100, by Kim Alvefur
-
Merge 0.11->trunkMon, 23 Dec 2019 20:57:10 +0100, by Kim Alvefur
-
mod_pep: Handle presence subscriptions in filter (fixes #1372) 0.11Mon, 10 Jun 2019 13:57:09 +0200, by Kim Alvefur
-
util.pubsub: Pass subscribers trough a filter callback 0.11Thu, 06 Jun 2019 18:13:46 +0200, by Kim Alvefur
-
mod_admin_telnet: Include config:get() in help textSun, 22 Dec 2019 20:10:20 +0100, by Kim Alvefur
-
MUC: Improve presence broadcast form field labelSun, 22 Dec 2019 08:42:12 +0000, by Matthew Wild
-
scansion: Trim trailing whitespace in testsThu, 19 Dec 2019 16:22:12 +0100, by Kim Alvefur
-
rostermanager, mod_presence: Support for subscription preapproval (fixes #686)Thu, 19 Dec 2019 10:03:16 +0000, by Matthew Wild
-
mod_s2s: Remove obsolete pre-connect bufferTue, 17 Dec 2019 00:34:39 +0100, by Kim Alvefur
-
util.dataforms: Improve descriptions in testsMon, 16 Dec 2019 02:02:47 +0100, by Kim Alvefur
-
doap: More PEP payloadsMon, 16 Dec 2019 01:52:56 +0100, by Kim Alvefur
-
mod_admin_telnet: Use common sort function in s2s:showSun, 15 Dec 2019 22:15:52 +0100, by Kim Alvefur
-
mod_admin_telnet: Use existing host comparison when comparing JIDsSun, 15 Dec 2019 21:44:58 +0100, by Kim Alvefur
-
mod_admin_telnet: Sort hosts in module:listSun, 15 Dec 2019 22:08:20 +0100, by Kim Alvefur
-
mod_admin_telnet: Refactor internal function for listing hostsSun, 15 Dec 2019 22:07:24 +0100, by Kim Alvefur
-
mod_admin_telnet: Merge hostname comparison functionsSun, 15 Dec 2019 21:42:42 +0100, by Kim Alvefur
-
mod_admin_telnet: Sort by complete labelsSun, 15 Dec 2019 20:44:10 +0100, by Kim Alvefur
-
mod_admin_telnet: Fix host sortingSun, 15 Dec 2019 20:43:02 +0100, by Kim Alvefur
-
util.stanza: Accept util.error object to error_replySat, 14 Dec 2019 22:47:41 +0100, by Kim Alvefur
-
util.sasl: Add stub testsSat, 14 Dec 2019 22:43:12 +0100, by Kim Alvefur
-
util.error: Move default for numeric error code to net.http.serverSat, 14 Dec 2019 20:28:44 +0100, by Kim Alvefur
-
mod_s2s: Fix name conflict introduced in c7864f970969Tue, 10 Dec 2019 17:43:26 +0100, by Kim Alvefur
-
util.sasl.scram: Ignore unused authzid variable (strict lint)Mon, 09 Dec 2019 16:39:48 +0100, by Kim Alvefur
-
.luacheckrc: Remove passing spec/ files from ignore listMon, 09 Dec 2019 12:44:43 +0000, by Matthew Wild
-
net.http.parser tests: Expand tests to include validation of resultsMon, 09 Dec 2019 12:43:32 +0000, by Matthew Wild
-
.luacheckrc: Remove passing file from ignore listMon, 09 Dec 2019 12:42:22 +0000, by Matthew Wild
-
configmanager tests: Split long lineMon, 09 Dec 2019 11:57:10 +0000, by Matthew Wild
-
util.x509: Fix recording of CommonNames in get_identitiesSun, 08 Dec 2019 17:48:37 +0100, by Kim Alvefur
-
util.error: Write down some thoughts in commentsSun, 08 Dec 2019 17:00:45 +0100, by Kim Alvefur
-
net.server_epoll: Use monotonic time for schedulingSun, 08 Dec 2019 14:26:32 +0100, by Kim Alvefur
-
net.server_epoll: Change timer rescheduling method to match util.timerSun, 08 Dec 2019 14:20:56 +0100, by Kim Alvefur
-
net.server_epoll: Remove unused function for adding timer at absolute timeSun, 08 Dec 2019 13:40:42 +0100, by Kim Alvefur
-
mod_admin_telnet: Avoid using LuaSocket for timestampsSun, 08 Dec 2019 13:38:48 +0100, by Kim Alvefur
-
mod_saslauth: Set a nicer bounce error explaining SASL EXTERNAL failuresSat, 07 Dec 2019 22:55:51 +0100, by Kim Alvefur
-
mod_saslauth: Collect SASL EXTERNAL failures into an util.error objectSat, 07 Dec 2019 22:51:43 +0100, by Kim Alvefur
-
net.server_epoll: Add debug logging for delayed readingSat, 07 Dec 2019 19:05:10 +0100, by Kim Alvefur
-
net.connect: Mention RFC 6724 regressionSat, 07 Dec 2019 17:39:29 +0100, by Kim Alvefur
-
net.connect: Add some TODOs and FIXMEsSat, 07 Dec 2019 17:05:00 +0100, by Kim Alvefur
-
mod_s2s: Invert condition to return early and reduce indentationWed, 04 Dec 2019 22:37:20 +0100, by Kim Alvefur
-
mod_s2s: Fix mistake in 28755107c2f4Tue, 03 Dec 2019 17:29:43 +0100, by Kim Alvefur
-
mod_saslauth: Advertise correct set of mechanismsMon, 02 Dec 2019 16:00:16 +0100, by Kim Alvefur
-
util.*.c: Add static qualifiers everywhereSun, 01 Dec 2019 20:25:20 +0100, by Emmanuel Gil Peyrot
-
util.encodings: Remove redundant castSun, 01 Dec 2019 23:34:49 +0100, by Emmanuel Gil Peyrot
-
util.encodings: Don’t export unneeded symbolsSun, 01 Dec 2019 23:34:45 +0100, by Emmanuel Gil Peyrot
-
mod_s2s: Refactor stream error handling on closeSun, 01 Dec 2019 12:21:26 +0100, by Kim Alvefur
-
mod_s2s: Use stanza type check instead of duck typingSun, 01 Dec 2019 12:19:36 +0100, by Kim Alvefur
-
mod_net_multiplex: Remove debug messageSun, 01 Dec 2019 02:04:24 +0100, by Kim Alvefur
-
net.server_select: Remove prefix added to TLS handshaker errorsSun, 01 Dec 2019 01:21:58 +0100, by Kim Alvefur
-
mod_s2s: Improve TLS handshake error messagesSun, 01 Dec 2019 01:20:34 +0100, by Kim Alvefur
-
mod_s2s: Log from session loggerSat, 30 Nov 2019 23:33:39 +0100, by Kim Alvefur
-
mod_s2s: Improve log message about forbidding insecure connectionsSat, 30 Nov 2019 23:29:15 +0100, by Kim Alvefur
-
mod_admin_telnet: Sort hostsSat, 30 Nov 2019 21:56:21 +0100, by Kim Alvefur
-
mod_carbons: Improve performance by delaying creation of carbon payloadSat, 30 Nov 2019 19:34:40 +0100, by Kim Alvefur
-
core.portmanager: Complete error message for SNI TLS context problemsSat, 30 Nov 2019 16:40:04 +0100, by Kim Alvefur
-
tests: Disable s2s in scansion testsSat, 30 Nov 2019 14:00:13 +0100, by Kim Alvefur
-
mod_net_multiplex: Tweak debug logging for ALPN caseFri, 29 Nov 2019 23:41:41 +0100, by Kim Alvefur
-
mod_net_multiplex: Add support for using ALPNFri, 29 Nov 2019 23:27:51 +0100, by Kim Alvefur
-
net.http: Set ALPN on requestsFri, 29 Nov 2019 23:25:59 +0100, by Kim Alvefur
-
core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI support)Fri, 29 Nov 2019 23:24:14 +0100, by Kim Alvefur
-
core.portmanager: Don't set the first TLS context with a cert as main contextFri, 29 Nov 2019 23:22:29 +0100, by Kim Alvefur
-
mod_admin_telnet: Display ALPN in show_tls() if supported and availableThu, 21 Nov 2019 00:16:20 +0100, by Kim Alvefur
-
mod_http: Log served URLs at 'info' levelFri, 29 Nov 2019 21:30:08 +0100, by Kim Alvefur
-
mod_s2s: Prevent unhandled stanza handler from complaining about stream features on aborted connectionsFri, 29 Nov 2019 18:15:23 +0100, by Kim Alvefur
-
mod_s2s_bidi: Ignore unencrypted connections if s2s_require_encryption is setThu, 28 Nov 2019 18:57:17 +0100, by Kim Alvefur
-
mod_s2s: Abort outgoing connections earlier when TLS requirement isn't satisfiedThu, 28 Nov 2019 18:30:30 +0100, by Kim Alvefur
-
mod_s2s: Send stream errors for cert problems on outgoing connectionsThu, 28 Nov 2019 17:32:15 +0100, by Kim Alvefur
-
mod_s2s: Improve error in bounces due to cert validation problemsWed, 27 Nov 2019 23:26:59 +0100, by Kim Alvefur
-
mod_s2s_auth_certs: Save chain validation errors for later useWed, 27 Nov 2019 23:23:25 +0100, by Kim Alvefur
-
net.websocket: Fix traceback in case of ondisconnect being called twiceTue, 26 Nov 2019 15:29:01 +0000, by Matthew Wild
-
net.connect: Add some TODO commentsTue, 26 Nov 2019 00:12:51 +0100, by Kim Alvefur
-
MUC: Add missing reference to room (thanks buildbot) [luacheck]Tue, 26 Nov 2019 00:09:51 +0100, by Kim Alvefur
-
MUC: Indicate the component as origin of various errors where there's no roomTue, 26 Nov 2019 00:02:13 +0100, by Kim Alvefur
-
MUC: Indicate that the room is the origin of various errors where 'from' is an occupant JIDMon, 25 Nov 2019 23:52:45 +0100, by Kim Alvefur
-
MUC: Indicate origin of registration related errorsMon, 25 Nov 2019 23:51:41 +0100, by Kim Alvefur
-
MUC: Indicate origin of password related errorsMon, 25 Nov 2019 23:47:49 +0100, by Kim Alvefur
-
util.stanza: Support the 'by' attribute on errorsMon, 25 Nov 2019 20:59:36 +0100, by Kim Alvefur
-
util.stanza: Check that argument to error_reply is NOT a stanza of type errorMon, 25 Nov 2019 20:52:03 +0100, by Kim Alvefur
-
util.stanza: Check that argument to error_reply is a stanzaMon, 25 Nov 2019 20:52:01 +0100, by Kim Alvefur
-
util.stanza: Remove redundant check for attrsMon, 25 Nov 2019 20:46:55 +0100, by Kim Alvefur
-
util.stanza: Check that argument to reply is a stanzaMon, 25 Nov 2019 20:44:05 +0100, by Kim Alvefur
-
Merge 0.11->trunkSun, 24 Nov 2019 04:46:36 +0100, by Kim Alvefur
-
net.resolvers.service: Pass IP literals directly to basic resolverSun, 24 Nov 2019 04:43:14 +0100, by Kim Alvefur
-
net.resolvers.basic: Normalise IP literals, ensures net.server is happy 0.11Sun, 24 Nov 2019 04:41:07 +0100, by Kim Alvefur
-
Merge 0.11->trunkSun, 24 Nov 2019 04:30:32 +0100, by Kim Alvefur
-
net.resolvers.basic: Fix resolution of IPv6 literals (in brackets) (fixes #1459) 0.11Sun, 24 Nov 2019 04:26:44 +0100, by Kim Alvefur
-
net.resolvers.basic: Move IP literal check to constructor 0.11Sun, 24 Nov 2019 04:23:51 +0100, by Kim Alvefur
-
MUC: Add testcase for #1466Sun, 24 Nov 2019 00:02:48 +0100, by Kim Alvefur
-
Merge 0.11->trunkSat, 23 Nov 2019 23:12:01 +0100, by Kim Alvefur
-
core.modulemanager: Disable mod_vcard if mod_vcard_legacy is enabled to prevent conflict (#1469) 0.11Sat, 23 Nov 2019 23:11:03 +0100, by Kim Alvefur
-
prosodyctl check: Warn about conflict between mod_vcard and mod_vcard_legacy (#1469) 0.11Sat, 23 Nov 2019 23:10:39 +0100, by Kim Alvefur
-
MUC: Keep role across nickname change (fixes #1466) 0.11Sat, 23 Nov 2019 01:05:28 +0100, by Kim Alvefur
-
mod_http_errors: Show a friendly page instead of 404 on top levelSun, 17 Nov 2019 16:16:53 +0100, by Kim Alvefur
-
mod_csi: Cache CSI module availability to improve readabiltySat, 23 Nov 2019 17:15:34 +0100, by Kim Alvefur
-
mod_csi: Set module status based on whether a CSI handler module appears to be loadedSat, 23 Nov 2019 17:09:48 +0100, by Kim Alvefur
-
mod_csi: Only advertise CSI to clients if something is handling CSI eventsSun, 17 Nov 2019 23:53:51 +0100, by Kim Alvefur
-
mod_s2s: Add error text for error replies on some s2s failures (#770)Sat, 23 Nov 2019 01:32:53 +0100, by Kim Alvefur
-
s2s: Allow passing a custom error for bouncing queued stanzas (#770)Sat, 23 Nov 2019 01:29:03 +0100, by Kim Alvefur
-
mod_admin_telnet: Show SNI name in show_tls() if availableWed, 20 Nov 2019 21:31:46 +0100, by Kim Alvefur
-
util.termcolours: Use explicit number formatting instead of coercion on concatenationWed, 20 Nov 2019 19:22:55 +0100, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove mention of syslog near mod_posixTue, 19 Nov 2019 17:38:38 +0100, by Kim Alvefur
-
mod_s2s: Wait for remote to close any connection allowing incoming stanzasMon, 18 Nov 2019 20:37:40 +0100, by Kim Alvefur
-
net.server_epoll: Save log tag in a field on FD watchers tooSun, 17 Nov 2019 23:47:31 +0100, by Kim Alvefur
-
Back out c8aa66595072: Extra changes accidentally includedSun, 17 Nov 2019 23:45:44 +0100, by Kim Alvefur
-
net.server_epoll: Save log tag in a field on FD watchers tooSun, 17 Nov 2019 23:27:48 +0100, by Kim Alvefur
-
net.server_epoll: Improve read timeout debug messagesSat, 19 Oct 2019 20:11:21 +0200, by Kim Alvefur
-
net.server_epoll: Clarify a debug messageSat, 19 Oct 2019 20:10:14 +0200, by Kim Alvefur
-
mod_muc_mam: Copy debug log improvements from mod_mamSun, 17 Nov 2019 23:08:45 +0100, by Kim Alvefur
-
mod_csi_simple: Make sure to disable optimizations before mod_smacks (thanks pep.)Sun, 17 Nov 2019 17:59:56 +0100, by Kim Alvefur
-
util.interpolation: Add commented test case for passing nil to filterSun, 17 Nov 2019 15:32:28 +0100, by Kim Alvefur
-
util.interpolation: Test template filtersSun, 17 Nov 2019 15:06:22 +0100, by Kim Alvefur
-
Merge 0.11->trunkSat, 16 Nov 2019 16:52:31 +0100, by Kim Alvefur
-
util.pposix: Avoid overflow of malloc info at 2GB (fixes #1445 until 4GB) 0.11Sat, 16 Nov 2019 16:45:33 +0100, by Kim Alvefur
-
mod_http: Soften dependency on mod_http_errorsSat, 16 Nov 2019 16:39:45 +0100, by Kim Alvefur
-
doap: Sort XEPs by numberFri, 15 Nov 2019 16:49:31 +0100, by Kim Alvefur
-
server_event: Remove duplicated code (thanks waqas)Wed, 13 Nov 2019 22:34:25 +0100, by Kim Alvefur
-
util.dependencies: Avoid missing bitop false positive on Lua 5.4Sat, 09 Nov 2019 13:58:25 +0100, by Kim Alvefur
-
util.startup: Disable plugin installer path creation for now (see comments)Sat, 09 Nov 2019 00:26:56 +0100, by Kim Alvefur
-
util.startup: Split plugin installer path setup into a separate functionSat, 09 Nov 2019 00:23:08 +0100, by Kim Alvefur
-
mod_s2s: Allow passing bounce reason as an util.error object (see #770)Fri, 08 Nov 2019 23:03:47 +0100, by Kim Alvefur
-
util.paths: Don't treat path as pattern, fix traceback (thanks Menel87)Fri, 08 Nov 2019 19:25:57 +0100, by Kim Alvefur
-
Merge 0.11->trunkFri, 08 Nov 2019 00:58:03 +0100, by Kim Alvefur
-
net.resolvers: Fix traceback from hostname failing IDNA 0.11Fri, 08 Nov 2019 00:54:56 +0100, by Kim Alvefur
-
mod_ping: Remove ad-hoc commandThu, 07 Nov 2019 19:23:42 +0100, by Kim Alvefur
-
mod_admin_adhoc: Add some flags to s2s listing commandThu, 07 Nov 2019 17:07:02 +0100, by Kim Alvefur
-
util.array: Fix typo in testThu, 07 Nov 2019 00:20:54 +0100, by Kim Alvefur
-
net.http.server: Treat promise rejection without value as a HTTP 500 errorTue, 05 Nov 2019 01:34:13 +0100, by Kim Alvefur
-
net.http.server: Handle promises from http handlersFri, 01 Nov 2019 22:31:15 +0100, by Kim Alvefur
-
net.http.server: Handle util.error objects from http handlersFri, 01 Nov 2019 22:30:35 +0100, by Kim Alvefur
-
net.http.server: Tail call because tail call!Fri, 01 Nov 2019 22:28:39 +0100, by Kim Alvefur
-
net.http.server: Factor out handling of event response for easier reuseFri, 01 Nov 2019 22:25:54 +0100, by Kim Alvefur
-
Merge 0.11->trunkMon, 04 Nov 2019 00:36:49 +0100, by Kim Alvefur
-
util.startup: Ensure prosody.paths are absolute (see #1430) 0.11Mon, 04 Nov 2019 00:29:49 +0100, by Kim Alvefur
-
doap: Add version of XEP-0012Sun, 03 Nov 2019 17:44:14 +0100, by Kim Alvefur
-
doap: Reorder tags for consistencySun, 03 Nov 2019 17:43:14 +0100, by Kim Alvefur
-
Merge 0.11->trunkSat, 02 Nov 2019 19:38:12 +0100, by Kim Alvefur
-
net.resolvers: Abort on hostnames not passing IDNA validation 0.11Sat, 02 Nov 2019 19:36:19 +0100, by Kim Alvefur
-
net.resolvers: Apply IDNA conversion to ascii for DNS lookups (fixes #1426) 0.11Sat, 02 Nov 2019 19:24:26 +0100, by Kim Alvefur
-
mod_admin_telnet: Show s2s authentication method (probably) usedSat, 02 Nov 2019 16:02:37 +0100, by Kim Alvefur
-
mod_user_account_management: Apply username normalization laterSat, 02 Nov 2019 15:43:56 +0100, by Kim Alvefur
-
mod_s2s: Only nameprep stream to/from addresses if they are presentSat, 02 Nov 2019 15:43:17 +0100, by Kim Alvefur
-
mod_dialback: Fix potential traceback in case of missing addressingSat, 02 Nov 2019 15:40:20 +0100, by Kim Alvefur
-
mod_c2s: Validate that a 'to' attribute exists at allSat, 02 Nov 2019 15:39:40 +0100, by Kim Alvefur
-
core.sessionmanager: Require that client-requested resources pass strict resourceprepSat, 02 Nov 2019 15:39:01 +0100, by Kim Alvefur
-
mod_bosh: Abort early if request is missing hostnameSat, 02 Nov 2019 15:29:13 +0100, by Kim Alvefur
-
mod_dialback: Abort early if request is missing addressing attributesSat, 02 Nov 2019 15:27:53 +0100, by Kim Alvefur
-
core.configmanager: Handle nameprep validation errorsSat, 02 Nov 2019 13:56:13 +0100, by Kim Alvefur
-
core.configmanager: Ensure Hosts are given namesSat, 02 Nov 2019 13:55:38 +0100, by Kim Alvefur
-
MUC: Make nickname field in registration form requiredSat, 02 Nov 2019 14:22:06 +0100, by Kim Alvefur
-
core.sessionmanager: Fix traceback from passing nil to resourceprepSat, 02 Nov 2019 13:24:33 +0100, by Kim Alvefur
-
util.encodings: Don't ignore non-strings passed to stringprep functionsSat, 02 Nov 2019 13:09:54 +0100, by Kim Alvefur
-
net.http.codes: Avoid implicit number -> string coercionFri, 01 Nov 2019 23:18:29 +0100, by Kim Alvefur
-
prosodyctl: Print friendly version of error messagesFri, 01 Nov 2019 23:16:58 +0100, by Kim Alvefur
-
mod_register_ibr: Enforce strict JID validationFri, 01 Nov 2019 23:11:43 +0100, by Kim Alvefur
-
util.prosodyctl: Enforce strict JID validation on user creationFri, 01 Nov 2019 22:53:14 +0100, by Kim Alvefur
-
MUC: Strictly validate room JID on creationFri, 01 Nov 2019 22:08:38 +0100, by Kim Alvefur
-
util.error: Add well-known field 'code' in error templatesFri, 01 Nov 2019 18:31:12 +0100, by Kim Alvefur
-
mod_register_limits: Use util.error for managing rejection reasonsFri, 01 Nov 2019 18:11:58 +0100, by Kim Alvefur
-
mod_register_ibr: Allow registartion rejection reason as util.error objectFri, 01 Nov 2019 18:09:13 +0100, by Kim Alvefur
-
Backed out changeset 64ddcbc9a328 as it would prevent communicating with valid remote JIDs that aren't valid under STRINGPREP / Unicode 3.2Wed, 30 Oct 2019 17:33:52 +0100, by Kim Alvefur
-
MUC: Enforce strict resourceprep on nicknames (bye bye robot face)Mon, 23 Sep 2019 19:13:14 +0200, by Kim Alvefur
-
core.stanza_router: Do strict jidprep on c2sMon, 09 Sep 2019 22:32:01 +0200, by Kim Alvefur
-
util.encodings: Strictly verify that the 'strict' *prep argument is a booleanWed, 30 Oct 2019 16:22:44 +0100, by Kim Alvefur
-
util.jid: Add a 'strict' flag for jidprep callsMon, 09 Sep 2019 22:15:04 +0200, by Kim Alvefur
-
util.encodings: Optional strict flag to stringprepWed, 24 Apr 2019 15:01:00 +0200, by Kim Alvefur
-
util.pubsub, pubsub.lib and tests: Add text to precondition-not-met error (fixes #1455)Sun, 27 Oct 2019 14:45:57 +0000, by Matthew Wild
-
MUC: Advertise history related fields as integers via XEP-0122Sun, 20 Oct 2019 23:47:48 +0200, by Kim Alvefur
-
CHANGES: Add a line for #1335Sun, 20 Oct 2019 23:46:47 +0200, by Kim Alvefur
-
MUC: Add controls for whose presence is broadcast (closes #1335)Sun, 20 Oct 2019 21:58:16 +0200, by Lance Stout
-
util.interpolation: Test map syntaxSun, 20 Oct 2019 20:58:19 +0200, by Kim Alvefur
-
util.interpolation: Test array syntaxSun, 20 Oct 2019 20:56:29 +0200, by Kim Alvefur
-
util.interpolation: Test #1452Sun, 20 Oct 2019 20:53:41 +0200, by Kim Alvefur
-
Merge 0.11->trunkSun, 20 Oct 2019 20:53:34 +0200, by Kim Alvefur
-
util.interpolation: Support unescaped variables with more modifiers (fixes #1452) 0.11Sun, 20 Oct 2019 20:52:14 +0200, by Kim Alvefur
-
doap: Sort <implements> by XEP numberSun, 20 Oct 2019 18:48:10 +0200, by Kim Alvefur
-
doap: mod_csi_simple tries to follow XEP-0286: Mobile Considerations, not XEP-0268Sun, 20 Oct 2019 18:46:46 +0200, by Kim Alvefur
-
doap: Trim a trailing '.' from a version/branch name for consistencySun, 20 Oct 2019 16:57:28 +0200, by Kim Alvefur
-
doap: Copy longer description from READMESun, 20 Oct 2019 16:47:20 +0200, by Kim Alvefur
-
Merge 0.11->trunkSun, 20 Oct 2019 16:37:04 +0200, by Kim Alvefur
-
MUC: Validate registration dataform more carefullySun, 20 Oct 2019 14:54:57 +0200, by Kim Alvefur
-
MUC: Don't advertise registration feature on host JID (fixes #1451) 0.11Sun, 20 Oct 2019 01:20:11 +0200, by Kim Alvefur
-
mod_saslauth: Demote "no SASL mechanisms" error back to warningTue, 15 Oct 2019 23:38:29 +0200, by Kim Alvefur
-
mod_saslauth: Improve logging of why no SASL mechanisms were offeredTue, 15 Oct 2019 22:05:51 +0200, by Kim Alvefur
-
mod_saslauth: Use the power of Set Theory to mange sets of SASL mechanismsTue, 15 Oct 2019 21:58:10 +0200, by Kim Alvefur
-
mod_saslauth: Log (debug) messages about channel bindingTue, 15 Oct 2019 21:37:19 +0200, by Kim Alvefur
-
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_portsTue, 15 Oct 2019 00:21:01 +0200, by Kim Alvefur
-
doc/doap: Claim support for XEP-0268 via mod_csi_simpleTue, 15 Oct 2019 00:13:52 +0200, by Kim Alvefur
-
mod_saslauth: Remove useless debug log lineSun, 13 Oct 2019 00:33:35 +0200, by Kim Alvefur
-
mod_saslauth: Remove commented-out debug log lineSun, 13 Oct 2019 00:32:58 +0200, by Kim Alvefur
-
net.server_epoll: Save IP and port from connection creation callSat, 12 Oct 2019 20:22:07 +0200, by Kim Alvefur
-
server_epoll: Log full string represestation when connectedSat, 12 Oct 2019 20:15:31 +0200, by Kim Alvefur
-
net.server_epoll: Handle getpeer/sockname returning a normal errorSat, 12 Oct 2019 20:12:04 +0200, by Kim Alvefur
-
net.server_epoll: Fix to get remote IP on direct TLS connectionsSat, 12 Oct 2019 20:07:50 +0200, by Kim Alvefur
-
net.server_epoll: Move a log message to improve orderingSat, 12 Oct 2019 19:51:29 +0200, by Kim Alvefur
-
net.http.files: Explicitly convert number to string, avoiding implicit coercionSat, 12 Oct 2019 19:31:48 +0200, by Kim Alvefur
-
net.http.server: Explicitly convert number to string, avoiding implicit coercionSat, 12 Oct 2019 19:30:29 +0200, by Kim Alvefur
-
mod_websocket: Guard against upgrading to websocket from a HEAD requestSat, 12 Oct 2019 19:16:43 +0200, by Kim Alvefur
-
net.http.server: Re-fire unhandled HEAD requsts as GET events (fixes #1447)Sat, 12 Oct 2019 18:27:54 +0200, by Kim Alvefur
-
net.http.server: Ensure HEAD requests are sent with empty bodySat, 12 Oct 2019 18:27:02 +0200, by Kim Alvefur
-
doap: Add XEP-0380 since mod_csi_simple takes that into considerationFri, 11 Oct 2019 00:58:33 +0200, by Kim Alvefur
-
doap: Even more XEP detailsFri, 11 Oct 2019 00:52:29 +0200, by Kim Alvefur
-
doap: Add detials for XEP-0280, 0288 and 0292Fri, 11 Oct 2019 00:29:53 +0200, by Kim Alvefur
-
doap: Note about XEP-0237: Roster Versioning being merged into rfc6121Fri, 11 Oct 2019 00:29:05 +0200, by Kim Alvefur
-
doap: Referece SCRAMFri, 11 Oct 2019 00:27:53 +0200, by Kim Alvefur
-
doap: Note about where XEP-0227 is usedThu, 10 Oct 2019 23:41:59 +0200, by Kim Alvefur
-
doap: Fix missing '0' in URL to XEP-0288Thu, 10 Oct 2019 23:39:32 +0200, by Kim Alvefur
-
mod_http: Unhook CORS related event handlersThu, 10 Oct 2019 20:46:27 +0200, by Kim Alvefur
-
util.statistics: Add a total count for rate counters, counting from server start.Thu, 10 Oct 2019 16:58:02 +0200, by Emmanuel Gil Peyrot
-
doap: Mention support for XEP-0122: Data Forms ValidationWed, 09 Oct 2019 23:20:22 +0200, by Kim Alvefur
-
doap: Fix element name typo (node -> note)Wed, 09 Oct 2019 23:19:42 +0200, by Kim Alvefur
-
mod_s2s: Close with a stream error in case neither SASL or Dialback are availableSun, 06 Oct 2019 21:14:53 +0200, by Kim Alvefur
-
mod_admin_telnet: xmpp:ping: Log ping timeSun, 06 Oct 2019 19:35:35 +0200, by Kim Alvefur
-
net.server_epoll: Guard against nil return from TLS info methodSun, 06 Oct 2019 19:34:03 +0200, by Kim Alvefur
-
doap: Add reference to draft-cridland-xmpp-sessionSun, 06 Oct 2019 16:34:42 +0200, by Kim Alvefur
-
net.server_epoll: Log TLS version and cipher for all completed handshakesSun, 06 Oct 2019 16:23:43 +0200, by Kim Alvefur
-
util.sasl.scram: Avoid implicit coersion of number to stringSun, 06 Oct 2019 16:07:26 +0200, by Kim Alvefur
-
net.server_epoll: Log size of partial writes (debug)Sat, 05 Oct 2019 18:10:12 +0200, by Kim Alvefur
-
core.s2smanager: Fix traceback due to mixup with to/fromSat, 05 Oct 2019 17:09:24 +0200, by Kim Alvefur
-
mod_csi_simple: Always remove session filters when disabling CSISat, 05 Oct 2019 16:55:58 +0200, by Kim Alvefur
-
mod_csi_simple: Try not to flush buffer while already flushing itSat, 05 Oct 2019 16:50:41 +0200, by Kim Alvefur
-
core.s2smanager: Remove bidi-enabled s2sin from outgoing routing tableSat, 05 Oct 2019 16:21:41 +0200, by Kim Alvefur
-
net.server_epoll: Return early when attepting to set write lock state to current stateSat, 05 Oct 2019 15:22:59 +0200, by Kim Alvefur
-
Merge 0.11->trunkThu, 03 Oct 2019 16:38:46 +0100, by Matthew Wild
-
mod_mam: Add flag to session when it performs a MAM query 0.11Thu, 03 Oct 2019 16:38:15 +0100, by Matthew Wild
-
util.promise: Add some additional tests to cover callback return valuesMon, 30 Sep 2019 08:22:30 +0100, by Matthew Wild
-
mod_offline: Log a debug message when message is storedSun, 29 Sep 2019 23:50:34 +0200, by Kim Alvefur
-
util.sasl.scram: Fix old APISun, 29 Sep 2019 21:12:46 +0200, by Kim Alvefur
-
Merge 0.11-trunkSun, 29 Sep 2019 20:48:58 +0200, by Kim Alvefur
-
MUC: Strip tags with MUC-related namespaces from private messages (fixes #1427) 0.11Sun, 29 Sep 2019 20:48:00 +0200, by Kim Alvefur
-
mod_admin_telnet: Use new compact function for waiting on promisesSun, 29 Sep 2019 18:44:58 +0200, by Kim Alvefur
-
util.async: Add function for waiting on promises and unpacking the resultsSun, 29 Sep 2019 18:42:35 +0200, by Kim Alvefur
-
mod_register_ibr: Distinguish between failure to create account or save extra dataSun, 29 Sep 2019 17:34:47 +0200, by Kim Alvefur
-
net.server_epoll: Correct indentationSun, 29 Sep 2019 17:30:54 +0200, by Kim Alvefur
-
core.modulemanager: Split lists across multiple lines for improved readabilitySun, 29 Sep 2019 17:07:39 +0200, by Kim Alvefur
-
mod_register_ibr: Reminder to maybe use util.error in the futureSun, 29 Sep 2019 16:22:05 +0200, by Kim Alvefur
-
mod_register_ibr, mod_register_limits: Add support for custom error type and defined-condition.Sun, 29 Sep 2019 15:26:18 +0200, by Emmanuel Gil Peyrot
-
net.server_epoll: Ignore unused self argument [luacheck]Sun, 29 Sep 2019 15:51:21 +0200, by Kim Alvefur
-
net.server_epoll: Fix link function to not replace listenersSun, 29 Sep 2019 15:41:01 +0200, by Kim Alvefur
-
net.server_epoll: Handle read size argument to linkSun, 29 Sep 2019 15:36:23 +0200, by Kim Alvefur
-
net.server_epoll: Add some timeout related loggingSun, 29 Sep 2019 15:18:40 +0200, by Kim Alvefur
-
mod_register_ibr: Add FORM_TYPE as required by XEP-0077.Sun, 29 Sep 2019 15:05:17 +0200, by Emmanuel Gil Peyrot
-
net.server_epoll: Add debug logging for various connection eventsSun, 29 Sep 2019 15:02:05 +0200, by Kim Alvefur
-
net.server_epoll: Make log tag accessible as a fieldSun, 29 Sep 2019 15:00:28 +0200, by Kim Alvefur
-
net.server_epoll: Make it easy to override handler for incoming dataSun, 29 Sep 2019 14:50:04 +0200, by Kim Alvefur
-
mod_csi_simple: Remove duplicated check for connectionSat, 28 Sep 2019 22:59:29 +0200, by Kim Alvefur
-
mod_pubsub: Remove the unwanted check for @notify on <purge/>.Sat, 28 Sep 2019 20:00:39 +0200, by Emmanuel Gil Peyrot
-
util.sql: Preserve 3rd and 4th return values from transaction (fixes #1434) (thanks mrdoctorwho)Sat, 28 Sep 2019 18:24:28 +0200, by Kim Alvefur
-
doap: Add some supported-since versionsSat, 28 Sep 2019 00:09:29 +0200, by Kim Alvefur
-
doap: Add some XEP versionsSat, 28 Sep 2019 00:09:24 +0200, by Kim Alvefur
-
MUC: Fix XML syntax error in testSat, 21 Sep 2019 18:16:45 +0200, by Kim Alvefur
-
MUC: Update test for vcard-temp changesSat, 21 Sep 2019 17:52:07 +0200, by Kim Alvefur
-
Merge 0.11->trunkSat, 21 Sep 2019 16:50:29 +0200, by Kim Alvefur
-
mod_vcard_legacy: Don't owerwrite empty photo elements (fixes #1432) 0.11Sat, 21 Sep 2019 16:29:16 +0200, by Kim Alvefur
-
mod_vcard_legacy: Advertise lack of avatar correctly (fixes #1431) (thanks lovetox) 0.11Sat, 21 Sep 2019 15:20:50 +0200, by Kim Alvefur
-
doap: Remove stray '('Thu, 19 Sep 2019 22:53:00 +0200, by Kim Alvefur
-
doap: Add details about most recent XEPs numbered over 300Thu, 19 Sep 2019 22:25:04 +0200, by Kim Alvefur
-
doap: Add details to XEPs numbered under 100Thu, 19 Sep 2019 22:14:56 +0200, by Kim Alvefur
-
doap: Fix namespace of <until>Thu, 19 Sep 2019 21:41:04 +0200, by Kim Alvefur
-
doap: Update to newer formatThu, 19 Sep 2019 16:13:55 +0200, by Kim Alvefur
-
util.encodings: Spell out all IDNA 2008 options ICU hasWed, 11 Sep 2019 00:40:30 +0200, by Kim Alvefur
-
util.encodings: Switch ICU binding to IDNA2008 (fixes #533, #1301)Wed, 11 Sep 2019 00:14:59 +0200, by Kim Alvefur
-
Prepare required data folder for integration testsThu, 12 Sep 2019 15:17:12 +0200, by Maxime “pep” Buquet
-
util.x509: Return sets of services per identityTue, 10 Sep 2019 18:41:36 +0200, by Kim Alvefur
-
mod_http: Add support for configuring CORS Access-Control-Allow-CredentialsWed, 11 Sep 2019 15:10:31 +0100, by Matthew Wild
-
prosodyctl: Fix traceback on incorrect proxy65_address type 0.11Wed, 11 Sep 2019 15:03:54 +0100, by Matthew Wild
-
util.x509: Only collect commonNames that pass idnaTue, 10 Sep 2019 18:17:13 +0200, by Kim Alvefur
-
util.x509: Nameprep commonName onceTue, 10 Sep 2019 18:16:11 +0200, by Kim Alvefur
-
doap: Add XEP-0288Mon, 09 Sep 2019 19:54:59 +0200, by Kim Alvefur
-
doap: Add a Description Of A Project fileTue, 27 Aug 2019 20:53:11 +0200, by Kim Alvefur
-
mod_admin_telnet: Identify native bidi sessionsSun, 08 Sep 2019 18:51:15 +0200, by Kim Alvefur
-
CHANGES: Add XEP-0288Sun, 08 Sep 2019 18:51:57 +0200, by Kim Alvefur
-
mod_s2s_bidi: Enables bi-directional streams via XEP-0288Sun, 08 Sep 2019 19:45:39 +0200, by Kim Alvefur
-
mod_s2s: Remove warning about hostname mismatchSat, 07 Sep 2019 18:54:59 +0200, by Kim Alvefur
-
mod_s2s: Insert s2sin into outgoing routing table when bidirectionalSat, 07 Sep 2019 18:33:16 +0200, by Kim Alvefur
-
mod_s2s: Add function to send replies on s2sout connections that support incoming trafficSat, 07 Sep 2019 18:32:29 +0200, by Kim Alvefur
-
mod_s2s: Handle authentication of s2sin and s2sout the same waySat, 07 Sep 2019 17:44:57 +0200, by Kim Alvefur
-
core.stanza_router: Handle s2s in more direction-agnostic waySat, 07 Sep 2019 17:34:56 +0200, by Kim Alvefur
-
core.s2smanager: Add map of names authenticate for remote on s2sout for parity with s2sinSat, 07 Sep 2019 17:32:55 +0200, by Kim Alvefur
-
core.s2smanager: Add [direction] boolean flags to s2s connectionsSat, 07 Sep 2019 17:31:26 +0200, by Kim Alvefur
-
mod_offline: Add some debug logging to reduce confusionSun, 08 Sep 2019 16:48:53 +0200, by Kim Alvefur
-
util.bitops: Library to find appropriate bitwise library (closes #1395)Mon, 22 Jul 2019 01:58:57 +0200, by Kim Alvefur
-
mod_s2s: Remove obsolete cleanup codeSat, 07 Sep 2019 19:00:37 +0200, by Kim Alvefur
-
mod_admin_telnet: Identify bidi-capable s2sout sessions (fixes #1403)Sat, 07 Sep 2019 15:53:05 +0200, by Kim Alvefur
-
tests: Disable TLS in scansion testsSat, 07 Sep 2019 00:46:06 +0200, by Kim Alvefur
-
core.certmanager: Lower severity for tls config not having certSat, 07 Sep 2019 00:00:40 +0200, by Kim Alvefur
-
net.http: Pass server name along for SNI (fixes #1408)Sun, 01 Sep 2019 02:05:33 +0200, by Kim Alvefur
-
net.server: Handle server name (SNI) as extra argumentSun, 01 Sep 2019 01:58:38 +0200, by Kim Alvefur
-
net.server: Accept and save an 'extra' field for client connectionsSun, 01 Sep 2019 01:55:55 +0200, by Kim Alvefur
-
Merge 0.11->trunkSat, 31 Aug 2019 16:15:09 +0200, by Kim Alvefur
-
MUC: Fix delay tag @from in test to be the room JID (#1054 came back)Sat, 31 Aug 2019 16:15:51 +0200, by Kim Alvefur
-
MUC: Fix delay@from to be room JID (fixes #1416) 0.11 0.11.3Sat, 31 Aug 2019 16:08:45 +0200, by Kim Alvefur
-
MUC: Add a test covering basic room creation, messages and destructionSat, 31 Aug 2019 16:04:50 +0200, by Kim Alvefur
-
net.server_epoll: Add support for opportunistic writesWed, 28 Aug 2019 01:41:00 +0200, by Kim Alvefur
-
core.certmanager: Remove unused import [luacheck]Sun, 25 Aug 2019 23:25:42 +0200, by Kim Alvefur
-
Remove COMPAT with temporary luasec forkSun, 25 Aug 2019 23:12:55 +0200, by Kim Alvefur
-
MUC: Simplify nickname refresh loopSun, 25 Aug 2019 21:31:04 +0200, by Kim Alvefur
-
core.certmanager: Move EECDH ciphers before EDH in default cipherstringSun, 25 Aug 2019 20:22:35 +0200, by Kim Alvefur
-
mod_storage_internal: Include last text messageFri, 23 Aug 2019 01:28:53 +0200, by Kim Alvefur
-
mod_storage_*: Also include timestmap of first message in :summary APIFri, 23 Aug 2019 01:15:44 +0200, by Kim Alvefur
-
mod_storage_*: Include timestamp of latest message in :summary APIFri, 23 Aug 2019 01:10:27 +0200, by Kim Alvefur
-
mod_storage_*: Tweak :summary API to allow future expansion with more fieldsFri, 23 Aug 2019 01:04:00 +0200, by Kim Alvefur
-
mod_auth_internal_hashed: Precompute SCRAM authentication profile name (thanks MattJ)Thu, 22 Aug 2019 01:00:31 +0200, by Kim Alvefur
-
mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 instead of SHA-1Sun, 13 Jan 2019 14:02:56 +0100, by Kim Alvefur
-
util.sasl.scram: Add support for SCRAM-SHA-256Sun, 13 Jan 2019 14:02:29 +0100, by Kim Alvefur
-
util.sasl.scram: Factor out SHA-1 specific getAuthenticationDatabaseSHA1Sun, 13 Jan 2019 14:01:31 +0100, by Kim Alvefur
-
mod_vcard_legacy: Use PEP nickname if vcard4 data is unavailableThu, 22 Aug 2019 22:23:04 +0200, by Kim Alvefur
-
core.moduleapi: Restructure send_iq method for more atomic cleanupWed, 21 Aug 2019 23:18:08 +0200, by Kim Alvefur
-
core.moduleapi: Uppercase "IQ stanza" for consistencyWed, 21 Aug 2019 23:15:05 +0200, by Kim Alvefur
-
Merge 0.11->trunkWed, 21 Aug 2019 00:36:42 +0200, by Kim Alvefur
-
Merge mod-installer (2019 GSoC by João Duarte)Mon, 19 Aug 2019 12:17:17 +0100, by Matthew Wild
-
util/prosodyctl: call_luarocks now sets a directory variable itselfFri, 16 Aug 2019 15:03:50 -0700, by João Duarte
-
util/prosodyctl: Removed the check_flags and execute_command functionFri, 16 Aug 2019 15:01:57 -0700, by João Duarte
-
prosodyctl: Install, remove and list commands now use the call_luarocks functionFri, 16 Aug 2019 14:58:29 -0700, by João Duarte
-
core.configmanager: Removed code related to complement_lua_pathFri, 16 Aug 2019 14:02:51 -0700, by João Duarte
-
util.pluginloader: Added a new path to the variable local_namesFri, 16 Aug 2019 13:54:40 -0700, by João Duarte
-
util.paths: Fixed file termination for package.cpath's extra pathFri, 16 Aug 2019 10:44:10 -0700, by João Duarte
-
util.startup: Changed the way util.paths.complement_lua_path was being accessedFri, 16 Aug 2019 09:26:36 -0700, by João Duarte
-
prosodyctl: Fixed a typoFri, 16 Aug 2019 08:38:29 -0700, by João Duarte
-
util.startup: Reorganized code at setup_plugindirThu, 01 Aug 2019 09:29:40 -0700, by João Duarte
-
util.paths: Refactored a variable, to avoid shadowingThu, 01 Aug 2019 09:29:18 -0700, by João Duarte
-
util.startup: Now calls a function to complement lua's path/cpathThu, 01 Aug 2019 09:22:50 -0700, by João Duarte
-
core.configmanager: Added support to 'complement_lua_path'Thu, 01 Aug 2019 09:21:10 -0700, by João Duarte
-
util.paths: Added the function 'complement_lua_path'Thu, 01 Aug 2019 09:12:28 -0700, by João Duarte
-
util.startup: setup_plugindir now also checks package.cpath for duplicatesThu, 01 Aug 2019 08:28:24 -0700, by João Duarte
-
util.startup: Directly calling lfs.currentdir instead of storing it in a local variableThu, 01 Aug 2019 08:08:06 -0700, by João Duarte
-
util.startup: Removed/rewrote comments at setup_plugindirThu, 01 Aug 2019 08:02:26 -0700, by João Duarte
-
util.startupt: setup_plugindir now uses lfs.mkdir to check/create directoriesThu, 01 Aug 2019 07:48:11 -0700, by João Duarte
-
util.startupt: I'm now using the resolve_relative_path function from util/paths at the setup_plugindir functionThu, 01 Aug 2019 04:33:05 -0700, by João Duarte
-
util.prosodyctl: Changed a commentThu, 01 Aug 2019 04:16:00 -0700, by João Duarte
-
prosodyctl: Removed the auxiliary command 'enabled_plugins'Wed, 31 Jul 2019 11:13:14 -0700, by João Duarte
-
util.prosodyctl: The check_flags function now considers that a module, if given, is specified at the penultimate argument it receivesWed, 31 Jul 2019 11:08:43 -0700, by João Duarte
-
prosodyctl: The install, remove and list commands now work by calling the execute_command functionWed, 31 Jul 2019 11:01:36 -0700, by João Duarte
-
util.prosodyctl: Added the execute_command functionWed, 31 Jul 2019 11:00:20 -0700, by João Duarte
-
prosodyctl: Rewrote the list command, to make it cleaner and easier to work withWed, 31 Jul 2019 10:22:40 -0700, by João Duarte
-
util.prosodyctl: call_luarocks function is now compatible with the list commandWed, 31 Jul 2019 10:22:11 -0700, by João Duarte
-
prosodyctl: Rewrote the remove command, to make it cleaner and easier to work withWed, 31 Jul 2019 10:07:22 -0700, by João Duarte
-
util.prosodyctl: Function now differentiates its output, depending if it is being called by install or removeWed, 31 Jul 2019 10:02:42 -0700, by João Duarte
-
prosodyctl: Rewrote the install command, to make it more cleanerWed, 31 Jul 2019 07:31:03 -0700, by João Duarte
-
util.prosodyctl: Added the call_luarocks functionWed, 31 Jul 2019 07:24:43 -0700, by João Duarte
-
util.prosodyctl: Added the check_flags functionWed, 31 Jul 2019 06:42:13 -0700, by João Duarte
-
prosodyctl: Removed unnecessary comments from the remove commandWed, 31 Jul 2019 05:55:32 -0700, by João Duarte
-
prosodyctl: Swapped prints for the show_message function at the install/remove commandsWed, 31 Jul 2019 05:47:36 -0700, by João Duarte
-
make_repo.lua: Moved to /tools/make_repo.luaMon, 29 Jul 2019 10:32:03 -0700, by João Duarte
-
prosody.cfg.lua.dist: Added a field for the installer's pathFri, 26 Jul 2019 18:25:58 -0700, by João Duarte
-
util.startup: Improved how .set_plugindir updates prosody.paths.plugins, package.path and package.cpathFri, 26 Jul 2019 17:54:37 -0700, by João Duarte
-
util.startup: .setup_plugindir now checks if the specified directory for custom plugins exists, and creates it if it doesn'tFri, 26 Jul 2019 08:58:56 -0700, by João Duarte
-
util.startup: The .setup_plugindir function now correctly sets a default/specified path for custom pluginsFri, 26 Jul 2019 08:39:27 -0700, by João Duarte
-
prosodyctl: Corrected the help output of the install and remove commandsFri, 26 Jul 2019 05:53:18 -0700, by João Duarte
-
util.startup: Removed unnecessary if clause at startup.set_plugindirThu, 25 Jul 2019 06:46:04 -0700, by João Duarte
-
prosodyctl: Removed the list duplicate at the commands_order variableThu, 25 Jul 2019 04:25:40 -0700, by João Duarte
-
prosodyctl: Removed the local_plugins commandWed, 24 Jul 2019 11:29:55 -0700, by João Duarte
-
prosodyctl: Custom plugins paths are now retrieved by an helper functionWed, 24 Jul 2019 11:26:29 -0700, by João Duarte
-
util.prosodyctl: Created the helper function get_path_custom_pluginsWed, 24 Jul 2019 11:20:35 -0700, by João Duarte
-
prosodyctl: Updated the list command, to use the new directory for custom pluginsWed, 24 Jul 2019 10:48:20 -0700, by João Duarte
-
prosodyctl: Updated the remove command to use the new directory for custom pluginsWed, 24 Jul 2019 10:46:05 -0700, by João Duarte
-
prosodyctl: The install command now performs its job at a dedicated folder for custom pluginsWed, 24 Jul 2019 10:43:28 -0700, by João Duarte
-
util.startup: Now it also loads default or configured paths to custom plugin directories and creates themWed, 24 Jul 2019 10:37:01 -0700, by João Duarte
-
prosodyctl: Removed/rewrote comments at the install, remove and list commandsWed, 24 Jul 2019 05:07:57 -0700, by João Duarte
Scroll all the way down to load more.