Software /
code /
prosody
Graph
-
mod_smacks: Bounce unhandled stanzas from local origin (fix #1759) 0.12 0.12.1Fri, 27 May 2022 14:45:35 +0200, by Kim Alvefur
-
mod_smacks: Fix bounce of stanzas directed to full JID on unclean disconnect 0.12Fri, 27 May 2022 12:05:47 +0200, by Kim Alvefur
-
mod_smacks: Remove debug log references to timer (not used anymore)Thu, 26 May 2022 19:24:01 +0200, by Kim Alvefur
-
Merge 0.12->trunkThu, 26 May 2022 17:48:59 +0200, by Kim Alvefur
-
mod_smacks: Fix to use current method of counting acked stanzas 0.12Thu, 26 May 2022 17:38:55 +0200, by Kim Alvefur
-
Merge 0.12->trunkThu, 26 May 2022 13:46:10 +0200, by Kim Alvefur
-
util.prosodyctl.check: Remove now redundant unbound config tweak 0.12Thu, 26 May 2022 13:03:58 +0200, by Kim Alvefur
-
mod_smacks: Use session logging for remaining log messagesSat, 21 May 2022 13:11:25 +0200, by Kim Alvefur
-
mod_smacks: Factor out some convenience functionsFri, 11 Feb 2022 16:09:42 +0100, by Kim Alvefur
-
util.stanza: Document top level attributes in Teal definitionTue, 17 May 2022 17:06:36 +0200, by Kim Alvefur
-
util.stanza: Document error conditions in Teal definitionTue, 17 May 2022 17:05:15 +0200, by Kim Alvefur
-
net.server_epoll: Add option to defer accept() until data availableSun, 15 May 2022 22:41:17 +0200, by Kim Alvefur
-
net.server_epoll: Wrap LuaSocket object earlier to reuse option setting methodFri, 16 Jul 2021 00:57:42 +0200, by Kim Alvefur
-
net.server_epoll: Move call to refresh remote IP address out of wrapperFri, 16 Jul 2021 00:56:45 +0200, by Kim Alvefur
-
net.server_epoll: Add support for TCP Fast OpenThu, 08 Jul 2021 12:29:50 +0200, by Kim Alvefur
-
Merge 0.12->trunkMon, 16 May 2022 14:51:58 +0200, by Kim Alvefur
-
net.unbound: Adjust log level of error to error to error 0.12Mon, 16 May 2022 14:51:01 +0200, by Kim Alvefur
-
net.unbound: Disable use of hosts file by default (fixes #1737) 0.12Mon, 16 May 2022 12:45:51 +0200, by Kim Alvefur
-
Merge 0.12->trunkMon, 16 May 2022 11:42:31 +0200, by Kim Alvefur
-
core.certmanager: Expand debug messages about cert lookups in index 0.12Mon, 16 May 2022 11:39:17 +0200, by Kim Alvefur
-
Merge 0.12->trunkSun, 15 May 2022 23:22:33 +0200, by Kim Alvefur
-
mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) 0.12Sun, 15 May 2022 23:16:14 +0200, by Kim Alvefur
-
mod_smacks: Initialize queue before sending <enable>Sun, 15 May 2022 16:12:34 +0200, by Kim Alvefur
-
mod_cron: Remove difference between teal versionSun, 15 May 2022 15:29:02 +0200, by Kim Alvefur
-
teal/moduleapi: Describe timer wrapperSun, 15 May 2022 15:27:35 +0200, by Kim Alvefur
-
Merge 0.12->trunkMon, 09 May 2022 22:40:45 +0200, by Kim Alvefur
-
util.async: Add Teal description fileSun, 08 May 2022 15:21:35 +0200, by Kim Alvefur
-
Merge 0.12->trunkSun, 08 May 2022 18:06:41 +0200, by Kim Alvefur
-
util.jsonpointer: Fix off-by-one in array resolution 0.12Sun, 08 May 2022 18:04:50 +0200, by Kim Alvefur
-
mod_s2s: Log queued stanzas for which no error reply is producedSat, 07 May 2022 13:10:27 +0200, by Kim Alvefur
-
mod_s2s: Don't bounce queued error stanzas (thanks Martin)Sat, 07 May 2022 13:01:49 +0200, by Kim Alvefur
-
Merge 0.12->trunkFri, 06 May 2022 17:09:06 +0100, by Matthew Wild
-
mod_invites_adhoc: Fall back to generic allow_user_invites for role-less users 0.12Fri, 06 May 2022 17:08:49 +0100, by Matthew Wild
-
Merge 0.12->trunkThu, 05 May 2022 14:15:15 +0200, by Kim Alvefur
-
mod_cron: Fix recording last task run time #1751 0.12Thu, 05 May 2022 14:10:59 +0200, by Kim Alvefur
-
util.prosodyctl.check: turn: Report lack of TURN services as a problem #1749 0.12Tue, 03 May 2022 19:36:17 +0200, by Kim Alvefur
-
net.server_select: Restore dependency on LuaSec to soft for testsWed, 27 Apr 2022 21:45:36 +0200, by Kim Alvefur
-
net.tls_luasec: Harden dependency on LuaSecWed, 27 Apr 2022 21:34:35 +0200, by Kim Alvefur
-
Merge 0.12->trunkWed, 27 Apr 2022 21:12:25 +0200, by Kim Alvefur
-
mod_tls: pass target hostname to starttlsFri, 17 Sep 2021 21:43:54 +0200, by Jonas Schäfer
-
mod_tls: tell network backend to stop reading while preparing TLSSat, 02 Apr 2022 11:18:57 +0200, by Jonas Schäfer
-
mod_tls: Do not offer TLS if the connection is considered secureFri, 17 Sep 2021 21:18:30 +0200, by Jonas Schäfer
-
net: refactor sslconfig to not depend on LuaSecSat, 02 Apr 2022 11:15:33 +0200, by Jonas Schäfer
-
net: isolate LuaSec-specificsWed, 27 Apr 2022 17:44:14 +0200, by Jonas Schäfer
-
core.moduleapi: Fix 'global' property via :context() - #1748 0.12Wed, 27 Apr 2022 17:18:46 +0200, by Kim Alvefur
-
Merge 0.12->trunkMon, 25 Apr 2022 16:35:10 +0100, by Matthew Wild
-
util.argparse: Revise 553c6204fe5b with a different approach 0.12Mon, 25 Apr 2022 15:24:56 +0100, by Matthew Wild
-
Merge 0.12->trunkMon, 25 Apr 2022 15:09:53 +0100, by Matthew Wild
-
util.argparse: Return final 'arg' table with positional arguments for convenience 0.12Mon, 25 Apr 2022 15:09:41 +0100, by Matthew Wild
-
mod_s2s: Improve robustness of outgoing s2s certificate verification 0.12Mon, 25 Apr 2022 15:07:49 +0100, by Matthew Wild
-
mod_s2s: Distinguish DANE TLSA errors from generic cert chain errorsMon, 25 Apr 2022 14:41:54 +0200, by Kim Alvefur
-
mod_s2s: Recognise and report errors with CA or intermediate certsMon, 25 Apr 2022 14:36:56 +0200, by Kim Alvefur
-
mod_smacks: Improve activation of smacks on outgoing s2sSun, 24 Apr 2022 16:17:32 +0200, by Kim Alvefur
-
util.crand: Reduce scope here tooSat, 23 Apr 2022 14:37:43 +0200, by Kim Alvefur
-
util.strbitop: Reduce scope of functionsSat, 23 Apr 2022 14:29:43 +0200, by Kim Alvefur
-
net.connect: Fix accumulation of connection attempt referencesWed, 20 Apr 2022 22:41:54 +0200, by Kim Alvefur
-
Merge 0.12->trunkWed, 13 Apr 2022 18:46:26 +0100, by Matthew Wild
Scroll all the way down to load more.