mod_http_auth_check: New HTTP module to test user credentials
|
Nicolas Cedilnik |
2018-02-20 |
mod_muc_eventsource: New module forked from mod_pubsub_eventsource, exposes room message stream over SSE
|
Matthew Wild |
2018-02-19 |
mod_firewall: Prevent traceback if no directed presence has been sent (fixes #1081)
|
Kim Alvefur |
2018-02-16 |
mod_onions: Fix unqualified use of debug.traceback
|
Kim Alvefur |
2018-02-16 |
mod_onions: Use net.server API for creating a new connection instead of duplicating socket creation
|
Kim Alvefur |
2018-02-16 |
mod_jid_prep/README: Markup link
|
Kim Alvefur |
2018-02-16 |
mod_conversejs: Add a readme
|
Kim Alvefur |
2018-02-16 |
mod_http_upload_external: add support for XEP-0363 version 0.3
|
Jonas Wielicki |
2018-02-11 |
README files: Fix typos
|
Kim Alvefur |
2018-02-04 |
mod_statsd: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_sms_clickatell: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_onions: Fix typo [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_data_access: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_admin_web: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_adhoc_groups: Fix typos [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_s2s_auth_dane: Fix typo in comment [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_auth_custom_http: fix documentation config example
|
Senya |
2018-02-01 |
mod_auth_custom_http: Fix json.encode impoper reference
|
Senya |
2018-01-31 |
mod_xhtmlim: Fix scheme check (thanks wiktor)
|
Kim Alvefur |
2018-01-30 |
mod_xhtmlim: Attempts to sanitize XMTML-IM messages
|
Kim Alvefur |
2018-01-30 |
mod_pep_vcard_avatar: Don't set avatar hash if already set
|
Michel Le Bihan |
2018-01-26 |
Fix typo in config (thanks, kousu)
|
Jonas Wielicki |
2018-01-12 |
mod_pep_vcard_avatar: annouce avatar hash in presence if client does not
|
Daniel Gultsch |
2018-01-04 |
mod_auth_dovecot: Disable debug logging (sensitive data being sent)
|
Kim Alvefur |
2018-01-04 |
mod_registration_oob_url: inital commit. simple/straight forward module to advertise oob registration url
|
Daniel Gultsch |
2018-01-03 |
mod_firewall: Trim trailing whitespace [luacheck]
|
Kim Alvefur |
2018-01-03 |
mod_omemo_all_access: fixed some linter warnings
|
Daniel Gultsch |
2017-12-31 |
mod_firewall: Make SUBSCRIBED match for stanzas sent to self (fixes #1052)
|
Kim Alvefur |
2017-12-30 |
mod_omemo_all_access: initial commit. disable access control for all omemo related PEP nodes
|
Daniel Gultsch |
2017-12-29 |
mod_storage_xmlarchive/README: Fix typo
|
Kim Alvefur |
2017-12-28 |
mod_storage_xmlarchive/README: Add description of how data is stored
|
Kim Alvefur |
2017-12-28 |
mod_pep_plus: Remove, doesn't work reliably outside of current trunk (closes #1049)
|
Kim Alvefur |
2017-12-08 |
mod_firewall/test: Import the ltn12 library correctly
|
Kim Alvefur |
2017-12-05 |
"Export" get_user from mod_auth_ldap
|
Jonas Wielicki |
2017-12-05 |
mod_log_slow_events: Also catch global events
|
Kim Alvefur |
2017-11-21 |
mod_log_slow_events: Turn into a shared module (fixes http events being logged multiple times)
|
Kim Alvefur |
2017-11-21 |
mod_adhoc_groups: Allow users to create and join roster groups
|
Kim Alvefur |
2017-11-21 |
mod_adhoc_groups: Copy from mod_roster_allinall
|
Kim Alvefur |
2017-11-21 |
mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet days
|
Kim Alvefur |
2017-11-21 |
mod_http_muc_log: Check that there are timestamps to work with
|
Kim Alvefur |
2017-11-20 |
mod_http_muc_log: Lazy nex/prev link generation
|
Kim Alvefur |
2017-11-20 |
mod_http_muc_log: Fix the best comment
|
Kim Alvefur |
2017-11-20 |
mod_http_muc_log: Remove redundant else clauses
|
Kim Alvefur |
2017-11-20 |
mod_http_muc_log: Parse date out of path once
|
Kim Alvefur |
2017-11-20 |
mod_http_muc_log: Reword "back" links
|
Kim Alvefur |
2017-11-20 |
mod_http_muc_log: Return a 404 page if there are no messages to derive a time span from
|
Kim Alvefur |
2017-11-18 |
mod_http_muc_log: Remove this one weird whitespace
|
Kim Alvefur |
2017-11-18 |
mod_http_muc_log: Round down timestamps to midnight in order to fix an off by one issue (thanks asterix)
|
Kim Alvefur |
2017-11-18 |
mod_http_muc_log: Add a function for rounding timestamps down to midnight
|
Kim Alvefur |
2017-11-18 |
mod_mam_muc: Warn if the storage driver is missing the deletion API (instead of a traceback) (thanks asterix)
|
Kim Alvefur |
2017-11-18 |
mod_auth_external: Make sure processes are killed when Prosody shuts down
|
Kim Alvefur |
2017-11-18 |
mod_mam_muc: Add comment describing stripping of <x> tag in results
|
Kim Alvefur |
2017-11-17 |
mod_mam_muc: Pass along the size of the matching set, if returned from storage driver
|
Kim Alvefur |
2017-11-17 |
mod_mam_muc: Copy max_archive_query_results option from mod_mam
|
Kim Alvefur |
2017-11-17 |
mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)
|
Kim Alvefur |
2017-11-17 |
mod_auth_external: Silence warnings about unused arguments [luacheck]
|
Kim Alvefur |
2017-11-17 |
mod_auth_external: Remove duplicated local variable [luacheck]
|
Kim Alvefur |
2017-11-17 |
mod_auth_external: Split long lines [luacheck]
|
Kim Alvefur |
2017-11-17 |
mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view
|
Kim Alvefur |
2017-11-17 |
mod_storage_muc_log: Signal store being empty correctly
|
Kim Alvefur |
2017-11-15 |