Software /
code /
prosody-modules
Graph
-
mod_pubsub_hub: Use the correct MIME type for Atom feedsSun, 20 May 2018 17:09:10 +0200, by Kim Alvefur
-
mod_watchuntrusted: Add option for which message 'type' to use on notificationsSun, 20 May 2018 16:21:07 +0200, by Kim Alvefur
-
mod_http_authentication/README: Change name of config option to match the codeSun, 20 May 2018 03:43:38 +0200, by Kim Alvefur
-
mod_pubsub_post: Add an option for what to use as pubsub 'actor'Sun, 20 May 2018 03:03:59 +0200, by Kim Alvefur
-
mod_pubsub_post: Factor out the 'actor' into an argumentSun, 20 May 2018 02:56:48 +0200, by Kim Alvefur
-
mod_pubsub_post: Add support for publishing arbitrary JSONSun, 20 May 2018 00:00:33 +0200, by Kim Alvefur
-
mod_pubsub_post: Add support for posting Atom feeds, publishing each entrySun, 20 May 2018 00:04:41 +0200, by Kim Alvefur
-
mod_pubsub_post: Change to support arbitrary XML payloadsSat, 19 May 2018 23:56:39 +0200, by Kim Alvefur
-
mod_pubsub_post: Remove unused import [luacheck]Sat, 19 May 2018 23:54:05 +0200, by Kim Alvefur
-
mod_http_authentication: Replace 'Known issues' section with Compatibility since the issue referenced has been resolvedSat, 19 May 2018 23:43:23 +0200, by Kim Alvefur
-
mod_http_upload: Add an experimental prosodyctl command for expiring uploadsSat, 19 May 2018 23:52:19 +0200, by Kim Alvefur
-
mod_cloud_notify: remove useless counter (hardcode it to 1)Mon, 14 May 2018 20:17:49 +0200, by tmolitor
-
mod_privacy_lists: Convert order to a string before using as attribute value (thanks ValdikSS)Tue, 08 May 2018 17:59:02 +0100, by Matthew Wild
-
mod_pastebin: Fix loading on normal hosts (thanks ppmathis)Tue, 01 May 2018 01:59:14 +0200, by Kim Alvefur
-
mod_http_roster_admin: Add syntax highlighting hintsMon, 30 Apr 2018 01:49:59 +0200, by Kim Alvefur
-
mod_http_roster_admin: Add missing protocol docsSun, 29 Apr 2018 08:33:54 +0100, by Matthew Wild
-
mod_mam_muc/README: Clarify that only v0.5 of XEP-0313 is supported when used with Prosody 0.10.xTue, 17 Apr 2018 14:00:40 +0200, by Kim Alvefur
-
mod_http_dir_listing2: Add README based the one from mod_http_dir_listingMon, 16 Apr 2018 21:21:51 +0200, by Kim Alvefur
-
mod_http_dir_listing2: Sort file listing such that directories come before filesMon, 16 Apr 2018 21:18:51 +0200, by Kim Alvefur
-
mod_http_dir_listing2: Switch to util.interpolation for HTML renderingMon, 16 Apr 2018 21:18:47 +0200, by Kim Alvefur
-
mod_http_dir_listing2: Copy of mod_http_dir_listingMon, 16 Apr 2018 21:03:13 +0200, by Kim Alvefur
-
Initial commit of mod_slack_webhooks.Sun, 15 Apr 2018 08:45:43 -0700, by Nathan Whitehorn
-
mod_register_web: Handle errors contacting upstream APISun, 15 Apr 2018 12:39:32 +0100, by Matthew Wild
-
mod_conversejs: Offer the current domain if registration is enabled to skip the server selection and improve UXSat, 07 Apr 2018 01:41:01 +0200, by Kim Alvefur
-
mod_net_proxy: Fixed errors when connection with nil ip is being processedThu, 05 Apr 2018 19:08:46 +0200, by Pascal Mathis
-
mod_firewall: Handle unsubcription action correctly (fixes #1119)Wed, 04 Apr 2018 21:40:08 +0200, by Kim Alvefur
-
mod_component_http: Fix parameter order, see Prosody trunk e2919978673e for more infoWed, 04 Apr 2018 21:59:00 +0100, by Matthew Wild
-
mod_query_client_ver: Add a READMEWed, 04 Apr 2018 16:43:35 +0200, by Kim Alvefur
-
mod_query_client_ver: Use the module name as adhoc command node (mistakenly not changed after copying from mod_ping)Wed, 04 Apr 2018 16:43:22 +0200, by Kim Alvefur
-
mod_query_client_ver: Restrict adhoc command to local adminsWed, 04 Apr 2018 16:36:58 +0200, by Kim Alvefur
-
mod_query_client_ver: Fix check for sessions on the current hostWed, 04 Apr 2018 16:32:51 +0200, by Kim Alvefur
-
mod_query_client_ver: Add a simple adhoc command that queries all currently connected clientsWed, 04 Apr 2018 16:31:44 +0200, by Kim Alvefur
-
mod_post_msg: Add support for a JSON based format similar to what mod_component_http usesWed, 04 Apr 2018 15:55:09 +0200, by Kim Alvefur
-
mod_post_msg/README: Document how authentication is performedWed, 04 Apr 2018 15:54:30 +0200, by Kim Alvefur
-
mod_post_msg/README: Describe the URL formatWed, 04 Apr 2018 15:52:16 +0200, by Kim Alvefur
-
mod_post_msg/README: Clarify 'body' fieldsWed, 04 Apr 2018 15:50:52 +0200, by Kim Alvefur
-
mod_post_msg/README: Update Introduction textWed, 04 Apr 2018 15:50:13 +0200, by Kim Alvefur
-
mod_post_msg/README: Document the payload formatsWed, 04 Apr 2018 15:44:29 +0200, by Kim Alvefur
-
mod_post_msg/README: Normalize markdown syntaxWed, 04 Apr 2018 15:36:47 +0200, by Kim Alvefur
-
mod_post_msg/README: Reword about borrowingWed, 04 Apr 2018 15:35:27 +0200, by Kim Alvefur
-
mod_post_msg/README: Remove author, it's in the vcs metadataWed, 04 Apr 2018 15:35:04 +0200, by Kim Alvefur
-
mod_conversejs: Specify a charset on script tag to prevent Browser from guessingMon, 02 Apr 2018 16:15:24 +0200, by Kim Alvefur
-
mod_http_upload_external: Fix syntax error in share.phpMon, 02 Apr 2018 15:00:57 +0100, by Matthew Wild
-
mod_http_upload_external: Add newer 'v2' protocol (and share_v2.php) which supports content-type preservationMon, 02 Apr 2018 10:57:17 +0100, by Matthew Wild
-
mod_http_upload_external: share.php example: Add CSP headersMon, 02 Apr 2018 10:52:32 +0100, by Matthew Wild
-
Implement dummy body message to indicate high priority pushSun, 01 Apr 2018 23:24:33 +0200, by tmolitor
-
mod_net_proxy: Added missing return when detecting unparseable PROXYv1 source addressSun, 01 Apr 2018 22:43:15 +0200, by Pascal Mathis
-
mod_net_proxy: Updated HAProxy example configuration to listen on v4+v6Sun, 01 Apr 2018 22:41:40 +0200, by Pascal Mathis
-
mod_delay: Improve the README’s descriptionSat, 31 Mar 2018 22:16:35 +0200, by Emmanuel Gil Peyrot
-
mod_http_upload_external: Use a more widespread method to obtain Content-Length (thanks Yves)Fri, 30 Mar 2018 21:00:15 +0200, by Emmanuel Gil Peyrot
-
mod_http_logging: Fix typo [luacheck]Fri, 30 Mar 2018 13:41:56 +0200, by Kim Alvefur
-
mod_migrate: Mention the possible need to supply the list of usersFri, 30 Mar 2018 13:40:50 +0200, by Kim Alvefur
-
mod_http_logging: Wrap API for sending data from file handlesFri, 30 Mar 2018 13:40:06 +0200, by Kim Alvefur
-
mod_http_logging: Be robust against missing connection objectFri, 30 Mar 2018 13:37:39 +0200, by Kim Alvefur
-
mod_http_logging: Use 'ip' field provided by mod_http if availableFri, 30 Mar 2018 13:36:38 +0200, by Kim Alvefur
-
mod_http_logging: Factor out body length calculationFri, 30 Mar 2018 13:35:43 +0200, by Kim Alvefur
-
mod_http_logging: Factor out logging into a function for future reuseFri, 30 Mar 2018 13:34:15 +0200, by Kim Alvefur
-
mod_net_proxy: Fixed small indentation mistake in docsThu, 29 Mar 2018 22:07:18 +0200, by Pascal Mathis
-
mod_net_proxy: Added proxy_trusted_proxies for whitelisting incoming connectionsWed, 28 Mar 2018 20:47:41 +0200, by Pascal Mathis
-
mod_net_proxy: Adjusted log level of errors triggered by remote connections to 'warn'Wed, 28 Mar 2018 19:03:10 +0200, by Pascal Mathis
-
mod_net_proxy: Automatically listen on all mapped ports if proxy_ports was not configuredWed, 28 Mar 2018 19:00:13 +0200, by Pascal Mathis
-
Rename to README.markdownWed, 28 Mar 2018 00:02:37 +0200, by JC Brand
-
mod_net_proxy: Fixed example configuration for HAProxyTue, 27 Mar 2018 22:31:59 +0200, by Pascal Mathis
-
mod_component_http: Fix to use module:send() instead of origin.send() (thanks Wiktor)Tue, 27 Mar 2018 11:36:25 +0100, by Matthew Wild
-
Merge commitTue, 27 Mar 2018 10:51:25 +0200, by JC Brand
-
New HMAC token authentication module for Prosody.Tue, 27 Mar 2018 10:48:04 +0200, by JC Brand
-
mod_http_logging: Add some short documentationTue, 27 Mar 2018 09:56:01 +0200, by Kim Alvefur
-
mod_component_http/README: Include language tag in example to enable syntax highlighting in rendered versionMon, 26 Mar 2018 16:17:00 +0200, by Kim Alvefur
-
mod_component_http: Update README to include config snippet exampleMon, 26 Mar 2018 14:01:00 +0100, by Matthew Wild
-
mod_component_http: Fix some [luacheck] warningsMon, 26 Mar 2018 13:56:18 +0100, by Matthew Wild
-
mod_component_http: Fix headings in READMEMon, 26 Mar 2018 13:52:38 +0100, by Matthew Wild
-
mod_component_http: Allow implementing a component over HTTPMon, 26 Mar 2018 13:49:13 +0100, by Matthew Wild
-
mod_mam_muc: Advertise mam:1 instead of mam:2 if not using new MUC code [fixes #1118]Mon, 26 Mar 2018 08:05:22 +0100, by Matthew Wild
-
mod_http_upload/README: Point at mod_http_upload_externalSun, 25 Mar 2018 20:31:33 +0200, by Kim Alvefur
-
mod_http_upload: Include the current VirtualHost name in greeting to help with debuggingSun, 25 Mar 2018 20:27:14 +0200, by Kim Alvefur
-
mod_csi_battery_saver: Remove whitespace only linesFri, 23 Mar 2018 22:38:46 +0100, by Michel Le Bihan
-
mod_checkcerts: Fixed luacheck warningsFri, 23 Mar 2018 21:55:32 +0100, by Michel Le Bihan
-
mod_muc_gc10: Catch joins correctly (thanks Ge0rG)Thu, 22 Mar 2018 16:16:07 +0100, by Kim Alvefur
-
mod_minimix/README: Normalize markdown syntaxThu, 22 Mar 2018 14:44:29 +0100, by Kim Alvefur
-
mod_minimix/README: Fix typo (thanks porrier)Thu, 22 Mar 2018 14:44:10 +0100, by Kim Alvefur
-
mod_minimix: Experiment in account-based MUC joinsThu, 22 Mar 2018 14:33:46 +0100, by Kim Alvefur
-
mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocolThu, 22 Mar 2018 14:28:27 +0100, by Kim Alvefur
-
mod_http_upload_external: Use correct namespace (thanks Wiktor)Thu, 22 Mar 2018 12:32:02 +0100, by Kim Alvefur
-
mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some casesSun, 18 Mar 2018 22:39:42 +0100, by Kim Alvefur
-
mod_smacks: Ensure stanza count attributes are always strings (thanks Martin)Sat, 17 Mar 2018 12:58:37 +0000, by Matthew Wild
-
README: Remove text about 0.8 compatibility repoSat, 17 Mar 2018 10:49:15 +0100, by Kim Alvefur
-
mod_net_proxy: Fixed luacheck warningsFri, 16 Mar 2018 21:17:50 +0100, by Pascal Mathis
-
mod_conversejs: Pass information about if and how of account registrationFri, 16 Mar 2018 20:35:14 +0100, by Kim Alvefur
-
mod_conversejs: Pass current domain as 'default_domain'Fri, 16 Mar 2018 20:32:35 +0100, by Kim Alvefur
-
mod_net_proxy: Fixed typo in example HAProxy configuration within READMEThu, 15 Mar 2018 23:44:35 +0100, by Pascal Mathis
-
mod_net_proxy: Fixed backwards compatibility to Prosody 0.10Thu, 15 Mar 2018 21:39:46 +0100, by Pascal Mathis
-
mod_net_proxy: New module implementing PROXY protocol versions 1 and 2Thu, 15 Mar 2018 15:26:30 +0100, by Pascal Mathis
-
mod_register_web: Pass username to generate_register_responseTue, 13 Mar 2018 21:12:21 +0100, by Michel Le Bihan
-
mod_firewall: Add special case for $local zone (fixes #1090)Mon, 12 Mar 2018 12:26:15 +0100, by Kim Alvefur
-
mod_http_index: Sort list of HTTP applications by nameSat, 10 Mar 2018 05:01:15 +0100, by Kim Alvefur
-
mod_http_index: Remove unused style ruleSat, 10 Mar 2018 05:00:28 +0100, by Kim Alvefur
-
mod_register_web: Remove unused variables [luacheck]Sat, 10 Mar 2018 02:48:07 +0100, by Kim Alvefur
-
mod_register_web: Remove username and password from form data and provide the rest in pre-registration eventSat, 10 Mar 2018 02:44:27 +0100, by Kim Alvefur
-
mod_register_web: Return reason for rejection if one was provided by another plugin during pre-registration checksSat, 10 Mar 2018 02:39:54 +0100, by Kim Alvefur
-
mod_register_web: Include IP address in pre-registration check event to allow other modules a chance to act on itSat, 10 Mar 2018 02:38:42 +0100, by Kim Alvefur
-
mod_conversejs: Hack in support for changing the CSS if InVerse mode is enabledSat, 10 Mar 2018 00:49:06 +0100, by Kim Alvefur
-
mod_conversejs/README: Add compatibility sectionSat, 10 Mar 2018 00:05:46 +0100, by Kim Alvefur
-
mod_conversejs: Allow passing arbitrary options trough to Converse.jsSat, 10 Mar 2018 00:05:30 +0100, by Kim Alvefur
-
mod_conversejs/README: Expand config sectionSat, 10 Mar 2018 00:04:47 +0100, by Kim Alvefur
-
mod_storage_xmlarchive: Add additional debug loggingFri, 09 Mar 2018 21:58:47 +0100, by Kim Alvefur
-
mod_firewall: Add PENDING SUBSCRIPTION FROM SENDER? conditionFri, 09 Mar 2018 13:35:44 +0000, by Matthew Wild
-
mod_firewall: Add UNSBSCRIBE SENDER actionFri, 09 Mar 2018 13:35:11 +0000, by Matthew Wild
-
[mod_mam] Fix hook priority for local clients, too (see also commit 2af42a3af131)Wed, 07 Mar 2018 22:21:43 +0100, by tmolitor
-
mod_inject_ecaps2: Check for unset presenceWed, 07 Mar 2018 20:47:27 +0100, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Improve the debug message to include the recipientWed, 07 Mar 2018 20:17:56 +0100, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Don’t answer if the target session isn’t onlineWed, 07 Mar 2018 20:15:20 +0100, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Return if calculating the hash failedWed, 07 Mar 2018 20:13:48 +0100, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Rename the Lua file correctlyWed, 07 Mar 2018 19:40:20 +0100, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Add Lua 5.1 compatibility by replacing \xHEX with \DECIMAL in stringsWed, 07 Mar 2018 19:39:52 +0100, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: New module adding support for XEP-0390 to all local clients supporting XEP-0115Wed, 07 Mar 2018 19:30:42 +0100, by Emmanuel Gil Peyrot
-
luacheckrc: Forget about the _M globalWed, 07 Mar 2018 18:15:31 +0100, by Kim Alvefur
-
luacheckrc: Assign module.environment to section for writable globalsWed, 07 Mar 2018 18:11:50 +0100, by Kim Alvefur
-
luacheckrc: Rearrange options to be closer to the order used in main prosody repoWed, 07 Mar 2018 18:11:08 +0100, by Kim Alvefur
-
mod_cache_c2s_caps: Use prosody.full_sessions instead of _G.full_sessions (thanks luacheck)Wed, 07 Mar 2018 17:42:38 +0100, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Remove unused variable (thanks luacheck)Wed, 07 Mar 2018 17:41:40 +0100, by Emmanuel Gil Peyrot
-
mod_cache_c2s_caps: Remove unused import (thanks luacheck)Wed, 07 Mar 2018 17:41:22 +0100, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: New module answering disco#info queries on the behalf of the recipientWed, 07 Mar 2018 17:11:49 +0100, by Emmanuel Gil Peyrot
-
mod_cache_c2s_caps: New module caching capabilities from local clientsWed, 07 Mar 2018 17:11:12 +0100, by Emmanuel Gil Peyrot
-
mod_firewall/definitions: Comments on LIST backendsTue, 06 Mar 2018 18:24:34 +0100, by Kim Alvefur
-
mod_muc_eventsource: validate node with nodeprepFri, 23 Feb 2018 20:53:28 +0200, by Senya
-
mod_log_slow_events: Add READMETue, 27 Feb 2018 14:02:26 +0000, by Matthew Wild
-
mod_register_dnsbl_firewall_mark: Another copy of DNSBL module, this time creating "user marks" for mod_firewallSat, 24 Feb 2018 21:42:54 +0100, by Kim Alvefur
-
mod_firewall: Add experimental user-centric persistent marks behind a feature flagSat, 24 Feb 2018 21:40:56 +0100, by Kim Alvefur
-
mod_s2s_blacklist: Don't send error replies for error stanzasSat, 24 Feb 2018 19:38:10 +0100, by Kim Alvefur
-
mod_register_dnsbl: Add support for IPv6 DNSBLFri, 23 Feb 2018 22:00:18 +0100, by Kim Alvefur
-
mod_register_dnsbl: Use util.net for IP address parsingFri, 23 Feb 2018 21:59:28 +0100, by Kim Alvefur
-
mod_register_dnsbl: Use async support in trunk to actually block registration if a positive match is found in the DNSBLFri, 23 Feb 2018 21:56:42 +0100, by Kim Alvefur
-
mod_register_dnsbl_warn: Copy mod_register_dnsblFri, 23 Feb 2018 21:50:47 +0100, by Kim Alvefur
-
luacheckrc: Remove has_feature and has_identity before someone decides to use themFri, 23 Feb 2018 17:17:50 +0100, by Kim Alvefur
-
Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …)Sat, 17 Feb 2018 08:42:10 +0100, by Emmanuel Gil Peyrot
-
Return 401 with correct realm when no user/pass is providedTue, 20 Feb 2018 17:30:17 +0100, by Nicolas Cedilnik
-
mod_limits: Add debug logging just before we feed data into streamTue, 20 Feb 2018 14:59:03 +0000, by Matthew Wild
-
mod_http_auth_check: New HTTP module to test user credentialsTue, 20 Feb 2018 12:57:44 +0000, by Nicolas Cedilnik
-
mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSEMon, 19 Feb 2018 22:17:38 +0000, by Matthew Wild
-
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)Fri, 16 Feb 2018 07:54:35 +0100, by Kim Alvefur
-
mod_onions: Fix unqualified use of debug.tracebackFri, 16 Feb 2018 04:36:41 +0100, by Kim Alvefur
-
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creationFri, 16 Feb 2018 04:33:13 +0100, by Kim Alvefur
-
mod_jid_prep/README: Markup linkFri, 16 Feb 2018 04:32:18 +0100, by Kim Alvefur
-
mod_conversejs: Add a readmeFri, 16 Feb 2018 03:52:51 +0100, by Kim Alvefur
-
mod_http_upload_external: add support for XEP-0363 version 0.3Sun, 11 Feb 2018 16:11:17 +0100, by Jonas Wielicki
-
README files: Fix typosSun, 04 Feb 2018 16:05:27 +0100, by Kim Alvefur
-
mod_statsd: Fix typo in comment [codespell]Sun, 04 Feb 2018 16:01:37 +0100, by Kim Alvefur
-
mod_sms_clickatell: Fix typo in comment [codespell]Sun, 04 Feb 2018 16:00:51 +0100, by Kim Alvefur
-
mod_onions: Fix typo [codespell]Sun, 04 Feb 2018 16:00:13 +0100, by Kim Alvefur
-
mod_data_access: Fix typo in comment [codespell]Sun, 04 Feb 2018 15:59:52 +0100, by Kim Alvefur
-
mod_admin_web: Fix typo in comment [codespell]Sun, 04 Feb 2018 15:58:09 +0100, by Kim Alvefur
-
mod_adhoc_groups: Fix typos [codespell]Sun, 04 Feb 2018 15:57:52 +0100, by Kim Alvefur
-
mod_s2s_auth_dane: Fix typo in comment [codespell]Sun, 04 Feb 2018 15:55:07 +0100, by Kim Alvefur
-
mod_auth_custom_http: fix documentation config exampleThu, 01 Feb 2018 10:58:19 +0200, by Senya
-
mod_auth_custom_http: Fix json.encode impoper referenceWed, 31 Jan 2018 22:15:27 +0200, by Senya
-
mod_xhtmlim: Fix scheme check (thanks wiktor)Tue, 30 Jan 2018 20:04:55 +0100, by Kim Alvefur
-
mod_xhtmlim: Attempts to sanitize XMTML-IM messagesTue, 30 Jan 2018 18:49:09 +0100, by Kim Alvefur
-
mod_pep_vcard_avatar: Don't set avatar hash if already setFri, 26 Jan 2018 19:00:22 +0100, by Michel Le Bihan
-
Fix typo in config (thanks, kousu)Fri, 12 Jan 2018 09:01:25 +0100, by Jonas Wielicki
-
mod_pep_vcard_avatar: annouce avatar hash in presence if client does notThu, 04 Jan 2018 11:41:54 +0100, by Daniel Gultsch
-
mod_auth_dovecot: Disable debug logging (sensitive data being sent)Thu, 04 Jan 2018 05:03:00 +0100, by Kim Alvefur
-
mod_registration_oob_url: inital commit. simple/straight forward module to advertise oob registration urlWed, 03 Jan 2018 15:19:55 +0100, by Daniel Gultsch
-
mod_firewall: Trim trailing whitespace [luacheck]Wed, 03 Jan 2018 07:49:22 +0100, by Kim Alvefur
-
mod_omemo_all_access: fixed some linter warningsSun, 31 Dec 2017 13:15:53 +0100, by Daniel Gultsch
-
mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)Sat, 30 Dec 2017 23:53:41 +0100, by Kim Alvefur
-
mod_omemo_all_access: initial commit. disable access control for all omemo related PEP nodesFri, 29 Dec 2017 16:28:47 +0100, by Daniel Gultsch
-
mod_storage_xmlarchive/README: Fix typoThu, 28 Dec 2017 22:34:41 +0100, by Kim Alvefur
-
mod_storage_xmlarchive/README: Add description of how data is storedThu, 28 Dec 2017 22:30:56 +0100, by Kim Alvefur
-
mod_pep_plus: Remove, doesn't work reliably outside of current trunk (closes #1049)Fri, 08 Dec 2017 21:14:10 +0100, by Kim Alvefur
-
mod_firewall/test: Import the ltn12 library correctlyTue, 05 Dec 2017 21:04:35 +0100, by Kim Alvefur
-
"Export" get_user from mod_auth_ldapTue, 05 Dec 2017 20:37:07 +0100, by Jonas Wielicki
-
mod_log_slow_events: Also catch global eventsTue, 21 Nov 2017 23:01:20 +0100, by Kim Alvefur
-
mod_log_slow_events: Turn into a shared module (fixes http events being logged multiple times)Tue, 21 Nov 2017 23:00:21 +0100, by Kim Alvefur
-
mod_adhoc_groups: Allow users to create and join roster groupsTue, 21 Nov 2017 16:58:50 +0100, by Kim Alvefur
-
mod_adhoc_groups: Copy from mod_roster_allinallTue, 21 Nov 2017 15:01:18 +0100, by Kim Alvefur
-
mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet daysTue, 21 Nov 2017 10:30:35 +0100, by Kim Alvefur
-
mod_http_muc_log: Check that there are timestamps to work withTue, 21 Nov 2017 00:48:05 +0100, by Kim Alvefur
-
mod_http_muc_log: Lazy nex/prev link generationTue, 21 Nov 2017 00:46:00 +0100, by Kim Alvefur
-
mod_http_muc_log: Fix the best commentTue, 21 Nov 2017 00:45:23 +0100, by Kim Alvefur
-
mod_http_muc_log: Remove redundant else clausesTue, 21 Nov 2017 00:06:59 +0100, by Kim Alvefur
-
mod_http_muc_log: Parse date out of path onceTue, 21 Nov 2017 00:02:58 +0100, by Kim Alvefur
-
mod_http_muc_log: Reword "back" linksMon, 20 Nov 2017 20:47:38 +0100, by Kim Alvefur
-
mod_http_muc_log: Return a 404 page if there are no messages to derive a time span fromSat, 18 Nov 2017 20:44:47 +0100, by Kim Alvefur
-
mod_http_muc_log: Remove this one weird whitespaceSat, 18 Nov 2017 20:42:18 +0100, by Kim Alvefur
-
mod_http_muc_log: Round down timestamps to midnight in order to fix an off by one issue (thanks asterix)Sat, 18 Nov 2017 20:39:31 +0100, by Kim Alvefur
-
mod_http_muc_log: Add a function for rounding timestamps down to midnightSat, 18 Nov 2017 20:38:30 +0100, by Kim Alvefur
-
mod_mam_muc: Warn if the storage driver is missing the deletion API (instead of a traceback) (thanks asterix)Sat, 18 Nov 2017 13:55:47 +0100, by Kim Alvefur
-
mod_auth_external: Make sure processes are killed when Prosody shuts downSat, 18 Nov 2017 01:01:59 +0100, by Kim Alvefur
-
mod_mam_muc: Add comment describing stripping of <x> tag in resultsSat, 18 Nov 2017 00:47:44 +0100, by Kim Alvefur
-
mod_mam_muc: Pass along the size of the matching set, if returned from storage driverSat, 18 Nov 2017 00:47:00 +0100, by Kim Alvefur
-
mod_mam_muc: Copy max_archive_query_results option from mod_mamSat, 18 Nov 2017 00:46:44 +0100, by Kim Alvefur
-
mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)Sat, 18 Nov 2017 00:37:42 +0100, by Kim Alvefur
Scroll all the way down to load more.