log

age author description
Tue, 21 Nov 2017 16:58:50 +0100 Kim Alvefur mod_adhoc_groups: Allow users to create and join roster groups
Tue, 21 Nov 2017 15:01:18 +0100 Kim Alvefur mod_adhoc_groups: Copy from mod_roster_allinall
Tue, 21 Nov 2017 10:30:35 +0100 Kim Alvefur mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet days
Tue, 21 Nov 2017 00:48:05 +0100 Kim Alvefur mod_http_muc_log: Check that there are timestamps to work with
Tue, 21 Nov 2017 00:46:00 +0100 Kim Alvefur mod_http_muc_log: Lazy nex/prev link generation
Tue, 21 Nov 2017 00:45:23 +0100 Kim Alvefur mod_http_muc_log: Fix the best comment
Tue, 21 Nov 2017 00:06:59 +0100 Kim Alvefur mod_http_muc_log: Remove redundant else clauses
Tue, 21 Nov 2017 00:02:58 +0100 Kim Alvefur mod_http_muc_log: Parse date out of path once
Mon, 20 Nov 2017 20:47:38 +0100 Kim Alvefur mod_http_muc_log: Reword "back" links
Sat, 18 Nov 2017 20:44:47 +0100 Kim Alvefur mod_http_muc_log: Return a 404 page if there are no messages to derive a time span from
Sat, 18 Nov 2017 20:42:18 +0100 Kim Alvefur mod_http_muc_log: Remove this one weird whitespace
Sat, 18 Nov 2017 20:39:31 +0100 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:38:30 +0100 Kim Alvefur mod_http_muc_log: Add a function for rounding timestamps down to midnight
Sat, 18 Nov 2017 13:55:47 +0100 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 01:01:59 +0100 Kim Alvefur mod_auth_external: Make sure processes are killed when Prosody shuts down
Sat, 18 Nov 2017 00:47:44 +0100 Kim Alvefur mod_mam_muc: Add comment describing stripping of <x> tag in results
Sat, 18 Nov 2017 00:47:00 +0100 Kim Alvefur mod_mam_muc: Pass along the size of the matching set, if returned from storage driver
Sat, 18 Nov 2017 00:46:44 +0100 Kim Alvefur mod_mam_muc: Copy max_archive_query_results option from mod_mam
Sat, 18 Nov 2017 00:37:42 +0100 Kim Alvefur mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)
Sat, 18 Nov 2017 00:36:22 +0100 Kim Alvefur mod_auth_external: Silence warnings about unused arguments [luacheck]
Sat, 18 Nov 2017 00:35:36 +0100 Kim Alvefur mod_auth_external: Remove duplicated local variable [luacheck]
Sat, 18 Nov 2017 00:34:47 +0100 Kim Alvefur mod_auth_external: Split long lines [luacheck]
Fri, 17 Nov 2017 16:30:53 +0100 Kim Alvefur mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view
Wed, 15 Nov 2017 22:21:14 +0100 Kim Alvefur mod_storage_muc_log: Signal store being empty correctly
Wed, 15 Nov 2017 21:08:53 +0100 Kim Alvefur mod_migrate: Fix missing mod_ prefix in invocation example (thanks asterix)
Wed, 15 Nov 2017 17:29:55 +0100 Jonas Wielicki mod_http_upload_external: add Python service implementation
Wed, 15 Nov 2017 16:26:56 +0100 Kim Alvefur mod_storage_muc_log: Tweak README
Wed, 15 Nov 2017 16:21:27 +0100 Kim Alvefur mod_storage_muc_log: Ignore setting the global 'open', it's part of the storage API
Wed, 15 Nov 2017 16:21:18 +0100 Kim Alvefur mod_storage_muc_log: Trim trailing whitespace [luacheck]
Tue, 17 Oct 2017 12:42:20 +0200 Kim Alvefur mod_mam: Load archiving preferes for offline users (fixes #1024)