Log

description author age
mod_mamsub: Experimental implementation of MAM subscriptions Kim Alvefur Mon, 18 May 2015 03:27:08 +0200
mod_mam: Fire event on successful storage of message Kim Alvefur Mon, 18 May 2015 03:03:42 +0200
mod_profile: Return error on storage error, don't attempt to migrate from old storage Kim Alvefur Mon, 18 May 2015 02:58:17 +0200
mod_profile: Explicitly return true from handlers, session.send can return nil under some conditions Kim Alvefur Mon, 18 May 2015 02:56:41 +0200
mod_profile: Don't use import() Kim Alvefur Mon, 18 May 2015 02:55:39 +0200
mod_storage_xmlarchive: Store timestamps in text form, I don't trust numeric timestamps in Lua Kim Alvefur Mon, 18 May 2015 02:46:41 +0200
mod_storage_xmlarchive: Optimize access to variables used in inner loop Kim Alvefur Mon, 18 May 2015 02:45:49 +0200
mod_storage_xmlarchive: Code is annoying to read when every other line is 'if not ok then return' Kim Alvefur Mon, 18 May 2015 02:44:41 +0200
mod_storage_xmlarchive: This module only supports storage of stanzas, log a warning about attempts to do otherwise Kim Alvefur Mon, 18 May 2015 02:43:34 +0200
mod_storage_xmlarchive: The last :seek() should return something truish, if not, don't ignore Kim Alvefur Mon, 18 May 2015 02:33:43 +0200
mod_mam: There are other storage backends that support archives now Kim Alvefur Sun, 17 May 2015 17:17:26 +0200
mod_adhoc_blacklist: Fix traceback if blacklist is empty Kim Alvefur Sat, 16 May 2015 14:46:29 +0200
mod_admin_blocklist: Prevents s2s connections to/from domains blocked by a local admin using mod_blocklist (0.10+) Kim Alvefur Thu, 14 May 2015 00:34:00 +0200
mod_adhoc_blacklist: Provides the Edit Blacklist command described in XEP-0133 and uses this to block s2s connections Kim Alvefur Thu, 14 May 2015 00:33:32 +0200
mod_smacks: Handle the read timeout event (0.10+ only) and send an ack request, close the connection the second time if unanswerd Kim Alvefur Mon, 11 May 2015 15:07:52 +0200
mod_smacks: Handle unacked messages in s2s queues Kim Alvefur Mon, 11 May 2015 14:33:37 +0200
mod_smacks_offline: Only deal with authenticated (c2s) sessions Kim Alvefur Mon, 11 May 2015 14:32:37 +0200
mod_storage_xmlarchive: Increase severity of log message regarding unexpected missing items Kim Alvefur Mon, 11 May 2015 14:29:58 +0200
mod_storage_xmlarchive: Remove overly verbose debug message Kim Alvefur Mon, 11 May 2015 14:29:18 +0200
mod_storage_xmlarchive: Adjust wording in log message Kim Alvefur Mon, 11 May 2015 14:29:00 +0200
mod_storage_xmlarchive: Attempt to recover after parse failures Kim Alvefur Mon, 11 May 2015 14:17:35 +0200
mod_storage_xmlarchive: Improve logging of parse errors Kim Alvefur Mon, 11 May 2015 14:16:23 +0200
Merge with Goffi Kim Alvefur Thu, 07 May 2015 23:39:54 +0200
mod_delegation: managing_ent_* now stop event propagation + forwarded <iq/> xmlns check Goffi Thu, 07 May 2015 22:40:58 +0200
mod_delegation: fixed bad handling of error replies from managing entity Goffi Mon, 04 May 2015 18:44:00 +0200
mod_delegation: fixed namespace of <forwarded/> child element, as specified in XEP-0297 Goffi Mon, 04 May 2015 18:43:17 +0200
mod_delegation: handling of error replies from managing entities after forward. Goffi Sun, 03 May 2015 17:50:16 +0200
mod_delegation: original stanza is now cached outside of ns_data, so it can be accessed without knowing the namespace. Goffi Sun, 03 May 2015 17:46:49 +0200
mod_delegation: removed invalid error replies to iq result. Goffi Sun, 03 May 2015 17:43:12 +0200
mod_delegation: added 'iq/bare' to hooked events. Goffi Sun, 03 May 2015 17:27:37 +0200
mod_delegation: reset features/identities/extensions before doing a disco nesting Goffi Sat, 18 Apr 2015 00:13:10 +0200
mod_delegation: service discovery extensions (xep-0128) management Goffi Sat, 18 Apr 2015 00:13:09 +0200
mod_delegation: we don't forward stanzas from managing entity itself Goffi Fri, 17 Apr 2015 21:22:35 +0200
mod_delegation: disco info request on bare jid is now managed Goffi Fri, 17 Apr 2015 21:07:05 +0200
mod_delegation: delegated features/identities removal for disco info requests on bare jid Goffi Fri, 17 Apr 2015 21:06:51 +0200
mod_delegation: disco nesting for host Goffi Fri, 17 Apr 2015 21:06:30 +0200
mod_delegation: delegated features/identities are removed from disco. Goffi Fri, 17 Apr 2015 21:05:40 +0200
mod_delegation: iq forwarding to managing entity Goffi Fri, 17 Apr 2015 21:05:08 +0200
mod_delegation: XEP-0355 implementation, first draft (configuration management + delegations advertising) Goffi Fri, 17 Apr 2015 21:02:22 +0200
mod_privilege: fixed bad handling of presence permissions / component authentication between different hosts Goffi Fri, 17 Apr 2015 21:00:34 +0200
mod_privilege: fixed various issues reported by luacheck Goffi Fri, 10 Apr 2015 15:55:44 +0200
mod_smacks: Set session upvalue of filter() to correct session Kim Alvefur Wed, 06 May 2015 01:02:00 +0200
mod_smacks: Move set of filters from new session to session being resumed Kim Alvefur Wed, 06 May 2015 01:01:18 +0200
mod_smacks: Don't touch upvalues of session.send and session.data, they should already point to the correct values Kim Alvefur Wed, 06 May 2015 01:00:50 +0200
mod_smacks: Add stanza counting filter when resuming session Kim Alvefur Wed, 06 May 2015 00:58:55 +0200
mod_smacks_offline: Monkeypatch mod_smacks to send unacked messages to offline storage IFF there was only one session Kim Alvefur Wed, 06 May 2015 00:55:00 +0200
mod_s2s_auth_dane: Simplify cases where there are only one SRV record Kim Alvefur Wed, 06 May 2015 00:53:27 +0200
mod_s2s_auth_dane: Don't count number of RRs in DNS reply if the DNS lib already did Kim Alvefur Wed, 06 May 2015 00:51:46 +0200
mod_statistics/prosodytop: Use the same port number to connect to as defined in the module Kim Alvefur Tue, 05 May 2015 15:39:15 +0200
mod_mam: Semicolons! Kim Alvefur Tue, 05 May 2015 15:36:57 +0200
mod_block_registrations: string.find is faster than string.match when only needing a boolean answer Kim Alvefur Tue, 05 May 2015 15:31:11 +0200
mod_log_slow_events: Log slow HTTP requests Matthew Wild Tue, 05 May 2015 14:21:13 +0100
mod_log_slow_events: Minor improvement to log message Matthew Wild Tue, 05 May 2015 14:20:53 +0100
mod_auto_accept_subscriptions: Fix passing nil in log message Matthew Wild Tue, 05 May 2015 13:58:37 +0100
mod_watchuntrusted: Skip connections to/from unknown hosts (fixes possible traceback) Kim Alvefur Tue, 05 May 2015 12:09:08 +0200
mod_munin: Use string.format flag instead of tostring when reporting values Kim Alvefur Tue, 05 May 2015 01:37:21 +0200
mod_mam_muc: d20cfc5ba827 .. cd87a2eba8f2 here too (uh, duplicated code) Kim Alvefur Sun, 03 May 2015 14:05:43 +0200
mod_storage_xmlarchive: New stanza archive-only storage module backed by plain text files Kim Alvefur Sun, 03 May 2015 13:45:42 +0200
Merge Kim Alvefur Sun, 03 May 2015 13:42:56 +0200
Merge my branch containing proctitle module Rob Hoelz Wed, 29 Apr 2015 07:24:07 -0500
Add minimal instructions for proctitle module Rob Hoelz Tue, 28 Apr 2015 20:47:58 -0500
Add proctitle module Rob Hoelz Tue, 28 Apr 2015 20:35:25 -0500
mod_mam: Reverse the order of reversed queries back to chronological order Kim Alvefur Sun, 03 May 2015 13:34:23 +0200
mod_mam: Move variable into loop scope Kim Alvefur Sun, 03 May 2015 13:21:51 +0200
mod_mam: Rename variable Kim Alvefur Sun, 03 May 2015 13:27:53 +0200
mod_mam: Support the mandatory 'complete' attribute by requesting one extra item from storage Kim Alvefur Sun, 03 May 2015 13:21:15 +0200
mod_mam: Always return true when a stanza event has been handled Kim Alvefur Sun, 03 May 2015 13:20:04 +0200
mod_log_slow_events: Log events that take a long time to process (including stanzas) Matthew Wild Tue, 28 Apr 2015 14:26:03 +0100
mod_mam_muc: Advertise MAM feature on bare JID room disco#info (only effective after prosody 57bc52f67564) Kim Alvefur Sat, 25 Apr 2015 15:51:22 +0200
mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.2 Kim Alvefur Sat, 25 Apr 2015 15:43:59 +0200
mod_measure_cpu: Collect CPU usage statistic Kim Alvefur Thu, 23 Apr 2015 17:00:59 +0200
mod_munin: Exclude ignored stats even if they happen to be included in data Kim Alvefur Thu, 23 Apr 2015 16:58:57 +0200
mod_watchuntrusted: Only notify once per host per day Kim Alvefur Wed, 22 Apr 2015 13:20:47 +0200
mod_s2s_auth_dane: Abort earlier for sessions from hosts that don't say who they are Kim Alvefur Mon, 13 Apr 2015 13:36:38 +0200
mod_s2s_auth_dane: Demote log message about failure to ASCII-ify hostname from error to warning Kim Alvefur Mon, 13 Apr 2015 13:35:37 +0200
mod_checkcerts: Fix for removal of globals in LuaSec Kim Alvefur Sun, 12 Apr 2015 18:19:41 +0200
mod_http_muc_log: Fix passing dates trough util.datetime twice; Kim Alvefur Sat, 11 Apr 2015 21:43:32 +0200
mod_smacks: Add license header Kim Alvefur Thu, 09 Apr 2015 14:23:48 +0200
Add README and CONTRIBUTING files containing the text from https://code.google.com/p/prosody-modules/ Kim Alvefur Thu, 09 Apr 2015 14:21:33 +0200
Add a COPYING file containing the MIT license Kim Alvefur Thu, 09 Apr 2015 14:19:37 +0200
mod_privilege: implemented probing of rosters items (for existing sessions only) on connection + use a globally shared table for priv_session (and fixed last_presence) Goffi Wed, 08 Apr 2015 13:04:04 +0200
mod_privilege: implemented "roster" presence permission Goffi Tue, 07 Apr 2015 18:02:54 +0200
mod_privilege: presence already known are advertised to privileged entity (for "maneger_entity" permission only so far) Goffi Tue, 07 Apr 2015 12:47:51 +0200
mod_privilege: implemented "managed_entity" presence Goffi Tue, 07 Apr 2015 12:47:47 +0200
mod_privilege: presence permission configuration check + use global set to know privileged entities to advertise Goffi Tue, 07 Apr 2015 12:46:34 +0200
mod_privilege: advertise_perm method now use session.send instead of module:send to avoid to go back in hook Goffi Mon, 06 Apr 2015 02:08:09 +0200
mod_privilege: implemented message privilege Goffi Thu, 02 Apr 2015 21:47:05 +0200
mod_privilege: implemented roster set privilege Goffi Thu, 02 Apr 2015 21:47:05 +0200
mod_privilege: added permissions notification on initial presence for entities which are not components Goffi Thu, 02 Apr 2015 21:47:05 +0200
mod_privilege: roster get permission implemented Goffi Tue, 31 Mar 2015 17:27:13 +0200
mod_privilege: mod_privilege first draft Goffi Fri, 27 Mar 2015 13:26:28 +0100
mod_statistics_statsd: Use module:log() Kim Alvefur Tue, 07 Apr 2015 22:07:40 +0200
mod_measure_memory: Silence warnings [luacheck] Kim Alvefur Tue, 07 Apr 2015 22:05:48 +0200
mod_http_muc_log: Cleanup [luacheck] Kim Alvefur Tue, 07 Apr 2015 18:12:40 +0200
mod_storage_gdbm: Cleanup [luacheck] Kim Alvefur Tue, 07 Apr 2015 17:35:37 +0200
mod_s2s_auth_dane: Cleanup [luacheck] Kim Alvefur Tue, 07 Apr 2015 17:35:20 +0200
mod_muc_ban_ip: Cleanup [luacheck] Kim Alvefur Tue, 07 Apr 2015 17:35:05 +0200
mod_mam_muc: Cleanup [luacheck] Kim Alvefur Tue, 07 Apr 2015 17:34:43 +0200
mod_mam_muc: Fix character limit again(?) Kim Alvefur Tue, 07 Apr 2015 17:34:22 +0200
mod_munin: Cleanup [luacheck] Kim Alvefur Tue, 07 Apr 2015 17:04:06 +0200
mod_muc_ban_ip: Increase priority of hooks, fixes if eg mod_presence gets called first Kim Alvefur Mon, 06 Apr 2015 22:21:23 +0200
mod_admin_web: Cleanup Florian Zeitz Fri, 03 Apr 2015 23:54:03 +0200
Merge Paul Aurich Thu, 02 Apr 2015 18:51:13 -0700
mod_reload_modules: Fix a bug introduced in commit 412f62d05a23, which caused mod_reload_modules to... not reload modules Matthew Wild Thu, 02 Apr 2015 01:04:20 +0100
mod_lib_ldap: Update README to clarify discussion of auth / TLS... and discourage disabling TLS. Paul Aurich Thu, 02 Apr 2015 18:49:52 -0700
mod_s2s_auth_dane: Update for recent changes in Zashs LuaSec branch Kim Alvefur Tue, 31 Mar 2015 20:57:34 +0200
Merge Kim Alvefur Tue, 31 Mar 2015 18:31:13 +0200
Merge Matthew Wild Tue, 31 Mar 2015 12:46:17 +0100
mod_log_messages_sql: Better logging on error Matthew Wild Tue, 31 Mar 2015 12:45:58 +0100
mod_log_events: Module to log all events on the server/host Matthew Wild Tue, 31 Mar 2015 12:44:28 +0100
mod_smacks: Don't restore filters from original session after resumption, use new filters Matthew Wild Sat, 21 Mar 2015 10:12:23 +0000
mod_mam_muc: Fix character limit Kim Alvefur Mon, 30 Mar 2015 01:17:35 +0200
mod_storage_gdbm: Fix name of empty table Kim Alvefur Wed, 25 Mar 2015 17:52:31 +0100
mod_storage_gdbm: Add purge action Kim Alvefur Wed, 25 Mar 2015 17:45:53 +0100
mod_storage_gdbm: Add user iterator Kim Alvefur Wed, 25 Mar 2015 17:45:17 +0100
mod_storage_gdbm: Prefix archive item keys with username to prevent collisions Kim Alvefur Wed, 25 Mar 2015 17:44:03 +0100
mod_storage_gdbm: Update archive metadata only if data write succeeds Kim Alvefur Wed, 25 Mar 2015 17:41:13 +0100
mod_storage_gdbm: Make write operation delete data when passed 'nil' as value instead of storing a literal "nil" string Kim Alvefur Wed, 25 Mar 2015 17:39:29 +0100
mod_storage_gdbm: Minor reorganization, more locals Kim Alvefur Wed, 25 Mar 2015 17:37:52 +0100
mod_storage_gdbm: Fix traceback if query is nil or no metadata exists Kim Alvefur Wed, 25 Mar 2015 17:29:54 +0100
mod_mam_muc: fix <iq type='get' to='room-bare-jid'> query Stuart Carnie Tue, 24 Mar 2015 08:03:25 -0700
mod_s2s_auth_dane: Comments and cleanup Kim Alvefur Mon, 16 Mar 2015 16:19:53 +0100
mod_http_muc_log: Alter template language to more simply allow optional bits in templates Kim Alvefur Wed, 11 Mar 2015 13:29:23 +0100
mod_munin: Implementation of the Munin collection protocol Kim Alvefur Tue, 10 Mar 2015 16:39:08 +0100
mod_measure_memory: Module for polling memory useage from Lua, meminfo() and /proc depending on availability Kim Alvefur Tue, 10 Mar 2015 16:34:40 +0100
mod_statistics_statsd: Module for pushing from util.statistics (0.10) to statsd Matthew Wild Tue, 10 Mar 2015 14:44:55 +0000
mod_http_muc_log: Fix alignment of month-tables (Thanks March) Kim Alvefur Mon, 02 Mar 2015 16:14:38 +0100
mod_pubsub_github: Update for new Github webhook format Matthew Wild Fri, 27 Feb 2015 16:42:36 +0000
mod_pubsub_post: Module to publish to pubsub nodes from a simple HTTP POST Matthew Wild Fri, 27 Feb 2015 16:25:48 +0000
mod_register_web: Send Content-Type headers Kim Alvefur Thu, 26 Feb 2015 15:31:25 +0100
mod_onions: Depend on mod_s2s to avoid a traceback when loaded before mod_s2s Matthew Wild Wed, 25 Feb 2015 17:27:00 +0000
mod_mam_muc: support to disable presence logging via muc_log_presences Stuart Carnie Mon, 23 Feb 2015 16:43:21 -0700
mod_tls_policy: Include which part of the cipher that did not match the policy in stream error Kim Alvefur Mon, 23 Feb 2015 15:45:11 +0100
mod_muc_restrict_rooms: Fixed the way of getting room and user Nicolás Kovac Fri, 20 Feb 2015 22:45:45 +0000
mod_muc_restrict_rooms: Some fixes based on Matthew's comments + a few more Nicolás Kovac Fri, 20 Feb 2015 21:28:39 +0000
Adding new mod_muc_restrict_rooms module Nicolás Kovac Fri, 20 Feb 2015 18:00:56 +0000
mod_auth_ldap: Fix use of ldap_search, and generalize it to support password modification as well. Waqas Hussain Fri, 13 Feb 2015 11:06:06 -0500
mod_auth_ldap: Fix nil traceback when using uninitialized LDAP connection. Waqas Hussain Fri, 13 Feb 2015 10:44:23 -0500
mod_auth_ldap: Connect to LDAP lazily, and add support for reconnects on error. Waqas Hussain Thu, 12 Feb 2015 18:57:06 -0500
mod_storage_memory: Add support for archive stores Kim Alvefur Thu, 12 Feb 2015 21:17:06 +0100
mod_storage_memory: Add support for map stores Kim Alvefur Thu, 12 Feb 2015 15:13:50 +0100
mod_http_muc_log: Switch to a calendar view for selecting dates Kim Alvefur Tue, 10 Feb 2015 15:00:10 +0100
mod_http_muc_log: Sort date list in reverse Kim Alvefur Mon, 09 Feb 2015 00:47:38 +0100
mod_storage_gdbm: Fix comparison of 'end' Kim Alvefur Sun, 08 Feb 2015 17:05:21 +0100
mod_storage_gdbm: Add support for 'limit' query parameter Kim Alvefur Sat, 07 Feb 2015 22:22:46 +0100
mod_storage_gdbm: Get 'after' parameter from correct table Kim Alvefur Sat, 07 Feb 2015 22:22:15 +0100
mod_tls_policy: Fix pattern matching Kim Alvefur Fri, 30 Jan 2015 12:25:13 +0100
mod_tls_policy: New module to enforce per-host TLS parameter policies Kim Alvefur Fri, 30 Jan 2015 12:12:06 +0100
mod_smacks: Don't attach timestamps to 'iq' stanzas Kim Alvefur Mon, 26 Jan 2015 15:54:18 +0100
mod_smacks: Remove negation of condition, most likely a leftover from debugging Kim Alvefur Mon, 26 Jan 2015 15:44:36 +0100
mod_smacks: Stanzas don't have a ':' in their name Kim Alvefur Mon, 26 Jan 2015 15:32:19 +0100
mod_storage_gdbm: Add archive support Kim Alvefur Sun, 25 Jan 2015 22:18:05 +0100
mod_storage_gdbm: Prepare for supporting multiple store types Kim Alvefur Sun, 25 Jan 2015 22:17:20 +0100
mod_admin_message: New IM-based administration console Mikael Berthe Sun, 25 Jan 2015 19:52:39 +0100
mod_storage_gdbm: Use require directly instead of util.import (which is not available in prosodyctl, breaks adduser etc) Kim Alvefur Sun, 25 Jan 2015 13:04:02 +0100
Add support for IPv4 addresses in SRV injections Ashley Ward Tue, 20 Jan 2015 11:02:14 +0000
mod_pep_vcard_avatar: Syncs avatars between PEP and vCard Kim Alvefur Sun, 18 Jan 2015 01:21:53 +0100
mod_csi: Update namespace to published version Kim Alvefur Fri, 09 Jan 2015 11:36:31 +0100
mod_http_muc_log: (template) Remove duplicate CSS property Kim Alvefur Sat, 20 Dec 2014 21:56:13 +0100
mod_query_client_ver: Query and log client software Kim Alvefur Sat, 20 Dec 2014 16:07:50 +0100
mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane) Kim Alvefur Thu, 18 Dec 2014 12:15:50 +0100
mod_mam_archive: Fixing SQL concatenation bug syn Thu, 11 Dec 2014 20:43:14 +0100
mod_statistics/prosodytop.lua: Simplify and fix buffering and line separation (thanks Ge0rG) Kim Alvefur Mon, 08 Dec 2014 17:04:49 +0100
mod_statistics: Remove 'return' so SESS lines are pushed to all sessions (thanks Ge0rG) Kim Alvefur Mon, 08 Dec 2014 14:27:10 +0100
mod_limit_auth: Throttle authentication (failed) attempts with optional (0.10+) tarpit Kim Alvefur Sat, 06 Dec 2014 17:42:51 +0100
mod_http_muc_log: Split out template into a configurable file. Kim Alvefur Wed, 03 Dec 2014 15:35:38 +0100
mod_http_muc_log: Revamp template system Kim Alvefur Tue, 02 Dec 2014 15:12:01 +0100
mod_http_muc_log: List rooms with logging explicitly enabled Kim Alvefur Tue, 02 Dec 2014 14:17:08 +0100
mod_http_muc_log: Include charset in Content-Type header Kim Alvefur Tue, 02 Dec 2014 14:14:38 +0100
mod_http_muc_log: Show only messages with presentable content Kim Alvefur Thu, 20 Nov 2014 20:01:07 +0100
mod_http_muc_log: Use archive IDs to find next and previous dates that contain messages Kim Alvefur Thu, 20 Nov 2014 19:56:22 +0100
mod_http_muc_log: Send a HTML mime type with responses Kim Alvefur Thu, 20 Nov 2014 19:50:43 +0100
mod_http_muc_log: Fix use with old (until 0.10) MUC API Kim Alvefur Thu, 20 Nov 2014 18:46:53 +0100
mod_muc_log_http: Import old util.datamanager, fixes fetching of data if non-default storage is configured Kim Alvefur Thu, 20 Nov 2014 15:38:56 +0100
mod_http_index: Generates an index of local HTTP apps Kim Alvefur Thu, 20 Nov 2014 14:48:46 +0100
mod_register_web: Add option for specifying path to templates Kim Alvefur Wed, 19 Nov 2014 10:19:51 +0100
mod_mam_muc, mod_http_muc_log: Change store name from 'archive2' to 'muc_log' to distinguish it from personal MAM archives. Old data will require migration. Kim Alvefur Tue, 18 Nov 2014 13:59:39 +0100
mod_storage_gdbm: Storage backend based on lgdbm Kim Alvefur Tue, 18 Nov 2014 13:05:04 +0100
mod_storage_muc_log: Fix typo Kim Alvefur Mon, 10 Nov 2014 15:12:57 +0100
mod_storage_muc_log: Change to sane timestamp format and warn if it differs from legacy mod_muc_log timestamps Kim Alvefur Mon, 10 Nov 2014 14:51:36 +0100
mod_muc_log: Change to a non-locale dependent timestamp format Kim Alvefur Mon, 10 Nov 2014 14:47:54 +0100
mod_storage_muc_log: Provides an archive API to mod_muc_log data Kim Alvefur Mon, 10 Nov 2014 14:41:01 +0100
mod_roster_command: Add 'remove' command Kim Alvefur Mon, 10 Nov 2014 11:06:26 +0100
mod_http_muc_log: Remove infinity limit Kim Alvefur Sun, 09 Nov 2014 20:19:36 +0100
mod_http_muc_log: Style fixes and mobile optimizations Kim Alvefur Sun, 09 Nov 2014 17:18:51 +0100
mod_http_muc_log: Hide prev/next when on the edge of the archive Kim Alvefur Sun, 09 Nov 2014 17:18:12 +0100
mod_http_muc_log: Render arrows in prev/next links using CSS Kim Alvefur Sun, 09 Nov 2014 17:17:04 +0100
mod_http_muc_log: Remove unnessesary character from pattern Kim Alvefur Sun, 09 Nov 2014 17:15:48 +0100
mod_http_muc_log: Include the canonical URL in a meta tag Kim Alvefur Sun, 09 Nov 2014 17:14:44 +0100
mod_http_muc_log: Fix closing tag Kim Alvefur Sun, 09 Nov 2014 08:47:41 +0100
mod_http_muc_log: Fix header margin Kim Alvefur Sun, 09 Nov 2014 08:41:36 +0100
mod_http_muc_log: Search for next date with messages from 00:00:00, not 00:00:01 Kim Alvefur Sun, 09 Nov 2014 08:40:05 +0100
mod_http_muc_log: Make pretty Kim Alvefur Sun, 09 Nov 2014 08:38:57 +0100
mod_http_muc_log: Make MUC local code identical to mod_mam_muc Kim Alvefur Sun, 09 Nov 2014 08:37:43 +0100
mod_http_muc_log: List only dates with messages Kim Alvefur Sun, 09 Nov 2014 08:34:52 +0100
mod_http_muc_log: Have URL of date list page end with a slash Kim Alvefur Sun, 09 Nov 2014 08:32:43 +0100
mod_mam_muc: Try to use new MUC API for getting room objects (fixes queries to not yet initialized rooms) Kim Alvefur Sat, 08 Nov 2014 16:41:31 +0100
mod_http_muc_log: Strip some whitespace Kim Alvefur Sat, 08 Nov 2014 15:54:49 +0100
mod_http_muc_log: MUC log module using new archive API Kim Alvefur Sat, 08 Nov 2014 15:51:57 +0100
mod_mam_muc: Store joins and leaves Kim Alvefur Sat, 08 Nov 2014 15:47:30 +0100
mod_mam_muc: Limit search to groupchat messages (we use the internal 'with' field stanza types) Kim Alvefur Sat, 08 Nov 2014 15:46:47 +0100
mod_mam_muc: Remove parsing of 'with' field in MAM form, we currently ignore it anyways Kim Alvefur Sat, 08 Nov 2014 15:45:19 +0100
mod_roster_allinall: Adds all online users to the roster of newly signed in users, for a lazy everyone-in-everyones roster setup Kim Alvefur Wed, 05 Nov 2014 12:12:49 +0100
mod_muc_log: Add option to log rooms by default unless changed in room config Kim Alvefur Mon, 03 Nov 2014 20:37:33 +0100
mod_mam_muc: Add compatibility with the new MUC code in trunk Kim Alvefur Thu, 30 Oct 2014 12:43:00 +0100
mod_mam_muc: Split logic for determining if logging is enabled into a function Kim Alvefur Thu, 30 Oct 2014 12:39:57 +0100
mod_mam_muc: Fix indentation Kim Alvefur Wed, 29 Oct 2014 12:37:26 +0100
call archive API with username only Stuart Carnie Tue, 28 Oct 2014 15:25:32 -0700
mod_smacks: Send ack requests by serializing and concatenating them to outgoing stanzas, using a timer might cause high CPU usage Kim Alvefur Tue, 28 Oct 2014 22:26:41 +0100
mod_auth_pam: Update for removal of PAM_ prefixes to constant names Kim Alvefur Tue, 28 Oct 2014 15:24:50 +0100
mod_websocket: Remove. This is a core module for Prosody 0.10 Florian Zeitz Sat, 25 Oct 2014 01:27:52 +0200
mod_mam_muc: Add missing import and change the namespace to MAM v0.3 Kim Alvefur Thu, 23 Oct 2014 13:22:48 +0200
mod_mam_muc: Update to XEP-0313 v 0.3 Kim Alvefur Wed, 22 Oct 2014 21:42:40 +0200
mod_mam_muc: Minor moving about of variables Kim Alvefur Wed, 22 Oct 2014 19:32:52 +0200
mod_mam_muc: Restructure initialization Kim Alvefur Wed, 22 Oct 2014 19:29:29 +0200
mod_mam_muc: Fix for muc history query Stuart Carnie Mon, 20 Oct 2014 16:15:24 -0700
mod_smacks: Delay initiation of outgoing smacks on s2s until after queued stanzas are sent Kim Alvefur Mon, 20 Oct 2014 13:15:55 +0200
mod_smacks: Initiate outgoing smacks on s2s when sending request and incoming when the remote says enabled Kim Alvefur Mon, 20 Oct 2014 13:15:14 +0200
mod_smacks: Move wrap_session() contents into separate direction-specific routines Kim Alvefur Mon, 20 Oct 2014 13:13:48 +0200
mod_smacks: Remove variable not used after 2881d532f385 Kim Alvefur Mon, 20 Oct 2014 13:11:28 +0200
mod_smacks: Send failure correctly on s2s Kim Alvefur Mon, 20 Oct 2014 11:55:08 +0200
mod_smacks: Fix sending ack requests on s2s Kim Alvefur Mon, 20 Oct 2014 11:51:07 +0200
mod_sslv3_warn: Module to notice users connected with SSLv3 that they need to upgrade becasue SSLv3 is insecure Kim Alvefur Wed, 15 Oct 2014 11:37:39 +0200
Merge Kim Alvefur Mon, 13 Oct 2014 14:31:16 +0200
Backed out changeset 71af9c272d72 syn Sun, 12 Oct 2014 17:09:07 +0200
mod_smacks: Trick session.send() into not returning nil or mod_message will act as if messages were not delivered Kim Alvefur Mon, 13 Oct 2014 14:19:49 +0200
mod_mam_archive: Stopped lying in RSM counts syn Sun, 12 Oct 2014 16:05:48 +0200
mod_smacks: Use filters for queuing outgoing stanzas instead of wrapping session.send() Kim Alvefur Sun, 12 Oct 2014 13:24:50 +0200
mod_mam_muc: Fix add/removal of room method overrides Kim Alvefur Thu, 09 Oct 2014 15:08:05 +0200
mod_smacks: Correctly check if what is being sent is a stanza Kim Alvefur Wed, 08 Oct 2014 12:56:21 +0200
mod_smacks: Examine the state of the stanza *before* it was send Florian Zeitz Tue, 30 Sep 2014 01:17:10 +0200
mod_profile: Save photo and nickname from PEP to vCard Kim Alvefur Sat, 27 Sep 2014 19:29:28 +0200
mod_profile: Use module:handle_items() for PEP node bootstrapping (see trunk 388786af0dd2) Kim Alvefur Sat, 27 Sep 2014 19:11:04 +0200
mod_mam: Fix xmlns in preferences (Thanks Lance) Kim Alvefur Thu, 25 Sep 2014 10:30:51 +0200
mod_proxy65_whitelist: Fix util.set use (thanks deoren) Kim Alvefur Tue, 23 Sep 2014 22:41:53 +0200
mod_proxy65_whitelist: Fix variable name Kim Alvefur Tue, 23 Sep 2014 21:30:47 +0200
Rename mod_block_p2pft -> mod_proxy65_whitelist Kim Alvefur Mon, 22 Sep 2014 18:24:37 +0200
mod_block_p2pft: Plugin for forcing local clients to use approved file transfer proxies Kim Alvefur Mon, 22 Sep 2014 18:17:48 +0200
mod_roster_command: Make sure hosts are only initialized once Kim Alvefur Sat, 20 Sep 2014 11:33:49 +0200
mod_roster_command: Also initialize usermanager Kim Alvefur Sat, 20 Sep 2014 11:31:41 +0200
mod_s2s_auth_dane: Include hostname when logging a failure Kim Alvefur Tue, 16 Sep 2014 19:55:54 +0200
mod_s2s_auth_dane: Fix stringprepping when doing "DANE Light" Kim Alvefur Tue, 16 Sep 2014 19:53:41 +0200
mod_message_logging/mod_message_logging.lua: Fix missing 'or' daurnimator Tue, 16 Sep 2014 17:32:45 -0400
mod_throttle_presence: Make sure flushed stanzas get through the filter Kim Alvefur Tue, 16 Sep 2014 16:44:32 +0200
mod_profile: Set metadata nodes ItemID to the same hash as the data node Kim Alvefur Tue, 16 Sep 2014 16:23:15 +0200
mod_s2s_auth_dane: Fix traceback caused by LuaSec not being loaded Kim Alvefur Sun, 14 Sep 2014 18:52:54 +0200
mod_message_logging: Add timestamp to logs Matthew Wild Sun, 07 Sep 2014 12:19:25 +0100
mod_message_logging: Improve logging when loaded onto a MUC host Matthew Wild Sun, 07 Sep 2014 08:08:09 +0100
mod_profile: Fix global access Kim Alvefur Mon, 01 Sep 2014 18:15:34 +0200
mod_mam_archive: Applying @vstakhov 's patch (https://gist.github.com/vstakhov/306ea813a38021dcf3d4). syn Sun, 31 Aug 2014 20:13:54 +0200
mod_list_inactive: Add different output formats Kim Alvefur Tue, 26 Aug 2014 16:15:31 +0200
mod_list_inactive: Delay joining JIDs until they are used Kim Alvefur Tue, 26 Aug 2014 16:15:23 +0200
mod_webpresence: fixed render-type handling (thanks to biszkopcik and Zash) Vadim Misbakh-Soloviov Mon, 25 Aug 2014 23:58:50 +0700
mod_filter_chatstates: Replace unwanted messages with a dummy stanza so that mod_message doesn't think delivery failed (and then generate an error reply) Matthew Wild Mon, 25 Aug 2014 12:03:52 +0100
mod_lastlog: Fix traceback if no session included with event (eg from mod_register_web) (thanks biszkopcik) Kim Alvefur Mon, 25 Aug 2014 00:38:14 +0200
mod_storage_multi: Multi-backend storage module (WIP) Kim Alvefur Thu, 21 Aug 2014 23:14:55 +0200
mod_net_dovecotauth: Fix typo in config option Kim Alvefur Tue, 19 Aug 2014 16:54:30 +0200
mod_filter_chatstates: Removes chat states from messages to inactive (per CSI) sessions Kim Alvefur Sun, 17 Aug 2014 23:10:19 +0200
mod_throttle_presence: Use local buffer variable, fixes a traceback (thanks Ge0rG) Kim Alvefur Sun, 17 Aug 2014 20:53:59 +0200
mod_throttle_presence: Fix traceback (thanks Ge0rG) Kim Alvefur Sun, 17 Aug 2014 20:21:09 +0200
mod_privacy_lists: Correctly sort the list rules by order (thanks Flow). Fixes issue #58 Matthew Wild Sat, 16 Aug 2014 17:55:08 +0100
mod_csi_compat: Implement the google:queue protocol and map to mod_csi events Matthew Wild Fri, 15 Aug 2014 21:17:58 +0100
mod_throttle_presence: Remove timer support, depend on mod_csi to enable/disable. Untested, but the previous version was definitely broken anyway. Matthew Wild Fri, 15 Aug 2014 19:46:44 +0100
mod_mam: Update to version 0.3 of XEP-0313 Kim Alvefur Fri, 15 Aug 2014 17:43:23 +0200
mod_csi: Client State Indication support Matthew Wild Fri, 15 Aug 2014 16:34:10 +0100
mod_disable_tls: Default to empty set if disable_tls_ports not present in config (fixes traceback) Matthew Wild Sun, 10 Aug 2014 13:08:56 +0100
mod_disable_tls: New module to disable c2s TLS by port number Matthew Wild Sun, 10 Aug 2014 13:05:17 +0100
mod_privacy_lists: Open 'privacy' storage (module:open_store() defaults to the name of the module) Kim Alvefur Sat, 09 Aug 2014 23:03:28 +0200
mod_auth_ldap: Change default for ldap_mode to "bind", everyone seems to be using that Kim Alvefur Tue, 05 Aug 2014 15:23:35 +0200
mod_auth_ldap: Remove excess backslashes from escape pattern Kim Alvefur Tue, 05 Aug 2014 15:17:34 +0200
mod_mam_archive: Doing stanza deserialization after mod_storage the right way syn Wed, 30 Jul 2014 21:58:56 +0200
mod_mam_archive: Fixing issues noted in code review for 153df603f73d3b69c434f2790cff0270de14bb75 syn Wed, 30 Jul 2014 21:27:56 +0200
mod_privacy_lists: Cache privacy lists for better performance with high traffic Matthew Wild Sun, 27 Jul 2014 14:38:55 +0100
mod_privacy_lists: Import mod_privacy from 0.9 Matthew Wild Sun, 27 Jul 2014 14:38:04 +0100
mod_auth_ha1: Skip commented lines Matthew Wild Sun, 27 Jul 2014 14:36:12 +0100
mod_auth_ha1: Authentication module for 'HA1' hashed credentials in a text file, as used by reTurnServer Matthew Wild Sat, 26 Jul 2014 21:53:52 +0100
mod_mam_archive: Initial commit syn Mon, 14 Jul 2014 23:00:13 +0200
mod_profile: Fix wrong use of "current" as id for avatar data Kim Alvefur Tue, 08 Jul 2014 02:54:58 +0200
mod_profile: Add the missing <info> child element and move info attributes there Kim Alvefur Tue, 08 Jul 2014 02:54:04 +0200
mod_onions: Actually define the variable "stanza" to contain "event.stanza", fixing problems of stanzas being dropped for outgoing connections. Thijs Alkemade Fri, 04 Jul 2014 14:47:14 +0200
mod_onions: Set the stream version to 1.0 on onionized streams, so TLS is offered. Thijs Alkemade Fri, 04 Jul 2014 14:16:21 +0200
Update LDAP docs for telephone and similar fields Rob Hoelz Wed, 02 Jul 2014 22:37:16 -0500
Fix connections for LDAP tests Rob Hoelz Wed, 02 Jul 2014 22:31:52 -0500
Test telephone configuration in LDAP tests Rob Hoelz Wed, 02 Jul 2014 22:28:46 -0500
Include configuration for telephone numbers for LDAP test config Rob Hoelz Wed, 02 Jul 2014 22:28:00 -0500
Add telephone number test data Rob Hoelz Wed, 02 Jul 2014 22:26:01 -0500
mod_private_adhoc: initial commit of new module Thomas Raschbacher Sat, 28 Jun 2014 00:36:40 +0200
mod_register_web: Add dependency on mod_http Kim Alvefur Fri, 27 Jun 2014 22:48:15 +0200
mod_register_web: Use path separator from package.config Kim Alvefur Fri, 27 Jun 2014 20:57:51 +0200
mod_pubsub_hub: Update to PubSubHubbub version 0.4 Kim Alvefur Thu, 26 Jun 2014 19:41:32 +0200
mod_pubsub_feeds: Check that lease time exists before comparing Kim Alvefur Thu, 26 Jun 2014 18:56:15 +0200
mod_pubsub_feeds: Handle denied subscription requests Kim Alvefur Thu, 26 Jun 2014 18:33:13 +0200
mod_pubsub_feeds: Fix refreshing of subscriptions Kim Alvefur Thu, 26 Jun 2014 18:32:43 +0200
mod_pubsub_feeds: Update to 0.4 version of PubSubHubbub Kim Alvefur Thu, 26 Jun 2014 18:29:01 +0200
mod_pubsub_feeds: Fix refresh_feeds() allways refreshing all feeds Kim Alvefur Thu, 26 Jun 2014 18:25:18 +0200
Merge Kim Alvefur Wed, 25 Jun 2014 20:46:35 +0200
mod_statsd: Add missing `pairs` call daurnimator Tue, 24 Jun 2014 12:16:44 -0400
mod_muc_log, mod_muc_log_http: Make compatible with both new and old MUC API Vadim Misbakh-Soloviov Tue, 24 Jun 2014 13:14:54 +0700
mod_statsd: Better accounting for invites, add declines daurnimator Mon, 23 Jun 2014 16:06:46 -0400
mod_statsd: Optionally include host in prefix daurnimator Mon, 23 Jun 2014 16:05:54 -0400
mod_statsd: Clean off colons (:) daurnimator Mon, 23 Jun 2014 16:05:33 -0400
mod_profile: Don't include photo in vCard4 version (use XEP-0084 instead) Kim Alvefur Wed, 25 Jun 2014 20:45:01 +0200
mod_rawdebug: Make global (like mod_admin_telnet) Kim Alvefur Mon, 23 Jun 2014 20:25:08 +0200
mod_rawdebug: Adds a telnet command for enabling logging of entire stanzas that are sent and received Kim Alvefur Mon, 23 Jun 2014 20:22:19 +0200
mod_statsd: First commit daurnimator Mon, 23 Jun 2014 14:19:05 -0400
mod_profile: Load profile into PEP on initial presence Kim Alvefur Sat, 21 Jun 2014 14:58:55 +0200
mod_profile: Don't pass old vcard data trough vcard lib Kim Alvefur Fri, 20 Jun 2014 18:14:26 +0200
mod_statistics_auth: Remove comments left from module this was based on Kim Alvefur Fri, 20 Jun 2014 17:49:31 +0200
mod_statistics_auth: Collects statistics on number of successful or failed authentication attempts Kim Alvefur Fri, 20 Jun 2014 17:47:53 +0200
mod_smacks: Backout ed2a9c00b5c4, need a better solution Kim Alvefur Tue, 17 Jun 2014 08:01:52 +0200
mod_s2s_auth_dane: Tweak log messages Kim Alvefur Sun, 15 Jun 2014 02:40:18 +0200
mod_s2s_auth_dane: Add some more info to log messages Kim Alvefur Fri, 13 Jun 2014 02:19:52 +0200
mod_s2s_auth_dane: Pause connection only if needed Kim Alvefur Thu, 12 Jun 2014 12:31:50 +0200
mod_s2s_auth_dane: Return if no certificate found Kim Alvefur Thu, 12 Jun 2014 12:30:39 +0200
mod_latex: Log debug message when actually deciding to do LaTeX replacing Kim Alvefur Wed, 11 Jun 2014 20:38:41 +0200
mod_latex: get_child_text! Kim Alvefur Wed, 11 Jun 2014 20:38:07 +0200
mod_s2s_auth_dane: Cache logger to save some table lookups and improve readability Kim Alvefur Wed, 11 Jun 2014 12:50:57 +0200
mod_mam_muc: Use max_history_length as default for "max_archive_query_results" daurnimator Thu, 05 Jun 2014 17:13:38 -0400
misc/munin/prosody_.lua: Munin script for collecting statistics from mod_statistics Kim Alvefur Tue, 03 Jun 2014 20:00:50 +0200
mod_muc_limits: Make compatible with new MUC API Vadim Misbakh-Soloviov Sun, 01 Jun 2014 16:08:05 +0700
mod_log_auth: Add ability to log IPs of successful authentications too Matthew Wild Sat, 31 May 2014 13:38:35 +0100
mod_saslauth_muc: Update to use new MUC API. Waqas Hussain Fri, 30 May 2014 19:07:18 -0400
mod_muc_intercom: Make compatible with new MUC API. Waqas Hussain Fri, 30 May 2014 18:54:31 -0400
mod_profile: Add id to item tag too. Kim Alvefur Fri, 30 May 2014 15:05:48 +0200
mod_profile: Use the item id "current" as recomended in the Singleton Nodes section of XEP-0060 Kim Alvefur Fri, 30 May 2014 14:57:34 +0200
mod_profile: Purge nodes before publishing new items Kim Alvefur Fri, 30 May 2014 14:55:54 +0200
mod_auth_http_async: Async HTTP auth module Kim Alvefur Thu, 29 May 2014 17:46:42 +0200
mod_profile: Integrate with mod_pep_plus by default Kim Alvefur Thu, 29 May 2014 00:58:33 +0200
mod_profile: Replacement for mod_vcard with vcard4 support and integration with mod_pep_plus Kim Alvefur Wed, 28 May 2014 22:02:27 +0200
mod_post_msg: Add <body> wrapper tag with namespace in module so the client doesn't have to Kim Alvefur Wed, 28 May 2014 21:20:51 +0200
mod_post_msg: Fix indentation Kim Alvefur Wed, 28 May 2014 20:34:57 +0200
mod_smacks: Fix logging (Thanks Ge0rG) Kim Alvefur Thu, 22 May 2014 08:30:16 +0200
mod_s2s_auth_dane: Fix potential traceback in logging if SRV target fails nameprep Kim Alvefur Mon, 19 May 2014 17:00:12 +0200
mod_s2s_auth_dane: Unreference DNS lookup when reply arrives (thanks LordVan) Kim Alvefur Mon, 19 May 2014 16:28:43 +0200
mod_s2s_auth_monkeysphere: Uses Monkeysphere for certificate validation Kim Alvefur Mon, 19 May 2014 11:56:49 +0200
Backout 33f132c3f4b7 until 0.10 Kim Alvefur Thu, 15 May 2014 11:12:31 +0200
mod_s2s_auth_dane: Fix traceback if session.srv_hosts is nil Kim Alvefur Thu, 08 May 2014 15:43:58 +0200
mod_s2s_auth_dane: Change how TLSA support is detected Kim Alvefur Wed, 07 May 2014 17:08:47 +0200
mod_s2s_auth_dane: Fix logic precedence issue Kim Alvefur Wed, 07 May 2014 17:07:10 +0200
mod_smacks: Impose a limit on number of unacked stanzas (Thanks Holger) Kim Alvefur Wed, 07 May 2014 16:18:05 +0200
mod_smacks: Assert that the 'h' attribute is present and a number Kim Alvefur Wed, 07 May 2014 14:21:33 +0200
mod_smacks: Add more debug logging Kim Alvefur Wed, 07 May 2014 14:19:44 +0200
mod_smacks: Log things attached to sessions instead of the module Kim Alvefur Wed, 07 May 2014 14:17:03 +0200
mod_jid_prep: Update to version 0.1; advertise feature and change :tmp to :0 in namespace Kim Alvefur Tue, 06 May 2014 15:03:46 +0200
mod_mam: Mirror to and from attributes from iq on result messages Kim Alvefur Wed, 30 Apr 2014 13:22:08 +0200
mod_mam/rsm.lib: Rename argument for clarity Kim Alvefur Wed, 30 Apr 2014 13:19:47 +0200
mod_mam/rsm.lib: Pointless optimization Kim Alvefur Wed, 30 Apr 2014 13:19:15 +0200
mod_mam: Update copyright header Kim Alvefur Wed, 30 Apr 2014 13:14:02 +0200
mod_mam: Shuffle imports Kim Alvefur Wed, 30 Apr 2014 13:12:56 +0200
mod_websocket: Update websocket.html Florian Zeitz Mon, 28 Apr 2014 23:24:01 +0200
mod_websocket: Handle pong messages Florian Zeitz Mon, 28 Apr 2014 23:23:45 +0200
mod_s2s_auth_dane: Add support for DANE-TA and PKIX-CA (requires LuaSec changes) Kim Alvefur Sun, 27 Apr 2014 01:43:43 +0200
mod_s2s_auth_dane: Use PEM to DER function from util.x509 (0.10+) Kim Alvefur Sun, 27 Apr 2014 01:40:20 +0200
mod_s2s_auth_dane: Launch DANE queries when sending or receiving stream-features instead of monkeypatching s2sout.lib Kim Alvefur Sun, 27 Apr 2014 01:24:03 +0200
mod_log_sasl_mech: Log SASL mechanism attached to session Kim Alvefur Fri, 25 Apr 2014 17:11:33 +0200
mod_s2s_auth_dane: Clean up no longer needed DNS replies Kim Alvefur Thu, 24 Apr 2014 18:34:10 +0200
mod_s2s_auth_dane: Skip dns queries for already authenticated s2sin connections Kim Alvefur Thu, 24 Apr 2014 18:33:13 +0200
mod_s2s_auth_dane: Remove non-working bogus handling Kim Alvefur Thu, 24 Apr 2014 18:32:25 +0200
mod_s2s_auth_dane: Break out DANE check into a function Kim Alvefur Thu, 24 Apr 2014 18:19:09 +0200
mam_sql: Make forwarded a child element of result, rather than a sibling Rob Hoelz Tue, 22 Apr 2014 20:16:40 -0500
mod_bidi: Add option for selectively not doing bidi with some hosts Kim Alvefur Tue, 22 Apr 2014 19:19:58 +0200
mod_statistics_cputotal: Make global Kim Alvefur Sat, 19 Apr 2014 15:16:19 +0200
mod_mam_muc: Place stanza type in 'with' column; when sending history, only send messages with type=groupchat daurnimator Tue, 15 Apr 2014 14:22:18 -0400
mod_candy: Redirect from /candy -> /candy/ Kim Alvefur Fri, 11 Apr 2014 14:58:44 +0200
mod_s2s_auth_dane: Improve debug message and log it on the session Kim Alvefur Thu, 10 Apr 2014 22:40:11 +0200
mod_mam_muc: Fix to, from on result messages (thanks daurnimator) Kim Alvefur Tue, 08 Apr 2014 17:28:08 +0200
mod_s2s_auth_fingerprint: Log current fingerprint and match status Kim Alvefur Sat, 05 Apr 2014 13:41:12 +0200
mod_s2s_auth_fingerprint: Allways pin fingerprints Kim Alvefur Sat, 05 Apr 2014 13:40:13 +0200
mod_statistics_mem: Module that collects memory usage stats from /proc Kim Alvefur Thu, 03 Apr 2014 20:57:22 +0200
mod_statistics_cputotal: Module that collects accumulated CPU usage statistics Kim Alvefur Thu, 03 Apr 2014 20:56:59 +0200
mod_message_logging: Treat messages with no 'to' as directed to the sender Kim Alvefur Thu, 03 Apr 2014 00:19:18 +0200
mod_auth_ldap: Default to 'bind' mode if rootdn is left empty Kim Alvefur Wed, 02 Apr 2014 13:32:00 +0200
mod_auth_ldap: Limit results in user lookup query to 1 Kim Alvefur Wed, 02 Apr 2014 13:30:53 +0200
mod_auth_ldap: Fix issue with some versions of LuaLDAP Kim Alvefur Tue, 25 Mar 2014 15:11:34 +0100
mod_captcha_registration: initial commit mrDoctorWho Sat, 29 Mar 2014 22:56:24 +0700
mod_auth_dovecot: Add a dependency to util.pposix to send the _real_ pid benjamin podszun Fri, 28 Mar 2014 19:08:00 +0100
mod_s2s_auth_dnssec_srv: Replaced by mod_s2s_auth_dane Kim Alvefur Mon, 24 Mar 2014 13:04:44 +0100
mod_s2s_auth_dane: Merge functionality from mod_s2s_auth_dnssec_srv Kim Alvefur Mon, 24 Mar 2014 13:04:24 +0100
mod_mam, mod_mam_muc: Check that storagemanager didn't return an instance of the null storage method (Thanks Jonathan) Kim Alvefur Sun, 23 Mar 2014 22:35:27 +0100
mod_s2s_auth_dane: Fix typo in debug statement Kim Alvefur Thu, 20 Mar 2014 15:55:37 +0100
mod_s2s_auth_dane: Pause s2sin while doing SRV and TLSA lookups, fixes race condition (Can haz util.async plz) Kim Alvefur Thu, 20 Mar 2014 15:31:15 +0100
mod_c2s_limit_sessions: Fix global access Kim Alvefur Wed, 19 Mar 2014 23:17:55 +0100
mod_c2s_limit_sessions: Limit number of resources a user may connect Kim Alvefur Wed, 19 Mar 2014 23:11:33 +0100
mod_websocket: Multiple fixes for sending stream errors Florian Zeitz Wed, 19 Mar 2014 20:11:58 +0100
mod_s2s_auth_dnssec_srv: Fix tb when no hostname sent by remote Kim Alvefur Wed, 19 Mar 2014 19:51:57 +0100
mod_s2s_auth_dane: Fix tb when no hostname sent by remote Kim Alvefur Wed, 19 Mar 2014 19:48:06 +0100
mod_s2s_auth_dnssec_srv: Don't break DANE Kim Alvefur Wed, 19 Mar 2014 19:39:03 +0100
mod_s2s_auth_dnssec_srv: Do something useful for incoming connection Kim Alvefur Wed, 19 Mar 2014 19:19:46 +0100
mod_s2s_auth_dane: Verify that the SRV is secure Kim Alvefur Wed, 19 Mar 2014 14:33:10 +0100
mod_s2s_auth_dane: Abort module loading if luaunbound is unavailable Kim Alvefur Wed, 19 Mar 2014 14:04:09 +0100
mod_muc_log: Make sure base path is created Kim Alvefur Wed, 19 Mar 2014 14:03:46 +0100
mod_s2s_auth_dane: Drop support for domains without SRV for now Kim Alvefur Tue, 18 Mar 2014 16:09:51 +0100
mod_s2s_auth_dane: Fix for a17c2c4043e5 Kim Alvefur Tue, 18 Mar 2014 16:02:24 +0100
mod_s2s_auth_dane: Skip TLSA lookups if SRV is insecure Kim Alvefur Tue, 18 Mar 2014 15:54:08 +0100
mod_s2s_auth_dane: Hack for domains without SRV Kim Alvefur Tue, 18 Mar 2014 15:36:23 +0100
mod_s2s_auth_dane: Don't pass nil to hash functions in case of unsupported selectors Kim Alvefur Tue, 18 Mar 2014 15:20:28 +0100
mod_s2s_auth_dane: Back to _port._tcp.srvtarget.example.net Kim Alvefur Tue, 18 Mar 2014 15:12:11 +0100
mod_s2s_auth_dane: Bogus replies should have no RRdata Kim Alvefur Fri, 14 Mar 2014 14:30:33 +0100
mod_s2s_auth_dane: Comments and TODOs Kim Alvefur Fri, 14 Mar 2014 14:23:27 +0100
mod_s2s_auth_dane: Make supported DANE usages configurable, default to DANE-EE Kim Alvefur Fri, 14 Mar 2014 14:18:18 +0100
mod_s2s_auth_dane: Simplify, but diverge from DANE-SRV draft. Will now look for _xmpp-server.example.com IN TLSA for both directions Kim Alvefur Fri, 14 Mar 2014 14:15:56 +0100
Adding vcard.lib.lua that is necessary for the module Luis G.F Thu, 13 Mar 2014 14:59:36 +0000
Fix problem handling form input Luis G.F Thu, 13 Mar 2014 14:58:47 +0000
mod_s2s_auth_dane: Only invalidate trust if we found any supported DANE records Kim Alvefur Tue, 11 Mar 2014 21:13:40 +0100
all the things: Remove trailing whitespace Florian Zeitz Tue, 11 Mar 2014 18:44:01 +0100
Initial commit Luis G.F Mon, 10 Mar 2014 08:22:58 +0000
Merge Kim Alvefur Mon, 10 Mar 2014 00:04:00 +0100
mod_websocket: Update to draft-ietf-xmpp-websocket-01 Florian Zeitz Sun, 09 Mar 2014 23:35:57 +0100
mod_s2s_auth_dane: Improve handling of bogus data Kim Alvefur Sun, 09 Mar 2014 23:17:17 +0100
mod_s2s_auth_dane: Only do TLSA lookup if it hasn't been attempted already Kim Alvefur Sun, 09 Mar 2014 23:08:41 +0100
mod_s2s_auth_dane: Fix inverted nil check Kim Alvefur Sun, 09 Mar 2014 14:09:24 +0100
mod_s2s_auth_dane: Do DANE lookups on outgoing stream features Kim Alvefur Sun, 09 Mar 2014 13:44:29 +0100
mod_s2s_auth_dane: Improve logging Kim Alvefur Sun, 09 Mar 2014 13:43:27 +0100
mod_s2s_auth_dane: More comment changes Kim Alvefur Sun, 09 Mar 2014 13:42:36 +0100
mod_s2s_auth_dane: Implement experimental method for doing DANE with client certificates on s2sin Kim Alvefur Sat, 08 Mar 2014 00:00:26 +0100
mod_s2s_auth_dane: Add some comments Kim Alvefur Fri, 07 Mar 2014 23:30:34 +0100
mod_block_registrations: Switch to using the 'user-registering' event Kim Alvefur Thu, 06 Mar 2014 01:10:21 +0100
mod_s2s_auth_dane: Don't allow unencrypted connections if TLSA exists Kim Alvefur Wed, 05 Mar 2014 17:44:27 +0100
mod_s2s_auth_dane: Verify that the pubkey method exists when the SPKI selector is used Kim Alvefur Wed, 05 Mar 2014 17:42:15 +0100
mod_s2s_auth_dane: Delay s2sout state machine until we get TLSA reply Kim Alvefur Wed, 05 Mar 2014 17:40:44 +0100
mod_s2s_auth_dane: Comment updates Kim Alvefur Wed, 05 Mar 2014 17:38:36 +0100
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus) Kim Alvefur Fri, 28 Feb 2014 15:41:26 +0100
Backed out changeset 853a382c9bd6 Kim Alvefur Fri, 28 Feb 2014 15:37:55 +0100
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus) Kim Alvefur Fri, 28 Feb 2014 15:36:06 +0100
Update the namespaces in http_altconnect to match published XEP-0156 Lance Stout Wed, 26 Feb 2014 13:08:47 -0800
Merge Kim Alvefur Wed, 26 Feb 2014 20:17:13 +0100
mod_sms_clickatell: Get rid of legacy componentmanager usage. Now uses stanza events. Waqas Hussain Wed, 26 Feb 2014 12:38:57 -0500
mod_register_web: Pass request around so IP address can be reported Kim Alvefur Wed, 26 Feb 2014 20:15:41 +0100
mod_vjud: Fix typo Kim Alvefur Wed, 26 Feb 2014 18:36:22 +0100
mod_vjud: Add an <identity> if loaded as a component (thanks gryffus) Kim Alvefur Wed, 26 Feb 2014 11:00:30 +0100
mod_carbons: Ignore messages tagged as private in both directions (thanks hoedlmoser) Kim Alvefur Sat, 22 Feb 2014 13:26:22 +0100
mod_carbons: Ignore MUC PMs if tagged as such Kim Alvefur Sat, 22 Feb 2014 13:25:01 +0100
mod_mam_muc: Remove code that should have been removed in previous commit Kim Alvefur Thu, 20 Feb 2014 20:40:38 +0100
mod_mam_muc: Add and remove method overrides based on configuration instead of modifying room metatable Kim Alvefur Thu, 20 Feb 2014 20:37:26 +0100
mod_mam_muc: Rename variable Kim Alvefur Thu, 20 Feb 2014 20:22:35 +0100
mod_mam_muc: Use public API of rooms for authorization check Kim Alvefur Thu, 20 Feb 2014 20:16:15 +0100
mod_mam_muc: porting archive checks from mod_mam (to avoid tracebacks about calling null functions) Vadim Misbakh-Soloviov Wed, 19 Feb 2014 18:03:39 +0700
mod_seclabels: Avoid tracebacks about indexing nil stanza Vadim Misbakh-Soloviov Wed, 19 Feb 2014 17:59:17 +0700
mod_pubsub_mqtt: Avoid tracebacks about concatenating nil field Vadim Misbakh-Soloviov Wed, 19 Feb 2014 17:57:32 +0700
mod_manifest: Close unencrypted connections when entering manifesto mode Florian Zeitz Mon, 17 Feb 2014 21:07:01 +0100
mod_manifesto: Add ad-hoc command to enable "manifesto mode" Florian Zeitz Mon, 17 Feb 2014 20:39:48 +0100
mod_manifesto: Only keep track of who we sent notifications to Kim Alvefur Mon, 17 Feb 2014 16:08:40 +0100
mod_manifesto: Fix typo Kim Alvefur Mon, 17 Feb 2014 12:11:36 +0100
mod_firewall: Do not cache conditions with only a single use Florian Zeitz Sun, 16 Feb 2014 18:19:12 +0100
mod_firewall: Produce code with nicer indentation Florian Zeitz Sun, 16 Feb 2014 17:17:23 +0100
mod_post_msg: add support for HTML messages Christian Weiske Fri, 14 Feb 2014 15:08:11 +0100
mod_manifesto: Add Swedish translation Kim Alvefur Sat, 08 Feb 2014 16:59:10 +0100
mod_manifesto: Fix traceback when user disconnects before the timer (fixes #48) Kim Alvefur Thu, 06 Feb 2014 19:27:13 +0100
mod_onions: Accepted patch that should fix problems when using libevent. Thijs Alkemade Tue, 04 Feb 2014 12:48:33 +0100
mod_smacks: Handle both version 2 and version 3 namespace Florian Zeitz Mon, 03 Feb 2014 22:17:40 +0100
mod_compat_vcard: Fix traceback from probably empty stanzas (Thanks Biszkopcik) Kim Alvefur Sun, 02 Feb 2014 23:21:10 +0100
mod_vjud: Move instructions into a config option Kim Alvefur Sun, 02 Feb 2014 18:12:42 +0100
mod_require_otr: New module to (attempt to) require that all messages are encrypted with OTR (credit for the idea goes to Gregory Maxwell on the liberationtech mailing list) Matthew Wild Sat, 01 Feb 2014 04:42:30 +0500
mod_auth_any: Allows any username/password to connect Waqas Hussain Thu, 30 Jan 2014 20:31:18 -0500
mod_smacks: Remove logging of unacked stanzas Matthew Wild Thu, 30 Jan 2014 13:39:24 +0000
mod_log_sasl_mech: Logs authentication mechanism used Kim Alvefur Tue, 28 Jan 2014 12:47:06 +0100
mod_http_altconnect: Send XML declaration Kim Alvefur Sat, 25 Jan 2014 20:20:17 +0100
mod_http_altconnect: Refactor to have module/connection method lookup in a common place Kim Alvefur Sat, 25 Jan 2014 20:18:54 +0100
mod_http_altconnect: Correct module name in HTTP path lookup for websockets Kim Alvefur Sat, 25 Jan 2014 20:08:10 +0100
mod_s2s_whitelist: The opposite of mod_s2s_blacklist Kim Alvefur Sat, 25 Jan 2014 15:33:26 +0100
mod_auth_ldap: Switch config format for ldap_filter to eg (uid=$user) Kim Alvefur Fri, 24 Jan 2014 18:22:23 +0100
mod_manifesto: Fix traceback when user doesn't have a roster (?) Matthew Wild Thu, 23 Jan 2014 20:27:14 +0000
mod_offline_email: Much cleanup. Very update to newer APIs. Wow. Kim Alvefur Thu, 23 Jan 2014 21:02:38 +0100
mod_manifesto: Only check fully established incoming sessions Florian Zeitz Thu, 23 Jan 2014 19:30:27 +0100
mod_manifesto: Check state of incoming connections Florian Zeitz Thu, 23 Jan 2014 19:15:47 +0100
mod_manifesto: Module that informs users about the Security Test Days and which contacts it will affect (Thanks to MattJ, who wrote most of it) Kim Alvefur Thu, 23 Jan 2014 17:23:04 +0100
mod_admin_probe: Module allowing server administrators to probe any user Florian Zeitz Mon, 20 Jan 2014 16:07:00 +0100
mod_service_directories: Respect the 'name' option (Thanks Thomas) Kim Alvefur Sun, 19 Jan 2014 19:22:12 +0100
mod_mam_muc: Override method for storing history messages instead of hooking stanza events Kim Alvefur Sat, 18 Jan 2014 21:16:27 +0100
mod_mam_muc: Override sending of room history and use archives Kim Alvefur Sat, 18 Jan 2014 21:14:40 +0100
mod_mam_muc: Remove archives when a room is destroyed Kim Alvefur Sat, 18 Jan 2014 21:07:12 +0100
mod_mam_muc: Hide logging option from room configuration if set to log all rooms Kim Alvefur Sat, 18 Jan 2014 21:06:15 +0100
mod_mam_muc: Make the logging option in the room config reflect logging and inherit the default Kim Alvefur Sat, 18 Jan 2014 21:04:33 +0100
mod_auth_ldap: Add support for binding Kim Alvefur Wed, 15 Jan 2014 14:45:37 +0100
mod_auth_ldap: Cleanup, reorder and some comments Kim Alvefur Wed, 15 Jan 2014 14:35:27 +0100
mod_websocket: Fix typo "Cosed" -> "Closed" Florian Zeitz Sat, 11 Jan 2014 00:20:59 +0100
mod_saslname: XEP-0233 implementation Kim Alvefur Tue, 07 Jan 2014 09:02:39 +0100
mod_admin_web: Bump strophe.js version Florian Zeitz Sun, 05 Jan 2014 01:39:49 +0100
mod_s2s_auth_dane: Fix typo in comment (thanks albert) Kim Alvefur Sat, 04 Jan 2014 23:12:32 +0100
mod_muc_log_http: URL-encode room names. This allows special characters in room names to work. Ideally this escaping shouldn’t be done in the user visible content, but the module’s template system doesn’t currently allow that. Waqas Hussain Sat, 04 Jan 2014 16:50:57 -0500