log

age author description
Fri, 23 Jun 2017 13:54:40 +0200 Kim Alvefur mod_mam_muc: Remove fetching of total message counts (potentially very slow and only supported by SQL)
Fri, 23 Jun 2017 13:53:39 +0200 Kim Alvefur mod_mam_muc: Add debug logging like in mod_mam
Fri, 23 Jun 2017 13:51:23 +0200 Kim Alvefur mod_mam_muc: Make calculation of max history length more like in mod_muc
Thu, 25 May 2017 16:47:29 +0200 Kim Alvefur mod_muc_log/README: Remove odd duplicate item under Compatibility (thanks Tobias)
Sun, 21 May 2017 23:59:36 +0200 Kim Alvefur mod_mam_muc: Rename various fields from "logging" to "archiving"
Fri, 12 May 2017 23:41:31 +0200 tmolitor mod_block_registrations: fix example regex
Mon, 08 May 2017 19:39:43 +0200 tmolitor mod_cloud_notify: Don't notify for all smacks queued stanzas in a row
Mon, 08 May 2017 19:36:37 +0200 tmolitor mod_smacks: Fix delayed_ack event
Mon, 08 May 2017 18:24:29 +0200 tmolitor mod_cloud_notify: fix bug when multiple resources are used
Fri, 28 Apr 2017 12:09:51 +0100 Matthew Wild mod_mam: Adjust event handler priorities to match guidelines in docs
Thu, 27 Apr 2017 19:55:18 +0200 Kim Alvefur mod_csi_pump: Consider presence other than presence updates important (ie subscription requests)
Thu, 27 Apr 2017 19:54:53 +0200 Kim Alvefur mod_measure_malloc: Add a short README
Thu, 27 Apr 2017 19:52:42 +0200 Kim Alvefur mod_measure_memory: Split out mallinfo measuring into a separate module, mod_measure_malloc
Thu, 27 Apr 2017 09:38:30 +0200 Kim Alvefur Merge
Sat, 22 Apr 2017 11:24:18 +0200 Dennis Schridde mod_mam_archive: Use util.rsm (fixes #877, depends on recent 0.10+)
Tue, 25 Apr 2017 12:02:36 +0100 Matthew Wild mod_log_http: Remove accidentally-committed debugging code
Mon, 24 Apr 2017 18:12:29 +0200 Kim Alvefur mod_onions: Make variable local
Mon, 24 Apr 2017 18:12:08 +0200 Kim Alvefur mod_onions: Import luasocket (fixes #898)
Mon, 24 Apr 2017 20:57:23 +0200 tmolitor Merge commit
Mon, 24 Apr 2017 20:56:56 +0200 tmolitor Fix #889
Fri, 21 Apr 2017 16:46:09 +0100 Matthew Wild mod_log_http: Add new module for logging outgoing HTTP request
Wed, 19 Apr 2017 13:45:18 +0200 Georg Lukas mod_log_auth: log into session
Wed, 19 Apr 2017 06:45:49 +0200 Kim Alvefur mod_log_auth: Handle missing sasl handler
Wed, 19 Apr 2017 06:38:08 +0200 Kim Alvefur mod_server_contact_info: Bump log message to info level
Wed, 19 Apr 2017 06:37:29 +0200 Kim Alvefur mod_log_auth: Attempt to retrieve attempted username from SASL handler (re #844)
Wed, 19 Apr 2017 06:36:52 +0200 Kim Alvefur mod_log_auth: Split some long lines
Tue, 18 Apr 2017 04:12:51 +0200 Kim Alvefur mod_conversejs: Pass host jid (needed for anonymous auth)
Sun, 16 Apr 2017 01:02:52 +0200 Kim Alvefur mod_measure_storage: Assume store type is "keyval" if missing
Sun, 16 Apr 2017 00:58:02 +0200 Kim Alvefur mod_http_upload: Guess mime type from file extension if not provided by client (mime-type is OPTIONAL)
Sat, 15 Apr 2017 15:55:39 +0200 Kim Alvefur mod_http_upload: Store filename and directory separately