Log

description author age
mod_onions: Fix unqualified use of debug.traceback Kim Alvefur Fri, 16 Feb 2018 04:36:41 +0100
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation Kim Alvefur Fri, 16 Feb 2018 04:33:13 +0100
mod_jid_prep/README: Markup link Kim Alvefur Fri, 16 Feb 2018 04:32:18 +0100
mod_conversejs: Add a readme Kim Alvefur Fri, 16 Feb 2018 03:52:51 +0100
mod_http_upload_external: add support for XEP-0363 version 0.3 Jonas Wielicki Sun, 11 Feb 2018 16:11:17 +0100
README files: Fix typos Kim Alvefur Sun, 04 Feb 2018 16:05:27 +0100
mod_statsd: Fix typo in comment [codespell] Kim Alvefur Sun, 04 Feb 2018 16:01:37 +0100
mod_sms_clickatell: Fix typo in comment [codespell] Kim Alvefur Sun, 04 Feb 2018 16:00:51 +0100
mod_onions: Fix typo [codespell] Kim Alvefur Sun, 04 Feb 2018 16:00:13 +0100
mod_data_access: Fix typo in comment [codespell] Kim Alvefur Sun, 04 Feb 2018 15:59:52 +0100
mod_admin_web: Fix typo in comment [codespell] Kim Alvefur Sun, 04 Feb 2018 15:58:09 +0100
mod_adhoc_groups: Fix typos [codespell] Kim Alvefur Sun, 04 Feb 2018 15:57:52 +0100
mod_s2s_auth_dane: Fix typo in comment [codespell] Kim Alvefur Sun, 04 Feb 2018 15:55:07 +0100
mod_auth_custom_http: fix documentation config example Senya Thu, 01 Feb 2018 10:58:19 +0200
mod_auth_custom_http: Fix json.encode impoper reference Senya Wed, 31 Jan 2018 22:15:27 +0200
mod_xhtmlim: Fix scheme check (thanks wiktor) Kim Alvefur Tue, 30 Jan 2018 20:04:55 +0100
mod_xhtmlim: Attempts to sanitize XMTML-IM messages Kim Alvefur Tue, 30 Jan 2018 18:49:09 +0100
mod_pep_vcard_avatar: Don't set avatar hash if already set Michel Le Bihan Fri, 26 Jan 2018 19:00:22 +0100
Fix typo in config (thanks, kousu) Jonas Wielicki Fri, 12 Jan 2018 09:01:25 +0100
mod_pep_vcard_avatar: annouce avatar hash in presence if client does not Daniel Gultsch Thu, 04 Jan 2018 11:41:54 +0100
mod_auth_dovecot: Disable debug logging (sensitive data being sent) Kim Alvefur Thu, 04 Jan 2018 05:03:00 +0100
mod_registration_oob_url: inital commit. simple/straight forward module to advertise oob registration url Daniel Gultsch Wed, 03 Jan 2018 15:19:55 +0100
mod_firewall: Trim trailing whitespace [luacheck] Kim Alvefur Wed, 03 Jan 2018 07:49:22 +0100
mod_omemo_all_access: fixed some linter warnings Daniel Gultsch Sun, 31 Dec 2017 13:15:53 +0100
mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052) Kim Alvefur Sat, 30 Dec 2017 23:53:41 +0100
mod_omemo_all_access: initial commit. disable access control for all omemo related PEP nodes Daniel Gultsch Fri, 29 Dec 2017 16:28:47 +0100
mod_storage_xmlarchive/README: Fix typo Kim Alvefur Thu, 28 Dec 2017 22:34:41 +0100
mod_storage_xmlarchive/README: Add description of how data is stored Kim Alvefur Thu, 28 Dec 2017 22:30:56 +0100
mod_pep_plus: Remove, doesn't work reliably outside of current trunk (closes #1049) Kim Alvefur Fri, 08 Dec 2017 21:14:10 +0100
mod_firewall/test: Import the ltn12 library correctly Kim Alvefur Tue, 05 Dec 2017 21:04:35 +0100
"Export" get_user from mod_auth_ldap Jonas Wielicki Tue, 05 Dec 2017 20:37:07 +0100
mod_log_slow_events: Also catch global events Kim Alvefur Tue, 21 Nov 2017 23:01:20 +0100
mod_log_slow_events: Turn into a shared module (fixes http events being logged multiple times) Kim Alvefur Tue, 21 Nov 2017 23:00:21 +0100
mod_adhoc_groups: Allow users to create and join roster groups Kim Alvefur Tue, 21 Nov 2017 16:58:50 +0100
mod_adhoc_groups: Copy from mod_roster_allinall Kim Alvefur Tue, 21 Nov 2017 15:01:18 +0100
mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet days Kim Alvefur Tue, 21 Nov 2017 10:30:35 +0100
mod_http_muc_log: Check that there are timestamps to work with Kim Alvefur Tue, 21 Nov 2017 00:48:05 +0100
mod_http_muc_log: Lazy nex/prev link generation Kim Alvefur Tue, 21 Nov 2017 00:46:00 +0100
mod_http_muc_log: Fix the best comment Kim Alvefur Tue, 21 Nov 2017 00:45:23 +0100
mod_http_muc_log: Remove redundant else clauses Kim Alvefur Tue, 21 Nov 2017 00:06:59 +0100
mod_http_muc_log: Parse date out of path once Kim Alvefur Tue, 21 Nov 2017 00:02:58 +0100
mod_http_muc_log: Reword "back" links Kim Alvefur Mon, 20 Nov 2017 20:47:38 +0100
mod_http_muc_log: Return a 404 page if there are no messages to derive a time span from Kim Alvefur Sat, 18 Nov 2017 20:44:47 +0100
mod_http_muc_log: Remove this one weird whitespace Kim Alvefur Sat, 18 Nov 2017 20:42:18 +0100
mod_http_muc_log: Round down timestamps to midnight in order to fix an off by one issue (thanks asterix) Kim Alvefur Sat, 18 Nov 2017 20:39:31 +0100
mod_http_muc_log: Add a function for rounding timestamps down to midnight Kim Alvefur Sat, 18 Nov 2017 20:38:30 +0100
mod_mam_muc: Warn if the storage driver is missing the deletion API (instead of a traceback) (thanks asterix) Kim Alvefur Sat, 18 Nov 2017 13:55:47 +0100
mod_auth_external: Make sure processes are killed when Prosody shuts down Kim Alvefur Sat, 18 Nov 2017 01:01:59 +0100
mod_mam_muc: Add comment describing stripping of <x> tag in results Kim Alvefur Sat, 18 Nov 2017 00:47:44 +0100
mod_mam_muc: Pass along the size of the matching set, if returned from storage driver Kim Alvefur Sat, 18 Nov 2017 00:47:00 +0100
mod_mam_muc: Copy max_archive_query_results option from mod_mam Kim Alvefur Sat, 18 Nov 2017 00:46:44 +0100
mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke) Kim Alvefur Sat, 18 Nov 2017 00:37:42 +0100
mod_auth_external: Silence warnings about unused arguments [luacheck] Kim Alvefur Sat, 18 Nov 2017 00:36:22 +0100
mod_auth_external: Remove duplicated local variable [luacheck] Kim Alvefur Sat, 18 Nov 2017 00:35:36 +0100
mod_auth_external: Split long lines [luacheck] Kim Alvefur Sat, 18 Nov 2017 00:34:47 +0100
mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view Kim Alvefur Fri, 17 Nov 2017 16:30:53 +0100
mod_storage_muc_log: Signal store being empty correctly Kim Alvefur Wed, 15 Nov 2017 22:21:14 +0100
mod_migrate: Fix missing mod_ prefix in invocation example (thanks asterix) Kim Alvefur Wed, 15 Nov 2017 21:08:53 +0100
mod_http_upload_external: add Python service implementation Jonas Wielicki Wed, 15 Nov 2017 17:29:55 +0100
mod_storage_muc_log: Tweak README Kim Alvefur Wed, 15 Nov 2017 16:26:56 +0100