Log

description author age
mod_http: Reintroduce support for disabling or limiting CORS (fixes #1730) 0.12 Matthew Wild Mon, 28 Mar 2022 14:40:21 +0100
Merge 0.12->trunk Matthew Wild Mon, 28 Mar 2022 11:42:16 +0100
prosodyctl: check config: Report paths of loaded configuration files (fixed #1729) 0.12 Matthew Wild Mon, 28 Mar 2022 11:41:57 +0100
configmanager: Add method to report loaded config files (part of #1729 fix) 0.12 Matthew Wild Mon, 28 Mar 2022 11:41:32 +0100
Merge 0.12->trunk Matthew Wild Mon, 28 Mar 2022 11:08:53 +0100
mod_tombstones: Add caching to improve performance on busy servers (fixes #1728) 0.12 Matthew Wild Mon, 28 Mar 2022 11:08:18 +0100
mod_turn_external: Update status and friendlier handling of missing secret option (fixes #1727) 0.12 Matthew Wild Mon, 28 Mar 2022 10:47:21 +0100
Merge 0.12->trunk Kim Alvefur Sun, 27 Mar 2022 18:45:19 +0200
prosodyctl about: Report version of lua-readline 0.12 Kim Alvefur Sun, 27 Mar 2022 14:05:56 +0200
Merge 0.12->trunk Matthew Wild Thu, 24 Mar 2022 22:30:14 +0000
MUC: Allow kicking users with the same affiliation as the kicker (fixes #1724) 0.12 Matthew Wild Wed, 23 Mar 2022 13:38:55 +0000
Merge 0.12->trunk Kim Alvefur Wed, 23 Mar 2022 16:25:37 +0100
mod_external_services: Move error message to correct place (fix #1725) 0.12 Kim Alvefur Wed, 23 Mar 2022 15:29:01 +0100
mod_adhoc: Simplify variable references Kim Alvefur Tue, 22 Mar 2022 18:07:11 +0100
adhoc: Include stanza and origin in adhoc event data Kim Alvefur Mon, 06 Mar 2017 15:19:35 +0100
Merge 0.12->trunk Matthew Wild Mon, 21 Mar 2022 12:36:38 +0000
mod_pubsub: Don't attempt to use server actor as publisher (fixes #1723) 0.12 Matthew Wild Mon, 21 Mar 2022 12:36:20 +0000
net.connect: Improve logging on connection attempt failure Matthew Wild Mon, 21 Mar 2022 11:15:30 +0000
net.connect: Improve handling of failure when attempts are still pending Matthew Wild Mon, 21 Mar 2022 11:01:58 +0000
Merge 0.12->trunk Matthew Wild Mon, 21 Mar 2022 10:07:08 +0000
util.startup: Show error for unrecognized arguments passed to 'prosody' (fixes #1722) 0.12 Matthew Wild Mon, 21 Mar 2022 10:06:48 +0000
CHANGES: Update to add new changes in trunk Matthew Wild Sat, 19 Mar 2022 11:47:52 +0000
Merge 0.12->trunk Matthew Wild Sat, 19 Mar 2022 11:47:30 +0000
CHANGES: Update to reflect 0.12.0 release 0.12 Matthew Wild Sat, 19 Mar 2022 11:41:05 +0000
Merge 0.12->trunk Matthew Wild Sat, 19 Mar 2022 11:38:36 +0000
mod_admin_socket: Improve error reporting when socket can't be created (fixes #1719) 0.12 Matthew Wild Sat, 19 Mar 2022 11:38:21 +0000
Merge 0.12->trunk Matthew Wild Sat, 19 Mar 2022 11:09:28 +0000
prosodyctl: check turn: Fail with error if our own address is supplied for the ping test 0.12 Matthew Wild Sat, 19 Mar 2022 11:09:10 +0000
Merge 0.12->trunk Matthew Wild Sat, 19 Mar 2022 09:28:59 +0000
prosodyctl: check config: Skip bare JID components in orphan check 0.12 Matthew Wild Sat, 19 Mar 2022 09:28:27 +0000
net.resolvers.basic: Fix incorrect field name (thanks CI) Matthew Wild Fri, 18 Mar 2022 20:14:20 +0000
net.connect: When more targets are immediately available, try them after a delay Matthew Wild Fri, 18 Mar 2022 16:16:57 +0000
net.connect: Support for multiple pending connection attempts Matthew Wild Fri, 18 Mar 2022 16:16:01 +0000
net.resolvers.basic: Indicate to callback if we have more targets available Matthew Wild Fri, 18 Mar 2022 16:13:09 +0000
net.resolvers.basic: Alternate IP address family targets, per RFC 8305 Matthew Wild Fri, 18 Mar 2022 16:10:26 +0000
net.resolvers.basic: Refactor to remove code duplication Matthew Wild Fri, 18 Mar 2022 16:09:22 +0000
util.stanza: Create tables with correct size to avoid reallocations Kim Alvefur Fri, 18 Mar 2022 16:43:06 +0100
util.stanza: Use table.move in clone Kim Alvefur Fri, 18 Mar 2022 16:39:48 +0100
util.table: Compatibility with Lua 5.1 lua_equals Matthew Wild Fri, 18 Mar 2022 15:29:05 +0000
util.table: tests: Tests for table.move() Matthew Wild Fri, 18 Mar 2022 15:24:12 +0000
util.array: Take advantage of table.move() Matthew Wild Fri, 18 Mar 2022 15:22:00 +0000
util.table: Backport table.move() from Lua 5.4 Matthew Wild Fri, 18 Mar 2022 15:21:25 +0000
net.resolvers.service: Honour record 'weight' when picking SRV targets Matthew Wild Thu, 17 Mar 2022 18:20:26 +0000
util.poll: Expand stub tests Kim Alvefur Thu, 17 Mar 2022 13:15:50 +0100
mod_admin_shell: Add watch:log() command to tail logs in realtime Matthew Wild Thu, 17 Mar 2022 10:24:38 +0000
mod_admin_shell: Add session.is_connected() method Matthew Wild Thu, 17 Mar 2022 10:23:12 +0000
mod_admin_shell: Add session.write() method to write data to client with no \n Matthew Wild Thu, 17 Mar 2022 10:22:47 +0000
util.prosodyctl.shell: Support for receiving partial lines (no automatic \n) Matthew Wild Thu, 17 Mar 2022 10:21:43 +0000
util.logger: Return sink_function from add_simple_sink() Matthew Wild Thu, 17 Mar 2022 10:20:23 +0000
util.logger: Support for removing individual log sinks without a full reset Matthew Wild Thu, 17 Mar 2022 10:19:35 +0000
mod_admin_socket: Comment on LuaSocket UNIX compat code 0.12 Kim Alvefur Wed, 16 Mar 2022 19:32:17 +0100
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