log

age author description
2020-09-15 Matthew Wild mod_firewall: Add docs for list types and parameters
2020-09-14 Matthew Wild mod_invites_page: Fix HTML syntax error
2020-09-14 Matthew Wild mod_invites_page: Fix incorrect use of <button> (thanks Martin)
2020-09-14 Matthew Wild mod_invites_page: Fix indentation and mismatched <div> tag (thanks Martin)
2020-09-14 Maxime “pep” Buquet mod_muc_occupant_id: remove Stage-Alpha label
2020-09-14 Matthew Wild mod_invites_register: Fix traceback for non-invite registrations
2020-09-14 Kim Alvefur mod_invites_register: Fix traceback on registration via other module (thanks franck)
2020-09-14 Matthew Wild mod_invites_register_web: Also add ip to user-registered
2020-09-14 Matthew Wild mod_register_dnsbl: Handle missing session in user-registering event (thanks meaz)
2020-09-14 Matthew Wild mod_invites_register_web: Include request.ip in user-registering event (thanks franck)
2020-09-14 Matthew Wild mod_invites_page: Add Link header for URI with rel=alternate
2020-09-13 Matthew Wild mod_invites_api: New module to create new invites over HTTP
2020-09-12 Kim Alvefur mod_register_apps: Prevent traceback if hide_apps is unset (thanks meaz)
2020-09-12 Matthew Wild mod_register_apps: Add site_apps_show and site_apps_hide options (thanks meaz)
2020-09-12 Matthew Wild mod_invites_register_web: Fix traceback on missing query params
2020-09-12 Matthew Wild mod_register_apps: Don't duplicate client entries on module reload
2020-09-11 Matthew Wild mod_register_apps: Add missing docs
2020-09-11 Kim Alvefur various: Update dependencies
2020-09-11 Matthew Wild mod_invites_register_web: Remove dependency on mod_easy_invite
2020-09-11 Matthew Wild mod_invites_page: Remove dependency on mod_invites_register_web
2020-09-11 Matthew Wild mod_invites_register: New module to allow IBR with invite tokens
2020-09-11 Kim Alvefur various: Dependency metadata needs the mod_ prefix
2020-09-11 Kim Alvefur various: Add some dependency metadata
2020-09-11 Kim Alvefur mod_lastlog2: Fix reporting of IP address (thanks Ge0rG)
2020-09-11 Kim Alvefur mod_lastlog2: Fix 'registered' event (Thanks Ge0rG)
2020-09-11 Kim Alvefur mod_muc_media_metadata: Bootstrap warning box
2020-09-11 Matthew Wild mod_muc_media_metadata: Add alpha tag and experimental warning
2020-09-11 Matthew Wild mod_invite: Add deprecation note and tag
2020-09-11 Matthew Wild mod_easy_invite: Add deprecation note and tag
2020-09-11 Matthew Wild mod_invites: Update documentation
2020-09-11 Matthew Wild mod_invites: Absorb shell and prosodyctl commands from mod_easy_invite
2020-09-11 Matthew Wild mod_http_libjs: Add compatibility with Prosody 0.11.x
2020-09-11 Matthew Wild mod_invites_page: New module to generate landing page for invites
2020-09-11 Matthew Wild mod_invites_register_web: New module to allow web registration with an invite token
2020-09-11 Matthew Wild mod_invites_adhoc: New module to allow invite creation via ad-hoc commands (XEP-0401)
2020-09-10 Matthew Wild mod_register_apps: Provides a configurable list of XMPP apps
2020-09-10 Kim Alvefur mod_easy_invite: Add a touch of dependency info
2020-09-08 marc0s mod_muc_notifications: adapt to MUC get_name() API changes
2020-09-07 Matthew Wild mod_easy_invite: Remove hard dependency on mod_invites_page and allow configuration of different landing page module
2020-09-07 Matthew Wild mod_http_libjs: New module to serve common CSS/Javascript libraries
2020-09-07 Matthew Wild mod_easy_invite: Rewrite prosodyctl command handler to support new features (from Snikket)
2020-09-07 Matthew Wild mod_easy_invite: Allow account reset invites
2020-09-07 Matthew Wild mod_easy_invite: Allow setting account roles from associated invite (from Snikket)
2020-09-07 Matthew Wild mod_easy_invite: Add code comment (from Snikket)
2020-09-07 Matthew Wild mod_easy_invite: Minor refactoring to begin merging additional changes from Snikket
2020-09-07 Matthew Wild mod_invites: Fix potential traceback when invalid token used (from Snikket)
2020-09-07 Matthew Wild mod_invites: Whitespace (from Snikket)
2020-09-07 Matthew Wild mod_invites: Include invite type and uri in validated invites (from Snikket)
2020-09-07 Matthew Wild mod_invites: Add API to create account reset invites (from Snikket)
2020-09-07 Matthew Wild mod_invites: Allow inclusion of 'additional data' in invites (from Snikket)
2020-08-25 Matthew Wild mod_http_upload: Log warning when loaded on user host
2020-08-22 Kim Alvefur mod_external_service: Include for users of older versions of Prosody
2020-08-19 Matthew Wild mod_muc_rai: Ignore presence to host that doesn't contain the <rai/> element
2020-08-18 Emmanuel Gil Peyrot mod_http_muc_log: Add a dark theme when the user asked for that.
2020-08-05 Matthew Wild mod_firewall: Fix example in README to use |host (thanks DebXWoody)
2020-08-05 Matthew Wild mod_muc_markers: Add room JID to log message
2020-07-26 Kim Alvefur mod_http_upload/README: Fix typo (thanks bjoernb)
2020-07-20 Kim Alvefur mod_rest/README: Remove last trace of older credential option
2020-07-20 Kim Alvefur mod_rest/README: Mention OAuth
2020-07-20 Kim Alvefur mod_rest/README: Describe use on VirtualHosts