log

age author description
2018-02-04 Kim Alvefur mod_statsd: Fix typo in comment [codespell]
2018-02-04 Kim Alvefur mod_sms_clickatell: Fix typo in comment [codespell]
2018-02-04 Kim Alvefur mod_onions: Fix typo [codespell]
2018-02-04 Kim Alvefur mod_data_access: Fix typo in comment [codespell]
2018-02-04 Kim Alvefur mod_admin_web: Fix typo in comment [codespell]
2018-02-04 Kim Alvefur mod_adhoc_groups: Fix typos [codespell]
2018-02-04 Kim Alvefur mod_s2s_auth_dane: Fix typo in comment [codespell]
2018-02-01 Senya mod_auth_custom_http: fix documentation config example
2018-01-31 Senya mod_auth_custom_http: Fix json.encode impoper reference
2018-01-30 Kim Alvefur mod_xhtmlim: Fix scheme check (thanks wiktor)
2018-01-30 Kim Alvefur mod_xhtmlim: Attempts to sanitize XMTML-IM messages
2018-01-26 Michel Le Bihan mod_pep_vcard_avatar: Don't set avatar hash if already set
2018-01-12 Jonas Wielicki Fix typo in config (thanks, kousu)
2018-01-04 Daniel Gultsch mod_pep_vcard_avatar: annouce avatar hash in presence if client does not
2018-01-04 Kim Alvefur mod_auth_dovecot: Disable debug logging (sensitive data being sent)
2018-01-03 Daniel Gultsch mod_registration_oob_url: inital commit. simple/straight forward module to advertise oob registration url
2018-01-03 Kim Alvefur mod_firewall: Trim trailing whitespace [luacheck]
2017-12-31 Daniel Gultsch mod_omemo_all_access: fixed some linter warnings
2017-12-30 Kim Alvefur mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)
2017-12-29 Daniel Gultsch mod_omemo_all_access: initial commit. disable access control for all omemo related PEP nodes
2017-12-28 Kim Alvefur mod_storage_xmlarchive/README: Fix typo
2017-12-28 Kim Alvefur mod_storage_xmlarchive/README: Add description of how data is stored
2017-12-08 Kim Alvefur mod_pep_plus: Remove, doesn't work reliably outside of current trunk (closes #1049)
2017-12-05 Kim Alvefur mod_firewall/test: Import the ltn12 library correctly
2017-12-05 Jonas Wielicki "Export" get_user from mod_auth_ldap
2017-11-21 Kim Alvefur mod_log_slow_events: Also catch global events
2017-11-21 Kim Alvefur mod_log_slow_events: Turn into a shared module (fixes http events being logged multiple times)
2017-11-21 Kim Alvefur mod_adhoc_groups: Allow users to create and join roster groups
2017-11-21 Kim Alvefur mod_adhoc_groups: Copy from mod_roster_allinall
2017-11-21 Kim Alvefur mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet days
2017-11-20 Kim Alvefur mod_http_muc_log: Check that there are timestamps to work with
2017-11-20 Kim Alvefur mod_http_muc_log: Lazy nex/prev link generation
2017-11-20 Kim Alvefur mod_http_muc_log: Fix the best comment
2017-11-20 Kim Alvefur mod_http_muc_log: Remove redundant else clauses
2017-11-20 Kim Alvefur mod_http_muc_log: Parse date out of path once
2017-11-20 Kim Alvefur mod_http_muc_log: Reword "back" links
2017-11-18 Kim Alvefur mod_http_muc_log: Return a 404 page if there are no messages to derive a time span from
2017-11-18 Kim Alvefur mod_http_muc_log: Remove this one weird whitespace
2017-11-18 Kim Alvefur mod_http_muc_log: Round down timestamps to midnight in order to fix an off by one issue (thanks asterix)
2017-11-18 Kim Alvefur mod_http_muc_log: Add a function for rounding timestamps down to midnight
2017-11-18 Kim Alvefur mod_mam_muc: Warn if the storage driver is missing the deletion API (instead of a traceback) (thanks asterix)
2017-11-18 Kim Alvefur mod_auth_external: Make sure processes are killed when Prosody shuts down
2017-11-17 Kim Alvefur mod_mam_muc: Add comment describing stripping of <x> tag in results
2017-11-17 Kim Alvefur mod_mam_muc: Pass along the size of the matching set, if returned from storage driver
2017-11-17 Kim Alvefur mod_mam_muc: Copy max_archive_query_results option from mod_mam
2017-11-17 Kim Alvefur mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)
2017-11-17 Kim Alvefur mod_auth_external: Silence warnings about unused arguments [luacheck]
2017-11-17 Kim Alvefur mod_auth_external: Remove duplicated local variable [luacheck]
2017-11-17 Kim Alvefur mod_auth_external: Split long lines [luacheck]
2017-11-17 Kim Alvefur mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view
2017-11-15 Kim Alvefur mod_storage_muc_log: Signal store being empty correctly
2017-11-15 Kim Alvefur mod_migrate: Fix missing mod_ prefix in invocation example (thanks asterix)
2017-11-15 Jonas Wielicki mod_http_upload_external: add Python service implementation
2017-11-15 Kim Alvefur mod_storage_muc_log: Tweak README
2017-11-15 Kim Alvefur mod_storage_muc_log: Ignore setting the global 'open', it's part of the storage API
2017-11-15 Kim Alvefur mod_storage_muc_log: Trim trailing whitespace [luacheck]
2017-10-17 Kim Alvefur mod_mam: Load archiving preferes for offline users (fixes #1024)
2017-11-10 Kim Alvefur Various READMEs: s/eg/e.g.g/
2017-11-09 Kim Alvefur mod_storage_xmlarchive/README: Minor tweak
2017-11-09 Kim Alvefur mod_migrate: Remove unused locals