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
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip