Fri, 16 Oct 2020 18:48:08 +0100 mod_log_ringbuffer: Document how to integrate with mod_debug_traceback
Matthew Wild <mwild1@gmail.com> [Fri, 16 Oct 2020 18:48:08 +0100] rev 4224
mod_log_ringbuffer: Document how to integrate with mod_debug_traceback
Fri, 16 Oct 2020 18:41:15 +0100 mod_log_ringbuffer: Switch `filename` to not be interpolated, add filename_template which is
Matthew Wild <mwild1@gmail.com> [Fri, 16 Oct 2020 18:41:15 +0100] rev 4223
mod_log_ringbuffer: Switch `filename` to not be interpolated, add filename_template which is
Fri, 16 Oct 2020 18:40:29 +0100 mod_log_ringbuffer: Fix incorrect parameter name
Matthew Wild <mwild1@gmail.com> [Fri, 16 Oct 2020 18:40:29 +0100] rev 4222
mod_log_ringbuffer: Fix incorrect parameter name
Fri, 16 Oct 2020 14:28:34 +0100 mod_debug_traceback: Fix to use the cached traceback
Matthew Wild <mwild1@gmail.com> [Fri, 16 Oct 2020 14:28:34 +0100] rev 4221
mod_debug_traceback: Fix to use the cached traceback
Fri, 16 Oct 2020 14:26:53 +0100 mod_invites_api: Allow restricting HTTP methods per key (once implemented)
Matthew Wild <mwild1@gmail.com> [Fri, 16 Oct 2020 14:26:53 +0100] rev 4220
mod_invites_api: Allow restricting HTTP methods per key (once implemented)
Fri, 16 Oct 2020 14:25:44 +0100 mod_log_ringbuffer: Update default filename to include data path
Matthew Wild <mwild1@gmail.com> [Fri, 16 Oct 2020 14:25:44 +0100] rev 4219
mod_log_ringbuffer: Update default filename to include data path
Fri, 16 Oct 2020 14:23:10 +0100 mod_debug_traceback: Descendent of mod_traceback with some additional features
Matthew Wild <mwild1@gmail.com> [Fri, 16 Oct 2020 14:23:10 +0100] rev 4218
mod_debug_traceback: Descendent of mod_traceback with some additional features
Fri, 16 Oct 2020 13:38:51 +0200 mod_s2s_keepalive: Restore timer start (Thanks Ge0rG)
Kim Alvefur <zash@zash.se> [Fri, 16 Oct 2020 13:38:51 +0200] rev 4217
mod_s2s_keepalive: Restore timer start (Thanks Ge0rG) Accidentally deleted
Fri, 16 Oct 2020 13:18:11 +0200 mod_s2s_keepalive: Fix response handler (thanks Ge0rG)
Kim Alvefur <zash@zash.se> [Fri, 16 Oct 2020 13:18:11 +0200] rev 4216
mod_s2s_keepalive: Fix response handler (thanks Ge0rG) So there are no 'iq-{result,error}/host' events, mod_iq only fires events for result stanzas that include the full 'id' attr. This fixes it by hooking the stanza router event.
Fri, 16 Oct 2020 11:06:25 +0100 mod_invites_page: Change client selection button text from 'Install' to 'Select' by default
Matthew Wild <mwild1@gmail.com> [Fri, 16 Oct 2020 11:06:25 +0100] rev 4215
mod_invites_page: Change client selection button text from 'Install' to 'Select' by default This also allows specific clients entries to override the text via the 'select_text' field. Rationale: 1) users may already have the software installed, we still want them to select it anyway for the tailored setup experience. 2) some clients (e.g. web clients) are not really "installed" so the text was misleading
Fri, 16 Oct 2020 11:03:38 +0100 mod_invites_page: Remove preauth URI button
Matthew Wild <mwild1@gmail.com> [Fri, 16 Oct 2020 11:03:38 +0100] rev 4214
mod_invites_page: Remove preauth URI button This button is incompatible with the majority of XMPP clients around, yet based on feedback from users, many are drawn to click it when they have any XMPP client installed already. In the case where the user already has software installed, we would prefer them to select it from the software list so they can follow the setup process suited to their specific client (we already track which software supports preauth URIs). If their client is not listed, they can still use the manual registration link instead.
Thu, 15 Oct 2020 20:12:04 +0200 mod_conversejs: Add comments about default settings
Kim Alvefur <zash@zash.se> [Thu, 15 Oct 2020 20:12:04 +0200] rev 4213
mod_conversejs: Add comments about default settings
Thu, 15 Oct 2020 20:11:15 +0200 mod_conversejs/README: Complete list of auto-injected settings
Kim Alvefur <zash@zash.se> [Thu, 15 Oct 2020 20:11:15 +0200] rev 4212
mod_conversejs/README: Complete list of auto-injected settings
Thu, 15 Oct 2020 19:55:47 +0200 mod_conversejs/README: Add text about preventing auto-load of mod_bosh/ws
Kim Alvefur <zash@zash.se> [Thu, 15 Oct 2020 19:55:47 +0200] rev 4211
mod_conversejs/README: Add text about preventing auto-load of mod_bosh/ws
Thu, 15 Oct 2020 19:48:24 +0200 mod_conversejs: Tweak wording
Kim Alvefur <zash@zash.se> [Thu, 15 Oct 2020 19:48:24 +0200] rev 4210
mod_conversejs: Tweak wording Unqualified "It" read weirdly
Thu, 15 Oct 2020 16:47:21 +0100 mod_log_ringbuffer: New module to send logs to an in-memory ringbuffer
Matthew Wild <mwild1@gmail.com> [Thu, 15 Oct 2020 16:47:21 +0100] rev 4209
mod_log_ringbuffer: New module to send logs to an in-memory ringbuffer
Wed, 14 Oct 2020 18:15:12 +0200 mod_s2s_keepalive: Fix name of timestamp function
Kim Alvefur <zash@zash.se> [Wed, 14 Oct 2020 18:15:12 +0200] rev 4208
mod_s2s_keepalive: Fix name of timestamp function
Wed, 14 Oct 2020 18:02:10 +0200 mod_s2s_keepalive: Use timestamp as iq @id
Kim Alvefur <zash@zash.se> [Wed, 14 Oct 2020 18:02:10 +0200] rev 4207
mod_s2s_keepalive: Use timestamp as iq @id RFC 6120 implies that the id attribute must be unique within a stream. This should fix problems with remote servers that enforce uniqueness and don't answer duplicated ids. If it doesn't do that, then at least you can get a guesstimate at round-trip time from the difference between the result iq stanza and the timestamp it was logged without having to go look for when it was sent, or needing to keep state.
Wed, 14 Oct 2020 17:58:22 +0200 mod_welcome_page/html: Containerize the Jumbotron!
Kim Alvefur <zash@zash.se> [Wed, 14 Oct 2020 17:58:22 +0200] rev 4206
mod_welcome_page/html: Containerize the Jumbotron! This makes the jumbotron not take up the whole screen, if the screen is large-ish.
Wed, 14 Oct 2020 16:49:00 +0100 mod_invites_page: Fix table in README (thanks Ge0rG)
Matthew Wild <mwild1@gmail.com> [Wed, 14 Oct 2020 16:49:00 +0100] rev 4205
mod_invites_page: Fix table in README (thanks Ge0rG)
Wed, 14 Oct 2020 17:47:58 +0200 mod_welcome_page/html: Fix closing div tag!
Kim Alvefur <zash@zash.se> [Wed, 14 Oct 2020 17:47:58 +0200] rev 4204
mod_welcome_page/html: Fix closing div tag!
Tue, 13 Oct 2020 18:44:32 +0200 mod_http_index: Remove unused CSS class
Kim Alvefur <zash@zash.se> [Tue, 13 Oct 2020 18:44:32 +0200] rev 4203
mod_http_index: Remove unused CSS class
Tue, 13 Oct 2020 18:37:16 +0200 mod_http_index,muc_log: More CSS tweaks
Kim Alvefur <zash@zash.se> [Tue, 13 Oct 2020 18:37:16 +0200] rev 4202
mod_http_index,muc_log: More CSS tweaks
Mon, 12 Oct 2020 19:26:33 +0200 mod_admin_web: Add a title for mod_http_index
Kim Alvefur <zash@zash.se> [Mon, 12 Oct 2020 19:26:33 +0200] rev 4201
mod_admin_web: Add a title for mod_http_index
Mon, 12 Oct 2020 19:24:20 +0200 mod_http_index,mod_http_muc_log: Tweak again
Kim Alvefur <zash@zash.se> [Mon, 12 Oct 2020 19:24:20 +0200] rev 4200
mod_http_index,mod_http_muc_log: Tweak again Trying to make sure navigation link clickable area doesn't overlap.
Mon, 12 Oct 2020 19:16:46 +0200 mod_http_index, mod_http_muc_log: Tweak navigation element margins
Kim Alvefur <zash@zash.se> [Mon, 12 Oct 2020 19:16:46 +0200] rev 4199
mod_http_index, mod_http_muc_log: Tweak navigation element margins CSS, how does it work?!?
Mon, 12 Oct 2020 18:53:26 +0200 mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
Kim Alvefur <zash@zash.se> [Mon, 12 Oct 2020 18:53:26 +0200] rev 4198
mod_http_index: Copy style from mod_http_muc_log (inc dark theme!) Mmmm unified style
Mon, 12 Oct 2020 18:45:01 +0200 mod_welcome_page: Serve from top level path (/) by default
Kim Alvefur <zash@zash.se> [Mon, 12 Oct 2020 18:45:01 +0200] rev 4197
mod_welcome_page: Serve from top level path (/) by default
Mon, 12 Oct 2020 18:38:36 +0200 mod_welcome_page/html: Fix form target if path isn't /
Kim Alvefur <zash@zash.se> [Mon, 12 Oct 2020 18:38:36 +0200] rev 4196
mod_welcome_page/html: Fix form target if path isn't / action="/" only works if http_paths.welcome_page="/" while "" should work as long as the GET and POST URLs are the same.
Mon, 12 Oct 2020 18:04:05 +0200 Merge
JC Brand <jc@opkode.com> [Mon, 12 Oct 2020 18:04:05 +0200] rev 4195
Merge
Mon, 12 Oct 2020 18:01:54 +0200 muc_batched_probe: don't return too quickly
JC Brand <jc@opkode.com> [Mon, 12 Oct 2020 18:01:54 +0200] rev 4194
muc_batched_probe: don't return too quickly
Mon, 12 Oct 2020 17:56:10 +0200 mod_smacks: don't store mam results in offline store
tmolitor <thilo@eightysoft.de> [Mon, 12 Oct 2020 17:56:10 +0200] rev 4193
mod_smacks: don't store mam results in offline store
Mon, 12 Oct 2020 13:21:16 +0200 mod_muc_batched_probe: don't rely on mt_room:respond_to_probe method
JC Brand <jc@opkode.com> [Mon, 12 Oct 2020 13:21:16 +0200] rev 4192
mod_muc_batched_probe: don't rely on mt_room:respond_to_probe method That method assumes it's responding to a `<presence>` stanza, which breaks for the bached probe use-case.
Sat, 10 Oct 2020 16:54:06 +0200 mod_register_apps: Fix removal of apps from array on unload
Kim Alvefur <zash@zash.se> [Sat, 10 Oct 2020 16:54:06 +0200] rev 4191
mod_register_apps: Fix removal of apps from array on unload
Sat, 10 Oct 2020 16:52:36 +0200 mod_register_apps: Ignore the long lines [luacheck]
Kim Alvefur <zash@zash.se> [Sat, 10 Oct 2020 16:52:36 +0200] rev 4190
mod_register_apps: Ignore the long lines [luacheck]
Fri, 09 Oct 2020 16:47:46 +0200 Back out a8aacfbdaea9: Not needed since change in trunk
Kim Alvefur <zash@zash.se> [Fri, 09 Oct 2020 16:47:46 +0200] rev 4189
Back out a8aacfbdaea9: Not needed since change in trunk See trunk 1dc49accb58e
Fri, 09 Oct 2020 12:19:46 +0100 mod_welcome_page: New module to provide a friendly entrypoint to invite-based setups
Matthew Wild <mwild1@gmail.com> [Fri, 09 Oct 2020 12:19:46 +0100] rev 4188
mod_welcome_page: New module to provide a friendly entrypoint to invite-based setups
Thu, 08 Oct 2020 16:42:10 +0200 mod_register_apps: Point out assets/ directory for packaging
Kim Alvefur <zash@zash.se> [Thu, 08 Oct 2020 16:42:10 +0200] rev 4187
mod_register_apps: Point out assets/ directory for packaging
Thu, 08 Oct 2020 16:39:19 +0200 mod_http_muc_log: Move template into a directory to ease packaging
Kim Alvefur <zash@zash.se> [Thu, 08 Oct 2020 16:39:19 +0200] rev 4186
mod_http_muc_log: Move template into a directory to ease packaging There's no LuaRocks directive like `copy_directories` for individual files, short of writing a whole custom installation method.
Thu, 08 Oct 2020 13:49:08 +0200 mod_admin_web: Really fix luarocks build spec
Kim Alvefur <zash@zash.se> [Thu, 08 Oct 2020 13:49:08 +0200] rev 4185
mod_admin_web: Really fix luarocks build spec
Thu, 08 Oct 2020 12:26:56 +0200 mod_admin_web: Serve resources from resource path in trunk/0.11
Kim Alvefur <zash@zash.se> [Thu, 08 Oct 2020 12:26:56 +0200] rev 4184
mod_admin_web: Serve resources from resource path in trunk/0.11 See trunk/be73df6765b9
Thu, 08 Oct 2020 12:20:48 +0200 mod_admin_web: Include build instructions in metadata
Kim Alvefur <zash@zash.se> [Thu, 08 Oct 2020 12:20:48 +0200] rev 4183
mod_admin_web: Include build instructions in metadata This should make it produce an installable luarock, and even fetch the dependencies on install.
Wed, 07 Oct 2020 15:42:30 +0100 mod_register_apps: Add setup instructions for Beagle IM
Matthew Wild <mwild1@gmail.com> [Wed, 07 Oct 2020 15:42:30 +0100] rev 4182
mod_register_apps: Add setup instructions for Beagle IM
Tue, 06 Oct 2020 18:57:47 +0200 mod_muc_moderation: Improve error message to be more helpful
Kim Alvefur <zash@zash.se> [Tue, 06 Oct 2020 18:57:47 +0200] rev 4181
mod_muc_moderation: Improve error message to be more helpful
Tue, 06 Oct 2020 16:07:43 +0100 mod_conversejs: Automatically register as a site app (see mod_register_apps)
Matthew Wild <mwild1@gmail.com> [Tue, 06 Oct 2020 16:07:43 +0100] rev 4180
mod_conversejs: Automatically register as a site app (see mod_register_apps)
Tue, 06 Oct 2020 16:06:57 +0100 mod_invites_register_web: Support a 'login_link_format' for apps, redirected to after successful registration
Matthew Wild <mwild1@gmail.com> [Tue, 06 Oct 2020 16:06:57 +0100] rev 4179
mod_invites_register_web: Support a 'login_link_format' for apps, redirected to after successful registration
Tue, 06 Oct 2020 16:06:24 +0100 mod_invites_register_web: Fix bug where invalid invite code redirected to wrong URL
Matthew Wild <mwild1@gmail.com> [Tue, 06 Oct 2020 16:06:24 +0100] rev 4178
mod_invites_register_web: Fix bug where invalid invite code redirected to wrong URL
Tue, 06 Oct 2020 16:05:30 +0100 mod_invites_register_web: Tweak layout and text of web chat CTA
Matthew Wild <mwild1@gmail.com> [Tue, 06 Oct 2020 16:05:30 +0100] rev 4177
mod_invites_register_web: Tweak layout and text of web chat CTA
Tue, 06 Oct 2020 16:04:31 +0100 mod_invites_page: Always display web clients regardless of detected platform
Matthew Wild <mwild1@gmail.com> [Tue, 06 Oct 2020 16:04:31 +0100] rev 4176
mod_invites_page: Always display web clients regardless of detected platform
Tue, 06 Oct 2020 16:03:38 +0100 mod_register_apps: Add support for module:provides("site-app", app_info)
Matthew Wild <mwild1@gmail.com> [Tue, 06 Oct 2020 16:03:38 +0100] rev 4175
mod_register_apps: Add support for module:provides("site-app", app_info)
Tue, 06 Oct 2020 16:02:31 +0100 mod_register_apps: Add logo for Converse.js
Matthew Wild <mwild1@gmail.com> [Tue, 06 Oct 2020 16:02:31 +0100] rev 4174
mod_register_apps: Add logo for Converse.js
Mon, 05 Oct 2020 21:56:37 +0200 mod_firewall: Add packaging metadata to include libraries
Kim Alvefur <zash@zash.se> [Mon, 05 Oct 2020 21:56:37 +0200] rev 4173
mod_firewall: Add packaging metadata to include libraries
Mon, 05 Oct 2020 21:56:04 +0200 mod_rest: Add packaging metadata to include jsonmap lib and examples
Kim Alvefur <zash@zash.se> [Mon, 05 Oct 2020 21:56:04 +0200] rev 4172
mod_rest: Add packaging metadata to include jsonmap lib and examples
Mon, 05 Oct 2020 16:45:06 +0100 mod_invites_register_web: Support linking to a web chat after successful registration
Matthew Wild <mwild1@gmail.com> [Mon, 05 Oct 2020 16:45:06 +0100] rev 4171
mod_invites_register_web: Support linking to a web chat after successful registration
Thu, 01 Oct 2020 17:51:32 +0200 mod_conversejs: Hint that templates should be copied into packages
Kim Alvefur <zash@zash.se> [Thu, 01 Oct 2020 17:51:32 +0200] rev 4170
mod_conversejs: Hint that templates should be copied into packages
Thu, 01 Oct 2020 17:49:10 +0200 mod_conversejs: Move templates into a directory for easier install
Kim Alvefur <zash@zash.se> [Thu, 01 Oct 2020 17:49:10 +0200] rev 4169
mod_conversejs: Move templates into a directory for easier install
Thu, 01 Oct 2020 16:20:09 +0200 mod_muc_inject_mentions: Add new configuration setting to choose between registered nicknames or online participants
Seve Ferrer <seve@delape.net> [Thu, 01 Oct 2020 16:20:09 +0200] rev 4168
mod_muc_inject_mentions: Add new configuration setting to choose between registered nicknames or online participants
Wed, 30 Sep 2020 13:14:46 +0200 mod_muc_inject_mentions: Add new configuration setting to strip out prefixes from mentions
Seve Ferrer <seve@delape.net> [Wed, 30 Sep 2020 13:14:46 +0200] rev 4167
mod_muc_inject_mentions: Add new configuration setting to strip out prefixes from mentions
Tue, 29 Sep 2020 17:14:41 +0200 mod_muc_inject_mentions: Should not append mentions by default
Seve Ferrer <seve@delape.net> [Tue, 29 Sep 2020 17:14:41 +0200] rev 4166
mod_muc_inject_mentions: Should not append mentions by default
Tue, 29 Sep 2020 17:05:14 +0200 mod_muc_inject_mentions: Add new configuration setting to look for mentions even if the client sent some already
Seve Ferrer <seve@delape.net> [Tue, 29 Sep 2020 17:05:14 +0200] rev 4165
mod_muc_inject_mentions: Add new configuration setting to look for mentions even if the client sent some already
Mon, 28 Sep 2020 19:06:20 +0200 mod_muc_inject_mentions: Update README explainig mention_delimiters setting
Seve Ferrer <seve@delape.net> [Mon, 28 Sep 2020 19:06:20 +0200] rev 4164
mod_muc_inject_mentions: Update README explainig mention_delimiters setting
Mon, 28 Sep 2020 18:46:33 +0200 mod_muc_inject_mentions: Improve mentions lookup by using a set instead of a list
Seve Ferrer <seve@delape.net> [Mon, 28 Sep 2020 18:46:33 +0200] rev 4163
mod_muc_inject_mentions: Improve mentions lookup by using a set instead of a list
Wed, 30 Sep 2020 13:27:27 +0100 mod_auth_http: Fix unfinished sentence in
Matthew Wild <mwild1@gmail.com> [Wed, 30 Sep 2020 13:27:27 +0100] rev 4162
mod_auth_http: Fix unfinished sentence in
Wed, 30 Sep 2020 13:20:11 +0100 mod_auth_http: Yet another module to authenticate against a HTTP service
Matthew Wild <mwild1@gmail.com> [Wed, 30 Sep 2020 13:20:11 +0100] rev 4161
mod_auth_http: Yet another module to authenticate against a HTTP service
Mon, 28 Sep 2020 15:34:00 +0200 Update local repository
Seve Ferrer <seve@delape.net> [Mon, 28 Sep 2020 15:34:00 +0200] rev 4160
Update local repository
Mon, 28 Sep 2020 15:30:22 +0200 mod_muc_inject_mentions: Refactor code using in_list utility function to improve readability
Seve Ferrer <seve@delape.net> [Mon, 28 Sep 2020 15:30:22 +0200] rev 4159
mod_muc_inject_mentions: Refactor code using in_list utility function to improve readability
Sat, 26 Sep 2020 14:45:08 +0200 Merge
Kim Alvefur <zash@zash.se> [Sat, 26 Sep 2020 14:45:08 +0200] rev 4158
Merge
Sat, 26 Sep 2020 00:22:57 +0200 mod_conversejs: Generate 'assets_path' to fix locating certain resources
Kim Alvefur <zash@zash.se> [Sat, 26 Sep 2020 00:22:57 +0200] rev 4157
mod_conversejs: Generate 'assets_path' to fix locating certain resources
Mon, 21 Sep 2020 21:57:25 +0200 Improve mod_firewall readme
Christian Weiske <cweiske@cweiske.de> [Mon, 21 Sep 2020 21:57:25 +0200] rev 4156
Improve mod_firewall readme
Wed, 23 Sep 2020 19:55:46 +0200 mod_cloud_notify: fix comment text
tmolitor <thilo@eightysoft.de> [Wed, 23 Sep 2020 19:55:46 +0200] rev 4155
mod_cloud_notify: fix comment text
Mon, 21 Sep 2020 21:56:46 +0200 mod_easy_invite: Highlight deprecation notice
Kim Alvefur <zash@zash.se> [Mon, 21 Sep 2020 21:56:46 +0200] rev 4154
mod_easy_invite: Highlight deprecation notice
Mon, 21 Sep 2020 15:49:54 +0100 mod_firewall: Update another chain name for consistency
Matthew Wild <mwild1@gmail.com> [Mon, 21 Sep 2020 15:49:54 +0100] rev 4153
mod_firewall: Update another chain name for consistency
Mon, 21 Sep 2020 15:45:53 +0100 mod_firewall: Update chain name for consistency
Matthew Wild <mwild1@gmail.com> [Mon, 21 Sep 2020 15:45:53 +0100] rev 4152
mod_firewall: Update chain name for consistency We keep the old JUMP CHAIN for compat, and in case we add internal content checking rules in the future.
Sun, 20 Sep 2020 17:06:00 +0200 mod_conversejs: Enable serving resources from built-in http server
Kim Alvefur <zash@zash.se> [Sun, 20 Sep 2020 17:06:00 +0200] rev 4151
mod_conversejs: Enable serving resources from built-in http server This enables using release archives or locally built Converse.js
Sun, 20 Sep 2020 15:57:04 +0100 mod_firewall: Add jabberspam-simple-blocklist.pfw and spam-blocklists.pfw
Matthew Wild <mwild1@gmail.com> [Sun, 20 Sep 2020 15:57:04 +0100] rev 4150
mod_firewall: Add jabberspam-simple-blocklist.pfw and spam-blocklists.pfw
Sun, 20 Sep 2020 15:24:09 +0200 mod_muc_inject_mentions: Catch nicknames between new lines
Seve Ferrer <seve@delape.net> [Sun, 20 Sep 2020 15:24:09 +0200] rev 4149
mod_muc_inject_mentions: Catch nicknames between new lines
Sun, 20 Sep 2020 15:04:22 +0200 mod_muc_inject_mentions: Allow suffixes to be used after a new line
Seve Ferrer <seve@delape.net> [Sun, 20 Sep 2020 15:04:22 +0200] rev 4148
mod_muc_inject_mentions: Allow suffixes to be used after a new line
Sun, 20 Sep 2020 14:57:55 +0200 mod_muc_inject_mentions: Allow suffixes to be used before a new line
Seve Ferrer <seve@delape.net> [Sun, 20 Sep 2020 14:57:55 +0200] rev 4147
mod_muc_inject_mentions: Allow suffixes to be used before a new line
Sun, 20 Sep 2020 14:45:58 +0200 mod_muc_inject_mentions: Allow preffixes to be used after a new line
Seve Ferrer <seve@delape.net> [Sun, 20 Sep 2020 14:45:58 +0200] rev 4146
mod_muc_inject_mentions: Allow preffixes to be used after a new line
Sun, 20 Sep 2020 13:45:32 +0200 mod_muc_inject_mentions: (W311) value assigned to variable _first is overwritten on line 104 before use
Seve Ferrer <seve@delape.net> [Sun, 20 Sep 2020 13:45:32 +0200] rev 4145
mod_muc_inject_mentions: (W311) value assigned to variable _first is overwritten on line 104 before use
Sun, 20 Sep 2020 13:38:31 +0200 mod_muc_inject_mentions: (W211) unused variable node, (W211) unused variable host
Seve Ferrer <seve@delape.net> [Sun, 20 Sep 2020 13:38:31 +0200] rev 4144
mod_muc_inject_mentions: (W211) unused variable node, (W211) unused variable host
Sun, 20 Sep 2020 13:34:18 +0200 mod_muc_inject_mentions: (W213) unused loop variable i
Seve Ferrer <seve@delape.net> [Sun, 20 Sep 2020 13:34:18 +0200] rev 4143
mod_muc_inject_mentions: (W213) unused loop variable i
Sun, 20 Sep 2020 10:31:02 +0200 mod_muc_inject_mentions: Publish module to repository
Seve Ferrer <seve@delape.net> [Sun, 20 Sep 2020 10:31:02 +0200] rev 4142
mod_muc_inject_mentions: Publish module to repository
Fri, 17 Aug 2018 11:16:46 +0200 mod_muc_search: Some changes predating version control
Kim Alvefur <zash@zash.se> [Fri, 17 Aug 2018 11:16:46 +0200] rev 4141
mod_muc_search: Some changes predating version control
Fri, 17 Aug 2018 09:49:27 +0200 mod_muc_search: Implementation of the search.jabber.network XMPP API
Kim Alvefur <zash@zash.se> [Fri, 17 Aug 2018 09:49:27 +0200] rev 4140
mod_muc_search: Implementation of the search.jabber.network XMPP API https://search.jabber.network/docs/api#xmpp
Tue, 15 Sep 2020 19:18:31 +0200 mod_invites_register_web: Include html resources in rock
Kim Alvefur <zash@zash.se> [Tue, 15 Sep 2020 19:18:31 +0200] rev 4139
mod_invites_register_web: Include html resources in rock
Tue, 15 Sep 2020 16:27:48 +0100 mod_invites_page: Fix platform detection and don't show empty list of clients for unknown platforms
Matthew Wild <mwild1@gmail.com> [Tue, 15 Sep 2020 16:27:48 +0100] rev 4138
mod_invites_page: Fix platform detection and don't show empty list of clients for unknown platforms
Tue, 15 Sep 2020 16:16:16 +0100 mod_invites_page: Add alt text to invalid invite image
Matthew Wild <mwild1@gmail.com> [Tue, 15 Sep 2020 16:16:16 +0100] rev 4137
mod_invites_page: Add alt text to invalid invite image
Tue, 15 Sep 2020 16:15:51 +0100 mod_invites_page: Apply fixes from invite page to client URI page
Matthew Wild <mwild1@gmail.com> [Tue, 15 Sep 2020 16:15:51 +0100] rev 4136
mod_invites_page: Apply fixes from invite page to client URI page
Tue, 15 Sep 2020 15:13:32 +0100 mod_invites_page: Remove h-100 that was preventing uri-cta from being tapped on Fennec (thanks meaz)
Matthew Wild <mwild1@gmail.com> [Tue, 15 Sep 2020 15:13:32 +0100] rev 4135
mod_invites_page: Remove h-100 that was preventing uri-cta from being tapped on Fennec (thanks meaz)
Tue, 15 Sep 2020 14:35:00 +0100 mod_invites_page: Some HTML fixes to please the W3C validator
Matthew Wild <mwild1@gmail.com> [Tue, 15 Sep 2020 14:35:00 +0100] rev 4134
mod_invites_page: Some HTML fixes to please the W3C validator
Tue, 15 Sep 2020 14:11:48 +0100 mod_invites_page, mod_invites_register_web: Set correct Content-Type everywhere necessary
Matthew Wild <mwild1@gmail.com> [Tue, 15 Sep 2020 14:11:48 +0100] rev 4133
mod_invites_page, mod_invites_register_web: Set correct Content-Type everywhere necessary
Tue, 15 Sep 2020 11:54:48 +0100 mod_firewall: spam-blocking.pfw: allow subscription acks through
Matthew Wild <mwild1@gmail.com> [Tue, 15 Sep 2020 11:54:48 +0100] rev 4132
mod_firewall: spam-blocking.pfw: allow subscription acks through
Tue, 15 Sep 2020 11:49:55 +0100 mod_firewall: Add checkcerts option for HTTP lists, cert verification disabled when SNI unsupported
Matthew Wild <mwild1@gmail.com> [Tue, 15 Sep 2020 11:49:55 +0100] rev 4131
mod_firewall: Add checkcerts option for HTTP lists, cert verification disabled when SNI unsupported This provides a balance between security and usability. SNI is supported in Prosody trunk and in Prosody 0.11 from commit 30d3f6f85eb8 (scheduled for 0.11.7).
Tue, 15 Sep 2020 11:45:09 +0100 mod_firewall: Add docs for list types and parameters
Matthew Wild <mwild1@gmail.com> [Tue, 15 Sep 2020 11:45:09 +0100] rev 4130
mod_firewall: Add docs for list types and parameters
Mon, 14 Sep 2020 18:16:31 +0100 mod_invites_page: Fix HTML syntax error
Matthew Wild <mwild1@gmail.com> [Mon, 14 Sep 2020 18:16:31 +0100] rev 4129
mod_invites_page: Fix HTML syntax error
Mon, 14 Sep 2020 18:06:54 +0100 mod_invites_page: Fix incorrect use of <button> (thanks Martin)
Matthew Wild <mwild1@gmail.com> [Mon, 14 Sep 2020 18:06:54 +0100] rev 4128
mod_invites_page: Fix incorrect use of <button> (thanks Martin)
Mon, 14 Sep 2020 18:06:33 +0100 mod_invites_page: Fix indentation and mismatched <div> tag (thanks Martin)
Matthew Wild <mwild1@gmail.com> [Mon, 14 Sep 2020 18:06:33 +0100] rev 4127
mod_invites_page: Fix indentation and mismatched <div> tag (thanks Martin)
Mon, 14 Sep 2020 17:45:29 +0200 mod_muc_occupant_id: remove Stage-Alpha label
Maxime “pep” Buquet <pep@bouah.net> [Mon, 14 Sep 2020 17:45:29 +0200] rev 4126
mod_muc_occupant_id: remove Stage-Alpha label
Mon, 14 Sep 2020 15:05:19 +0100 mod_invites_register: Fix traceback for non-invite registrations
Matthew Wild <mwild1@gmail.com> [Mon, 14 Sep 2020 15:05:19 +0100] rev 4125
mod_invites_register: Fix traceback for non-invite registrations
Mon, 14 Sep 2020 15:55:29 +0200 mod_invites_register: Fix traceback on registration via other module (thanks franck)
Kim Alvefur <zash@zash.se> [Mon, 14 Sep 2020 15:55:29 +0200] rev 4124
mod_invites_register: Fix traceback on registration via other module (thanks franck)
Mon, 14 Sep 2020 14:19:19 +0100 mod_invites_register_web: Also add ip to user-registered
Matthew Wild <mwild1@gmail.com> [Mon, 14 Sep 2020 14:19:19 +0100] rev 4123
mod_invites_register_web: Also add ip to user-registered
Mon, 14 Sep 2020 13:58:47 +0100 mod_register_dnsbl: Handle missing session in user-registering event (thanks meaz)
Matthew Wild <mwild1@gmail.com> [Mon, 14 Sep 2020 13:58:47 +0100] rev 4122
mod_register_dnsbl: Handle missing session in user-registering event (thanks meaz)
Mon, 14 Sep 2020 13:57:59 +0100 mod_invites_register_web: Include request.ip in user-registering event (thanks franck)
Matthew Wild <mwild1@gmail.com> [Mon, 14 Sep 2020 13:57:59 +0100] rev 4121
mod_invites_register_web: Include request.ip in user-registering event (thanks franck)
Mon, 14 Sep 2020 12:47:34 +0100 mod_invites_page: Add Link header for URI with rel=alternate
Matthew Wild <mwild1@gmail.com> [Mon, 14 Sep 2020 12:47:34 +0100] rev 4120
mod_invites_page: Add Link header for URI with rel=alternate
Sun, 13 Sep 2020 11:05:19 +0100 mod_invites_api: New module to create new invites over HTTP
Matthew Wild <mwild1@gmail.com> [Sun, 13 Sep 2020 11:05:19 +0100] rev 4119
mod_invites_api: New module to create new invites over HTTP
Sat, 12 Sep 2020 21:18:48 +0200 mod_register_apps: Prevent traceback if hide_apps is unset (thanks meaz)
Kim Alvefur <zash@zash.se> [Sat, 12 Sep 2020 21:18:48 +0200] rev 4118
mod_register_apps: Prevent traceback if hide_apps is unset (thanks meaz)
Sat, 12 Sep 2020 10:42:37 +0100 mod_register_apps: Add site_apps_show and site_apps_hide options (thanks meaz)
Matthew Wild <mwild1@gmail.com> [Sat, 12 Sep 2020 10:42:37 +0100] rev 4117
mod_register_apps: Add site_apps_show and site_apps_hide options (thanks meaz)
Sat, 12 Sep 2020 10:28:28 +0100 mod_invites_register_web: Fix traceback on missing query params
Matthew Wild <mwild1@gmail.com> [Sat, 12 Sep 2020 10:28:28 +0100] rev 4116
mod_invites_register_web: Fix traceback on missing query params
Sat, 12 Sep 2020 08:23:09 +0100 mod_register_apps: Don't duplicate client entries on module reload
Matthew Wild <mwild1@gmail.com> [Sat, 12 Sep 2020 08:23:09 +0100] rev 4115
mod_register_apps: Don't duplicate client entries on module reload
Fri, 11 Sep 2020 16:57:09 +0100 mod_register_apps: Add missing docs
Matthew Wild <mwild1@gmail.com> [Fri, 11 Sep 2020 16:57:09 +0100] rev 4114
mod_register_apps: Add missing docs
Fri, 11 Sep 2020 17:49:10 +0200 various: Update dependencies
Kim Alvefur <zash@zash.se> [Fri, 11 Sep 2020 17:49:10 +0200] rev 4113
various: Update dependencies
Fri, 11 Sep 2020 16:36:34 +0100 mod_invites_register_web: Remove dependency on mod_easy_invite
Matthew Wild <mwild1@gmail.com> [Fri, 11 Sep 2020 16:36:34 +0100] rev 4112
mod_invites_register_web: Remove dependency on mod_easy_invite
Fri, 11 Sep 2020 16:35:24 +0100 mod_invites_page: Remove dependency on mod_invites_register_web
Matthew Wild <mwild1@gmail.com> [Fri, 11 Sep 2020 16:35:24 +0100] rev 4111
mod_invites_page: Remove dependency on mod_invites_register_web
Fri, 11 Sep 2020 16:30:51 +0100 mod_invites_register: New module to allow IBR with invite tokens
Matthew Wild <mwild1@gmail.com> [Fri, 11 Sep 2020 16:30:51 +0100] rev 4110
mod_invites_register: New module to allow IBR with invite tokens
Fri, 11 Sep 2020 17:21:07 +0200 various: Dependency metadata needs the mod_ prefix
Kim Alvefur <zash@zash.se> [Fri, 11 Sep 2020 17:21:07 +0200] rev 4109
various: Dependency metadata needs the mod_ prefix
Fri, 11 Sep 2020 17:13:34 +0200 various: Add some dependency metadata
Kim Alvefur <zash@zash.se> [Fri, 11 Sep 2020 17:13:34 +0200] rev 4108
various: Add some dependency metadata
Fri, 11 Sep 2020 16:48:28 +0200 mod_lastlog2: Fix reporting of IP address (thanks Ge0rG)
Kim Alvefur <zash@zash.se> [Fri, 11 Sep 2020 16:48:28 +0200] rev 4107
mod_lastlog2: Fix reporting of IP address (thanks Ge0rG)
Fri, 11 Sep 2020 16:45:47 +0200 mod_lastlog2: Fix 'registered' event (Thanks Ge0rG)
Kim Alvefur <zash@zash.se> [Fri, 11 Sep 2020 16:45:47 +0200] rev 4106
mod_lastlog2: Fix 'registered' event (Thanks Ge0rG) Looks like this event was not updated for the map change, it's still how it was in mod_lastlog(1)
Fri, 11 Sep 2020 15:45:45 +0200 mod_muc_media_metadata: Bootstrap warning box
Kim Alvefur <zash@zash.se> [Fri, 11 Sep 2020 15:45:45 +0200] rev 4105
mod_muc_media_metadata: Bootstrap warning box
(0) -3000 -1000 -120 +120 +1000 tip