log

age author description
2020-10-23 Kim Alvefur mod_http_oauth2: Accept empty scope
2020-10-23 Kim Alvefur mod_conversejs: Comment on what's going on in JS template
2020-10-20 Matthew Wild mod_log_ringbuffer: Add 'lines' option (actually an alternative ringbuffer implementation)
2020-10-20 Matthew Wild mod_log_ringbuffer: Discard old data when buffer is full
2020-10-19 Kim Alvefur mod_invites*: Also link to mod_invites_api
2020-10-19 Kim Alvefur mod_invites*: Link to each other
2020-10-19 Matthew Wild mod_debug_traceback: Fix global lookup warning on 0.11.x
2020-10-19 tmolitor mod_cloud_notify: make logging more clear
2020-10-16 Matthew Wild mod_log_ringbuffer: Document how to integrate with mod_debug_traceback
2020-10-16 Matthew Wild mod_log_ringbuffer: Switch `filename` to not be interpolated, add filename_template which is
2020-10-16 Matthew Wild mod_log_ringbuffer: Fix incorrect parameter name
2020-10-16 Matthew Wild mod_debug_traceback: Fix to use the cached traceback
2020-10-16 Matthew Wild mod_invites_api: Allow restricting HTTP methods per key (once implemented)
2020-10-16 Matthew Wild mod_log_ringbuffer: Update default filename to include data path
2020-10-16 Matthew Wild mod_debug_traceback: Descendent of mod_traceback with some additional features
2020-10-16 Kim Alvefur mod_s2s_keepalive: Restore timer start (Thanks Ge0rG)
2020-10-16 Kim Alvefur mod_s2s_keepalive: Fix response handler (thanks Ge0rG)
2020-10-16 Matthew Wild mod_invites_page: Change client selection button text from 'Install' to 'Select' by default
2020-10-16 Matthew Wild mod_invites_page: Remove preauth URI button
2020-10-15 Kim Alvefur mod_conversejs: Add comments about default settings
2020-10-15 Kim Alvefur mod_conversejs/README: Complete list of auto-injected settings
2020-10-15 Kim Alvefur mod_conversejs/README: Add text about preventing auto-load of mod_bosh/ws
2020-10-15 Kim Alvefur mod_conversejs: Tweak wording
2020-10-15 Matthew Wild mod_log_ringbuffer: New module to send logs to an in-memory ringbuffer
2020-10-14 Kim Alvefur mod_s2s_keepalive: Fix name of timestamp function
2020-10-14 Kim Alvefur mod_s2s_keepalive: Use timestamp as iq @id
2020-10-14 Kim Alvefur mod_welcome_page/html: Containerize the Jumbotron!
2020-10-14 Matthew Wild mod_invites_page: Fix table in README (thanks Ge0rG)
2020-10-14 Kim Alvefur mod_welcome_page/html: Fix closing div tag!
2020-10-13 Kim Alvefur mod_http_index: Remove unused CSS class
2020-10-13 Kim Alvefur mod_http_index,muc_log: More CSS tweaks
2020-10-12 Kim Alvefur mod_admin_web: Add a title for mod_http_index
2020-10-12 Kim Alvefur mod_http_index,mod_http_muc_log: Tweak again
2020-10-12 Kim Alvefur mod_http_index, mod_http_muc_log: Tweak navigation element margins
2020-10-12 Kim Alvefur mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)
2020-10-12 Kim Alvefur mod_welcome_page: Serve from top level path (/) by default
2020-10-12 Kim Alvefur mod_welcome_page/html: Fix form target if path isn't /
2020-10-12 JC Brand Merge
2020-10-12 JC Brand muc_batched_probe: don't return too quickly
2020-10-12 tmolitor mod_smacks: don't store mam results in offline store
2020-10-12 JC Brand mod_muc_batched_probe: don't rely on mt_room:respond_to_probe method
2020-10-10 Kim Alvefur mod_register_apps: Fix removal of apps from array on unload
2020-10-10 Kim Alvefur mod_register_apps: Ignore the long lines [luacheck]
2020-10-09 Kim Alvefur Back out a8aacfbdaea9: Not needed since change in trunk
2020-10-09 Matthew Wild mod_welcome_page: New module to provide a friendly entrypoint to invite-based setups
2020-10-08 Kim Alvefur mod_register_apps: Point out assets/ directory for packaging
2020-10-08 Kim Alvefur mod_http_muc_log: Move template into a directory to ease packaging
2020-10-08 Kim Alvefur mod_admin_web: Really fix luarocks build spec
2020-10-08 Kim Alvefur mod_admin_web: Serve resources from resource path in trunk/0.11
2020-10-08 Kim Alvefur mod_admin_web: Include build instructions in metadata
2020-10-07 Matthew Wild mod_register_apps: Add setup instructions for Beagle IM
2020-10-06 Kim Alvefur mod_muc_moderation: Improve error message to be more helpful
2020-10-06 Matthew Wild mod_conversejs: Automatically register as a site app (see mod_register_apps)
2020-10-06 Matthew Wild mod_invites_register_web: Support a 'login_link_format' for apps, redirected to after successful registration
2020-10-06 Matthew Wild mod_invites_register_web: Fix bug where invalid invite code redirected to wrong URL
2020-10-06 Matthew Wild mod_invites_register_web: Tweak layout and text of web chat CTA