Software /
code /
prosody-modules
Graph
-
mod_log_http: Switch to line buffering (thanks Zash+Ge0rG)2021-01-05, by Matthew Wild
-
mod_pastebin: Document tresholds inclusion in disco#info2021-01-02, by Kim Alvefur
-
mod_pastebin: Normalize markdown2021-01-02, by Kim Alvefur
-
mod_muc_mention_notifications: Add description in readme2020-12-30, by JC Brand
-
mod_muc_mention_notifications: Send mention notifications from the MUC JID2020-12-30, by JC Brand
-
Improve UX by providing defaults users expect2020-12-22, by Seve Ferrer
-
mod_http_upload_external: update php scripts to return HTTP 201 Created on upload2020-12-21, by Richard Schwab
-
mod_rest: Optimize stanza to JSON mapping2020-12-16, by Kim Alvefur
-
mod_muc_mention_notifications: Remove debugging helpers2020-12-21, by JC Brand
-
muc_mention_notifications: Rename module2020-12-21, by JC Brand
-
muc_room_mention_notifications: Set xmlns to what's used in the protoXEP2020-12-21, by JC Brand
-
muc_room_mention_notifications: Handle referenced JID being a MUC nickname JID2020-12-21, by JC Brand
-
mod_muc_http_auth: Bugfix: Not properly listening on register IQs2020-12-18, by Seve Ferrer
-
Improve UX by providing defaults users expect2020-12-18, by Seve Ferrer
-
mod_migrate: Add support for the fictitious pep_data store2020-12-15, by Matthew Wild
-
mod_muc_http_auth: Use get_option_set API properly2020-12-15, by Seve Ferrer
-
mod_vcard_muc: Pass room object around instead of JID, hopefully fixing traceback2020-12-15, by Matthew Wild
-
mod_muc_markers: Add option for @id rewriting, default off (may break some clients)2020-12-14, by Matthew Wild
-
mod_muc_rai: Use xmlns from XEP-04372020-12-14, by JC Brand
-
Prosodoy module to externalize MUC authorization via HTTP2020-12-12, by Seve Ferrer
-
mod_cloud_notify: Some code cleanup, now luacheck-clean. No functionality changes.2020-12-11, by Matthew Wild
-
mod_sentry: Include sentry.lib in luarock2020-12-10, by Kim Alvefur
-
mod_s2s_keepalive: Don't send whitespace keepalives before s2sin stream is open2020-12-10, by Kim Alvefur
-
mod_sentry: Pull message from error *before* we mutate it into something different...2020-12-09, by Matthew Wild
-
mod_sentry: Pull default message from error text or wrapped error (if string)2020-12-09, by Matthew Wild
-
mod_sentry: Automatically attach exceptions for errors used in log parameters2020-12-09, by Matthew Wild
-
mod_sentry: Fix to correctly iterate over traceback2020-12-09, by Matthew Wild
-
mod_sentry: Ensure frames gets encoded as a JSON array, even if empty2020-12-09, by Matthew Wild
-
mod_sentry: Don't include tracebacks in extra context2020-12-09, by Matthew Wild
-
mod_sentry: Fix syntax for inclusion of stack traces in events2020-12-09, by Matthew Wild
-
mod_sentry: Support for including stack frames in exception events2020-12-09, by Matthew Wild
-
mod_sentry: Fix typo in method name2020-12-09, by Matthew Wild
-
mod_sentry: New module to forward errors to a Sentry server2020-12-08, by Matthew Wild
-
mod_pubsub_feeds: Don't skip publishing items after an existing one2020-11-30, by Kim Alvefur
-
mod_muc_rai: Use log systems string formatting facilities2020-12-01, by Kim Alvefur
-
mod_muc_room_mention_notifications: Publish module2020-12-04, by Seve Ferrer
-
mod_bookmarks2: Fix luacheck warning2020-12-03, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Add a warning about client compatibility2020-12-03, by Emmanuel Gil Peyrot
-
mod_muc_rai: Subscribe/unsubscribe users when leaving/joining2020-12-01, by Seve Ferrer
-
mod_http_oauth2: Fix passing OAuth-specific error details2020-11-28, by Kim Alvefur
-
mod_rest: Expand TODO2020-11-28, by Kim Alvefur
-
mod_admin_notify: Fix traceback when no admins listed in config2020-11-25, by Matthew Wild
-
mod_cloud_notify: Modernize interface to mod_smacks2020-11-24, by tmolitor
-
mod_http_oauth2: Periodically trim unused authorization codes2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Keep authorization codes in memory instead of storage2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Reduce authorization code validity time to 2 minutes2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Factor out authorization code validity decision2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Fix including final client_id in result form2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Advertise URI fields with XEP-01222020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Fix adhoc status on error2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Add TODO2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Add stub README2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Improve storage of client secret2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Note TODO2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Allow creating OAuth2 clients via ad-hoc2020-11-21, by Kim Alvefur
-
mod_http_oauth2: Rescope oauth client config into users' storage2020-11-21, by Kim Alvefur
-
mod_http_oauth2: Remove unnecessary redirect uri check2020-11-21, by Kim Alvefur
-
mod_http_oauth2: Unpack event object to improve readability2020-11-21, by Kim Alvefur
-
mod_http_oauth2: Fix incomplete function arity change in dea6bea2ddd32020-11-21, by Kim Alvefur
-
mod_http_oauth2: Authorization code flow2020-11-21, by Kim Alvefur
-
mod_ogp: Update parsing logic to catch more cases2020-11-18, by Seve Ferrer
-
mod_ogp: Improve parsing patterns2020-11-18, by Seve Ferrer
-
mod_muc_inject_mentions: Add new setting to trigger mentions only if a prefix is found2020-11-17, by Seve Ferrer
-
mod_ogp: Add module2020-11-15, by Seve Ferrer
-
mod_rest: Fix attempt at indexing nil if an error stanza is missing <error>2020-11-15, by Kim Alvefur
-
mod_rest: Ensure no attempt is made to reply to an error stanza2020-11-15, by Kim Alvefur
-
mod_rest: Catch and log errors in callback promise chain2020-11-15, by Kim Alvefur
-
mod_rest/example: Reorder things to match the disco#info feature order2020-11-15, by Kim Alvefur
-
mod_rest: Use promise based HTTP client API2020-11-15, by Kim Alvefur
-
mod_rest/example: Advertise version query support2020-11-15, by Kim Alvefur
-
mod_rest: Use HTTP error mapping from net.http.errors2020-11-15, by Kim Alvefur
-
mod_rest: Use util.error registry datatype2020-11-14, by Kim Alvefur
-
mod_rest: Add whitespace to improve readability, code navigation2020-11-12, by Kim Alvefur
-
mod_post_msg: Advertise mod_rest, the spiritual successor2020-11-12, by Kim Alvefur
-
mod_post_msg: Tweak header level2020-11-12, by Kim Alvefur
-
mod_prometheus: Warn users to put statistics settings in the global section2020-11-10, by Emmanuel Gil Peyrot
-
mod_admin_notify: New module providing an API to notify host admins2020-11-09, by Matthew Wild
-
mod_http_oauth2: Fix typo not caught by luacheck2020-11-09, by Kim Alvefur
-
mod_firewall: Some additional documentation improvements, particularly adding section links where needed2020-11-06, by Matthew Wild
-
mod_firewall: Improve 'INSPECT' comparison operator documentation2020-11-06, by Matthew Wild
-
mod_pubsub_text_interface: Remove receipt handling (thanks meaz)2020-11-05, by Kim Alvefur
-
mod_bob: Add dependency metadata2020-10-28, by Kim Alvefur
-
mod_auto_answer_disco_info: Add dependency data for rock packaging2020-10-28, by Kim Alvefur
-
mod_offline_email: explicitly set charset to utf-8 to override mailclients default settings2020-10-26, by Vladimir D. Seleznev
-
mod_http_prebind: Stop hardcoding test domain2020-10-25, by Emmanuel Gil Peyrot
-
mod_http_prebind: New module2020-10-25, by Emmanuel Gil Peyrot
-
mod_http_oauth2: Accept empty scope2020-10-23, by Kim Alvefur
-
mod_conversejs: Comment on what's going on in JS template2020-10-23, by Kim Alvefur
-
mod_log_ringbuffer: Add 'lines' option (actually an alternative ringbuffer implementation)2020-10-20, by Matthew Wild
-
mod_log_ringbuffer: Discard old data when buffer is full2020-10-20, by Matthew Wild
-
mod_invites*: Also link to mod_invites_api2020-10-19, by Kim Alvefur
-
mod_invites*: Link to each other2020-10-19, by Kim Alvefur
-
mod_debug_traceback: Fix global lookup warning on 0.11.x2020-10-19, by Matthew Wild
-
mod_cloud_notify: make logging more clear2020-10-19, by tmolitor
-
mod_log_ringbuffer: Document how to integrate with mod_debug_traceback2020-10-16, by Matthew Wild
-
mod_log_ringbuffer: Switch `filename` to not be interpolated, add filename_template which is2020-10-16, by Matthew Wild
-
mod_log_ringbuffer: Fix incorrect parameter name2020-10-16, by Matthew Wild
-
mod_debug_traceback: Fix to use the cached traceback2020-10-16, by Matthew Wild
-
mod_invites_api: Allow restricting HTTP methods per key (once implemented)2020-10-16, by Matthew Wild
-
mod_log_ringbuffer: Update default filename to include data path2020-10-16, by Matthew Wild
-
mod_debug_traceback: Descendent of mod_traceback with some additional features2020-10-16, by Matthew Wild
-
mod_s2s_keepalive: Restore timer start (Thanks Ge0rG)2020-10-16, by Kim Alvefur
-
mod_s2s_keepalive: Fix response handler (thanks Ge0rG)2020-10-16, by Kim Alvefur
-
mod_invites_page: Change client selection button text from 'Install' to 'Select' by default2020-10-16, by Matthew Wild
-
mod_invites_page: Remove preauth URI button2020-10-16, by Matthew Wild
-
mod_conversejs: Add comments about default settings2020-10-15, by Kim Alvefur
-
mod_conversejs/README: Complete list of auto-injected settings2020-10-15, by Kim Alvefur
-
mod_conversejs/README: Add text about preventing auto-load of mod_bosh/ws2020-10-15, by Kim Alvefur
-
mod_conversejs: Tweak wording2020-10-15, by Kim Alvefur
-
mod_log_ringbuffer: New module to send logs to an in-memory ringbuffer2020-10-15, by Matthew Wild
-
mod_s2s_keepalive: Fix name of timestamp function2020-10-14, by Kim Alvefur
-
mod_s2s_keepalive: Use timestamp as iq @id2020-10-14, by Kim Alvefur
-
mod_welcome_page/html: Containerize the Jumbotron!2020-10-14, by Kim Alvefur
-
mod_invites_page: Fix table in README (thanks Ge0rG)2020-10-14, by Matthew Wild
-
mod_welcome_page/html: Fix closing div tag!2020-10-14, by Kim Alvefur
-
mod_http_index: Remove unused CSS class2020-10-13, by Kim Alvefur
-
mod_http_index,muc_log: More CSS tweaks2020-10-13, by Kim Alvefur
-
mod_admin_web: Add a title for mod_http_index2020-10-12, by Kim Alvefur
-
mod_http_index,mod_http_muc_log: Tweak again2020-10-12, by Kim Alvefur
-
mod_http_index, mod_http_muc_log: Tweak navigation element margins2020-10-12, by Kim Alvefur
-
mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)2020-10-12, by Kim Alvefur
-
mod_welcome_page: Serve from top level path (/) by default2020-10-12, by Kim Alvefur
-
mod_welcome_page/html: Fix form target if path isn't /2020-10-12, by Kim Alvefur
-
Merge2020-10-12, by JC Brand
-
muc_batched_probe: don't return too quickly2020-10-12, by JC Brand
-
mod_smacks: don't store mam results in offline store2020-10-12, by tmolitor
-
mod_muc_batched_probe: don't rely on mt_room:respond_to_probe method2020-10-12, by JC Brand
-
mod_register_apps: Fix removal of apps from array on unload2020-10-10, by Kim Alvefur
-
mod_register_apps: Ignore the long lines [luacheck]2020-10-10, by Kim Alvefur
-
Back out a8aacfbdaea9: Not needed since change in trunk2020-10-09, by Kim Alvefur
-
mod_welcome_page: New module to provide a friendly entrypoint to invite-based setups2020-10-09, by Matthew Wild
-
mod_register_apps: Point out assets/ directory for packaging2020-10-08, by Kim Alvefur
-
mod_http_muc_log: Move template into a directory to ease packaging2020-10-08, by Kim Alvefur
-
mod_admin_web: Really fix luarocks build spec2020-10-08, by Kim Alvefur
-
mod_admin_web: Serve resources from resource path in trunk/0.112020-10-08, by Kim Alvefur
-
mod_admin_web: Include build instructions in metadata2020-10-08, by Kim Alvefur
-
mod_register_apps: Add setup instructions for Beagle IM2020-10-07, by Matthew Wild
-
mod_muc_moderation: Improve error message to be more helpful2020-10-06, by Kim Alvefur
-
mod_conversejs: Automatically register as a site app (see mod_register_apps)2020-10-06, by Matthew Wild
-
mod_invites_register_web: Support a 'login_link_format' for apps, redirected to after successful registration2020-10-06, by Matthew Wild
-
mod_invites_register_web: Fix bug where invalid invite code redirected to wrong URL2020-10-06, by Matthew Wild
-
mod_invites_register_web: Tweak layout and text of web chat CTA2020-10-06, by Matthew Wild
-
mod_invites_page: Always display web clients regardless of detected platform2020-10-06, by Matthew Wild
-
mod_register_apps: Add support for module:provides("site-app", app_info)2020-10-06, by Matthew Wild
-
mod_register_apps: Add logo for Converse.js2020-10-06, by Matthew Wild
-
mod_firewall: Add packaging metadata to include libraries2020-10-05, by Kim Alvefur
-
mod_rest: Add packaging metadata to include jsonmap lib and examples2020-10-05, by Kim Alvefur
-
mod_invites_register_web: Support linking to a web chat after successful registration2020-10-05, by Matthew Wild
-
mod_conversejs: Hint that templates should be copied into packages2020-10-01, by Kim Alvefur
-
mod_conversejs: Move templates into a directory for easier install2020-10-01, by Kim Alvefur
-
mod_muc_inject_mentions: Add new configuration setting to strip out prefixes from mentions2020-09-30, by Seve Ferrer
-
mod_muc_inject_mentions: Should not append mentions by default2020-09-29, by Seve Ferrer
-
mod_muc_inject_mentions: Update README explainig mention_delimiters setting2020-09-28, by Seve Ferrer
-
mod_muc_inject_mentions: Improve mentions lookup by using a set instead of a list2020-09-28, by Seve Ferrer
-
mod_auth_http: Fix unfinished sentence in2020-09-30, by Matthew Wild
-
mod_auth_http: Yet another module to authenticate against a HTTP service2020-09-30, by Matthew Wild
-
Update local repository2020-09-28, by Seve Ferrer
-
mod_muc_inject_mentions: Refactor code using in_list utility function to improve readability2020-09-28, by Seve Ferrer
-
Merge2020-09-26, by Kim Alvefur
-
mod_conversejs: Generate 'assets_path' to fix locating certain resources2020-09-25, by Kim Alvefur
-
Improve mod_firewall readme2020-09-21, by Christian Weiske
-
mod_cloud_notify: fix comment text2020-09-23, by tmolitor
-
mod_easy_invite: Highlight deprecation notice2020-09-21, by Kim Alvefur
-
mod_firewall: Update another chain name for consistency2020-09-21, by Matthew Wild
-
mod_firewall: Update chain name for consistency2020-09-21, by Matthew Wild
-
mod_conversejs: Enable serving resources from built-in http server2020-09-20, by Kim Alvefur
-
mod_firewall: Add jabberspam-simple-blocklist.pfw and spam-blocklists.pfw2020-09-20, by Matthew Wild
-
mod_muc_inject_mentions: Catch nicknames between new lines2020-09-20, by Seve Ferrer
-
mod_muc_inject_mentions: Allow suffixes to be used after a new line2020-09-20, by Seve Ferrer
-
mod_muc_inject_mentions: Allow suffixes to be used before a new line2020-09-20, by Seve Ferrer
-
mod_muc_inject_mentions: Allow preffixes to be used after a new line2020-09-20, by Seve Ferrer
-
mod_muc_inject_mentions: (W311) value assigned to variable _first is overwritten on line 104 before use2020-09-20, by Seve Ferrer
-
mod_muc_inject_mentions: (W211) unused variable node, (W211) unused variable host2020-09-20, by Seve Ferrer
-
mod_muc_inject_mentions: (W213) unused loop variable i2020-09-20, by Seve Ferrer
-
mod_muc_inject_mentions: Publish module to repository2020-09-20, by Seve Ferrer
-
mod_muc_search: Some changes predating version control2018-08-17, by Kim Alvefur
-
mod_muc_search: Implementation of the search.jabber.network XMPP API2018-08-17, by Kim Alvefur
-
mod_invites_register_web: Include html resources in rock2020-09-15, by Kim Alvefur
-
mod_invites_page: Fix platform detection and don't show empty list of clients for unknown platforms2020-09-15, by Matthew Wild
-
mod_invites_page: Add alt text to invalid invite image2020-09-15, by Matthew Wild
-
mod_invites_page: Apply fixes from invite page to client URI page2020-09-15, by Matthew Wild
-
mod_invites_page: Remove h-100 that was preventing uri-cta from being tapped on Fennec (thanks meaz)2020-09-15, by Matthew Wild
-
mod_invites_page: Some HTML fixes to please the W3C validator2020-09-15, by Matthew Wild
-
mod_invites_page, mod_invites_register_web: Set correct Content-Type everywhere necessary2020-09-15, by Matthew Wild
-
mod_firewall: spam-blocking.pfw: allow subscription acks through2020-09-15, by Matthew Wild
-
mod_firewall: Add checkcerts option for HTTP lists, cert verification disabled when SNI unsupported2020-09-15, by Matthew Wild
-
mod_firewall: Add docs for list types and parameters2020-09-15, by Matthew Wild
-
mod_invites_page: Fix HTML syntax error2020-09-14, by Matthew Wild
-
mod_invites_page: Fix incorrect use of <button> (thanks Martin)2020-09-14, by Matthew Wild
-
mod_invites_page: Fix indentation and mismatched <div> tag (thanks Martin)2020-09-14, by Matthew Wild
-
mod_muc_occupant_id: remove Stage-Alpha label2020-09-14, by Maxime “pep” Buquet
-
mod_invites_register: Fix traceback for non-invite registrations2020-09-14, by Matthew Wild
-
mod_invites_register: Fix traceback on registration via other module (thanks franck)2020-09-14, by Kim Alvefur
-
mod_invites_register_web: Also add ip to user-registered2020-09-14, by Matthew Wild
-
mod_register_dnsbl: Handle missing session in user-registering event (thanks meaz)2020-09-14, by Matthew Wild
-
mod_invites_register_web: Include request.ip in user-registering event (thanks franck)2020-09-14, by Matthew Wild
-
mod_invites_page: Add Link header for URI with rel=alternate2020-09-14, by Matthew Wild
-
mod_invites_api: New module to create new invites over HTTP2020-09-13, by Matthew Wild
-
mod_register_apps: Prevent traceback if hide_apps is unset (thanks meaz)2020-09-12, by Kim Alvefur
-
mod_register_apps: Add site_apps_show and site_apps_hide options (thanks meaz)2020-09-12, by Matthew Wild
-
mod_invites_register_web: Fix traceback on missing query params2020-09-12, by Matthew Wild
-
mod_register_apps: Don't duplicate client entries on module reload2020-09-12, by Matthew Wild
-
mod_register_apps: Add missing docs2020-09-11, by Matthew Wild
-
various: Update dependencies2020-09-11, by Kim Alvefur
-
mod_invites_register_web: Remove dependency on mod_easy_invite2020-09-11, by Matthew Wild
-
mod_invites_page: Remove dependency on mod_invites_register_web2020-09-11, by Matthew Wild
-
mod_invites_register: New module to allow IBR with invite tokens2020-09-11, by Matthew Wild
-
various: Dependency metadata needs the mod_ prefix2020-09-11, by Kim Alvefur
-
various: Add some dependency metadata2020-09-11, by Kim Alvefur
-
mod_lastlog2: Fix reporting of IP address (thanks Ge0rG)2020-09-11, by Kim Alvefur
-
mod_lastlog2: Fix 'registered' event (Thanks Ge0rG)2020-09-11, by Kim Alvefur
-
mod_muc_media_metadata: Bootstrap warning box2020-09-11, by Kim Alvefur
-
mod_muc_media_metadata: Add alpha tag and experimental warning2020-09-11, by Matthew Wild
-
mod_invite: Add deprecation note and tag2020-09-11, by Matthew Wild
-
mod_easy_invite: Add deprecation note and tag2020-09-11, by Matthew Wild
-
mod_invites: Update documentation2020-09-11, by Matthew Wild
-
mod_invites: Absorb shell and prosodyctl commands from mod_easy_invite2020-09-11, by Matthew Wild
-
mod_http_libjs: Add compatibility with Prosody 0.11.x2020-09-11, by Matthew Wild
-
mod_invites_page: New module to generate landing page for invites2020-09-11, by Matthew Wild
-
mod_invites_register_web: New module to allow web registration with an invite token2020-09-11, by Matthew Wild
-
mod_invites_adhoc: New module to allow invite creation via ad-hoc commands (XEP-0401)2020-09-11, by Matthew Wild
-
mod_register_apps: Provides a configurable list of XMPP apps2020-09-10, by Matthew Wild
-
mod_easy_invite: Add a touch of dependency info2020-09-10, by Kim Alvefur
-
mod_muc_notifications: adapt to MUC get_name() API changes2020-09-08, by marc0s
-
mod_http_libjs: New module to serve common CSS/Javascript libraries2020-09-07, by Matthew Wild
-
mod_easy_invite: Rewrite prosodyctl command handler to support new features (from Snikket)2020-09-07, by Matthew Wild
-
mod_easy_invite: Allow account reset invites2020-09-07, by Matthew Wild
-
mod_easy_invite: Allow setting account roles from associated invite (from Snikket)2020-09-07, by Matthew Wild
-
mod_easy_invite: Add code comment (from Snikket)2020-09-07, by Matthew Wild
-
mod_easy_invite: Minor refactoring to begin merging additional changes from Snikket2020-09-07, by Matthew Wild
-
mod_invites: Fix potential traceback when invalid token used (from Snikket)2020-09-07, by Matthew Wild
-
mod_invites: Whitespace (from Snikket)2020-09-07, by Matthew Wild
-
mod_invites: Include invite type and uri in validated invites (from Snikket)2020-09-07, by Matthew Wild
-
mod_invites: Add API to create account reset invites (from Snikket)2020-09-07, by Matthew Wild
-
mod_invites: Allow inclusion of 'additional data' in invites (from Snikket)2020-09-07, by Matthew Wild
-
mod_http_upload: Log warning when loaded on user host2020-08-25, by Matthew Wild
-
mod_external_service: Include for users of older versions of Prosody2020-08-22, by Kim Alvefur
-
mod_muc_rai: Ignore presence to host that doesn't contain the <rai/> element2020-08-19, by Matthew Wild
-
mod_http_muc_log: Add a dark theme when the user asked for that.2020-08-18, by Emmanuel Gil Peyrot
-
mod_firewall: Fix example in README to use |host (thanks DebXWoody)2020-08-05, by Matthew Wild
-
mod_muc_markers: Add room JID to log message2020-08-05, by Matthew Wild
-
mod_http_upload/README: Fix typo (thanks bjoernb)2020-07-26, by Kim Alvefur
-
mod_rest/README: Remove last trace of older credential option2020-07-20, by Kim Alvefur
-
mod_rest/README: Mention OAuth2020-07-20, by Kim Alvefur
-
mod_rest/README: Describe use on VirtualHosts2020-07-20, by Kim Alvefur
-
mod_rest: Add support for form-encoded output2020-07-20, by Kim Alvefur
-
mod_muc_markers: replace configurable multi-marker tracking with better system2020-07-07, by Matthew Wild
-
mod_watch_spam_reports: Move stage from alpha to beta2020-07-07, by Martin Dosch
-
mod_watch_spam_reports: Add compatibility section2020-07-07, by Martin Dosch
-
mod_watch_spam_reports: Document dependency on mod_spam_reporting2020-07-07, by Martin Dosch
Scroll all the way down to load more.