Log

description author age
mod_admin_socket: Compat for luasocket prior to unix datagram support 0.12 Kim Alvefur Tue, 15 Mar 2022 10:48:46 +0100
mod_invites_register: Push invitee contact entry to inviter 0.12 Kim Alvefur Tue, 15 Mar 2022 21:59:51 +0100
prosodyctl: check turn: warn about external port mismatches behind NAT 0.12 Matthew Wild Fri, 11 Mar 2022 20:33:03 +0000
Added tag 0.12.0 for changeset 50fcd3879482 0.12 Matthew Wild Tue, 08 Mar 2022 12:34:03 +0000
spelling: non-existing mistakes (thanks timeless) 0.12.0 Kim Alvefur Mon, 07 Mar 2022 00:35:29 +0100
Spelling: Fix various spelling mistakes (thanks timeless) Kim Alvefur Mon, 07 Mar 2022 00:13:56 +0100
net.websocket.frames: Replace bit fiddling code with util.struct Kim Alvefur Sun, 06 Mar 2022 15:13:50 +0100
prosodyctl: check turn: compare correct addresses for relay mismatch detection (thanks Zash) Matthew Wild Sat, 05 Mar 2022 20:47:40 +0000
prosodyctl: check turn: Add check for private IP returned from STUN. Matthew Wild Sat, 05 Mar 2022 20:34:58 +0000
prosodyctl: check turn: improve warning text to suggest issues Matthew Wild Sat, 05 Mar 2022 20:34:24 +0000
prosodyctl: check turn: fix traceback when server does not provide realm/nonce Matthew Wild Sat, 05 Mar 2022 20:32:47 +0000
prosodyctl: check turn: fix formatting of multiple warnings Matthew Wild Sat, 05 Mar 2022 20:31:17 +0000
prosodyctl: check turn: always show debug info even if test fails Matthew Wild Sat, 05 Mar 2022 16:07:47 +0000
prosodyctl: check turn: Clearer error when unable to resolve external service host Matthew Wild Sat, 05 Mar 2022 16:06:39 +0000
CHANGES: Mention STUN/TURN support in 'prosodyctl check' Matthew Wild Sat, 05 Mar 2022 14:46:57 +0000
prosodyctl: check: include TURN checks by default Matthew Wild Sat, 05 Mar 2022 11:53:53 +0000
prosodyctl: check: Slightly improved argument handling Matthew Wild Sat, 05 Mar 2022 11:36:38 +0000
prosodyctl: check turn: show relayed address(es) in verbose mode Matthew Wild Sat, 05 Mar 2022 11:31:22 +0000
net.stun: Support for xor-relayed-address attribute Matthew Wild Sat, 05 Mar 2022 11:30:55 +0000
prosodyctl: check turn: Allow specifying port for the ping service Matthew Wild Sat, 05 Mar 2022 11:15:25 +0000
prosodyctl: check turn: Add support for testing data relay with an external STUN server via --ping Matthew Wild Sat, 05 Mar 2022 11:10:18 +0000
net.stun: Add xor-peer-address helper Matthew Wild Sat, 05 Mar 2022 11:04:25 +0000
net.stun: Factor out address unpack, an operation common to multiple attributes Matthew Wild Sat, 05 Mar 2022 11:03:44 +0000
net.stun: Name some more attributes from TURN Matthew Wild Sat, 05 Mar 2022 11:00:08 +0000
net.stun: Add lookup table generation helper, reduces code duplication Matthew Wild Sat, 05 Mar 2022 10:59:19 +0000
net.stun: Hyphenate method names for consistency Matthew Wild Sat, 05 Mar 2022 10:57:47 +0000
util.bitcompat: Add some simple tests Matthew Wild Fri, 04 Mar 2022 19:48:01 +0000
util.bit53: Support for more than 2 arguments, for compat with bit32 Matthew Wild Fri, 04 Mar 2022 19:37:59 +0000
make: Fix build of util.struct on *BSD Kim Alvefur Fri, 04 Mar 2022 17:46:33 +0100
net.stun: tests: Remove stray print() from debugging Matthew Wild Fri, 04 Mar 2022 16:46:47 +0000
Merge config-updates+check-turn from timber Matthew Wild Fri, 04 Mar 2022 16:33:41 +0000
net.stun: Add tests for serialization/deserialization Matthew Wild Fri, 04 Mar 2022 16:13:05 +0000
net.stun: Use util.bitcompat to deal with bit module variances across Lua versions Kim Alvefur Fri, 04 Mar 2022 16:58:28 +0100
net.stun: Use util.strbitop Kim Alvefur Fri, 04 Mar 2022 16:55:32 +0100
util.bit53: Add left- and right shift operations Kim Alvefur Mon, 28 Jun 2021 03:56:45 +0200
util.prosodyctl: check turn: New command to verify STUN/TURN service is operational Matthew Wild Fri, 04 Mar 2022 15:28:44 +0000
net.stun: New library that implements STUN/TURN parsing/serialization Matthew Wild Fri, 04 Mar 2022 15:23:32 +0000
util.hex: Deprecate to/from in favour of encode/decode, for consistency! Matthew Wild Fri, 04 Mar 2022 15:22:45 +0000
util.struct: Import Roberto 'struct' library v0.3 Matthew Wild Fri, 04 Mar 2022 15:03:02 +0000
COPYING: An overdue update. Also add some clarity about third-party code. Matthew Wild Fri, 04 Mar 2022 15:00:30 +0000
prosody.cfg.lua.dist: Remove comment about mod_*.lua above modules_enabled Matthew Wild Thu, 03 Mar 2022 10:24:59 +0000
prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash) Matthew Wild Thu, 03 Mar 2022 10:23:10 +0000
prosody.cfg.lua.dist: Add comments explaining the individual TURN options Matthew Wild Wed, 02 Mar 2022 16:53:52 +0000
prosody.cfg.lua.dist: Improved descriptions for a number of modules Matthew Wild Wed, 02 Mar 2022 15:20:21 +0000
prosody.cfg.lua.dist: Alphabetical ordering of modules within each section Matthew Wild Wed, 02 Mar 2022 14:32:32 +0000
prosody.cfg.lua.dist: Improve mod_mam description to indicate its purpose Matthew Wild Wed, 02 Mar 2022 14:32:02 +0000
prosody.cfg.lua.dist: Remove mod_admin_telnet Matthew Wild Wed, 02 Mar 2022 14:27:28 +0000
prosody.cfg.lua.dist: Reword plugin_paths to de-emphasize Prosody's source dir Matthew Wild Wed, 02 Mar 2022 14:27:05 +0000
prosody.cfg.lua.dist: Remove network_backend option Matthew Wild Wed, 02 Mar 2022 14:22:02 +0000
prosody.cfg.lua.dist: Remove example certificate, this should just work Kim Alvefur Sun, 13 Feb 2022 21:52:43 +0100
net.server_epoll: Disable verbose mode by default Kim Alvefur Sat, 12 Feb 2022 18:47:22 +0100
prosody.cfg.lua.dist: Remove allow_registration in favor of invites Kim Alvefur Fri, 11 Feb 2022 00:16:36 +0100
prosody.cfg.lua.dist: Comment improvements: s2s authentication Matthew Wild Mon, 14 Feb 2022 16:30:01 +0000
prosody.cfg.lua.dist: Comment improvements: authentication Matthew Wild Mon, 14 Feb 2022 16:29:38 +0000
prosody.cfg.lua.dist: Improve section-like layout via headers and spacing Matthew Wild Mon, 14 Feb 2022 16:27:58 +0000
prosody.cfg.lua.dist: Comment improvements Matthew Wild Mon, 14 Feb 2022 16:01:34 +0000
prosody.cfg.lua.dist: Update s2s_secure_auth comment and default Matthew Wild Mon, 14 Feb 2022 15:59:03 +0000
prosody.cfg.lua.dist: TURN configuration improvements and example Matthew Wild Mon, 14 Feb 2022 15:51:13 +0000
prosody.cfg.lua.dist: Enable csi_simple by default Matthew Wild Mon, 14 Feb 2022 15:49:43 +0000
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified Matthew Wild Thu, 10 Feb 2022 19:54:14 +0000